mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Extend Avocent Support (#14914)
* Add files via upload * Update avocent.yaml * Update avocent.yaml * Update avocent.yaml * Update avocent.yaml * Update avocent.yaml * Update avocent.yaml * Update avocent.yaml * Update avocent.yaml * Update avocent.yaml * Update avocent.yaml * Rename ACS6000-MIB to ACS-MIB * Update avocent.yaml * Update avocent.yaml * Update avocent.yaml * Update avocent.yaml * Update avocent.yaml * Update avocent.yaml * Update avocent.yaml * Update avocent.yaml * Update avocent.yaml * Create avocent_acs6048.snmprec * Create avocent_acs6048.json * Delete avocent_acs6048.json * Same as avocent_6000 * Point at ACS MIB ACS-MIB::acsSerialPortTableName * Update avocent_6000.snmprec Update avocent_6000 with additional MIB * Update Test data * Update avocent_6000.snmprec * Update avocent_6000.snmprec * Update avocent_6000.json
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
mib: PM-MIB
|
||||
mib: PM-MIB:ACS-MIB
|
||||
modules:
|
||||
sensors:
|
||||
pre-cache:
|
||||
data:
|
||||
-
|
||||
oid:
|
||||
- ACS-MIB::acsSerialPortTableName
|
||||
voltage:
|
||||
options:
|
||||
skip_values: 0
|
||||
@@ -148,6 +153,33 @@ modules:
|
||||
index: 'pmPowerMgmtPDUTableTemperature3Value.{{ $index }}'
|
||||
state:
|
||||
data:
|
||||
-
|
||||
oid: acsPowerSupplyStatePw1
|
||||
num_oid: '.1.3.6.1.4.1.10418.16.2.1.8.2.0'
|
||||
descr: Power Supply 1
|
||||
states:
|
||||
- { value: 1, generic: 0, graph: 1, descr: Power On }
|
||||
- { value: 2, generic: 2, graph: 1, descr: Power Off }
|
||||
- { value: 9999, generic: 1, graph: 1, descr: Not Installed }
|
||||
-
|
||||
oid: acsPowerSupplyStatePw2
|
||||
num_oid: '.1.3.6.1.4.1.10418.16.2.1.8.3.0'
|
||||
descr: Power Supply 1
|
||||
states:
|
||||
- { value: 1, generic: 0, graph: 1, descr: Power On }
|
||||
- { value: 2, generic: 2, graph: 1, descr: Power Off }
|
||||
- { value: 9999, generic: 1, graph: 1, descr: Not Installed }
|
||||
-
|
||||
oid: acsSerialPortTable
|
||||
num_oid: '.1.3.6.1.4.1.10418.16.2.3.2.1.3.{{ $index }}'
|
||||
index: 'acsSerialPortTableStatus.{{ $index }}'
|
||||
descr: "{{ $ACS-MIB::acsSerialPortTableName }} Status"
|
||||
group: Serial Ports
|
||||
value: acsSerialPortTableStatus
|
||||
states:
|
||||
- { value: 1, descr: Disabled, graph: 0, generic: 0 }
|
||||
- { value: 2, descr: Idle, graph: 0, generic: 0 }
|
||||
- { value: 3, descr: In Use, graph: 0, generic: 0 }
|
||||
-
|
||||
oid: pmPowerMgmtPDUTable
|
||||
num_oid: '.1.3.6.1.4.1.10418.17.2.5.3.1.45.{{ $index }}'
|
||||
@@ -208,3 +240,9 @@ modules:
|
||||
- { value: 5, generic: 1, graph: 1, descr: high-warning }
|
||||
- { value: 6, generic: 1, graph: 1, descr: low-warning }
|
||||
- { value: 7, generic: 2, graph: 1, descr: low-critical }
|
||||
count:
|
||||
data:
|
||||
-
|
||||
oid: acsActiveSessionsNumberOfSession
|
||||
num_oid: '.1.3.6.1.4.1.10418.16.2.2.1.0'
|
||||
descr: 'Active Sessions'
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
+1463
-29
File diff suppressed because it is too large
Load Diff
+279
-1117
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user