salt-is-good
salt-is-good
Even when i add a simple one like this still don't see the expected results. This should return 13 interfaces on that device matching ifOperStatus = 'Up' 
Automated Graph Creation was enabled: 
So it will automatically create the graphs with this in the criteria for Graph Creation Criteria.  But will not with a simple AND statement that should match 
Ok. Think I am on to something. Looks like there maybe a change in how the criteria is now read into the backend. In the older versions of Cacti, we...
Have a workaround in place with the graph rules to make them work by using the ifType number (6|18|30|94|107|37|32|23|108) in the rules such as a regular expression match. I used...
Here is the return for the host: MariaDB [cacti]> SELECT * FROM host_snmp_cache WHERE host_id = 8863 AND field_name="ifOperStatus"; +---------+---------------+--------------+-------------+------------+-------------------------+---------+---------------------+ | host_id | snmp_query_id | field_name | field_value | snmp_index...
@TheWitness, any updates on this one? As you can see there should have been several interfaces to show up in the matching objects in the automation_graph_rules.php filter.
The sample device I provided is Cisco ISR 4321. It does not have that many interfaces on it. Yes. The apply automation rules seem to run fine and builds the...
This device is very responsive to the snmp request and returns OID request data very quickly. Also note, it responds and displays correctly in our previous version of cacti which...