From b8a16bd700ae97c14894bd205ea8f3f411f4436e Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Tue, 22 Oct 2024 10:54:57 +0200 Subject: [PATCH] Fix ntp --- manifests/common.pp | 1 - manifests/nrpe.pp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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'