Search found 3 matches

by kgraham
Tue Sep 06, 2005 1:25 pm
Forum: Help: General
Topic: "Strict"/scripted templates?
Replies: 0
Views: 660

"Strict"/scripted templates?

Is there anything in the works for "strict templates" that would update hosts with new graphs, etc on the fly? I've toying w/ cutting over to it entirely and ditching Cricket, but loathe the idea of going though 100+ nearly-identical hosts to activate a new graph template, etc. (ie. start ...
by kgraham
Tue Aug 23, 2005 4:25 pm
Forum: Help: General
Topic: Data Source config for indexes based on SnmpAdminString?
Replies: 2
Views: 1043

Main problem was the default of assuming single-value indexes. An update to data_query.php to build default index_parse_regexp based on the OID returned from walk vs. what was requeted did the trick. $index_parse_regexp = '.*\.(' . str_repeat('[0-9]+\.', substr_count(substr($snmp_index[0]["oid&...
by kgraham
Mon Aug 22, 2005 7:13 pm
Forum: Help: General
Topic: Data Source config for indexes based on SnmpAdminString?
Replies: 2
Views: 1043

Data Source config for indexes based on SnmpAdminString?

Is there a way to coerce Cacti into recognizing SNMP tables indexed by an SnmpAdminString where that string is not represented in a table column? Current case is CISCO-SSL-PROXY-MIB::cspCpuStatusTable. The index is an adminstring from cspPsName, however the value used for the index is not accessible...