Trace: nagios_cmd_cgi

Nagios commands for cgi.cmd

#Disable notifications for server and server services
curl -d 'cmd_typ=25&cmd_mod=2&host=localhost&btnSubmit=Commit'  -k 'http://nagiosadmin:[email protected]/nagios/cgi-bin/cmd.cgi'
curl -d 'cmd_typ=29&cmd_mod=2&host=localhost&btnSubmit=Commit'  -k 'http://nagiosadmin:[email protected]/nagios/cgi-bin/cmd.cgi'

#Put a comment on server:
curl -d 'cmd_typ=1&cmd_mod=2&host=localhost&com_data=Mantenimiento RFC 25&btnSubmit=Commit'  -k 'http://nagiosadmin:[email protected]/nagios/cgi-bin/cmd.cgi'


#Enable notifications for server and server services
curl -d 'cmd_typ=24&cmd_mod=2&host=localhost&btnSubmit=Commit'  -k 'http://nagiosadmin:[email protected]/nagios/cgi-bin/cmd.cgi'
curl -d 'cmd_typ=28&cmd_mod=2&host=localhost&btnSubmit=Commit'  -k 'http://nagiosadmin:[email protected]/nagios/cgi-bin/cmd.cgi'

References

nagios_cmd_cgi.txt · Last modified: 2020/03/10 14:32
Public Domain Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain