setting single_ip as true
This commit is contained in:
parent
c7140814ce
commit
9cb7894d2f
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class net::naemon_monitor_config {
|
|||
}
|
||||
|
||||
$public_hosts = ['zoom-saas-idp-proxy.sunet.se']
|
||||
nagioscfg::host {$public_hosts: sort_alphabetically => true }
|
||||
nagioscfg::host {$public_hosts: single_ip => true }
|
||||
|
||||
nagioscfg::command {'check_website':
|
||||
command_line => "/usr/lib/nagios/plugins/check_http -H '\$HOSTNAME\$' -S -u '\$ARG1\$' -s '\$ARG2\$'"
|
||||
|
|
Loading…
Add table
Reference in a new issue