mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
puppet: Fix check_ssl_certificate check to check named host, not self.
This commit is contained in:
@@ -193,7 +193,7 @@ define command{
|
||||
|
||||
define command{
|
||||
command_name check_ssl_certificate
|
||||
command_line /usr/lib/nagios/plugins/check_http --ssl -H '$HOSTADDRESS$' -I '$HOSTADDRESS$' --expect=200,302,401 -C30,14
|
||||
command_line /usr/lib/nagios/plugins/check_http --ssl -H '$ARG1$' -I '$ARG1$' --sni --expect=200,302,401 -C30,14
|
||||
}
|
||||
|
||||
define command{
|
||||
|
||||
Reference in New Issue
Block a user