Search found 32 matches

by jcaesar
Mon Aug 14, 2006 4:17 pm
Forum: Help: General
Topic: SNMP Query Issue - Only getting partial data
Replies: 3
Views: 1814

Did you try changing the m"snmpbulkwalk" settings? E.g. set it to 1 just for a try. Reinhard I'm not positive I know which setting you are referring to. I've changed "The Maximum SNMP OID's Per SNMP Get Request" under Poller Settings to 1, and the problem still exists. If that w...
by jcaesar
Mon Aug 14, 2006 2:28 pm
Forum: Help: General
Topic: SNMP Query Issue - Only getting partial data
Replies: 3
Views: 1814

SNMP Query Issue - Only getting partial data

I looked around the forums and didn't see any issues quite like this, so hopefully I'm not creating a duplicate post. I'm setting up and SNMP Query that works fine on most devices, but I've found one where it doesn't seem to be able to read in all the data. The query is pretty simple, and is listed ...
by jcaesar
Mon Jan 17, 2005 4:45 pm
Forum: Scripts and Templates
Topic: F5 BigIP Virtual Server Query
Replies: 31
Views: 67593

Re: What version of BigIP ??

Those OIDs that you changed were for the High Capacity (64-bit) counters on the F5. If you are running on older code that might explain why they didn't exist. I think we are on the latest code rev and using a 2000 series BigIP. The only problem I had when creating the data query was that I forgot to...
by jcaesar
Mon Jan 10, 2005 1:14 pm
Forum: Help: General
Topic: How to create a complete port overview ???
Replies: 2
Views: 1966

Re: How to create a complete port overview ???

You'll have to write your own graph template for this. I would duplicate the template for Errors/Discards (you can do this on the same drop-down menu that lets you delete templates) and then start adding new Items to the template for each graph line you want to add (Unicast and non-unicast packets)....
by jcaesar
Mon Jan 10, 2005 12:43 pm
Forum: Scripts and Templates
Topic: F5 Graphs
Replies: 8
Views: 7135

Re: F5 Here

I've posted XML and template for F5 virtual servers and SSL proxies. I've started a thread in this area for each of them. Only thing that still can't be done (at least I can't figure out the regular expression for it) is doing a query against the pools. I've posted some details on why this is a prob...
by jcaesar
Wed Jan 05, 2005 10:00 am
Forum: Scripts and Templates
Topic: F5 BigIP Virtual Server Query
Replies: 31
Views: 67593

I'm probably going to need someone who is a lot better with Regular Expressions and/or Cacti internals to make an attempt at this. The other two F5 queries have a fixed length index, so you could just anchor the RegEx to the end of the OID string and then count back however far you need. Since this ...
by jcaesar
Tue Jan 04, 2005 5:12 pm
Forum: Scripts and Templates
Topic: F5 BigIP Virtual Server Query
Replies: 31
Views: 67593

Ok. Now I understand what you mean. I didn't know that you could set up the F5s like you have them in scenario #3. This query was created to monitor from the virtual server's point of view, which is a different MIB tree than either SSL Proxies or Pools. I assume that you are using a rule to direct t...
by jcaesar
Tue Jan 04, 2005 10:17 am
Forum: Scripts and Templates
Topic: F5 BigIP Virtual Server Query
Replies: 31
Views: 67593

I'm a little confused about what you are seeing. As far as I'm aware, for each virtual server you can either: 1) Assign a pool of addresses to load balance the connections across, Or 2) Assign a rule that does something with the particular traffic (for example, redirect HTTP to HTTPS) I'm not sure h...
by jcaesar
Mon Jan 03, 2005 10:00 am
Forum: Help: Linux/Unix Specific
Topic: WARNING: Result from SNMP not valid. Partial Result:
Replies: 10
Views: 17829

You can turn the logging level up to debug for a polling cycle and see which OIDs aren't returning valid values. You can use snmpget or some other SNMP tool to see if you are polling for a value that exists. More often than not, I was trying to graph something that didn't exist on the router (IOS to...
by jcaesar
Thu Dec 30, 2004 10:58 am
Forum: Scripts and Templates
Topic: F5 BigIP Virtual Server Query
Replies: 31
Views: 67593

F5 BigIP Virtual Server Query

I've set up a data query for F5 virtual servers in Cacti 0.8.6c. The only useful info that I could find to graph was traffic and connections on a per-virtual server basis, so that is all these are set up to do. The query xml file and template exports are attached. All you need to do is put the f5_bi...
by jcaesar
Thu Dec 30, 2004 10:56 am
Forum: Scripts and Templates
Topic: F5 BigIP SSL Proxy Query
Replies: 0
Views: 12543

F5 BigIP SSL Proxy Query

I've set up a data query for F5 proxies in Cacti0.8.6c. The only useful info that I could find to graph was traffic and connections on a per-proxy basis, so that is all these are set up to do. The query xml file and template exports are attached. All you need to do is put the f5_bigip_proxy.xml file...
by jcaesar
Thu Dec 30, 2004 9:26 am
Forum: Help: General
Topic: Display difference sins last poll...
Replies: 4
Views: 2261

Yes, you will need to use a CDEF function to get what you want. It looks like the "Make per 5 Minute" CDEF function should put "12" on the graph (based on your example) instead of "12 / 300". I've never used that CDEF function, but that is how I understand it to work. S...
by jcaesar
Thu Dec 30, 2004 9:09 am
Forum: Help: General
Topic: Cactid can't poll values that cmd.php will
Replies: 2
Views: 2035

This problem seems to have disappeared after reverting to PHP 4.3.9.
by jcaesar
Thu Dec 23, 2004 11:47 am
Forum: Help: General
Topic: Cactid can't poll values that cmd.php will
Replies: 2
Views: 2035

As another piece of information, this single OID (from the new query that I created) is the only one that didn't work with cactid out of the 650+ graphs that were configured. The log output above is after I deleted all the devices except for one (test server that was running a dump of the production...
by jcaesar
Thu Dec 23, 2004 10:38 am
Forum: Help: General
Topic: Cactid can't poll values that cmd.php will
Replies: 2
Views: 2035

Cactid can't poll values that cmd.php will

I'm having a strange issue while I'm trying to set up the Data Query for F5 virutal servers. I have created the XML file, data templates, graph templates and all that fun stuff, and it all seems to work fine. The query shows all the virtual servers and allows me to create graphs. The problem is that...