zorkian / nagios-api

A REST-like, JSON interface to Nagios
BSD 3-Clause "New" or "Revised" License
586 stars 173 forks source link

Implement Hostgroup downtime #47

Closed ctrox closed 10 years ago

ctrox commented 10 years ago

Implemented "SCHEDULE_HOSTGROUP_HOST_DOWNTIME" in a function named schedule_hostgroup_downtime. It allows to schedule a downtime for all hosts belonging to a given hostgroup. Additionally you can set the services_too parameter to also schedule the downtime on all the services.

zorkian commented 10 years ago

Awesome, thank you! :)