Search found 4 matches
- Thu Nov 17, 2016 5:28 pm
- Forum: Plugin: (Threshold)
- Topic: [Error] Threshold 100G Interface
- Replies: 9
- Views: 6796
Re: [Error] Threshold 100G Interface
There's a section of the thold_get_currentval function in thold_functions.php that looks to be causing this for me - /* assume counter reset if greater than max value */ if ($t_item['rrd_maximum'] > 0 && $currentval > $t_item['rrd_maximum']) { $currentval = $item[$t_item['name']] / $polling_...
- Wed Nov 16, 2016 7:38 pm
- Forum: Plugin: (Threshold)
- Topic: [Error] Threshold 100G Interface
- Replies: 9
- Views: 6796
Re: [Error] Threshold 100G Interface
I appear to have the same issue with monitoring interfaces that go above 34Gbps, both physical 100G interfaces and aggregates. Setting up baseline monitoring to alert on percentage changes things work fine at low bandwidth but the figure for the current value reported goes out of whack over 34Gbps. ...
- Tue Apr 30, 2013 8:03 am
- Forum: Help: General
- Topic: snmpwalk IfAlias not working for a few routers
- Replies: 21
- Views: 10745
Re: snmpwalk IfAlias not working for a few routers
In case this is "stable" and providing "correct results" when using SNMP V1, it is very likely that this is an issue with the device's ability to handle snmpbulkwalks. R. I'm not sure about any one else but from my perspective I don't see it being an issue with the device I'm po...
- Fri Apr 19, 2013 4:50 am
- Forum: Help: General
- Topic: snmpwalk IfAlias not working for a few routers
- Replies: 21
- Views: 10745
Re: snmpwalk IfAlias not working for a few routers
Also seeing the same issue with regards to missing ifAlias entries, with the same symptoms as described already. Only thing I can add to this is that I'm seeing 'SNMP Walk Timeout' in the logs, and have been increasing the timeout value with no luck - 04/19/2013 10:00:27 AM - CMDPHP: Poller[0] WARNI...