fix parameter name

This commit is contained in:
Leif Johansson 2018-07-25 15:51:09 +02:00
parent 6a3f239824
commit 16f38f30d9

View file

@ -791,7 +791,7 @@ class nagios_monitor {
'qa.proxy.eidas.swedenconnect.se']
nagioscfg::host {$public_hosts: }
nagioscfg::service {'check_public_ssl_cert':
host_list => $public_hosts,
host_name => $public_hosts,
check_command => 'check_ssl_cert_3!30!14!443',
description => 'check https certificate validity on port 443',
contact_groups => ['alerts']