Bonjour,
je rencontre un problème dans la mise en place de check_graph
Non seulement mes fichiers dans ../oreon/rrd ne sont pas créés mais oreon et nagios hurle :
Status = critical
Information = (no output! )
Détail du check :
$USER1$/check_graph_ping.pl -H $HOSTADDRESS$ -w 200,20% -c 500,40% -g -S $ARG2$
Détail du service :
define service{
service_description Graph Ping
host_name IBM_R51
check_command check_graph_ping!1
max_check_attempts 3
normal_check_interval 1
retry_check_interval 1
passive_checks_enabled 1
check_period 24x7
freshness_threshold 0
low_flap_threshold 0
high_flap_threshold 0
process_perf_data 1
retain_status_information 1
retain_nonstatus_information 1
notification_interval 999
notification_period 24x7
notification_options c,r
contact_groups Admin_global
}
Quand j'exécute le plugin à la main : le graph se créé mais j'ai un message :
Parameter to use lib must be directory, not file at ./check_graph_ping.pl line 142
HELP !
je rencontre un problème dans la mise en place de check_graph
Non seulement mes fichiers dans ../oreon/rrd ne sont pas créés mais oreon et nagios hurle :
Status = critical
Information = (no output! )
Détail du check :
$USER1$/check_graph_ping.pl -H $HOSTADDRESS$ -w 200,20% -c 500,40% -g -S $ARG2$
Détail du service :
define service{
service_description Graph Ping
host_name IBM_R51
check_command check_graph_ping!1
max_check_attempts 3
normal_check_interval 1
retry_check_interval 1
passive_checks_enabled 1
check_period 24x7
freshness_threshold 0
low_flap_threshold 0
high_flap_threshold 0
process_perf_data 1
retain_status_information 1
retain_nonstatus_information 1
notification_interval 999
notification_period 24x7
notification_options c,r
contact_groups Admin_global
}
Quand j'exécute le plugin à la main : le graph se créé mais j'ai un message :
Parameter to use lib must be directory, not file at ./check_graph_ping.pl line 142
HELP !
Comment