mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Move packet journey counters from linux to packetjourney (#11550)
This commit is contained in:
@@ -22,15 +22,6 @@ discovery_modules:
|
||||
vmware-vminfo: true
|
||||
libvirt-vminfo: true
|
||||
processor_stacked: true
|
||||
register_mibs:
|
||||
rxCounter: GANDI-MIB
|
||||
txCounter: GANDI-MIB
|
||||
dropCounter: GANDI-MIB
|
||||
acldropCounter: GANDI-MIB
|
||||
ratedropCounter: GANDI-MIB
|
||||
KNIrxCounter: GANDI-MIB
|
||||
KNItxCounter: GANDI-MIB
|
||||
KNIdropCounter: GANDI-MIB
|
||||
discovery:
|
||||
- sysObjectID: .1.3.6.1.4.1.8072.3.2.10
|
||||
- sysDescr_regex: '/^Linux/'
|
||||
|
@@ -8,6 +8,15 @@ over:
|
||||
- { graph: device_processor, text: 'Processor Usage' }
|
||||
- { graph: device_mempool, text: 'Memory Usage' }
|
||||
processor_stacked: true
|
||||
register_mibs:
|
||||
rxCounter: GANDI-MIB
|
||||
txCounter: GANDI-MIB
|
||||
dropCounter: GANDI-MIB
|
||||
acldropCounter: GANDI-MIB
|
||||
ratedropCounter: GANDI-MIB
|
||||
KNIrxCounter: GANDI-MIB
|
||||
KNItxCounter: GANDI-MIB
|
||||
KNIdropCounter: GANDI-MIB
|
||||
discovery:
|
||||
-
|
||||
sysDescr_regex: '/^Linux/'
|
||||
|
Reference in New Issue
Block a user