Icinga2: Hosts no tempo de inatividade

1

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'
    
por Maz 08.07.2016 / 07:52

1 resposta

0

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'
    
por 20.01.2018 / 22:27

Tags