Fix ntp
This commit is contained in:
parent
39384f7e40
commit
b8a16bd700
|
@ -3,7 +3,6 @@
|
|||
class sunetdrive::common {
|
||||
include sunet::tools
|
||||
include sunet::motd
|
||||
include sunet::ntp
|
||||
include apt
|
||||
include apparmor
|
||||
include sunet::packages::jq
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue