Thanks.
Seems we have to switch to 4. Hope there would be no much differences between 3 and 4.
Search found 5 matches
- Mon Jan 05, 2015 10:25 pm
- Forum: Open Source Nagios Projects
- Topic: API to develop java web interface for nagios3?
- Replies: 3
- Views: 1592
- Mon Jan 05, 2015 12:36 am
- Forum: Open Source Nagios Projects
- Topic: API to develop java web interface for nagios3?
- Replies: 3
- Views: 1592
API to develop java web interface for nagios3?
Nagios3(in a Debian box) runs good in my company. We need to enhance the web interface. For example, add Chinese language support, re-arrange views, etc. Some of the requirements can not be done by only change the configurations. However, we have no PHP developer. So we decide to create a java -base...
- Thu Nov 06, 2014 4:15 am
- Forum: Open Source Nagios Projects
- Topic: Can I add icon to services to manually issue commands?
- Replies: 6
- Views: 2005
Re: Can I add icon to services to manually issue commands?
The first part of my problem is solved by action_url. Although it only applies to host, it is acceptable. Now, how to issue a shell script command by clicking the icon on the web page? Do I have to write my own cgi? You could use the action url to do this: action_url: This directive is used to defin...
- Thu Nov 06, 2014 3:51 am
- Forum: Open Source Nagios Projects
- Topic: Can I add icon to services to manually issue commands?
- Replies: 6
- Views: 2005
Re: Can I add icon to services to manually issue commands?
Event handler is an option. But it runs after the service becomes critical. I want to leave the operator chance to choose, if restarting the service is safe. Yes, you could build this in, but it won't be necessarily easy. You would have to hook it into an SSH session extension for your browser, and ...
- Wed Nov 05, 2014 3:49 am
- Forum: Open Source Nagios Projects
- Topic: Can I add icon to services to manually issue commands?
- Replies: 6
- Views: 2005
Can I add icon to services to manually issue commands?
Hello. I recently used Nagios to monitor our production servers. I want to do the following, but can't find a solution. I want to display an icon next to the service on the web interface, when the service becomes critical. So, when the operator get notified and logon to the web interface, he can cho...