is there any native way of actually retrieving the current check results from an Icinga 2 instance? I can't find it documented.
If not, are there accepted, known-good command line frontends to query Icinga/IDO/API?
is there any native way of actually retrieving the current check results from an Icinga 2 instance? I can't find it documented.
If not, are there accepted, known-good command line frontends to query Icinga/IDO/API?
With icinga2 you can use icingacli, see https://github.com/Icinga/icingaweb2/blob/master/modules/monitoring/application/clicommands/ListCommand.php for options, look at this ascii movie for some examples: https://asciinema.org/a/136882/ You can install icingacli with sudo apt-get install icingacli.
I can use following on my icinga2 web version 2.5.0:
The tool has some help, use: sudo icingacli help monitoring list.