I have Oreon 1.2.2 installed and am unable to get check_graph_ping to work except from the command line. If I su to nagios and run ./check_graph_ping -H 172.18.100.1 -n 2 -g -S 2 it works and creates the rrd file. However from the Oreon, the service that I created reports back "no output". I used Babelfish to view the French forums and found a couple of things to look at but nothing that helped solve the issue. Any ideas?
# 'check_graph_ping' command definition 9
define command{
command_name check_graph_ping
command_line $USER1$/check_graph_ping.pl -H $HOSTADDRESS$ -w 200,20% -c 500,40% -n $ARG1$ -g -S $ARG2$
# 'Check Ping' service definition 1
#
#
#service_id 2
define service{
service_description Check Ping
host_name NocSBS
is_volatile 0
check_command check_graph_ping!2!2
max_check_attempts 3
normal_check_interval 5
retry_check_interval 1
check_period 24x7
freshness_threshold 0
low_flap_threshold 0
high_flap_threshold 0
notification_interval 5
notification_period 24x7
notification_options w,u,c,r
contact_groups NocContactGroup
}
# 'check_graph_ping' command definition 9
define command{
command_name check_graph_ping
command_line $USER1$/check_graph_ping.pl -H $HOSTADDRESS$ -w 200,20% -c 500,40% -n $ARG1$ -g -S $ARG2$
# 'Check Ping' service definition 1
#
#
#service_id 2
define service{
service_description Check Ping
host_name NocSBS
is_volatile 0
check_command check_graph_ping!2!2
max_check_attempts 3
normal_check_interval 5
retry_check_interval 1
check_period 24x7
freshness_threshold 0
low_flap_threshold 0
high_flap_threshold 0
notification_interval 5
notification_period 24x7
notification_options w,u,c,r
contact_groups NocContactGroup
}
Comment