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
remove scheduled downtime for host and its services
Re: remove scheduled downtime for host and its services
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
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.