Search found 4 matches

by vivekm
Wed May 18, 2016 5:44 am
Forum: Open Source Nagios Projects
Topic: Cannot Delete Downtime by Hostname from CGI
Replies: 3
Views: 1669

Re: Cannot Delete Downtime by Hostname from CGI

Hello, Following is output of your cmds on my nagios Server vagrant@vagrant-ubuntu-trusty-64:~/tmp$ ls -la /usr/local/nagios/var/rw/nagios.cmd prw-rw---- 1 nagios nagcmd 0 May 18 10:33 /usr/local/nagios/var/rw/nagios.cmd vagrant@vagrant-ubuntu-trusty-64:~/tmp$ ls -la /usr/local/nagios/var/rw/ total ...
by vivekm
Wed May 18, 2016 5:41 am
Forum: Open Source Nagios Projects
Topic: check if downtime is scheduled for a host via CGI
Replies: 2
Views: 2669

Re: check if downtime is scheduled for a host via CGI

Hi

It solved the use-case i was implementing. Thanks a lot for your response. Cheers

Vivek
by vivekm
Tue May 17, 2016 12:43 pm
Forum: Open Source Nagios Projects
Topic: check if downtime is scheduled for a host via CGI
Replies: 2
Views: 2669

check if downtime is scheduled for a host via CGI

How do we check if we have a downtime scheduled for a host via CGI in Nagios Core 4.x??

probably even get the downtime id for it as well...
by vivekm
Tue May 17, 2016 5:04 am
Forum: Open Source Nagios Projects
Topic: Cannot Delete Downtime by Hostname from CGI
Replies: 3
Views: 1669

Cannot Delete Downtime by Hostname from CGI

Hi I am using Nagios core 4.x and I can Schedule a downtime for a host using CGI cmd_type=55. But when I am trying to delete the downtime for a host using following curl cmd it is not working: curl --silent --show-error --data cmd_typ=170 --data cmd_mod=2 --data host=myhostname --data btnSubmit=Comm...