Nagios · Capability

Incident Monitoring

Incident Monitoring is a Naftiko capability published by Nagios, one of 2 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Run with Naftiko

Capability Spec

incident-monitoring.yaml Raw ↑
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