How to schedule a nagios host downtime from commandline?
Hi,
I have a problem..I want to schedule specific nagios severs downtime from the commandline by curl.How do I do that?
Al though someone suggest me a script from serverfault site to do the service and host notification eneable and disable from commandline by curl.
Looking for similar script which will trigger the scheduled downtime from the commandline instead going to the web interface.
curl -d " some key value pair(hostname,servicename" url "username:passowrd"
which will do the service/host notification on and off from the commandline. So I want use curl in this fashion to provide downtime for specific nagios server.
Above script is not working for it because downtime option of nagios taked more parameter and I tried to infuse those in the script..but it didn't work out that way.We need provide starttime,endtime and comment value too.
Plus I have tried curl's option called --form and --form-string with that script..not able to get through.
The besic idea is instead of going to the Nagios web interface, we want to done this thing from the command line(we have succeded for service/host service and notification).
TIA
Bhaskar