name: incident-monitoring title: Incident Monitoring Workflow description: | Composed workflow for using Nagios as the incident-monitoring backbone: poll telemetry from NCPA agents, optionally submit passive results via NRDP, evaluate state in Nagios XI, and schedule downtime when planned maintenance is required. provider: nagios workflow: - step: collect-telemetry api: ncpa capability: poll-cpu - step: collect-memory api: ncpa capability: poll-memory - step: submit-passive api: nrdp capability: submit-passive-check - step: read-state api: nagios-xi capability: list-service-status - step: schedule-maintenance api: nagios-xi capability: schedule-downtime