Page 2 of 2

Re: Putting mutiple hosts into downtime

Posted: Wed Feb 22, 2017 6:28 pm
by Fred Kroeger
This is from the server where I recreated the Recurring Downtime schedules yesterday

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(*)
0
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(*)
0

Re: Putting mutiple hosts into downtime

Posted: Thu Feb 23, 2017 11:03 am
by ssax
Let's move this into a ticket, please email [email protected] with a descriptive subject and detailed body and please include a link back to this thread so that we can get a remote session setup.

Thank you

Re: Putting mutiple hosts into downtime

Posted: Mon Feb 27, 2017 1:06 am
by Fred Kroeger
Ticket has been raised

Re: Putting mutiple hosts into downtime

Posted: Mon Feb 27, 2017 10:31 am
by ssax
Locking the topic as we've received your support ticket, we will continue support through the ticket.

Thank you