This commit is contained in:
Micke Nordin 2024-10-22 10:54:57 +02:00
parent 39384f7e40
commit b8a16bd700
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257
2 changed files with 1 additions and 2 deletions

View file

@ -3,7 +3,6 @@
class sunetdrive::common {
include sunet::tools
include sunet::motd
include sunet::ntp
include apt
include apparmor
include sunet::packages::jq

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 localhost'
command_line => '/usr/lib/nagios/plugins/check_ntp_time -H ntp.se'
}
sunet::nagios::nrpe_command {'check_scriptherder':
command_line => '/usr/local/bin/scriptherder --mode check'