Files
librenms-librenms/includes/definitions/discovery/dnos.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

254 lines
12 KiB
YAML
Raw Normal View History

mib: DELL-NETWORKING-CHASSIS-MIB:DELL-NETWORKING-IF-EXTENSION-MIB:DELL-NETWORKING-VIRTUAL-LINK-TRUNK-MIB
modules:
Modernize mempools (#12282) * mempools to modern module quick hacky hrstorage port * port ucd-snmp-mib to Mempools * Populate DB for ucd Prep for yaml * initial yaml attempt * more complex conversions fixes to YamlDiscovery, make leading $ optional and allow mib::oid format * walk full tables and skip values normalize percentages above 100 * handle precent only ones (specify total as 100) * Move default polling out of YamlMempoolsDiscovery * fixes * Update test data hrstorage should be correct. * perc_warn for hrstorage * Host Resources, record buffer, cached, and shared * Host Resources is always better, don't do both HR and UCD * fix unix, include warning levels * variable size * consolidate skip_values * define mempools schema * number instead of integer * more schema refactor * one more skip_values reference * throw error for invalid oid translation aos6 * a* and Cisco * updated test data * update almost all hrstorage data files * b* * c* with test data use standard cache for hrStorage * use cache for storage module too * hand bsnmp properly * bdcom * exclude total oid from yaml so it is not polled May add a way to ignore this behavior and poll it, but I don't know if that is needed. * automatically handle percent only values * ciscowlc * only poll used or free if we have used, free, and total. * fix skipping * the dlinkoning fix find value when value "name" is numeric * support numeric oids * dnos/ftos attempt * I guess we can't filter on total > 0 * edgecos * e* * f WIP * f* * gwd (aka g*) * h* + procurve * i* * j* * m* * support 0% used memory (however unlikely) * n* * CISCO-PROCESS-MIB memory, share cache with processors module * ignore mempools with invalid total * p* * quanta * r* fix raisecom mibs terribly broken * s-z * style fixes * Move VRP back to PHP and make it actually work * fix zynos * update schema * Update Cisco processor data for description bug fixes * fix comware processors * comware mempools with memory size default precision to 1 * sophos-xg updated data * hrstorage use ram size for buffers, cache, and shared * Show memory available instead of free in device overview * UCD, use same rrd format, store available instead of free in the db. * Calculate availability for HOST-RESOURCES-MIB * Convert UCD to standard polling * rename old rrd files * initial graph work * graph WIP * Graph looking decent * Graph looking decent for hr * remove old ucd_graph code * handle availability mempool more graph cleanup * color adjustments * remove accidental free calculation * Update test data and fix corner cases * fis pfsense * update schema * add default value for mempool_class * fix whitespace * update schema * update schema correctly * one more time * fortigate_1500d-sensors missing oids * Update docs. * fix indent * add implements MempoolsDiscovery explicitly to OS * remove ucd_memory graph references remove unused device_memory graph * remove unused functions * set devices with mempools to rediscover to prevent/minimize gaps * use a subquery * add overview graph * port health mempools table * Update device mempool * only show overview if multiple * Don't override user set warn percentages in discovery * fix missed usage * fix style * Safety check to not rename rrd files incorrectly if migration has not been run. * Fix overview percent bar and represent available and used on the bar * missed an item to convert to mempool_class * percent on the wrong side
2020-11-23 15:35:35 -06:00
mempools:
pre-cache:
snmp_flags: '-OQUs'
oids:
- DELL-NETWORKING-CHASSIS-MIB::dellNetProcessorTable
data:
-
snmp_flags: '-OQUs'
oid: DELL-NETWORKING-CHASSIS-MIB::dellNetCpuUtilTable
total: dellNetProcessorMemSize
percent_used: dellNetCpuUtilMemUsage
precision: 1048576
type: dell-net
descr: 'Memory Usage'
Convert OS discovery to new style (#12099) * terra * airos * port cisco os polling old wwan polling was broken and deprecated anyway * enterasys * Brother, a few changes * AW Plus * Fabos * set expected test data * 3com * Adva FSP150 * advantech * airos-af * aix * akcp * allied * allworx and missed mibs * anyos * fixup some zyxel shared stuffs zywall graph polling * aos * apc * apex * apsoluteos * fix copyrights * arris * arris * aruba-instant * ArubaOS * Ascom * asuswrt-merlin, ats * audiocodes * avocent * avtech * barracuda * binox * boss * canonprinter * cdata * ceraos * ciena-waveserver * fix 3com * fix airos * fix brother yaml? * fix aos more * fix and improve apc * fix arista test data * yaml discovery (basic) * cimc * mib not used * remove old discovery file * ciscosat * ciscosb fixes + improvements * comware * ctm * cumulus * cxr-ts * cyberoam-utm * cyberpower * dahua-nvr * dasan-nos * datadomain * dcn-software and fallback oids * dd-wrt * dell-laser * d* * e* and location * forti, post processing, oid coalescing * Freebsd array of sysDescr regex * finish f* * g* * h* * i* WIP * i* * Junos * j* * k* * unix refactor previous to yaml more inject $device * fixes * fixes * l* * m* * n* ability to set other fields in regex tnmsne polling to eloquent * o* * p* * q* + bonus calix * r* * s* WIP * s* * t* * u* * v* rework vrp to yaml (hybrid) * w* * x* * z* * a* easy no-data * fixes * style fixes * missed ApexPlus * fix signature * Add missing location data * rename getDevice functions * add new cisco ftd data * update docs * revert sill snmp format * fix snmp options * update for new smartax test data * rebase dsm * fix voss
2020-09-18 08:12:07 -05:00
os:
sysDescr_regex:
- '/Software Version: (?<version>\S+)/'
- '/Series: (?<hardware>\S+)/'
Convert OS discovery to new style (#12099) * terra * airos * port cisco os polling old wwan polling was broken and deprecated anyway * enterasys * Brother, a few changes * AW Plus * Fabos * set expected test data * 3com * Adva FSP150 * advantech * airos-af * aix * akcp * allied * allworx and missed mibs * anyos * fixup some zyxel shared stuffs zywall graph polling * aos * apc * apex * apsoluteos * fix copyrights * arris * arris * aruba-instant * ArubaOS * Ascom * asuswrt-merlin, ats * audiocodes * avocent * avtech * barracuda * binox * boss * canonprinter * cdata * ceraos * ciena-waveserver * fix 3com * fix airos * fix brother yaml? * fix aos more * fix and improve apc * fix arista test data * yaml discovery (basic) * cimc * mib not used * remove old discovery file * ciscosat * ciscosb fixes + improvements * comware * ctm * cumulus * cxr-ts * cyberoam-utm * cyberpower * dahua-nvr * dasan-nos * datadomain * dcn-software and fallback oids * dd-wrt * dell-laser * d* * e* and location * forti, post processing, oid coalescing * Freebsd array of sysDescr regex * finish f* * g* * h* * i* WIP * i* * Junos * j* * k* * unix refactor previous to yaml more inject $device * fixes * fixes * l* * m* * n* ability to set other fields in regex tnmsne polling to eloquent * o* * p* * q* + bonus calix * r* * s* WIP * s* * t* * u* * v* rework vrp to yaml (hybrid) * w* * x* * z* * a* easy no-data * fixes * style fixes * missed ApexPlus * fix signature * Add missing location data * rename getDevice functions * add new cisco ftd data * update docs * revert sill snmp format * fix snmp options * update for new smartax test data * rebase dsm * fix voss
2020-09-18 08:12:07 -05:00
hardware: Dell-Vendor-MIB::productIdentificationDisplayName.0
features:
- Dell-Vendor-MIB::productIdentificationDescription.0
- DELL-NETWORKING-CHASSIS-MIB::dellNetStackUnitDescription.1
version:
- Dell-Vendor-MIB::productIdentificationVersion.0
- DELL-NETWORKING-CHASSIS-MIB::dellNetStackUnitCodeVersion.1
serial:
- Dell-Vendor-MIB::productIdentificationServiceTag.1
Convert OS discovery to new style (#12099) * terra * airos * port cisco os polling old wwan polling was broken and deprecated anyway * enterasys * Brother, a few changes * AW Plus * Fabos * set expected test data * 3com * Adva FSP150 * advantech * airos-af * aix * akcp * allied * allworx and missed mibs * anyos * fixup some zyxel shared stuffs zywall graph polling * aos * apc * apex * apsoluteos * fix copyrights * arris * arris * aruba-instant * ArubaOS * Ascom * asuswrt-merlin, ats * audiocodes * avocent * avtech * barracuda * binox * boss * canonprinter * cdata * ceraos * ciena-waveserver * fix 3com * fix airos * fix brother yaml? * fix aos more * fix and improve apc * fix arista test data * yaml discovery (basic) * cimc * mib not used * remove old discovery file * ciscosat * ciscosb fixes + improvements * comware * ctm * cumulus * cxr-ts * cyberoam-utm * cyberpower * dahua-nvr * dasan-nos * datadomain * dcn-software and fallback oids * dd-wrt * dell-laser * d* * e* and location * forti, post processing, oid coalescing * Freebsd array of sysDescr regex * finish f* * g* * h* * i* WIP * i* * Junos * j* * k* * unix refactor previous to yaml more inject $device * fixes * fixes * l* * m* * n* ability to set other fields in regex tnmsne polling to eloquent * o* * p* * q* + bonus calix * r* * s* WIP * s* * t* * u* * v* rework vrp to yaml (hybrid) * w* * x* * z* * a* easy no-data * fixes * style fixes * missed ApexPlus * fix signature * Add missing location data * rename getDevice functions * add new cisco ftd data * update docs * revert sill snmp format * fix snmp options * update for new smartax test data * rebase dsm * fix voss
2020-09-18 08:12:07 -05:00
- Dell-Vendor-MIB::productIdentificationSerialNumber.0
- DELL-NETWORKING-CHASSIS-MIB::dellNetStackUnitSerialNumber.1
processors:
data:
-
snmp_flags: ['-ObsQ']
oid: dellNetCpuUtilTable
value: dellNetCpuUtil1Min
num_oid: '.1.3.6.1.4.1.6027.3.26.1.4.4.1.4.{{ $index }}'
descr: '1m Utilization'
index: 'dellNetCpuUtil1Min.{{ $index }}'
-
snmp_flags: ['-ObsQ']
oid: dellNetCpuUtilTable
value: dellNetCpuUtil5Min
num_oid: '.1.3.6.1.4.1.6027.3.26.1.4.4.1.5.{{ $index }}'
descr: '5m Utilization'
index: 'dellNetCpuUtil5Min.{{ $index }}'
sensors:
voltage:
options:
skip_values: 0
data:
-
snmp_flags: ['-ObsQ']
oid: dellNetIfTransceiverDataTable
value: dellNetIfTransVoltage
num_oid: '.1.3.6.1.4.1.6027.3.11.1.3.1.1.17.{{ $index }}'
descr: '{{ $dellNetIfTransPort }} {{ $dellNetIfTransOpticsType }}'
index: 'dellNetIfTransVoltage.{{ $index }}'
current:
options:
skip_values: 0
data:
-
snmp_flags: ['-ObsQ']
oid: dellNetIfTransceiverDataTable
value: dellNetIfTransTransmitBiasCurrentLane1
num_oid: '.1.3.6.1.4.1.6027.3.11.1.3.1.1.18.{{ $index }}'
descr: '{{ $dellNetIfTransPort }} {{ $dellNetIfTransOpticsType }}'
index: 'dellNetIfTransTransmitBiasCurrentLane1.{{ $index }}'
group: Lane 1
-
snmp_flags: ['-ObsQ']
oid: dellNetIfTransceiverDataTable
value: dellNetIfTransTransmitBiasCurrentLane2
num_oid: '.1.3.6.1.4.1.6027.3.11.1.3.1.1.19.{{ $index }}'
descr: '{{ $dellNetIfTransPort }} {{ $dellNetIfTransOpticsType }}'
index: 'dellNetIfTransTransmitBiasCurrentLane2.{{ $index }}'
group: Lane 2
-
snmp_flags: ['-ObsQ']
oid: dellNetIfTransceiverDataTable
value: dellNetIfTransTransmitBiasCurrentLane3
num_oid: '.1.3.6.1.4.1.6027.3.11.1.3.1.1.20.{{ $index }}'
descr: '{{ $dellNetIfTransPort }} {{ $dellNetIfTransOpticsType }}'
index: 'dellNetIfTransTransmitBiasCurrentLane3.{{ $index }}'
group: Lane 3
-
snmp_flags: ['-ObsQ']
oid: dellNetIfTransceiverDataTable
value: dellNetIfTransTransmitBiasCurrentLane4
num_oid: '.1.3.6.1.4.1.6027.3.11.1.3.1.1.21.{{ $index }}'
descr: '{{ $dellNetIfTransPort }} {{ $dellNetIfTransOpticsType }}'
index: 'dellNetIfTransTransmitBiasCurrentLane4.{{ $index }}'
group: Lane 4
dbm:
options:
skip_values: 0
data:
-
snmp_flags: ['-ObsQ']
oid: dellNetIfTransceiverDataTable
value: dellNetIfTransTransmitPowerLane1
num_oid: '.1.3.6.1.4.1.6027.3.11.1.3.1.1.8.{{ $index }}'
descr: 'Tx {{ $dellNetIfTransPort }} {{ $dellNetIfTransOpticsType }}'
index: 'dellNetIfTransTransmitPowerLane1.{{ $index }}'
group: Lane 1
-
snmp_flags: ['-ObsQ']
oid: dellNetIfTransceiverDataTable
value: dellNetIfTransReceivePowerLane1
num_oid: '.1.3.6.1.4.1.6027.3.11.1.3.1.1.12.{{ $index }}'
descr: 'Rx {{ $dellNetIfTransPort }} {{ $dellNetIfTransOpticsType }}'
index: 'dellNetIfTransReceivePowerLane1.{{ $index }}'
group: Lane 1
-
snmp_flags: ['-ObsQ']
oid: dellNetIfTransceiverDataTable
value: dellNetIfTransTransmitPowerLane2
num_oid: '.1.3.6.1.4.1.6027.3.11.1.3.1.1.9.{{ $index }}'
descr: 'Tx {{ $dellNetIfTransPort }} {{ $dellNetIfTransOpticsType }}'
index: 'dellNetIfTransTransmitPowerLane2.{{ $index }}'
group: Lane 2
-
snmp_flags: ['-ObsQ']
oid: dellNetIfTransceiverDataTable
value: dellNetIfTransReceivePowerLane2
num_oid: '.1.3.6.1.4.1.6027.3.11.1.3.1.1.13.{{ $index }}'
descr: 'Rx {{ $dellNetIfTransPort }} {{ $dellNetIfTransOpticsType }}'
index: 'dellNetIfTransReceivePowerLane2.{{ $index }}'
group: Lane 2
-
snmp_flags: ['-ObsQ']
oid: dellNetIfTransceiverDataTable
value: dellNetIfTransTransmitPowerLane3
num_oid: '.1.3.6.1.4.1.6027.3.11.1.3.1.1.10.{{ $index }}'
descr: 'Tx {{ $dellNetIfTransPort }} {{ $dellNetIfTransOpticsType }}'
index: 'dellNetIfTransTransmitPowerLane3.{{ $index }}'
group: Lane 3
-
snmp_flags: ['-ObsQ']
oid: dellNetIfTransceiverDataTable
value: dellNetIfTransReceivePowerLane3
num_oid: '.1.3.6.1.4.1.6027.3.11.1.3.1.1.14.{{ $index }}'
descr: 'Rx {{ $dellNetIfTransPort }} {{ $dellNetIfTransOpticsType }}'
index: 'dellNetIfTransReceivePowerLane3.{{ $index }}'
group: Lane 3
-
snmp_flags: ['-ObsQ']
oid: dellNetIfTransceiverDataTable
value: dellNetIfTransTransmitPowerLane4
num_oid: '.1.3.6.1.4.1.6027.3.11.1.3.1.1.11.{{ $index }}'
descr: 'Tx {{ $dellNetIfTransPort }} {{ $dellNetIfTransOpticsType }}'
index: 'dellNetIfTransTransmitPowerLane4.{{ $index }}'
group: Lane 4
-
snmp_flags: ['-ObsQ']
oid: dellNetIfTransceiverDataTable
value: dellNetIfTransReceivePowerLane4
num_oid: '.1.3.6.1.4.1.6027.3.11.1.3.1.1.15.{{ $index }}'
descr: 'Rx {{ $dellNetIfTransPort }} {{ $dellNetIfTransOpticsType }}'
index: 'dellNetIfTransReceivePowerLane4.{{ $index }}'
group: Lane 4
temperature:
options:
skip_values: 0
data:
-
oid: dellNetStackUnitTable
value: dellNetStackUnitTemp
num_oid: '.1.3.6.1.4.1.6027.3.26.1.3.4.1.13.{{ $index }}'
descr: 'Stack Unit {{ $index }}'
group: Chassis
-
oid: dellNetIfTransceiverDataTable
value: dellNetIfTransTemperature
num_oid: '.1.3.6.1.4.1.6027.3.11.1.3.1.1.16.{{ $index }}'
descr: '{{ $dellNetIfTransPort }} {{ $dellNetIfTransOpticsType }}'
group: Transceivers
state:
data:
-
snmp_flags: ['-ObsQ']
oid: dellNetFanTrayTable
value: dellNetFanTrayOperStatus
num_oid: '.1.3.6.1.4.1.6027.3.26.1.4.7.1.4.{{ $index }}'
descr: 'Fantray {{ $dellNetFanTrayIndex }}'
group: Fans
state_name: dellNetFanTrayOperStatus
states:
- { value: 1, descr: up, graph: 1, generic: 0 }
- { value: 2, descr: down, graph: 1, generic: 2 }
- { value: 3, descr: absent, graph: 1, generic: 2 }
-
snmp_flags: ['-ObsQ']
oid: dellNetPowerSupplyTable
value: dellNetPowerSupplyOperStatus
num_oid: '.1.3.6.1.4.1.6027.3.26.1.4.6.1.4.{{ $index }}'
descr: 'PSU {{ $dellNetPowerSupplyIndex }}'
group: PSUs
state_name: dellNetPowerSupplyOperStatus
states:
- { value: 1, descr: up, graph: 1, generic: 0 }
- { value: 2, descr: down, graph: 1, generic: 2 }
- { value: 3, descr: absent, graph: 1, generic: 2 }
-
oid: dellNetVirtualLinkDetailsTable
value: dellNetVLTDetailLocalStatus
num_oid: '.1.3.6.1.4.1.6027.3.17.1.3.1.3.{{ $index }}'
descr: 'Port-channel {{ $dellNetVLTDetailLocalLagID }}'
group: 'VIRTUAL-LINK-TRUNK'
skip_values:
-
oid: dellNetVLTDetailPeerStatus
op: '='
value: 0
state_name: dellNetVLTDetailLocalStatus
states:
- { value: 0, descr: down, graph: 1, generic: 2 }
- { value: 1, descr: up, graph: 1, generic: 0 }
-
oid: dellNetVirtualLinkTrunkTable
value: dellNetVLTIclBwStatus
num_oid: '.1.3.6.1.4.1.6027.3.17.1.1.1.20.{{ $index }}'
descr: 'ICL Bandwidth'
group: 'VIRTUAL-LINK-TRUNK'
state_name: dellNetVLTIclBwStatus
states:
- { value: 0, descr: '<80%', graph: 1, generic: 0 }
- { value: 1, descr: '>80%', graph: 1, generic: 1 }
-
oid: dellNetVirtualLinkTrunkTable
value: dellNetVLTIclStatus
num_oid: '.1.3.6.1.4.1.6027.3.17.1.1.1.7.{{ $index }}'
descr: 'Link Status'
group: 'VIRTUAL-LINK-TRUNK'
state_name: dellNetVLTIclStatus
states:
- { value: 0, descr: 'not established', graph: 1, generic: 3 }
- { value: 1, descr: 'up', graph: 1, generic: 0 }
- { value: 2, descr: 'down', graph: 1, generic: 2 }
- { value: 3, descr: 'error', graph: 1, generic: 1 }
-
oid: dellNetVirtualLinkTrunkTable
value: dellNetVLTRole
num_oid: '.1.3.6.1.4.1.6027.3.17.1.1.1.5.{{ $index }}'
descr: 'Role'
group: 'VIRTUAL-LINK-TRUNK'
state_name: dellNetVLTRole
states:
- { value: 0, descr: 'Standalone', graph: 1, generic: 3 }
- { value: 1, descr: 'Primary', graph: 1, generic: 0 }
- { value: 2, descr: 'Secondary', graph: 1, generic: 0 }