[icinga-users] Downtimes list from DB?

2017-05-30 Thread Christian Moreno Moreno
Hi, How can I get one list of the actual Downtimes (host and expiration) from the DB? Are the Downtimes in the Mysql or only via conf File? Many Thanks, Christian Moreno Christian Moreno Moreno System Engineer Offers idealo internet GmbH Ritterstraße 11 10969 Berlin, Deutschland Tel.: +49 (0)3

Re: [icinga-users] Downtimes list from DB?

2017-05-30 Thread Valentin Höbel
Hi, there are multiple ways. One of them is to look into the database, as you already suggested. Another one would be to query Icinga2 directy: icinga2 object list --type=Downtime However, this list is only refreshed after a reload/restart of Icinga2, so you can't rely on it. The best way