Search found 4 matches
- Thu Sep 08, 2011 12:06 pm
- Forum: Open Source Nagios Projects
- Topic: Check https but not http
- Replies: 1
- Views: 1708
Re: Check https but not http
The entry in command.cfg: # 'check_https' command definition define command{ command_name check_https command_line $USER1$/check_http -I $ARG1$ -S # command_line $USER1$/check_http -I $HOSTADDRESS$ -p $ARG1$ -S } and the server in localhost.cfg: define service{ use local-service ; Name of service te...
- Thu Sep 08, 2011 11:36 am
- Forum: Open Source Nagios Projects
- Topic: Check https but not http
- Replies: 1
- Views: 1708
Check https but not http
I've disabled http on our Nagios server so the only way to access the interface is via https. I've used the instructions found online (http://communitygrids.blogspot.com/2010/02/nagios-and-https-monitoring.html) to create a check for https. The service shows up under the host, but it indicates a war...
- Thu Sep 08, 2011 11:30 am
- Forum: Open Source Nagios Projects
- Topic: unable to configure check_snmp
- Replies: 2
- Views: 1311
Re: unable to configure check_snmp
I'll have to look into that and get back to you.
- Tue Sep 06, 2011 4:03 pm
- Forum: Open Source Nagios Projects
- Topic: unable to configure check_snmp
- Replies: 2
- Views: 1311
unable to configure check_snmp
I'm using the plugin found on the Exchange rather than the built-in check_snmp. I'm trying to configure it but it keeps telling me that snmp libraries can't be found. I've installed net-snmp-libs, net-snmp-devel, net-snmp-utils and net-snmp itself for both i386 and x86_64. I've used the --libdir=<di...