Estou usando o atributo downtime_depth
, embora não tenha 100% de certeza sobre isso.
curl -k -s
'https://localhost:5665/v1/objects/hosts?filter=host.downtime_depth!=0' | \
python -mjson.tool'
Como encontrar um host no tempo de inatividade no icinga2 usando api ou do banco de dados mysql. Eu tentei usar abaixo api, mas não está exibindo lá.
curl -H 'Cache-Control: no-cache' -k -u root:icinga 'https://localhost:5665/v1/objects/hosts?host=hostanme.com'
Estou usando o atributo downtime_depth
, embora não tenha 100% de certeza sobre isso.
curl -k -s
'https://localhost:5665/v1/objects/hosts?filter=host.downtime_depth!=0' | \
python -mjson.tool'