Search found 4 matches

by itr2401
Thu Mar 29, 2018 7:45 pm
Forum: Help: General
Topic: Formatting XML Data Query Template for Extended Objects
Replies: 9
Views: 1299

Re: Formatting XML Data Query Template for Extended Objects

If these are singular value SNMP gets then you don't need to use an SNMP (Indexed) query, but rather a straight SNMP query. The arc values are most certainly individual values. I was testing to see if I can get arc_hits correct before adding all the other arc values as additional fields, then graph...
by itr2401
Thu Mar 29, 2018 5:17 pm
Forum: Help: General
Topic: Formatting XML Data Query Template for Extended Objects
Replies: 9
Views: 1299

Re: Formatting XML Data Query Template for Extended Objects

Sure - though the extended objects may not be available on your system: cat /etc/snmp/snmpd.conf | grep extend extend arc_meta_max /bin/bash -c '/usr/bin/php /etc/scripts/get_snmp_stats.php arc_meta_max' extend arc_meta_used /bin/bash -c '/usr/bin/php /etc/scripts/get_snmp_stats.php arc_meta_used' e...
by itr2401
Wed Mar 28, 2018 8:12 pm
Forum: Help: General
Topic: Formatting XML Data Query Template for Extended Objects
Replies: 9
Views: 1299

Re: Formatting XML Data Query Template for Extended Objects

netniV wrote:Cacti expects you to always use the numeric form of the OID's in the definitions.
Thanks, however given that I have already tried both numeric OID and name OID with the same result - is there something missing in the XML configuration that will make this work?
by itr2401
Wed Mar 28, 2018 6:01 pm
Forum: Help: General
Topic: Formatting XML Data Query Template for Extended Objects
Replies: 9
Views: 1299

Formatting XML Data Query Template for Extended Objects

Hi all, I was wondering if someone can give me the right pointers here to configure a data query template xml file which will successfully query SNMP Extended Objects. I can query without issue the extended objects as per below: snmpwalk -v 2c -c <community> -O e <ip.address> NET-SNMP-EXTEND-MIB::ns...