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.
IPSLA- Has Performance Data but no Performance graph
-
- Posts: 616
- Joined: Tue Oct 16, 2012 12:28 am
-
- Former Nagios Staff
- Posts: 13589
- Joined: Mon May 23, 2011 12:15 pm
Re: IPSLA- Has Performance Data but no Performance graph
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
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
- Posts: 616
- Joined: Tue Oct 16, 2012 12:28 am
Re: IPSLA- Has Performance Data but no Performance graph
check the attached file..the out put which u have requested..
You do not have the required permissions to view the files attached to this post.
-
- Posts: 4380
- Joined: Mon Jun 14, 2010 10:21 am
Re: IPSLA- Has Performance Data but no Performance graph
I'm pretty sure this isn't valid for performance data:
http://docs.pnp4nagios.org/pnp-0.4/abou ... quirements
DNS=13;TCP=14;HTTP=654;Total=681;Query=http://www.google.com
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:Query=http://www.google.com
http://docs.pnp4nagios.org/pnp-0.4/abou ... quirements
-
- Posts: 616
- Joined: Tue Oct 16, 2012 12:28 am
Re: IPSLA- Has Performance Data but no Performance graph
[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
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
-
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
Re: IPSLA- Has Performance Data but no Performance graph
If you want perfdata with
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
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
-
- Posts: 616
- Joined: Tue Oct 16, 2012 12:28 am
Re: IPSLA- Has Performance Data but no Performance graph
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
---------------------------------------------------------------------------------------------------------------------------------------
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
---------------------------------------------------------------------------------------------------------------------------------------
Zajil NMS
-
- Posts: 616
- Joined: Tue Oct 16, 2012 12:28 am
Re: IPSLA- Has Performance Data but no Performance graph
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
You do not have the required permissions to view the files attached to this post.
-
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
Re: IPSLA- Has Performance Data but no Performance graph
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
Some details for these templates can be found on the pnp4nagios site
http://docs.pnp4nagios.org/pnp-0.4/tpl