Nagios · Example Payload

Ncpa Cpu Percent Example

MonitoringInfrastructure MonitoringNetwork MonitoringOpen SourceIT OperationsAlertingObservabilityNagios XINagios CoreNCPANRPENSCANRDP

Ncpa Cpu Percent Example is an example object payload from Nagios, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

_request_response

Example Payload

Raw ↑
{
  "_request": {
    "method": "GET",
    "url": "https://node-1.example.com:5693/api/cpu/percent?token=mytoken&aggregate=avg&warning=80&critical=90&check=1"
  },
  "_response": {
    "returncode": 0,
    "stdout": "OK: Average CPU usage was 12.4% | 'cpu_percent'=12.4%;80;90;"
  }
}