diff --git a/manifests/common.pp b/manifests/common.pp index ad1ec9f..f5380f6 100644 --- a/manifests/common.pp +++ b/manifests/common.pp @@ -3,7 +3,6 @@ class sunetdrive::common { include sunet::tools include sunet::motd - include sunet::ntp include apt include apparmor include sunet::packages::jq diff --git a/manifests/nrpe.pp b/manifests/nrpe.pp index c13f0ea..44ba586 100644 --- a/manifests/nrpe.pp +++ b/manifests/nrpe.pp @@ -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'