Re: Putting mutiple hosts into downtime
Posted: Wed Feb 22, 2017 6:28 pm
This is from the server where I recreated the Recurring Downtime schedules yesterday
And this is from the server where I couldn't schedule multiple downtimes
Code: Select all
# echo "select count(*) from nagios_scheduleddowntime where instance_id != '1';" | mysql -uroot -pnagiosxi nagios
count(*)
0
# echo "select count(*) from nagios_instances where instance_id != '1';" | mysql -uroot -pnagiosxi nagios
count(*)
0Code: Select all
# echo "select count(*) from nagios_scheduleddowntime where instance_id != '1';" | mysql -uroot -pnagiosxi nagios
count(*)
0
# echo "select count(*) from nagios_instances where instance_id != '1';" | mysql -uroot -pnagiosxi nagios
count(*)
0