remove scheduled downtime for host and its services

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
jh129666
Posts: 98
Joined: Mon Feb 11, 2013 3:45 pm

remove scheduled downtime for host and its services

Post by jh129666 »

I can use the below command to schedule downtime for a host and its services, but I did not find the command to remove the scheduled downtime for a host and its services. Is there a command for that?

CMD_SCHEDULE_HOST_SVC_DOWNTIME 86
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: remove scheduled downtime for host and its services

Post by cdienger »

They would need to be removed individually:

CMD_DEL_HOST_DOWNTIME 78
CMD_DEL_SVC_DOWNTIME 79

https://assets.nagios.com/downloads/nag ... and_id=125
https://assets.nagios.com/downloads/nag ... and_id=126

or this may work:

CMD_DEL_DOWNTIME_BY_HOST_NAME 170
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked