problem with Ganglia integration

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
lokeshchanana
Posts: 1
Joined: Mon Jul 05, 2010 1:51 am

problem with Ganglia integration

Post by lokeshchanana »

Hello,

I am trying to integrate installed ganglia on my caos based system witn nagios on c\same system.

i have changed the nagios.cfg by adding.
cfg_file=/usr/local/nagios/etc/objects/ganglia_service.cfg

nt my ganglia_service.cfg is:
define command {
command_name check_ganglia
command_line $USER1$/check_ganglia.py -h $HOSTNAME$ -m $ARG1$ -w $ARG2$ -c $ARG3$

define servicegroup {
servicegroup_name ganglia-metrics
alias Ganglia Metrics
}

define service {
use generic-service
name ganglia-service
hostgroup_name linux-servers
service_groups ganglia-metrics
notifications_enabled 0
}

define service {
use ganglia-service
service_description load_one
check_command check_ganglia!load_one!4!5
}

define service {
use ganglia-service
service_description disk_free
check_command check_ganglia!disk_free!10!5
}

define service {
use ganglia-service
service_description cpu_speed
check_command check_ganglia!cpu_speed!3000!3500
}



still i am getting erroe in my nagios implementation as:

cpu_speed UNKNOWN 07-05-2010 12:24:36 0d 1h 35m 32s 3/3 CHECKGANGLIA UNKNOWN: Error while getting value "Host/value not found"

disk_free UNKNOWN 07-05-2010 12:30:01 0d 1h 34m 57s 3/3 CHECKGANGLIA UNKNOWN: Error while getting value "Host/value not found"

load_one UNKNOWN 07-05-2010 12:32:41 0d 1h 34m 22s 3/3 CHECKGANGLIA UNKNOWN: Error while getting value "Host/value not found"



DOES SOMEBODY HAVE ANY IDEA??
Locked