Page 1 of 1
IPSLA- Has Performance Data but no Performance graph
Posted: Mon Nov 05, 2012 3:55 am
by zaji_nms
i am checking ipsla-http statistics from cisco router and i got the correct result but without a performance graph. kindly look in to it as early as possible.
Performance Data: DNS=13;TCP=14;HTTP=654;Total=681;Query=
http://www.google.com
when i clicked on performance graph tab i have got following message : No performance graphs were found for this service.
Re: IPSLA- Has Performance Data but no Performance graph
Posted: Mon Nov 05, 2012 10:55 am
by lmiltchev
Please, run the following commands, and show the output:
Code: Select all
service npcd status
ll /usr/local/nagios/share/perfdata/
cd /usr/local/nagios/var/spool/xidpe
ls -f | wc -l
Re: IPSLA- Has Performance Data but no Performance graph
Posted: Tue Nov 06, 2012 12:46 am
by zaji_nms
check the attached file..the out put which u have requested..
Re: IPSLA- Has Performance Data but no Performance graph
Posted: Tue Nov 06, 2012 10:55 am
by mguthrie
I'm pretty sure this isn't valid for performance data:
You can't pass a string as a value for performance data. rrdtool won't know what to do with that. That last part should be part of the plugin output, not performance data. See below:
http://docs.pnp4nagios.org/pnp-0.4/abou ... quirements
Re: IPSLA- Has Performance Data but no Performance graph
Posted: Wed Nov 07, 2012 12:40 am
by zaji_nms
[root@localhost libexec]# ./check_cisco_ipsla.pl -H x.x.x.x -c xxx -i HTTP
IP SLA 1000 # HTTP ( http probe of
http://www.google.com ) status: OK | DNS=14;TCP=14;HTTP=655;Total=683;Query=
http://www.google.com
after " | " symbol all are performance data...so value should comes in graph.i have noticed one thing when i add any host/service through wizards performance graph are coming but when i add service manually performance graphs are not coming.
[root@localhost libexec]# ./check_snmp_load.pl -H x.x.x.x -C xxx -w 20,20,20 -c 50,50,50 -T cisco
CPU : 9 13 13 : OK
no performance graph for above services
Re: IPSLA- Has Performance Data but no Performance graph
Posted: Wed Nov 07, 2012 9:08 am
by scottwilkerson
If you want perfdata with
Code: Select all
./check_snmp_load.pl -H x.x.x.x -C xxx -w 20,20,20 -c 50,50,50 -T cisco
you need to add the -f flag
Code: Select all
./check_snmp_load.pl -H x.x.x.x -C xxx -w 20,20,20 -c 50,50,50 -T cisco -f
Re: IPSLA- Has Performance Data but no Performance graph
Posted: Sun Nov 11, 2012 6:09 am
by zaji_nms
Ok now snmp_load has perf data , but still i am not getting perf graph for ip sla.
also if i want to upload graph template for snmp_load in order to get all 1sec/5min/15min values in one graph how would i do it ???
---------------------------------------------------------------------------------------------------------------------------------------
[root@localhost libexec]# ./check_cisco_ipsla.pl -H xxxx -i HTTP -c xxx
IP SLA 1000 # HTTP ( http probe of
http://www.google.com ) status: OK | DNS=14;TCP=16;HTTP=791;Total=821
---------------------------------------------------------------------------------------------------------------------------------------
Re: IPSLA- Has Performance Data but no Performance graph
Posted: Sun Nov 11, 2012 6:41 am
by zaji_nms
Just now i have noticed that ip-sla perf graphs also comming. but i would like to make one graph to display all parameters. i mean graphtemplate for ip-sla to display HTTP stat in a single graph. at present it's coming individual check the attached file for your information
Re: IPSLA- Has Performance Data but no Performance graph
Posted: Mon Nov 12, 2012 11:35 am
by scottwilkerson
You can add a custom Graph Template through Admin -> Graph Templates
Some details for these templates can be found on the pnp4nagios site
http://docs.pnp4nagios.org/pnp-0.4/tpl