librenms/includes/definitions/discovery/hpe-ilo.yaml

137 lines
6.9 KiB
YAML
Raw Normal View History

mib: CPQHLTH-MIB:CPQIDA-MIB:CPQSTDEQ-MIB:CPQHOST-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 21:35:35 +00:00
mempools:
data:
-
total: CPQHOST-MIB::cpqHoPhysicalMemorySize
free: CPQHOST-MIB::cpqHoPhysicalMemoryFree
index: 0
precision: 1048576
descr: 'Physical Memory'
-
total: CPQHOST-MIB::cpqHoPagingMemorySize
free: CPQHOST-MIB::cpqHoPagingMemoryFree
index: 1
precision: 1048576
descr: 'Paging Memory'
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 13:12:07 +00:00
os:
sysDescr_regex: '/Integrated Lights-Out \d (?<version>[\d.]+)/'
hardware: CPQSINFO-MIB::cpqSiProductName.0
serial: CPQSINFO-MIB::cpqSiSysSerialNum.0
version: CPQHOST-MIB::cpqHoFwVerVersion.0
version_regex: '/(?<version>[\d.]+)/'
sensors:
power:
data:
-
oid: cpqHeFltTolPowerSupplyTable
value: cpqHeFltTolPowerSupplyCapacityUsed
num_oid: '.1.3.6.1.4.1.232.6.2.9.3.1.7.{{ $index }}'
index: 'cpqHeFltTolPowerSupplyBay.{{ $index }}'
descr: 'PowerSupply #{{ $cpqHeFltTolPowerSupplyBay }}'
high_limit: cpqHeFltTolPowerSupplyCapacityMaximum
temperature:
data:
-
oid: cpqHeTemperatureTable
value: cpqHeTemperatureCelsius
num_oid: '.1.3.6.1.4.1.232.6.2.6.8.1.4.{{ $index }}'
snmp_flags: '-OQUs'
index: 'cpqHeTemperatureCelsius.{{ $index }}'
descr: cpqHeTemperatureLocale
high_limit: '90' #cpqHeTemperatureThreshold
-
oid: cpqDaPhyDrvTable
value: cpqDaPhyDrvCurrentTemperature
num_oid: '.1.3.6.1.4.1.232.3.2.5.1.1.70.{{ $index }}'
snmp_flags: '-OQUs'
index: 'cpqDaPhyDrvCurrentTemperature.{{ $index }}'
descr: cpqDaPhyDrvLocationString
state:
data:
-
oid: cpqDaPhyDrvTable
value: cpqDaPhyDrvCondition
num_oid: '.1.3.6.1.4.1.232.3.2.5.1.1.37.{{ $index }}'
descr: 'Disk #{{ $cpqDaPhyDrvLocationString }}'
index: 'cpqDaPhyDrvCondition.{{ $index }}'
state_name: cpqDaPhyDrvCondition
states:
- { descr: other, graph: 1, value: 1, generic: 3 }
- { descr: ok, graph: 1, value: 2, generic: 0 }
- { descr: degraded, graph: 1, value: 3, generic: 2 }
- { descr: failed, graph: 1, value: 4, generic: 2 }
-
oid: cpqHeFltTolPowerSupplyTable
value: cpqHeFltTolPowerSupplyCondition
num_oid: '.1.3.6.1.4.1.232.6.2.9.3.1.4.{{ $index }}'
descr: 'PowerSupply #{{ $cpqHeFltTolPowerSupplyBay }}'
index: 'cpqHeFltTolPowerSupplyCondition.{{ $index }}'
state_name: cpqHeFltTolPowerSupplyCondition
states:
- { descr: other, graph: 1, value: 1, generic: 3 }
- { descr: ok, graph: 1, value: 2, generic: 0 }
- { descr: degraded, graph: 1, value: 3, generic: 1 }
- { descr: failed, graph: 1, value: 4, generic: 1 }
-
oid: cpqHeFltTolFanTable
value: cpqHeFltTolFanCondition
num_oid: '.1.3.6.1.4.1.232.6.2.6.7.1.9.{{ $index }}'
descr: 'Fan #{{ $cpqHeFltTolFanIndex }}'
index: 'cpqHeFltTolFanCondition.{{ $index }}'
state_name: cpqHeFltTolFanCondition
states:
- { descr: other, graph: 1, value: 1, generic: 3 }
- { descr: ok, graph: 1, value: 2, generic: 0 }
- { descr: degraded, graph: 1, value: 3, generic: 1 }
- { descr: failed, graph: 1, value: 4, generic: 1 }
-
oid: cpqSeCpuTable
value: cpqSeCpuStatus
num_oid: '.1.3.6.1.4.1.232.1.2.2.1.1.6.{{ $index }}'
descr: 'Processor #{{ $cpqSeCpuSlot }}'
index: 'cpqSeCpuStatus.{{ $index }}'
state_name: cpqSeCpuStatus
states:
- { descr: other, graph: 1, value: 1, generic: 3 }
- { descr: ok, graph: 1, value: 2, generic: 0 }
- { descr: degraded, graph: 1, value: 3, generic: 1 }
- { descr: failed, graph: 1, value: 4, generic: 1 }
-
oid: cpqHeResMem2ModuleTable
value: cpqHeResMem2ModuleCondition
num_oid: '.1.3.6.1.4.1.232.6.2.14.13.1.20.{{ $index }}'
descr: cpqHeResMem2ModuleHwLocation
index: 'cpqHeResMem2ModuleCondition.{{ $index }}'
state_name: cpqHeResMem2ModuleCondition
states:
- { descr: other, graph: 1, value: 1, generic: 3 }
- { descr: ok, graph: 1, value: 2, generic: 0 }
- { descr: degraded, graph: 1, value: 3, generic: 1 }
- { descr: degradedModuleIndexUnknown, graph: 1, value: 4, generic: 1 }
-
oid: cpqDaCntlrTable
value: cpqDaCntlrCondition
num_oid: '.1.3.6.1.4.1.232.3.2.2.1.1.6.{{ $index }}'
descr: 'Array Controller Slot#{{ $cpqDaCntlrSlot }}'
index: 'cpqDaCntlrCondition.{{ $index }}'
state_name: cpqDaCntlrCondition
states:
- { descr: other, graph: 1, value: 1, generic: 3 }
- { descr: ok, graph: 1, value: 2, generic: 0 }
- { descr: degraded, graph: 1, value: 3, generic: 1 }
- { descr: failed, graph: 1, value: 4, generic: 1 }
-
oid: cpqDaLogDrvTable
value: cpqDaLogDrvCondition
num_oid: '.1.3.6.1.4.1.232.3.2.3.1.1.11.{{ $index }}'
descr: 'Logical Drive #{{ $cpqDaLogDrvIndex }}'
index: 'cpqDaLogDrvCondition.{{ $index }}'
state_name: cpqDaLogDrvCondition
states:
- { descr: other, graph: 1, value: 1, generic: 3 }
- { descr: ok, graph: 1, value: 2, generic: 0 }
- { descr: degraded, graph: 1, value: 3, generic: 1 }
- { descr: failed, graph: 1, value: 4, generic: 1 }