Nagios website screenshot

Nagios

Nagios is a family of open-source and commercial IT infrastructure monitoring tools, including Nagios Core (the original open-source monitoring engine), Nagios XI (the commercial enterprise distribution), Nagios Fusion, Nagios Log Server, and Nagios Network Analyzer, used to monitor hosts, services, networks, applications, and metrics with alerting and reporting. Nagios Core itself has no central HTTP API; Nagios XI ships a built-in REST API (typically reached at https://{nagios-xi-host}/nagiosxi/api/v1/) for reading, writing, deleting, and updating monitoring configuration and status. The Nagios XI API is authenticated via a per-user API key passed as a query parameter or header. Passive check results can also be submitted via NRDP (HTTP, JSON/XML) or NSCA (encrypted TCP, port 5667), and the NCPA cross-platform agent exposes a hierarchical REST API on port 5693.

Nagios publishes 11 APIs on the APIs.io network, including Config API, CPU API, Disk API, and 8 more. Tagged areas include Monitoring, Infrastructure Monitoring, Network Monitoring, Open Source, and IT Operations.

The Nagios catalog on APIs.io includes 1 JSON-LD context and 3 Spectral governance rulesets.

Nagios’ developer surface includes authentication, documentation, pricing, engineering blog, and 27 more developer resources.

46.9/100 developing ▼ -5.7 Agent 28/100 agent aware Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessFreemiumSelf serve⚡ Free to try
13 APIs
MonitoringInfrastructure MonitoringNetwork MonitoringOpen SourceIT OperationsAlertingObservabilityNagios XINagios CoreNCPANRPENSCANRDP

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 46.9/100 · developing
Contract Quality 16.4 / 25
Developer Ergonomics 5.7 / 20
Commercial Clarity 8.4 / 20
Operational Transparency 0.7 / 13
Governance 8.3 / 12
Discoverability 7.4 / 10
Agent readiness — 28/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/nagios: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 13

Individual APIs this provider publishes, each with its own machine-readable definition.

NSCA (Nagios Service Check Acceptor)

Encrypted binary TCP daemon (default port 5667) that accepts passive service/host check results from remote machines. Not REST — clients send tab-delimited records over a shared...

NRPE (Nagios Remote Plugin Executor)

Daemon that runs Nagios plugins on a remote Linux/Unix host on TCP port 5666, returning the plugin's exit code and output to the Nagios server. Binary protocol, not REST.

Nagios Config API

Admin-only endpoints to add, modify, and delete hosts and services.

Nagios CPU API

System-wide CPU utilization and core counts.

Nagios Disk API

Logical, physical, and mount-point disk metrics.

Nagios Interface API

Network interface byte and packet counters.

Nagios Memory API

Physical memory and swap.

Nagios Objects API

Read-only backend for hosts, services, host groups, contacts, downtime, history, and other monitored objects.

Nagios Plugins API

User-defined Nagios-style plugins executed by the agent.

Nagios Processes API

Running process inventory and resource use.

Nagios Services API

Host service / daemon status.

Nagios Submission API

Submit passive check results and external commands.

Nagios System API

Admin-only endpoints to manage Nagios XI subsystems, apply configuration, schedule downtime, and execute commands.

Scroll for all 13

Open Collections 3

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

Nagios XI REST API

OPEN COLLECTION

Pricing Plans 1

Published pricing tiers and plan structures.

Nagios Plans Pricing

4 plans

PLANS

Semantic Vocabularies 1

JSON-LD contexts and semantic vocabularies used across these APIs.

Nagios Context

9 classes · 21 properties

JSON-LD

Spectral Rules 3

Spectral governance rulesets for linting and validating these APIs.

Nagios API Rules

5 rules · 4 warnings 1 info

SPECTRAL

Nagios API Rules

5 rules · 2 errors 3 warnings

SPECTRAL

Nagios API Rules

3 rules · 1 errors 2 warnings

SPECTRAL

JSON Schema 4

Standalone JSON Schema definitions for this provider's data models.

Nagios Check Result

6 properties

JSON SCHEMA

Nagios XI Host

23 properties

JSON SCHEMA

Nagios XI Service

19 properties

JSON SCHEMA

NCPA Metric Response

0 properties

JSON SCHEMA

JSON Structure 2

JSON Structure definitions describing this provider's data shapes.

Nagios Check Result Structure

0 properties

JSON STRUCTURE

Nagios Xi Host Structure

0 properties

JSON STRUCTURE

Examples 7

Example request and response payloads for these APIs.

Ncpa Cpu Percent Example

2 fields

EXAMPLE

Nrdp Submit Check Example

2 fields

EXAMPLE

Scroll for all 7

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Nagios Authentication

apiKey · 3 schemes

SECURITY

Nagios Domain Security

TLSv1.3 · DMARC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Nagios Agentic Access

33 operations · 7 acting

33 operations · 7 acting

AGENTIC

Resources

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 2

Pagination, idempotency, versioning, errors, and events

Build 7

SDKs, sample code, and the tooling you integrate with

Scroll for all 7

Access & Security 2

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 4

The organization behind the API

Other 10

Properties that don't map to a standard resource type

Scroll for all 10

Source (apis.yml)

apis.yml Raw ↑
aid: nagios
name: Nagios
description: Nagios is a family of open-source and commercial IT infrastructure monitoring tools, including Nagios Core (the
  original open-source monitoring engine), Nagios XI (the commercial enterprise distribution), Nagios Fusion, Nagios Log Server,
  and Nagios Network Analyzer, used to monitor hosts, services, networks, applications, and metrics with alerting and reporting.
  Nagios Core itself has no central HTTP API; Nagios XI ships a built-in REST API (typically reached at https://{nagios-xi-host}/nagiosxi/api/v1/)
  for reading, writing, deleting, and updating monitoring configuration and status. The Nagios XI API is authenticated via
  a per-user API key passed as a query parameter or header. Passive check results can also be submitted via NRDP (HTTP, JSON/XML)
  or NSCA (encrypted TCP, port 5667), and the NCPA cross-platform agent exposes a hierarchical REST API on port 5693.
type: Index
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: false
  try_now: true
  public: false
  label: Freemium · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/nagios.png
tags:
- Monitoring
- Infrastructure Monitoring
- Network Monitoring
- Open Source
- IT Operations
- Alerting
- Observability
- Nagios XI
- Nagios Core
- NCPA
- NRPE
- NSCA
- NRDP
url: https://raw.githubusercontent.com/api-evangelist/nagios/refs/heads/main/apis.yml
created: '2026-05-11'
modified: '2026-05-23'
specificationVersion: '0.19'
apis:
- aid: nagios:nsca
  name: NSCA (Nagios Service Check Acceptor)
  description: Encrypted binary TCP daemon (default port 5667) that accepts passive service/host check results from remote
    machines. Not REST — clients send tab-delimited records over a shared-secret-encrypted socket. Use NRDP for an HTTP/JSON
    equivalent.
  humanURL: https://github.com/NagiosEnterprises/nsca
  baseURL: tcp://{nsca-host}:5667
  tags:
  - Monitoring
  - Passive Check
  - Binary Protocol
  - NSCA
  properties:
  - type: GitHub
    url: https://github.com/NagiosEnterprises/nsca
- aid: nagios:nrpe
  name: NRPE (Nagios Remote Plugin Executor)
  description: Daemon that runs Nagios plugins on a remote Linux/Unix host on TCP port 5666, returning the plugin's exit code
    and output to the Nagios server. Binary protocol, not REST.
  humanURL: https://github.com/NagiosEnterprises/nrpe
  baseURL: tcp://{nrpe-host}:5666
  tags:
  - Monitoring
  - Active Check
  - Binary Protocol
  - NRPE
  properties:
  - type: GitHub
    url: https://github.com/NagiosEnterprises/nrpe
- aid: nagios:nagios-config-api
  name: Nagios Config API
  description: Admin-only endpoints to add, modify, and delete hosts and services.
  humanURL: https://support.nagios.com/kb/article/nagios-xi-rest-api-176.html
  baseURL: https://{nagios-xi-host}/nagiosxi/api/v1
  tags:
  - Config
  properties:
  - type: OpenAPI
    url: openapi/nagios-config-api-openapi.yml
  - type: Documentation
    url: https://support.nagios.com/kb/article/nagios-xi-rest-api-176.html
  - type: API PDF Guide
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Accessing-and-Using-the-XI-REST-API.pdf
  - type: Backend API
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Accessing_The_XI_Backend_API.pdf
  - type: Automated Host Management
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Automated_Host_Management.pdf
  - type: JSONSchema
    url: json-schema/nagios-xi-host-schema.json
  - type: JSONSchema
    url: json-schema/nagios-xi-service-schema.json
  - type: JSONStructure
    url: json-structure/nagios-xi-host-structure.json
  - type: SpectralRules
    url: rules/nagios-xi-rules.yml
  - type: Documentation
    url: https://www.nagios.org/ncpa/help/3.x/api.html
  - type: GitHub
    url: https://github.com/NagiosEnterprises/ncpa
  - type: JSONSchema
    url: json-schema/ncpa-metric-schema.json
  - type: SpectralRules
    url: rules/ncpa-rules.yml
  - type: GitHub
    url: https://github.com/NagiosEnterprises/nrdp
  - type: JSONSchema
    url: json-schema/nagios-check-result-schema.json
  - type: JSONStructure
    url: json-structure/nagios-check-result-structure.json
- aid: nagios:nagios-cpu-api
  name: Nagios CPU API
  description: System-wide CPU utilization and core counts.
  humanURL: https://support.nagios.com/kb/article/nagios-xi-rest-api-176.html
  baseURL: https://{nagios-xi-host}/nagiosxi/api/v1
  tags:
  - CPU
  properties:
  - type: OpenAPI
    url: openapi/nagios-cpu-api-openapi.yml
  - type: Documentation
    url: https://support.nagios.com/kb/article/nagios-xi-rest-api-176.html
  - type: API PDF Guide
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Accessing-and-Using-the-XI-REST-API.pdf
  - type: Backend API
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Accessing_The_XI_Backend_API.pdf
  - type: Automated Host Management
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Automated_Host_Management.pdf
  - type: JSONSchema
    url: json-schema/nagios-xi-host-schema.json
  - type: JSONSchema
    url: json-schema/nagios-xi-service-schema.json
  - type: JSONStructure
    url: json-structure/nagios-xi-host-structure.json
  - type: SpectralRules
    url: rules/nagios-xi-rules.yml
  - type: Documentation
    url: https://www.nagios.org/ncpa/help/3.x/api.html
  - type: GitHub
    url: https://github.com/NagiosEnterprises/ncpa
  - type: JSONSchema
    url: json-schema/ncpa-metric-schema.json
  - type: SpectralRules
    url: rules/ncpa-rules.yml
  - type: GitHub
    url: https://github.com/NagiosEnterprises/nrdp
  - type: JSONSchema
    url: json-schema/nagios-check-result-schema.json
  - type: JSONStructure
    url: json-structure/nagios-check-result-structure.json
- aid: nagios:nagios-disk-api
  name: Nagios Disk API
  description: Logical, physical, and mount-point disk metrics.
  humanURL: https://support.nagios.com/kb/article/nagios-xi-rest-api-176.html
  baseURL: https://{nagios-xi-host}/nagiosxi/api/v1
  tags:
  - Disk
  properties:
  - type: OpenAPI
    url: openapi/nagios-disk-api-openapi.yml
  - type: Documentation
    url: https://support.nagios.com/kb/article/nagios-xi-rest-api-176.html
  - type: API PDF Guide
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Accessing-and-Using-the-XI-REST-API.pdf
  - type: Backend API
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Accessing_The_XI_Backend_API.pdf
  - type: Automated Host Management
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Automated_Host_Management.pdf
  - type: JSONSchema
    url: json-schema/nagios-xi-host-schema.json
  - type: JSONSchema
    url: json-schema/nagios-xi-service-schema.json
  - type: JSONStructure
    url: json-structure/nagios-xi-host-structure.json
  - type: SpectralRules
    url: rules/nagios-xi-rules.yml
  - type: Documentation
    url: https://www.nagios.org/ncpa/help/3.x/api.html
  - type: GitHub
    url: https://github.com/NagiosEnterprises/ncpa
  - type: JSONSchema
    url: json-schema/ncpa-metric-schema.json
  - type: SpectralRules
    url: rules/ncpa-rules.yml
  - type: GitHub
    url: https://github.com/NagiosEnterprises/nrdp
  - type: JSONSchema
    url: json-schema/nagios-check-result-schema.json
  - type: JSONStructure
    url: json-structure/nagios-check-result-structure.json
- aid: nagios:nagios-interface-api
  name: Nagios Interface API
  description: Network interface byte and packet counters.
  humanURL: https://support.nagios.com/kb/article/nagios-xi-rest-api-176.html
  baseURL: https://{nagios-xi-host}/nagiosxi/api/v1
  tags:
  - Interface
  properties:
  - type: OpenAPI
    url: openapi/nagios-interface-api-openapi.yml
  - type: Documentation
    url: https://support.nagios.com/kb/article/nagios-xi-rest-api-176.html
  - type: API PDF Guide
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Accessing-and-Using-the-XI-REST-API.pdf
  - type: Backend API
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Accessing_The_XI_Backend_API.pdf
  - type: Automated Host Management
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Automated_Host_Management.pdf
  - type: JSONSchema
    url: json-schema/nagios-xi-host-schema.json
  - type: JSONSchema
    url: json-schema/nagios-xi-service-schema.json
  - type: JSONStructure
    url: json-structure/nagios-xi-host-structure.json
  - type: SpectralRules
    url: rules/nagios-xi-rules.yml
  - type: Documentation
    url: https://www.nagios.org/ncpa/help/3.x/api.html
  - type: GitHub
    url: https://github.com/NagiosEnterprises/ncpa
  - type: JSONSchema
    url: json-schema/ncpa-metric-schema.json
  - type: SpectralRules
    url: rules/ncpa-rules.yml
  - type: GitHub
    url: https://github.com/NagiosEnterprises/nrdp
  - type: JSONSchema
    url: json-schema/nagios-check-result-schema.json
  - type: JSONStructure
    url: json-structure/nagios-check-result-structure.json
- aid: nagios:nagios-memory-api
  name: Nagios Memory API
  description: Physical memory and swap.
  humanURL: https://support.nagios.com/kb/article/nagios-xi-rest-api-176.html
  baseURL: https://{nagios-xi-host}/nagiosxi/api/v1
  tags:
  - Memory
  properties:
  - type: OpenAPI
    url: openapi/nagios-memory-api-openapi.yml
  - type: Documentation
    url: https://support.nagios.com/kb/article/nagios-xi-rest-api-176.html
  - type: API PDF Guide
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Accessing-and-Using-the-XI-REST-API.pdf
  - type: Backend API
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Accessing_The_XI_Backend_API.pdf
  - type: Automated Host Management
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Automated_Host_Management.pdf
  - type: JSONSchema
    url: json-schema/nagios-xi-host-schema.json
  - type: JSONSchema
    url: json-schema/nagios-xi-service-schema.json
  - type: JSONStructure
    url: json-structure/nagios-xi-host-structure.json
  - type: SpectralRules
    url: rules/nagios-xi-rules.yml
  - type: Documentation
    url: https://www.nagios.org/ncpa/help/3.x/api.html
  - type: GitHub
    url: https://github.com/NagiosEnterprises/ncpa
  - type: JSONSchema
    url: json-schema/ncpa-metric-schema.json
  - type: SpectralRules
    url: rules/ncpa-rules.yml
  - type: GitHub
    url: https://github.com/NagiosEnterprises/nrdp
  - type: JSONSchema
    url: json-schema/nagios-check-result-schema.json
  - type: JSONStructure
    url: json-structure/nagios-check-result-structure.json
- aid: nagios:nagios-objects-api
  name: Nagios Objects API
  description: Read-only backend for hosts, services, host groups, contacts, downtime, history, and other monitored objects.
  humanURL: https://support.nagios.com/kb/article/nagios-xi-rest-api-176.html
  baseURL: https://{nagios-xi-host}/nagiosxi/api/v1
  tags:
  - Objects
  properties:
  - type: OpenAPI
    url: openapi/nagios-objects-api-openapi.yml
  - type: Documentation
    url: https://support.nagios.com/kb/article/nagios-xi-rest-api-176.html
  - type: API PDF Guide
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Accessing-and-Using-the-XI-REST-API.pdf
  - type: Backend API
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Accessing_The_XI_Backend_API.pdf
  - type: Automated Host Management
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Automated_Host_Management.pdf
  - type: JSONSchema
    url: json-schema/nagios-xi-host-schema.json
  - type: JSONSchema
    url: json-schema/nagios-xi-service-schema.json
  - type: JSONStructure
    url: json-structure/nagios-xi-host-structure.json
  - type: SpectralRules
    url: rules/nagios-xi-rules.yml
  - type: Documentation
    url: https://www.nagios.org/ncpa/help/3.x/api.html
  - type: GitHub
    url: https://github.com/NagiosEnterprises/ncpa
  - type: JSONSchema
    url: json-schema/ncpa-metric-schema.json
  - type: SpectralRules
    url: rules/ncpa-rules.yml
  - type: GitHub
    url: https://github.com/NagiosEnterprises/nrdp
  - type: JSONSchema
    url: json-schema/nagios-check-result-schema.json
  - type: JSONStructure
    url: json-structure/nagios-check-result-structure.json
- aid: nagios:nagios-plugins-api
  name: Nagios Plugins API
  description: User-defined Nagios-style plugins executed by the agent.
  humanURL: https://support.nagios.com/kb/article/nagios-xi-rest-api-176.html
  baseURL: https://{nagios-xi-host}/nagiosxi/api/v1
  tags:
  - Plugins
  properties:
  - type: OpenAPI
    url: openapi/nagios-plugins-api-openapi.yml
  - type: Documentation
    url: https://support.nagios.com/kb/article/nagios-xi-rest-api-176.html
  - type: API PDF Guide
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Accessing-and-Using-the-XI-REST-API.pdf
  - type: Backend API
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Accessing_The_XI_Backend_API.pdf
  - type: Automated Host Management
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Automated_Host_Management.pdf
  - type: JSONSchema
    url: json-schema/nagios-xi-host-schema.json
  - type: JSONSchema
    url: json-schema/nagios-xi-service-schema.json
  - type: JSONStructure
    url: json-structure/nagios-xi-host-structure.json
  - type: SpectralRules
    url: rules/nagios-xi-rules.yml
  - type: Documentation
    url: https://www.nagios.org/ncpa/help/3.x/api.html
  - type: GitHub
    url: https://github.com/NagiosEnterprises/ncpa
  - type: JSONSchema
    url: json-schema/ncpa-metric-schema.json
  - type: SpectralRules
    url: rules/ncpa-rules.yml
  - type: GitHub
    url: https://github.com/NagiosEnterprises/nrdp
  - type: JSONSchema
    url: json-schema/nagios-check-result-schema.json
  - type: JSONStructure
    url: json-structure/nagios-check-result-structure.json
- aid: nagios:nagios-processes-api
  name: Nagios Processes API
  description: Running process inventory and resource use.
  humanURL: https://support.nagios.com/kb/article/nagios-xi-rest-api-176.html
  baseURL: https://{nagios-xi-host}/nagiosxi/api/v1
  tags:
  - Processes
  properties:
  - type: OpenAPI
    url: openapi/nagios-processes-api-openapi.yml
  - type: Documentation
    url: https://support.nagios.com/kb/article/nagios-xi-rest-api-176.html
  - type: API PDF Guide
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Accessing-and-Using-the-XI-REST-API.pdf
  - type: Backend API
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Accessing_The_XI_Backend_API.pdf
  - type: Automated Host Management
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Automated_Host_Management.pdf
  - type: JSONSchema
    url: json-schema/nagios-xi-host-schema.json
  - type: JSONSchema
    url: json-schema/nagios-xi-service-schema.json
  - type: JSONStructure
    url: json-structure/nagios-xi-host-structure.json
  - type: SpectralRules
    url: rules/nagios-xi-rules.yml
  - type: Documentation
    url: https://www.nagios.org/ncpa/help/3.x/api.html
  - type: GitHub
    url: https://github.com/NagiosEnterprises/ncpa
  - type: JSONSchema
    url: json-schema/ncpa-metric-schema.json
  - type: SpectralRules
    url: rules/ncpa-rules.yml
  - type: GitHub
    url: https://github.com/NagiosEnterprises/nrdp
  - type: JSONSchema
    url: json-schema/nagios-check-result-schema.json
  - type: JSONStructure
    url: json-structure/nagios-check-result-structure.json
- aid: nagios:nagios-services-api
  name: Nagios Services API
  description: Host service / daemon status.
  humanURL: https://support.nagios.com/kb/article/nagios-xi-rest-api-176.html
  baseURL: https://{nagios-xi-host}/nagiosxi/api/v1
  tags:
  - Services
  properties:
  - type: OpenAPI
    url: openapi/nagios-services-api-openapi.yml
  - type: Documentation
    url: https://support.nagios.com/kb/article/nagios-xi-rest-api-176.html
  - type: API PDF Guide
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Accessing-and-Using-the-XI-REST-API.pdf
  - type: Backend API
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Accessing_The_XI_Backend_API.pdf
  - type: Automated Host Management
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Automated_Host_Management.pdf
  - type: JSONSchema
    url: json-schema/nagios-xi-host-schema.json
  - type: JSONSchema
    url: json-schema/nagios-xi-service-schema.json
  - type: JSONStructure
    url: json-structure/nagios-xi-host-structure.json
  - type: SpectralRules
    url: rules/nagios-xi-rules.yml
  - type: Documentation
    url: https://www.nagios.org/ncpa/help/3.x/api.html
  - type: GitHub
    url: https://github.com/NagiosEnterprises/ncpa
  - type: JSONSchema
    url: json-schema/ncpa-metric-schema.json
  - type: SpectralRules
    url: rules/ncpa-rules.yml
  - type: GitHub
    url: https://github.com/NagiosEnterprises/nrdp
  - type: JSONSchema
    url: json-schema/nagios-check-result-schema.json
  - type: JSONStructure
    url: json-structure/nagios-check-result-structure.json
- aid: nagios:nagios-submission-api
  name: Nagios Submission API
  description: Submit passive check results and external commands.
  humanURL: https://support.nagios.com/kb/article/nagios-xi-rest-api-176.html
  baseURL: https://{nagios-xi-host}/nagiosxi/api/v1
  tags:
  - Submission
  properties:
  - type: OpenAPI
    url: openapi/nagios-submission-api-openapi.yml
  - type: Documentation
    url: https://support.nagios.com/kb/article/nagios-xi-rest-api-176.html
  - type: API PDF Guide
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Accessing-and-Using-the-XI-REST-API.pdf
  - type: Backend API
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Accessing_The_XI_Backend_API.pdf
  - type: Automated Host Management
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Automated_Host_Management.pdf
  - type: JSONSchema
    url: json-schema/nagios-xi-host-schema.json
  - type: JSONSchema
    url: json-schema/nagios-xi-service-schema.json
  - type: JSONStructure
    url: json-structure/nagios-xi-host-structure.json
  - type: SpectralRules
    url: rules/nagios-xi-rules.yml
  - type: Documentation
    url: https://www.nagios.org/ncpa/help/3.x/api.html
  - type: GitHub
    url: https://github.com/NagiosEnterprises/ncpa
  - type: JSONSchema
    url: json-schema/ncpa-metric-schema.json
  - type: SpectralRules
    url: rules/ncpa-rules.yml
  - type: GitHub
    url: https://github.com/NagiosEnterprises/nrdp
  - type: JSONSchema
    url: json-schema/nagios-check-result-schema.json
  - type: JSONStructure
    url: json-structure/nagios-check-result-structure.json
- aid: nagios:nagios-system-api
  name: Nagios System API
  description: Admin-only endpoints to manage Nagios XI subsystems, apply configuration, schedule downtime, and execute commands.
  humanURL: https://support.nagios.com/kb/article/nagios-xi-rest-api-176.html
  baseURL: https://{nagios-xi-host}/nagiosxi/api/v1
  tags:
  - System
  properties:
  - type: OpenAPI
    url: openapi/nagios-system-api-openapi.yml
  - type: Documentation
    url: https://support.nagios.com/kb/article/nagios-xi-rest-api-176.html
  - type: API PDF Guide
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Accessing-and-Using-the-XI-REST-API.pdf
  - type: Backend API
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Accessing_The_XI_Backend_API.pdf
  - type: Automated Host Management
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Automated_Host_Management.pdf
  - type: JSONSchema
    url: json-schema/nagios-xi-host-schema.json
  - type: JSONSchema
    url: json-schema/nagios-xi-service-schema.json
  - type: JSONStructure
    url: json-structure/nagios-xi-host-structure.json
  - type: SpectralRules
    url: rules/nagios-xi-rules.yml
  - type: Documentation
    url: https://www.nagios.org/ncpa/help/3.x/api.html
  - type: GitHub
    url: https://github.com/NagiosEnterprises/ncpa
  - type: JSONSchema
    url: json-schema/ncpa-metric-schema.json
  - type: SpectralRules
    url: rules/ncpa-rules.yml
  - type: GitHub
    url: https://github.com/NagiosEnterprises/nrdp
  - type: JSONSchema
    url: json-schema/nagios-check-result-schema.json
  - type: JSONStructure
    url: json-structure/nagios-check-result-structure.json
common:
- type: AgenticAccess
  url: agentic-access/nagios-agentic-access.yml
- type: DomainSecurity
  url: security/nagios-domain-security.yml
- type: Authentication
  url: authentication/nagios-authentication.yml
- type: Website
  url: https://www.nagios.org
- type: Nagios XI Website
  url: https://www.nagios.com/products/nagios-xi/
- type: Documentation
  url: https://www.nagios.org/documentation/
- type: NagiosLibrary
  url: https://library.nagios.com/docs/
- type: Support Knowledgebase
  url: https://support.nagios.com/kb/
- type: Pricing
  url: https://www.nagios.com/products/pricing/
- type: Downloads
  url: https://www.nagios.org/downloads/
- type: NagiosExchange
  url: https://exchange.nagios.org/
- type: GitHubOrganization
  url: https://github.com/NagiosEnterprises
- type: SourceRepo
  url: https://github.com/NagiosEnterprises/nagioscore
- type: SourceRepo
  url: https://github.com/NagiosEnterprises/ncpa
- type: SourceRepo
  url: https://github.com/NagiosEnterprises/nrpe
- type: SourceRepo
  url: https://github.com/NagiosEnterprises/nsca
- type: SourceRepo
  url: https://github.com/NagiosEnterprises/nrdp
- type: SourceRepo
  url: https://github.com/NagiosEnterprises/ndoutils
- type: SourceRepo
  url: https://github.com/NagiosEnterprises/nagios-mod-gearman
- type: PythonSDK
  url: https://github.com/NagiosEnterprises/napiv2
- type: SDKs
  url: https://github.com/NagiosEnterprises/automation
- type: PrometheusExporter
  url: https://github.com/NagiosEnterprises/nagprom
- type: ServiceNowIntegration
  url: https://github.com/NagiosEnterprises/NagiosXI-ServiceNow-EventHandler
- type: PagerDutyIntegration
  url: https://github.com/NagiosEnterprises/nagiosxi-pagerduty-handler
- type: VMwareIntegration
  url: https://github.com/NagiosEnterprises/NSXMon
- type: LinkedIn
  url: https://www.linkedin.com/company/nagios-enterprises-llc
- type: License
  url: https://github.com/NagiosEnterprises/nagioscore/blob/master/LICENSE
- type: Plans
  url: plans/nagios-plans-pricing.yml
- type: Vocabulary
  url: vocabulary/nagios-vocabulary.yml
- type: JSONLD
  url: json-ld/nagios-context.jsonld
- type: Blog
  url: https://www.nagios.com/feed/
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com