F5 BigIP Virtual Server Query
Moderators: Developers, Moderators
The fields I'm having an issue with come up as the final step to creating the device when it askes for:
Index Type:
Index Value:
Output Type ID:
I'm not quite sure what to put in the blanks for each. I believe there are several iterations of the same question on the page, like for additional vips, etc.. Not sure..
Any help would be greatly appreciated
Thanks,
Geoff Kuchera
Index Type:
Index Value:
Output Type ID:
I'm not quite sure what to put in the blanks for each. I believe there are several iterations of the same question on the page, like for additional vips, etc.. Not sure..
Any help would be greatly appreciated
Thanks,
Geoff Kuchera
Geoff Kuchera
MLT Vacations, Inc.
MLT Vacations, Inc.
-
- Posts: 17
- Joined: Mon Jan 24, 2005 4:00 pm
might be...
now i am having trouble with adding devices or graphs in general, so i'm trying to troubleshoot that issue.
But if you could send me the snippet with the oid, that would be great.
firoz.rangwala@gmail.com
now i am having trouble with adding devices or graphs in general, so i'm trying to troubleshoot that issue.
But if you could send me the snippet with the oid, that would be great.
firoz.rangwala@gmail.com
Firoz Rangwala
-
- Posts: 1
- Joined: Thu Mar 10, 2005 12:52 pm
I'm thinking a Perl/PHP script would be needed to get the Pool name information. It'd make having to parse those odd sized ASCII valued OID's much easier than trying it with Regular Expressions (if that's even possible).
Unfortunately, I found a quicker way around having to do this for my setup, otherwise I'd have written one and given it out. I don't think it'd be too difficult (famous last words, eh?).
Unfortunately, I found a quicker way around having to do this for my setup, otherwise I'd have written one and given it out. I don't think it'd be too difficult (famous last words, eh?).
Gathering with 9.0.x
Hi,
just a question: did anyone have success with an adaption of the query to Software Version 9.0.x like it is used in the BIGIP 6400?
Best regards,
Klaus
just a question: did anyone have success with an adaption of the query to Software Version 9.0.x like it is used in the BIGIP 6400?
Best regards,
Klaus
F5 BigIP V 9.0.x
I am having all the same problems posted here. I have modified the script.xml to reflect the newer OIDs, and end up with
gkuchera s problem ..
The fields I'm having an issue with come up as the final step to creating the device when it askes for:
Index Type:
Index Value:
Output Type ID:
any luck on an external script to collect the data?
gkuchera s problem ..
The fields I'm having an issue with come up as the final step to creating the device when it askes for:
Index Type:
Index Value:
Output Type ID:
any luck on an external script to collect the data?
Re: Thanks Jamie
Rich -- I'm trying to learn how to figure this out, my traffic graphs are all NaN. What was the change you made? I'm using BigIP v3.3 if that helps anyone..rcariddi wrote:Hey I got your templates working for BigIP Virtual Statistics. They look great, I had to change the OID due to my older version of code for traffic in/out, after that, it was perfect. [8<]
Rich Cariddi
Thanks,
Rick McClinton
I think I got it, edit the XML and change this section
change .38 and .39 to .13 and .14 respectively.
This goes from "bytes" to "octets" but this should still be correct for the graph, which is labeled "bits per second", yes?
Thanks,
Rick McClinton
Code: Select all
<vsBytesIn>
<name>Bytes In</name>
<method>walk</method>
<source>value</source>
<direction>output</direction>
<oid>1.3.6.1.4.1.3375.1.1.3.2.1.38</oid>
</vsBytesIn>
<vsBytesOut>
<name>Bytes Out</name>
<method>walk</method>
<source>value</source>
<direction>output</direction>
<oid>1.3.6.1.4.1.3375.1.1.3.2.1.39</oid>
</vsBytesOut>
This goes from "bytes" to "octets" but this should still be correct for the graph, which is labeled "bits per second", yes?
Thanks,
Rick McClinton
What version of bigip are you guys all running? It appears that the mibs have completely changed on my newish bigip's here, and on the ones from my prior employer. Both were running 9.x...
ours here are
BIG-IP 9.0.4 Build 118.5
any queries for 1.3.6.1.4.1.3375.1 fail on these units, and it appears they've gone to a whole new mib since everythings now on the 1.3.6.1.4.1.3375.2 tree.
Maybe I'm doing something wrong?
Eric
ours here are
BIG-IP 9.0.4 Build 118.5
any queries for 1.3.6.1.4.1.3375.1 fail on these units, and it appears they've gone to a whole new mib since everythings now on the 1.3.6.1.4.1.3375.2 tree.
Maybe I'm doing something wrong?
Eric
Query didn't seem to work from the GUI
Hi All,
I just install cacti 0.8.6f and the the F5 Virtual server query never return any information in the GUI. When I run a snmpwalk from the cacti host to my F5 unit it work well.
snmpwalk -v1 -c my_cs my_host_ip .1.3.6.1.4.1.3375.1.1.3.2.1.1
.iso.3.6.1.4.1.3375.1.1.3.2.1.1.x.y.z.w.53 = IpAddress: x.y.z.w
.iso.3.6.1.4.1.3375.1.1.3.2.1.1.x.y.z.u.123 = IpAddress: x.y.z.u
...
here is the output of the queries in the GUI
+ Running data query [10].
+ Found type = '3' [snmp query].
+ Found data query XML file at '/opt/htdocs/cacti-0.8.6f/resource/snmp_queries/f5_bigip_vs.xml'
+ XML file parsed ok.
+ Executing SNMP walk for list of indexes @ '1.3.6.1.4.1.3375.1.1.3.2.1.1'
+ No SNMP data returned
+ Found data query XML file at '/opt/htdocs/cacti-0.8.6f/resource/snmp_queries/f5_bigip_vs.xml'
+ Found data query XML file at '/opt/htdocs/cacti-0.8.6f/resource/snmp_queries/f5_bigip_vs.xml'
+ Found data query XML file at '/opt/htdocs/cacti-0.8.6f/resource/snmp_queries/f5_bigip_vs.xml'
Does anyone have any idea ?
thanks
I just install cacti 0.8.6f and the the F5 Virtual server query never return any information in the GUI. When I run a snmpwalk from the cacti host to my F5 unit it work well.
snmpwalk -v1 -c my_cs my_host_ip .1.3.6.1.4.1.3375.1.1.3.2.1.1
.iso.3.6.1.4.1.3375.1.1.3.2.1.1.x.y.z.w.53 = IpAddress: x.y.z.w
.iso.3.6.1.4.1.3375.1.1.3.2.1.1.x.y.z.u.123 = IpAddress: x.y.z.u
...
here is the output of the queries in the GUI
+ Running data query [10].
+ Found type = '3' [snmp query].
+ Found data query XML file at '/opt/htdocs/cacti-0.8.6f/resource/snmp_queries/f5_bigip_vs.xml'
+ XML file parsed ok.
+ Executing SNMP walk for list of indexes @ '1.3.6.1.4.1.3375.1.1.3.2.1.1'
+ No SNMP data returned
+ Found data query XML file at '/opt/htdocs/cacti-0.8.6f/resource/snmp_queries/f5_bigip_vs.xml'
+ Found data query XML file at '/opt/htdocs/cacti-0.8.6f/resource/snmp_queries/f5_bigip_vs.xml'
+ Found data query XML file at '/opt/htdocs/cacti-0.8.6f/resource/snmp_queries/f5_bigip_vs.xml'
Does anyone have any idea ?
thanks
Etienne
I found my problem
I found my problem,
the xml query file didn't have a leading dot for each oid. This is maybe because I use an old version of snmp. I got ucd-snmp 4.2.4 running on an old RH 7.3. But with the modif everything works well.
thanks for this cool template.
the xml query file didn't have a leading dot for each oid. This is maybe because I use an old version of snmp. I got ucd-snmp 4.2.4 running on an old RH 7.3. But with the modif everything works well.
thanks for this cool template.
-
- Posts: 1
- Joined: Mon Sep 12, 2005 3:11 pm
- Location: MV Ca
- Contact:
F5 Template Graph Creation
Previously in this thread it was asked:
The fields I'm having an issue with come up as the final step to creating the device when it askes for:
Index Type:
Index Value:
Output Type ID:
I Followed this thread all the way & never saw a responce... I'm having the same issue. Just wondering if there is something fundamental I'm missing?
The fields I'm having an issue with come up as the final step to creating the device when it askes for:
Index Type:
Index Value:
Output Type ID:
I Followed this thread all the way & never saw a responce... I'm having the same issue. Just wondering if there is something fundamental I'm missing?
"Programing today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots...
...So far the universe is winning".
-Rich Cook
...So far the universe is winning".
-Rich Cook
F5 Template Graph Creatiom
um, bump?
Still same question:
The fields I'm having an issue with come up as the final step to creating the device when it askes for:
Index Type:
Index Value:
Output Type ID:
I Followed this thread all the way & never saw a responce... I'm having the same issue. Just wondering if there is something fundamental I'm missing?
Still same question:
The fields I'm having an issue with come up as the final step to creating the device when it askes for:
Index Type:
Index Value:
Output Type ID:
I Followed this thread all the way & never saw a responce... I'm having the same issue. Just wondering if there is something fundamental I'm missing?
Who is online
Users browsing this forum: No registered users and 0 guests