setting single_ip as true

This commit is contained in:
Maria Haider 2025-04-14 15:56:38 +02:00
parent c7140814ce
commit 9cb7894d2f
Signed by: mariah
GPG key ID: 6EF520A1829E8B1D

View file

@ -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\$'"