librenms/includes/definitions/primekey.yaml
Dan Kerse 83519458b5
Don't use bulkwalk for PrimeKey Appliances (#13958)
Using GetBulk on PrimeKey is inefficient, partly because the mibs are not
organised into tables. Moving to standard walks improves polling speed by around
10 percent.

Also changed over graphs to something more useful.
2022-04-29 13:23:42 +02:00

26 lines
584 B
YAML

os: primekey
text: "Hardware Appliance"
type: appliance
icon: primekey
group: primekey
mib_dir: primekey
snmp_bulk: false
over:
- { graph: device_voltage, text: "HSM Voltage" }
- { graph: device_temperature, text: "Temperature" }
- { graph: device_fanspeed, text: "Fan Speed" }
poller_modules:
bgp-peers: false
ospf: false
stp: false
mpls: false
discovery_modules:
bgp-peers: false
cisco-vrf-lite: false
stp: false
discovery:
- snmpget:
oid: PRIMEKEY-APPLIANCE-MIB::pkAVersion
op: "contains"
value: "PrimeKey"