Cisco QOS

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
GDC_Net
Posts: 2
Joined: Sat Sep 06, 2014 8:00 pm

Cisco QOS

Post by GDC_Net »

please suggest a plugin that should be capable of monitoring QOS traffic on a Cisco Rotuer.

We should be able to get report like,

1. Inbound and outbound QOS traffic utilization in percentage.(Maximum,Minimum,Average).
2. Inbound and outbound QOS traffic utilization in MB(Maximum. Minimum, Average).
3. Inbound and outbound QOS traffic utilization in MB in an excel sheet(ASCII Format).

We are also Ok if any one can write a plugin for us for the above requirement. We are also ready to pay for this. If anyone intrested please mail me at [email protected] Withe Subject line "Nagios Cisco QOS Plugin"

Thanks & Regards
Subash Rajakumar
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Cisco QOS

Post by slansing »

Looks like there is one plugin here, but it has no ratings, and no comments:

http://exchange.nagios.org/index.php?op ... isco%20QOS

Have you checked to see if you can get this information via SNMP? My guess is you can, and that the plugin uses it. Might be easier to use check_snmp against the device.
GDC_Net
Posts: 2
Joined: Sat Sep 06, 2014 8:00 pm

Re: Cisco QOS

Post by GDC_Net »

Hi Slansing,

Sorry for the delayed response. I got the below error.

Code: Select all

[root@NagiosMon libexec]# ./sgichk_cisco_qos.pl -H 172.21.41.12 -C NagI0sNetMon
ERROR: QDepth table : Requested table is empty or does not exist.
[root@NagiosMon libexec]# ./sgichk_cisco_qos.pl -H 172.21.44.3 -C NagI0sNetMon
ERROR: QDepth table : Requested table is empty or does not exist.
The device is a cisco 7200 router. Also i am sure that this plugin is not gonna work, since the OID's used are different.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Cisco QOS

Post by abrist »

GDC_Net wrote:Also i am sure that this plugin is not gonna work, since the OID's used are different.
Indeed. You may need to poke around the exchange for another plugin:
http://exchange.nagios.org/
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Locked