Search found 3 matches
- Fri Nov 04, 2011 4:50 pm
- Forum: Open Source Nagios Projects
- Topic: multiple sites on same address
- Replies: 6
- Views: 2638
Re: multiple sites on same address
I actually just found out that we are using the check_nrpe. any advice how to do this with the following ./check_http -H 192.168.1.100 -u http://www.abc.com/abc/login.jsp -s "Please sign in:" another site we have ./check_http -H 192.168.1.101 -u http://www.wzy.com/wxy/login.jsp -s "Pl...
- Wed Nov 02, 2011 8:14 pm
- Forum: Open Source Nagios Projects
- Topic: multiple sites on same address
- Replies: 6
- Views: 2638
Re: multiple sites on same address
Where would you add this command in order to use it as a health check?
- Wed Nov 02, 2011 8:11 pm
- Forum: Open Source Nagios Projects
- Topic: multiple sites on same address
- Replies: 6
- Views: 2638
Re: multiple sites on same address
I'm currently testing nagios and want to monitor specific string on a page. the following commands works but I am not sure which file I need to edit to add this command on nagios. can someone let me know? ./check_http -H 192.168.1.100 -u http://www.abc.com/login.jsp -s "Please sign in:" HT...