OP#436 start cgi.cfg
This commit is contained in:
@@ -57,7 +57,7 @@
|
|||||||
# command with total processes. Default is '400'.
|
# command with total processes. Default is '400'.
|
||||||
# @param [String] ng_procs_tot_param The parameters for the check_procs command
|
# @param [String] ng_procs_tot_param The parameters for the check_procs command
|
||||||
# with total processes. Default is 'RDST'.
|
# with total processes. Default is 'RDST'.
|
||||||
# @param [String] ng_procs_tot_ens The ensure value for the check_procs
|
# @param [String] ng_procs_tot_ensure The ensure value for the check_procs
|
||||||
# command with total processes. Default is 'present'.
|
# command with total processes. Default is 'present'.
|
||||||
# @param [String] ng_procs_z_warn The warning threshold for the check_procs
|
# @param [String] ng_procs_z_warn The warning threshold for the check_procs
|
||||||
# command with zombie processes. Default is '10'.
|
# command with zombie processes. Default is '10'.
|
||||||
|
|||||||
@@ -104,7 +104,7 @@ class confdroid_nagios::server::service (
|
|||||||
}
|
}
|
||||||
|
|
||||||
@@nagios_service { 'Total_Processes_localhost':
|
@@nagios_service { 'Total_Processes_localhost':
|
||||||
ensure => $ng_procs_tot_ens,
|
ensure => $ng_procs_tot_ensure,
|
||||||
check_command => "check_nrpe!check_procs!${ng_procs_tot_warn}!${ng_procs_tot_crit}!${ng_procs_tot_param}",
|
check_command => "check_nrpe!check_procs!${ng_procs_tot_warn}!${ng_procs_tot_crit}!${ng_procs_tot_param}",
|
||||||
use => 'generic-service',
|
use => 'generic-service',
|
||||||
host_name => 'localhost',
|
host_name => 'localhost',
|
||||||
|
|||||||
Reference in New Issue
Block a user