Putting mutiple hosts into downtime

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Fred Kroeger
Posts: 588
Joined: Wed Oct 19, 2011 11:36 pm
Location: Perth, Western Australia
Contact:

Re: Putting mutiple hosts into downtime

Post 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
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Putting mutiple hosts into downtime

Post 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
Fred Kroeger
Posts: 588
Joined: Wed Oct 19, 2011 11:36 pm
Location: Perth, Western Australia
Contact:

Re: Putting mutiple hosts into downtime

Post by Fred Kroeger »

Ticket has been raised
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Putting mutiple hosts into downtime

Post by ssax »

Locking the topic as we've received your support ticket, we will continue support through the ticket.

Thank you
Locked