nagios: only monitor single ip of hosts

This commit is contained in:
Erik Bergström 2023-07-07 12:54:22 +02:00
parent 2c17067253
commit 97cec6934f
No known key found for this signature in database
GPG key ID: 49A4251C96E0A9D4

View file

@ -15,6 +15,7 @@ class eid::nagios_monitor {
cfgdir => '/etc/nagios4/conf.d',
host_template => 'monitor-host',
service => 'nagios4',
single_ip => true,
}
require stdlib