CISCO SLB
Moderators: Developers, Moderators
I couldn't get this template to work for all my SLB so in the end I rewrote them using snmp-queries instead of the PHP script and it is now working for all my SLB.
Hopefully that will help anyone else who had the same issue as me.
P.S: the template were exported from 8.7.d so you will need at least this version to use them. Otherwise you can always modify the hash to match your version.
Hopefully that will help anyone else who had the same issue as me.
P.S: the template were exported from 8.7.d so you will need at least this version to use them. Otherwise you can always modify the hash to match your version.
- Attachments
-
- cacti_graph_template_cisco_-_csm_modules.xml
- (21.15 KiB) Downloaded 444 times
-
- cacti_graph_template_cisco_-_csm_vserver.xml
- (16.64 KiB) Downloaded 490 times
-
- cisco_csm_module.xml
- (1.77 KiB) Downloaded 494 times
-
- cisco_csm_vserver.xml
- (2.19 KiB) Downloaded 547 times
Hello! Thanks for your templates.
I am trying to use your templates but don't understand how it works/configure it. I am still new at cacti.
I have imported cacti_graph_template_cisco__csm_modules.xml & cacti_graph_template_cisco__csm_vserver.xml.
I have copied cisco_csm_module.xml & cisco_csm_vserver.xml to /var/www/html/cacti/resource/script_queries and I am trying to add the graph templates "CSM Modules" and "CSM Vserver" to our Cisco6509 with CSM module.
I am presented with a screen (which I have attached). What should I fill in on those textfields? I don't know... When I leave them blank, the graphs will not be shown like the rrd does not exist. What should I do?
Thanks in advance!
I am trying to use your templates but don't understand how it works/configure it. I am still new at cacti.
I have imported cacti_graph_template_cisco__csm_modules.xml & cacti_graph_template_cisco__csm_vserver.xml.
I have copied cisco_csm_module.xml & cisco_csm_vserver.xml to /var/www/html/cacti/resource/script_queries and I am trying to add the graph templates "CSM Modules" and "CSM Vserver" to our Cisco6509 with CSM module.
I am presented with a screen (which I have attached). What should I fill in on those textfields? I don't know... When I leave them blank, the graphs will not be shown like the rrd does not exist. What should I do?
Thanks in advance!
- Attachments
-
- scrshot
- Screenshot.png (99.84 KiB) Viewed 5538 times
UPTvL2386 wrote:Hello! Thanks for your templates.
I am trying to use your templates but don't understand how it works/configure it. I am still new at cacti.
I have imported cacti_graph_template_cisco__csm_modules.xml & cacti_graph_template_cisco__csm_vserver.xml.
I have copied cisco_csm_module.xml & cisco_csm_vserver.xml to /var/www/html/cacti/resource/script_queries and I am trying to add the graph templates "CSM Modules" and "CSM Vserver" to our Cisco6509 with CSM module.
I am presented with a screen (which I have attached). What should I fill in on those textfields? I don't know... When I leave them blank, the graphs will not be shown like the rrd does not exist. What should I do?
Thanks in advance!
Same here !
Any fixes / suggestions ?
tnx in advance
Not receiving any data
I've got these templates loaded. I can discover the SLB Vservers and Reals but all my servers are coming back with their output being U. Do I need to modify the php scripts at all? These farms are on 6509 platforms.
I've manually run the OIDs in the vserver script against the switch. Weirdly, I'm receiving 2 values back. The 2nd value is the actual connections on my vserver:
[root@localhost scripts]# snmpwalk -v 2c -c ***** "IP" .1.3.6.1.4.1.9.9.161.1.4.1.1.17
SNMPv2-SMI::enterprises.9.9.161.1.4.1.1.17.0.7.72.67.70.95.87.69.66 = Gauge32: 0
SNMPv2-SMI::enterprises.9.9.161.1.4.1.1.17.0.13.77.77.73.83.45.87.69.66.45.80.79.82.84 = Gauge32: 2296
I also wanted to add, when I look at the real time graph for the vserver I see some connections but it looks like it's 1/10 of my actual connection count. Is there a CDEF that needs to be edited? I can't find one.
Thanks
I've manually run the OIDs in the vserver script against the switch. Weirdly, I'm receiving 2 values back. The 2nd value is the actual connections on my vserver:
[root@localhost scripts]# snmpwalk -v 2c -c ***** "IP" .1.3.6.1.4.1.9.9.161.1.4.1.1.17
SNMPv2-SMI::enterprises.9.9.161.1.4.1.1.17.0.7.72.67.70.95.87.69.66 = Gauge32: 0
SNMPv2-SMI::enterprises.9.9.161.1.4.1.1.17.0.13.77.77.73.83.45.87.69.66.45.80.79.82.84 = Gauge32: 2296
I also wanted to add, when I look at the real time graph for the vserver I see some connections but it looks like it's 1/10 of my actual connection count. Is there a CDEF that needs to be edited? I can't find one.
Thanks
Re: Not receiving any data
It looks like you're getting OIDs for 2 different vservers. The first one is for a vserver called HCF_WEB, and the second is for MMIS-WEB-PORT, which would explain the different values.bidzer wrote:I've got these templates loaded. I can discover the SLB Vservers and Reals but all my servers are coming back with their output being U. Do I need to modify the php scripts at all? These farms are on 6509 platforms.
I've manually run the OIDs in the vserver script against the switch. Weirdly, I'm receiving 2 values back. The 2nd value is the actual connections on my vserver:
[root@localhost scripts]# snmpwalk -v 2c -c ***** "IP" .1.3.6.1.4.1.9.9.161.1.4.1.1.17
SNMPv2-SMI::enterprises.9.9.161.1.4.1.1.17.0.7.72.67.70.95.87.69.66 = Gauge32: 0
SNMPv2-SMI::enterprises.9.9.161.1.4.1.1.17.0.13.77.77.73.83.45.87.69.66.45.80.79.82.84 = Gauge32: 2296
I also wanted to add, when I look at the real time graph for the vserver I see some connections but it looks like it's 1/10 of my actual connection count. Is there a CDEF that needs to be edited? I can't find one.
Thanks
(Here's an explanation of figuring out Cisco CSM OIDs)
Re: CISCO SLB
Hi,
I'm trying to use the PHP script in 0.8.7g in windows but it is timing out.
In the end it gets the info but when I try to generate the graphs it fails.
Does anyone have this script working on windows 0.8.7g installation?
Thanks
I'm trying to use the PHP script in 0.8.7g in windows but it is timing out.
In the end it gets the info but when I try to generate the graphs it fails.
Does anyone have this script working on windows 0.8.7g installation?
Thanks
Re:
There's no Data Queries for these You'll either need to manually create a data query or the originator will have to export the data queries and post these too.TvL2386 wrote:Hi, I've moved the xml files from my script_queries directory to the snmp_queries directory... I still get the above screen.
I'll let you know if the graphs update.
Thanks for your reply
Who is online
Users browsing this forum: No registered users and 0 guests