Fix ntp
This commit is contained in:
parent
48f8f6d690
commit
dac082f4f5
|
@ -3,7 +3,6 @@
|
||||||
class sunetdrive::common {
|
class sunetdrive::common {
|
||||||
include sunet::tools
|
include sunet::tools
|
||||||
include sunet::motd
|
include sunet::motd
|
||||||
include sunet::ntp
|
|
||||||
include apt
|
include apt
|
||||||
include apparmor
|
include apparmor
|
||||||
include sunet::packages::jq
|
include sunet::packages::jq
|
||||||
|
|
|
@ -31,7 +31,7 @@ class sunetdrive::nrpe(
|
||||||
command_line => '/usr/lib/nagios/plugins/check_entropy -w 256'
|
command_line => '/usr/lib/nagios/plugins/check_entropy -w 256'
|
||||||
}
|
}
|
||||||
sunet::nagios::nrpe_command {'check_ntp_time':
|
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':
|
sunet::nagios::nrpe_command {'check_scriptherder':
|
||||||
command_line => '/usr/local/bin/scriptherder --mode check'
|
command_line => '/usr/local/bin/scriptherder --mode check'
|
||||||
|
|
Loading…
Reference in a new issue