[Nagios-users] checking https

2008-07-13 Thread Jeff Koch
Hi: Does anyone know of a plugin or method of checking that the https service is working on a server? We're already checking for http but need to be sure that https is functioning also. Thanks Best Regards, Jeff Koch

Re: [Nagios-users] checking https

2008-07-13 Thread Matthew Jurgens
The check_http plugin with the --ssl option will do what you need Jeff Koch wrote: Hi: Does anyone know of a plugin or method of checking that the https service is working on a server? We're already checking for http but need to be sure that https is functioning also. Thanks Best

Re: [Nagios-users] checking https

2008-07-13 Thread Jeff Koch
} At 11:08 PM 7/13/2008, Aaron Devey wrote: Try passing the --ssl option to check_http. -Aaron -Original Message- From: [EMAIL PROTECTED] on behalf of Jeff Koch Sent: Sun 7/13/2008 8:59 PM To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] checking https Hi: Does anyone

Re: [Nagios-users] checking https

2008-07-13 Thread Matthew Jurgens
If your check_http command is defined like: define command{ command_namecheck_http command_line$USER1$/check_http -H $HOSTADDRESS$ $ARG1$ $ARG2$ $ARG3$ $ARG4$ $ARG5$ $ARG6$ $ARG7$ $ARG8$ $ARG9$ } Then you can just modify your service definition: replacing

Re: [Nagios-users] checking https

2008-07-13 Thread Jeff Koch
Thanks - that worked!! At 11:46 PM 7/13/2008, Matthew Jurgens wrote: If your check_http command is defined like: define command{ command_namecheck_http command_line$USER1$/check_http -H $HOSTADDRESS$ $ARG1$ $ARG2$ $ARG3$ $ARG4$ $ARG5$ $ARG6$ $ARG7$ $ARG8$ $ARG9$

Re: [Nagios-users] checking https

2008-07-13 Thread Hugo van der Kooij
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matthew Jurgens wrote: | If your check_http command is defined like: | define command{ | command_namecheck_http | command_line$USER1$/check_http -H $HOSTADDRESS$ $ARG1$ | $ARG2$ $ARG3$ $ARG4$ $ARG5$ $ARG6$ $ARG7$ $ARG8$ $ARG9$