Page 1 of 1

Checking certificate on port 8443

Posted: Wed Feb 28, 2018 2:13 pm
by ikekim
Hi,

In order for me to monitor the certificate expiry date on a target host I create a service configuration in CCM as follows and the config below work well except when the SSL traffic is on a different port other than 443. Example would be port 8443. How do I change my parameters below to monitor the certificate expiry on port 8443? thanks!

Check Command
-------------------------
check_xi_service_http

Command View
--------------------
$USER1$/check_http -H $HOSTADDRESS$ $ARG1$

$ARG1$
-----------
-C 31,30

Re: Checking certificate on port 8443

Posted: Wed Feb 28, 2018 2:26 pm
by scottwilkerson
change this

Code: Select all

$ARG1$
-----------
-C 31,30
to this

Code: Select all

$ARG1$
-----------
-C 31,30 -p 8443

Re: Checking certificate on port 8443

Posted: Thu Mar 01, 2018 11:19 am
by ikekim
Thank you!

That worked great.


Ike.

Re: Checking certificate on port 8443

Posted: Thu Mar 01, 2018 12:39 pm
by scottwilkerson
Glad to be of assistance.