parent
601ff83b9f
commit
32339a3fbf
1 changed files with 0 additions and 6 deletions
|
@ -5,8 +5,6 @@ class sunetdrive::nrpe(
|
||||||
$loadc = '30,25,20',
|
$loadc = '30,25,20',
|
||||||
$procsw = 150,
|
$procsw = 150,
|
||||||
$procsc = 200,
|
$procsc = 200,
|
||||||
$uptimew = 30,
|
|
||||||
$uptimec = 50,
|
|
||||||
) {
|
) {
|
||||||
|
|
||||||
require apt
|
require apt
|
||||||
|
@ -78,8 +76,4 @@ class sunetdrive::nrpe(
|
||||||
sunet::nagios::nrpe_command {'check_mysql_server_status':
|
sunet::nagios::nrpe_command {'check_mysql_server_status':
|
||||||
command_line => '/usr/bin/sudo /usr/lib/nagios/plugins/check_mysql_server_status'
|
command_line => '/usr/bin/sudo /usr/lib/nagios/plugins/check_mysql_server_status'
|
||||||
}
|
}
|
||||||
sunet::nagios::nrpe_check_uptime { 'check_uptime':
|
|
||||||
uptimew => $uptimew,
|
|
||||||
uptimec => $uptimec,
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue