Move nrpe class from opsrepo

This commit is contained in:
Micke Nordin 2024-09-24 17:29:07 +02:00
parent 124203cd92
commit a563e16309
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -31,7 +31,7 @@ class sunetdrive::nrpe(
command_line => '/usr/lib/nagios/plugins/check_entropy -w 256'
}
sunet::nagios::nrpe_command {'check_ntp_time':
command_line => '/usr/lib/nagios/plugins/check_ntp_time -H ntp.se'
command_line => '/usr/lib/nagios/plugins/check_ntp_time -H localhost'
}
sunet::nagios::nrpe_command {'check_scriptherder':
command_line => '/usr/local/bin/scriptherder --mode check'