Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
Description
A breaking change was introduced in r13097 that stripped the CPU metric off all cisco small business switches. r13096 has CPU graphs still but once I upgrade to 13097 they disappear:
root@observium:/var/www/observium# svn up -r 13097
Updating '.':
U includes/definitions/mibs/edgecore.inc.php
U includes/definitions/mibs/netgear.inc.php
A includes/definitions/mibs/radlan
A includes/definitions/mibs/radlan/radlan-rndmng.php
U includes/definitions/mibs/radlan.inc.php
D includes/discovery/processors/ciscosb-rndmng.inc.php
U includes/entities/processor.inc.php
The issue appears to be the deleted file:
includes/discovery/processors/ciscosb-rndmng.inc.php
I updated to the latest r13244 and copied ciscosb-rndmng.inc.php back in and CPU graphs are working again. Any idea why this file was deleted?