change watermark on check_entropy

This commit is contained in:
Erik Bergström 2022-09-26 10:54:57 +02:00
parent 01e5c2b764
commit 0fcfc8fc64

View file

@ -1032,7 +1032,7 @@ class nrpe {
command_line => '/usr/lib/nagios/plugins/check_disk -w 15% -c 5% -p /boot' command_line => '/usr/lib/nagios/plugins/check_disk -w 15% -c 5% -p /boot'
} }
sunet::nagios::nrpe_command {'check_entropy': sunet::nagios::nrpe_command {'check_entropy':
command_line => '/usr/lib/nagios/plugins/check_entropy' command_line => '/usr/lib/nagios/plugins/check_entropy -w 200'
} }
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 localhost'