NagiosGraph
Posted: Tue Jul 29, 2014 4:46 pm
I'm having an issue where I can't load a graph for a particular service. I use Check_Temperature using mib values from some probes in our lab and would like to graph out the temp over days/weeks/months. I get this:
"No data available: host=myhostname service=Temperature Server Room db="
I'm guessing it can't find the .rrd file. I have tried to add the service to the datasetdb.conf file:
"service=Temperature Development Lab&db=data,warn,crit"
Here is the service/command:
Service:
define service {
use generic-service,nagiosgraph
host_name myhostname
service_description Temperature Qualification Lab
check_command check_temperature_QualLab! 84! 90!
}
Command:
define command{
command_name check_temperature_Server
command_line /usr/local/src/nagios-plugins-1.4.16/plugins/check_snmp_temperature.pl -H $HOSTADDRESS$ -C public -n .1.3.6.1.4.1.16174.1.1.1.3.1.1.0 -d .1.3.6.1.4.1.16174.1.1.1.3.1.2.0 -i 1F -o F -a'.' -w $ARG1$ -c $ARG2$
}
Anything would be helpful. Thanks
"No data available: host=myhostname service=Temperature Server Room db="
I'm guessing it can't find the .rrd file. I have tried to add the service to the datasetdb.conf file:
"service=Temperature Development Lab&db=data,warn,crit"
Here is the service/command:
Service:
define service {
use generic-service,nagiosgraph
host_name myhostname
service_description Temperature Qualification Lab
check_command check_temperature_QualLab! 84! 90!
}
Command:
define command{
command_name check_temperature_Server
command_line /usr/local/src/nagios-plugins-1.4.16/plugins/check_snmp_temperature.pl -H $HOSTADDRESS$ -C public -n .1.3.6.1.4.1.16174.1.1.1.3.1.1.0 -d .1.3.6.1.4.1.16174.1.1.1.3.1.2.0 -i 1F -o F -a'.' -w $ARG1$ -c $ARG2$
}
Anything would be helpful. Thanks