Search found 13 matches

by itobald
Thu Mar 11, 2010 6:26 am
Forum: Help: General
Topic: problem with verbose query
Replies: 10
Views: 2203

Ok just need to remove the fields ifIndex.

thanks for your help.
by itobald
Thu Mar 11, 2010 6:20 am
Forum: Help: General
Topic: problem with verbose query
Replies: 10
Views: 2203

ok, i solved my problem. I just add source and oid in Index <ifIndex> <name>Index</name> <method>walk</method> <source>OID/REGEXP:^.{31}(.*)$</source> <direction>input</direction> <oid>.1.3.6.1.4.1.3375.2.2.7.1.2.1</oid> </ifIndex> The verbose query works fine but is there a solution to not see inde...
by itobald
Thu Mar 11, 2010 3:20 am
Forum: Help: General
Topic: problem with verbose query
Replies: 10
Views: 2203

I didn't find that issue on the forum. Have you a link ?
I count the length, the max size is 91 characters.

Code: Select all

.1.3.6.1.4.1.3375.2.2.7.2.3.1.11.15.116.101.115.116.95.100.101.98.105.97.110.95.102.116.112
by itobald
Mon Mar 08, 2010 5:27 am
Forum: Help: General
Topic: problem with verbose query
Replies: 10
Views: 2203

verbose query output: Notice: Undefined index: source in /usr/share/cacti/lib/data_query.php on line 203 Notice: Undefined index: oid in /usr/share/cacti/lib/data_query.php on line 234 Notice: Undefined index: oid in /usr/share/cacti/lib/data_query.php on line 239 Notice: Undefined index: source in ...
by itobald
Fri Mar 05, 2010 6:36 am
Forum: Help: General
Topic: problem with verbose query
Replies: 10
Views: 2203

I tried it but i always have the same problem. And it seems that the index doesn't match like before.

I link two screenshots to show you these problems. I test your solution on the data querie "test", it is a copy of F5statsratefilters.
by itobald
Thu Mar 04, 2010 5:57 am
Forum: Help: General
Topic: problem with verbose query
Replies: 10
Views: 2203

I use cacti 8.7e with cmd.php.
by itobald
Wed Mar 03, 2010 10:56 am
Forum: Help: General
Topic: problem with verbose query
Replies: 10
Views: 2203

problem with verbose query

Hi guys, I wrote a script XML for F5 LTM rate filters. It works but i have a problem with the verbose query. When I try to see it, i got this: Notice: Undefined index: source in /usr/share/cacti/lib/data_query.php on line 203 Notice: Undefined index: oid in /usr/share/cacti/lib/data_query.php on lin...
by itobald
Mon Nov 02, 2009 11:03 am
Forum: Help: General
Topic: graph but no value
Replies: 10
Views: 3593

i don't find any solution on the forum so i explain my problem here but i can create a new subject for this. When i see my graph, values are not integer and they are multiplicated by a constant. (3.333). I think there is a probleme with my graph template or my data template because snmp request work...
by itobald
Mon Nov 02, 2009 10:23 am
Forum: Help: General
Topic: graph but no value
Replies: 10
Views: 3593

Thanks a lot. It works, i have another problem but just with my scale.
I think i can find a solution on the forum.
by itobald
Sat Oct 31, 2009 10:23 am
Forum: Help: General
Topic: graph but no value
Replies: 10
Views: 3593

The result of snmpwalk is :

Code: Select all

administrateur@srv-cacti:~$ snmpwalk -c tcom_sup -v 2c 192.168.1.1 1.3.6.1.4.1.311.1.3.2.1.1.1.192.168.1.0
SNMPv2-SMI::enterprises.311.1.3.2.1.1.1.192.168.1.0 = IpAddress: 192.168.1.0
by itobald
Fri Oct 30, 2009 9:04 am
Forum: Help: General
Topic: graph but no value
Replies: 10
Views: 3593

Verbose Query returns: + Running data query [11]. + Found type = '3' [snmp query]. + Found data query XML file at '/usr/share/cacti/resource/snmp_queries/query_dhcp_ad.xml' + XML file parsed ok. + Executing SNMP walk for list of indexes @ '.1.3.6.1.4.1.311.1.3.2.1.1.1' + Index found at OID: '1.3.6.1...
by itobald
Thu Oct 29, 2009 8:57 am
Forum: Help: General
Topic: graph but no value
Replies: 10
Views: 3593

i check all parameters in your sig and all seems ok. I check the poller cache and i see something weird. OIDs don't use the value of the index of the request. Normally, i must have .1.3.6.1.4.1.311.1.3.2.1.1.2.192.168.1.0 in my poller cache but i have .1.3.6.1.4.1.311.1.3.2.1.1.2.0. I think there is...
by itobald
Sun Oct 11, 2009 6:01 am
Forum: Help: General
Topic: graph but no value
Replies: 10
Views: 3593

graph but no value

hi all, i have a problem with my snmp query in xml. I try to check the number of used and free addresses on my Windows DHCP (it's on an Active Directory server). All seems to work correctly but when i check my graph, there aren't any value. So i need a little help to understand my problem. i have at...