Skip to content

Commit

Permalink
Merge branch 'librenms:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
mpikzink authored Jan 2, 2025
2 parents bb7899c + c471998 commit 098de62
Show file tree
Hide file tree
Showing 22 changed files with 13,154 additions and 10,171 deletions.
236 changes: 197 additions & 39 deletions includes/definitions/discovery/drac.yaml

Large diffs are not rendered by default.

30 changes: 30 additions & 0 deletions includes/definitions/discovery/seh-uds.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
mib: SEH-PSRV-MIB
modules:
os:
sysDescr_regex: '/SEH (?<hardware>\S+); SN (?<serial>\S+), .* SW (?<version>\S+)/'
sensors:
state:
data:
-
oid: utnPortTable
value: utnPortSlot
num_oid: '.1.3.6.1.4.1.1229.2.50.2.1.27.{{ $index }}'
descr: 'Port{{ utnPortIndex }}: {{ utnPortUsbOwn }}'
group: USB Port
index: 'utnPortIndex.{{ $index }}'
skip_values:
-
oid: utnPortTag
op: 'exists'
value: false
state_name: utnPortSlot
states:
- { value: 0, generic: 3, graph: 0, descr: disabled }
- { value: 1, generic: 0, graph: 0, descr: enabled }
- { value: 2, generic: 0, graph: 0, descr: enabled }
- { value: 3, generic: 0, graph: 0, descr: enabled }
- { value: 4, generic: 0, graph: 0, descr: enabled }
- { value: 5, generic: 0, graph: 0, descr: enabled }
- { value: 6, generic: 0, graph: 0, descr: enabled }
- { value: 7, generic: 0, graph: 0, descr: enabled }
- { value: 8, generic: 0, graph: 0, descr: enabled }
8 changes: 8 additions & 0 deletions includes/definitions/seh-uds.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
os: seh-uds
text: 'SEH'
type: appliance
icon: seh
mib_dir: seh
discovery:
- sysObjectID:
- .1.3.6.1.4.1.1229
27 changes: 0 additions & 27 deletions includes/discovery/sensors/fanspeed/drac.inc.php

This file was deleted.

108 changes: 0 additions & 108 deletions includes/discovery/sensors/state/drac.inc.php

This file was deleted.

25 changes: 0 additions & 25 deletions includes/discovery/sensors/voltage/drac.inc.php

This file was deleted.

Loading

0 comments on commit 098de62

Please sign in to comment.