mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added support for Orvaldi UPS (#10021)
* ovaldi UPS support * ovaldi UPS tests * serial + model + version inc tests * update of the code using details from requester * update of the code using details from requester * update of the tests * forgot discovery yaml ...
This commit is contained in:
BIN
html/images/os/orvaldi.png
Normal file
BIN
html/images/os/orvaldi.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.4 KiB |
29
includes/definitions/discovery/orvaldi-ups.yaml
Normal file
29
includes/definitions/discovery/orvaldi-ups.yaml
Normal file
@ -0,0 +1,29 @@
|
||||
mib: companyMIB
|
||||
modules:
|
||||
sensors:
|
||||
state:
|
||||
data:
|
||||
-
|
||||
oid: upsIdUPSType
|
||||
num_oid: '.1.3.6.1.4.1.21111.1.1.1.7.{{ $index }}'
|
||||
descr: 'UPS Type'
|
||||
state_name: upsIdUPSType
|
||||
states:
|
||||
- { descr: 'standby', graph: 1, value: 0, generic: 0 }
|
||||
- { descr: 'line-interactive', graph: 1, value: 1, generic: 1 }
|
||||
- { descr: 'on-line', graph: 1, value: 2, generic: 0 }
|
||||
count:
|
||||
data:
|
||||
-
|
||||
oid: upsBatNumberInSeries
|
||||
num_oid: '.1.3.6.1.4.1.21111.1.1.3.14.{{ $index }}'
|
||||
descr: 'Nb. of Batteries in Series'
|
||||
group: Battery
|
||||
index: 'series-{{ $index }}'
|
||||
|
||||
-
|
||||
oid: upsBatNumberInParallel
|
||||
num_oid: '.1.3.6.1.4.1.21111.1.1.3.15.{{ $index }}'
|
||||
descr: 'Nb. of Batteries in Parallel'
|
||||
group: Battery
|
||||
index: 'parallel-{{ $index }}'
|
17
includes/definitions/orvaldi-ups.yaml
Normal file
17
includes/definitions/orvaldi-ups.yaml
Normal file
@ -0,0 +1,17 @@
|
||||
os: orvaldi-ups
|
||||
text: Orvaldi UPS
|
||||
type: power
|
||||
icon: orvaldi
|
||||
rfc1628_compat: true
|
||||
mib_dir:
|
||||
- orvaldi
|
||||
over:
|
||||
- { graph: device_load, text: Load }
|
||||
- { graph: device_power, text: Power }
|
||||
- { graph: device_charge, text: Charge }
|
||||
discovery:
|
||||
-
|
||||
snmpget:
|
||||
oid: .1.3.6.1.4.1.21111.1.1.1.6.0
|
||||
op: starts
|
||||
value: VER
|
5
includes/polling/os/orvaldi-ups.inc.php
Normal file
5
includes/polling/os/orvaldi-ups.inc.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
$orvaldi_data = snmp_get_multi_oid($device, ['upsIdSerialNumber.0', 'upsIdFWVersion.0', 'upsIdModelName.0'], '-OUQs', 'companyMIB');
|
||||
$version = $orvaldi_data['upsIdFWVersion.0'];
|
||||
$serial = $orvaldi_data['upsIdSerialNumber.0'];
|
||||
$hardware = $orvaldi_data['upsIdModelName.0'];
|
2762
mibs/orvaldi/companyMIB
Normal file
2762
mibs/orvaldi/companyMIB
Normal file
File diff suppressed because it is too large
Load Diff
1969
tests/data/orvaldi-ups.json
Normal file
1969
tests/data/orvaldi-ups.json
Normal file
File diff suppressed because it is too large
Load Diff
447
tests/snmpsim/orvaldi-ups.snmprec
Normal file
447
tests/snmpsim/orvaldi-ups.snmprec
Normal file
@ -0,0 +1,447 @@
|
||||
1.3.6.1.2.1.1.1.0|4|Linux SNMP-System
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.8072.3.2.10
|
||||
1.3.6.1.2.1.1.3.0|67|2092952527
|
||||
1.3.6.1.2.1.1.4.0|4|<private>
|
||||
1.3.6.1.2.1.1.5.0|4|<private>
|
||||
1.3.6.1.2.1.1.6.0|4|<private>
|
||||
1.3.6.1.2.1.2.2.1.2.1|4|lo
|
||||
1.3.6.1.2.1.2.2.1.2.2|4|eth0
|
||||
1.3.6.1.2.1.2.2.1.2.3|4|eth1
|
||||
1.3.6.1.2.1.2.2.1.2.4|4|sit0
|
||||
1.3.6.1.2.1.2.2.1.2.5|4|ip6tnl0
|
||||
1.3.6.1.2.1.2.2.1.3.1|2|24
|
||||
1.3.6.1.2.1.2.2.1.3.2|2|6
|
||||
1.3.6.1.2.1.2.2.1.3.3|2|6
|
||||
1.3.6.1.2.1.2.2.1.3.4|2|131
|
||||
1.3.6.1.2.1.2.2.1.3.5|2|131
|
||||
1.3.6.1.2.1.2.2.1.4.1|2|16436
|
||||
1.3.6.1.2.1.2.2.1.4.2|2|1500
|
||||
1.3.6.1.2.1.2.2.1.4.3|2|1500
|
||||
1.3.6.1.2.1.2.2.1.4.4|2|1480
|
||||
1.3.6.1.2.1.2.2.1.4.5|2|1460
|
||||
1.3.6.1.2.1.2.2.1.6.1|4|
|
||||
1.3.6.1.2.1.2.2.1.6.2|4x|60192901E5D9
|
||||
1.3.6.1.2.1.2.2.1.6.3|4x|60192901E5DA
|
||||
1.3.6.1.2.1.2.2.1.6.4|4|
|
||||
1.3.6.1.2.1.2.2.1.6.5|4|
|
||||
1.3.6.1.2.1.2.2.1.7.1|2|1
|
||||
1.3.6.1.2.1.2.2.1.7.2|2|1
|
||||
1.3.6.1.2.1.2.2.1.7.3|2|2
|
||||
1.3.6.1.2.1.2.2.1.7.4|2|2
|
||||
1.3.6.1.2.1.2.2.1.7.5|2|2
|
||||
1.3.6.1.2.1.2.2.1.8.1|2|1
|
||||
1.3.6.1.2.1.2.2.1.8.2|2|1
|
||||
1.3.6.1.2.1.2.2.1.8.3|2|2
|
||||
1.3.6.1.2.1.2.2.1.8.4|2|2
|
||||
1.3.6.1.2.1.2.2.1.8.5|2|2
|
||||
1.3.6.1.2.1.2.2.1.9.1|67|0
|
||||
1.3.6.1.2.1.2.2.1.9.2|67|1383973725
|
||||
1.3.6.1.2.1.2.2.1.9.3|67|0
|
||||
1.3.6.1.2.1.2.2.1.9.4|67|0
|
||||
1.3.6.1.2.1.2.2.1.9.5|67|0
|
||||
1.3.6.1.2.1.2.2.1.13.1|65|0
|
||||
1.3.6.1.2.1.2.2.1.13.2|65|0
|
||||
1.3.6.1.2.1.2.2.1.13.3|65|0
|
||||
1.3.6.1.2.1.2.2.1.13.4|65|0
|
||||
1.3.6.1.2.1.2.2.1.13.5|65|0
|
||||
1.3.6.1.2.1.2.2.1.14.1|65|0
|
||||
1.3.6.1.2.1.2.2.1.14.2|65|0
|
||||
1.3.6.1.2.1.2.2.1.14.3|65|0
|
||||
1.3.6.1.2.1.2.2.1.14.4|65|0
|
||||
1.3.6.1.2.1.2.2.1.14.5|65|0
|
||||
1.3.6.1.2.1.2.2.1.19.1|65|0
|
||||
1.3.6.1.2.1.2.2.1.19.2|65|0
|
||||
1.3.6.1.2.1.2.2.1.19.3|65|0
|
||||
1.3.6.1.2.1.2.2.1.19.4|65|0
|
||||
1.3.6.1.2.1.2.2.1.19.5|65|0
|
||||
1.3.6.1.2.1.2.2.1.20.1|65|0
|
||||
1.3.6.1.2.1.2.2.1.20.2|65|0
|
||||
1.3.6.1.2.1.2.2.1.20.3|65|0
|
||||
1.3.6.1.2.1.2.2.1.20.4|65|0
|
||||
1.3.6.1.2.1.2.2.1.20.5|65|0
|
||||
1.3.6.1.2.1.4.20.1.2.10.0.255.211|2|2
|
||||
1.3.6.1.2.1.4.20.1.2.127.0.0.1|2|1
|
||||
1.3.6.1.2.1.4.20.1.3.10.0.255.211|64|255.255.255.0
|
||||
1.3.6.1.2.1.4.20.1.3.127.0.0.1|64|255.0.0.0
|
||||
1.3.6.1.2.1.4.22.1.2.2.10.0.255.1|4x|E02F6D14B5FF
|
||||
1.3.6.1.2.1.4.31.1.1.3.1|65|135856720
|
||||
1.3.6.1.2.1.4.31.1.1.3.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.4.1|70|135856720
|
||||
1.3.6.1.2.1.4.31.1.1.4.2|70|0
|
||||
1.3.6.1.2.1.4.31.1.1.5.1|65|3667029436
|
||||
1.3.6.1.2.1.4.31.1.1.5.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.6.1|70|12256964028
|
||||
1.3.6.1.2.1.4.31.1.1.6.2|70|0
|
||||
1.3.6.1.2.1.4.31.1.1.7.1|65|102
|
||||
1.3.6.1.2.1.4.31.1.1.7.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.8.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.8.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.9.1|65|1686
|
||||
1.3.6.1.2.1.4.31.1.1.9.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.10.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.10.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.11.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.11.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.12.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.12.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.13.1|70|0
|
||||
1.3.6.1.2.1.4.31.1.1.13.2|70|0
|
||||
1.3.6.1.2.1.4.31.1.1.14.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.14.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.15.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.15.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.16.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.16.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.17.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.17.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.18.1|65|135854932
|
||||
1.3.6.1.2.1.4.31.1.1.18.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.19.1|70|135854932
|
||||
1.3.6.1.2.1.4.31.1.1.19.2|70|0
|
||||
1.3.6.1.2.1.4.31.1.1.20.1|65|135884436
|
||||
1.3.6.1.2.1.4.31.1.1.20.2|65|6
|
||||
1.3.6.1.2.1.4.31.1.1.21.1|70|135884436
|
||||
1.3.6.1.2.1.4.31.1.1.21.2|70|6
|
||||
1.3.6.1.2.1.4.31.1.1.22.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.22.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.23.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.23.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.24.1|70|0
|
||||
1.3.6.1.2.1.4.31.1.1.24.2|70|0
|
||||
1.3.6.1.2.1.4.31.1.1.25.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.25.2|65|1
|
||||
1.3.6.1.2.1.4.31.1.1.26.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.26.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.27.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.27.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.28.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.28.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.29.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.29.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.30.1|65|135884436
|
||||
1.3.6.1.2.1.4.31.1.1.30.2|65|5
|
||||
1.3.6.1.2.1.4.31.1.1.31.1|70|135884436
|
||||
1.3.6.1.2.1.4.31.1.1.31.2|70|5
|
||||
1.3.6.1.2.1.4.31.1.1.32.1|65|3577232067
|
||||
1.3.6.1.2.1.4.31.1.1.32.2|65|384
|
||||
1.3.6.1.2.1.4.31.1.1.33.1|70|12167166659
|
||||
1.3.6.1.2.1.4.31.1.1.33.2|70|384
|
||||
1.3.6.1.2.1.4.31.1.1.34.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.34.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.35.1|70|0
|
||||
1.3.6.1.2.1.4.31.1.1.35.2|70|0
|
||||
1.3.6.1.2.1.4.31.1.1.36.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.36.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.37.1|70|0
|
||||
1.3.6.1.2.1.4.31.1.1.37.2|70|0
|
||||
1.3.6.1.2.1.4.31.1.1.38.1|65|2
|
||||
1.3.6.1.2.1.4.31.1.1.38.2|65|7
|
||||
1.3.6.1.2.1.4.31.1.1.39.1|70|2
|
||||
1.3.6.1.2.1.4.31.1.1.39.2|70|7
|
||||
1.3.6.1.2.1.4.31.1.1.40.1|65|80
|
||||
1.3.6.1.2.1.4.31.1.1.40.2|65|460
|
||||
1.3.6.1.2.1.4.31.1.1.41.1|70|80
|
||||
1.3.6.1.2.1.4.31.1.1.41.2|70|460
|
||||
1.3.6.1.2.1.4.31.1.1.42.1|65|1732
|
||||
1.3.6.1.2.1.4.31.1.1.43.1|70|1732
|
||||
1.3.6.1.2.1.4.31.1.1.44.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.45.1|70|0
|
||||
1.3.6.1.2.1.4.31.1.1.46.1|67|0
|
||||
1.3.6.1.2.1.4.31.1.1.46.2|67|0
|
||||
1.3.6.1.2.1.4.31.1.1.47.1|66|60000
|
||||
1.3.6.1.2.1.4.31.1.1.47.2|66|60000
|
||||
1.3.6.1.2.1.4.34.1.3.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|1
|
||||
1.3.6.1.2.1.4.34.1.3.2.16.254.128.0.0.0.0.0.0.98.25.41.255.254.1.229.217|2|2
|
||||
1.3.6.1.2.1.4.34.1.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|6|1.3.6.1.2.1.4.32.1.5.1.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128
|
||||
1.3.6.1.2.1.4.34.1.5.2.16.254.128.0.0.0.0.0.0.98.25.41.255.254.1.229.217|6|1.3.6.1.2.1.4.32.1.5.2.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64
|
||||
1.3.6.1.2.1.4.34.1.6.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|2
|
||||
1.3.6.1.2.1.4.34.1.6.2.16.254.128.0.0.0.0.0.0.98.25.41.255.254.1.229.217|2|5
|
||||
1.3.6.1.2.1.4.35.1.4.2.1.4.10.0.255.1|4x|E02F6D14B5FF
|
||||
1.3.6.1.2.1.5.1.0|65|2113752
|
||||
1.3.6.1.2.1.5.2.0|65|0
|
||||
1.3.6.1.2.1.5.3.0|65|2052
|
||||
1.3.6.1.2.1.5.4.0|65|0
|
||||
1.3.6.1.2.1.5.5.0|65|0
|
||||
1.3.6.1.2.1.5.6.0|65|0
|
||||
1.3.6.1.2.1.5.7.0|65|0
|
||||
1.3.6.1.2.1.5.8.0|65|2111700
|
||||
1.3.6.1.2.1.5.9.0|65|0
|
||||
1.3.6.1.2.1.5.10.0|65|0
|
||||
1.3.6.1.2.1.5.11.0|65|0
|
||||
1.3.6.1.2.1.5.12.0|65|0
|
||||
1.3.6.1.2.1.5.13.0|65|0
|
||||
1.3.6.1.2.1.5.14.0|65|2113618
|
||||
1.3.6.1.2.1.5.15.0|65|0
|
||||
1.3.6.1.2.1.5.16.0|65|1918
|
||||
1.3.6.1.2.1.5.17.0|65|0
|
||||
1.3.6.1.2.1.5.18.0|65|0
|
||||
1.3.6.1.2.1.5.19.0|65|0
|
||||
1.3.6.1.2.1.5.20.0|65|0
|
||||
1.3.6.1.2.1.5.21.0|65|0
|
||||
1.3.6.1.2.1.5.22.0|65|2111700
|
||||
1.3.6.1.2.1.5.23.0|65|0
|
||||
1.3.6.1.2.1.5.24.0|65|0
|
||||
1.3.6.1.2.1.5.25.0|65|0
|
||||
1.3.6.1.2.1.5.26.0|65|0
|
||||
1.3.6.1.2.1.5.29.1.2.1|65|2113752
|
||||
1.3.6.1.2.1.5.29.1.2.2|65|0
|
||||
1.3.6.1.2.1.5.29.1.3.1|65|0
|
||||
1.3.6.1.2.1.5.29.1.3.2|65|0
|
||||
1.3.6.1.2.1.5.29.1.4.1|65|2113618
|
||||
1.3.6.1.2.1.5.29.1.4.2|65|3
|
||||
1.3.6.1.2.1.5.29.1.5.1|65|0
|
||||
1.3.6.1.2.1.5.29.1.5.2|65|0
|
||||
1.3.6.1.2.1.5.30.1.3.1.3|65|2052
|
||||
1.3.6.1.2.1.5.30.1.3.1.8|65|2111700
|
||||
1.3.6.1.2.1.5.30.1.4.1.0|65|2111700
|
||||
1.3.6.1.2.1.5.30.1.4.1.3|65|1918
|
||||
1.3.6.1.2.1.5.30.1.4.2.133|65|1
|
||||
1.3.6.1.2.1.5.30.1.4.2.135|65|1
|
||||
1.3.6.1.2.1.5.30.1.4.2.143|65|1
|
||||
1.3.6.1.2.1.11.1.0|65|2061385372
|
||||
1.3.6.1.2.1.11.2.0|65|112089141
|
||||
1.3.6.1.2.1.11.3.0|65|0
|
||||
1.3.6.1.2.1.11.4.0|65|112
|
||||
1.3.6.1.2.1.11.5.0|65|0
|
||||
1.3.6.1.2.1.11.6.0|65|0
|
||||
1.3.6.1.2.1.11.8.0|65|0
|
||||
1.3.6.1.2.1.11.9.0|65|0
|
||||
1.3.6.1.2.1.11.10.0|65|0
|
||||
1.3.6.1.2.1.11.11.0|65|0
|
||||
1.3.6.1.2.1.11.12.0|65|0
|
||||
1.3.6.1.2.1.11.13.0|65|199024715
|
||||
1.3.6.1.2.1.11.14.0|65|1058
|
||||
1.3.6.1.2.1.11.15.0|65|102635650
|
||||
1.3.6.1.2.1.11.16.0|65|204
|
||||
1.3.6.1.2.1.11.17.0|65|1422
|
||||
1.3.6.1.2.1.11.18.0|65|0
|
||||
1.3.6.1.2.1.11.19.0|65|0
|
||||
1.3.6.1.2.1.11.20.0|65|0
|
||||
1.3.6.1.2.1.11.21.0|65|1
|
||||
1.3.6.1.2.1.11.22.0|65|363
|
||||
1.3.6.1.2.1.11.24.0|65|0
|
||||
1.3.6.1.2.1.11.25.0|65|0
|
||||
1.3.6.1.2.1.11.26.0|65|0
|
||||
1.3.6.1.2.1.11.27.0|65|0
|
||||
1.3.6.1.2.1.11.28.0|65|112089098
|
||||
1.3.6.1.2.1.11.29.0|65|45
|
||||
1.3.6.1.2.1.11.30.0|2|2
|
||||
1.3.6.1.2.1.11.31.0|65|0
|
||||
1.3.6.1.2.1.11.32.0|65|0
|
||||
1.3.6.1.2.1.25.1.1.0|67|2094359200
|
||||
1.3.6.1.2.1.25.1.4.0|4|console=ttyAM0,115200n8 ubi.mtd=2 root=ubi0:rootfs rootfstype=ubifs rw gpmi ip=10.0.255.211:192.168.102.1:10.0.255.1:255.255.255
|
||||
1.3.6.1.2.1.25.1.5.0|66|0
|
||||
1.3.6.1.2.1.25.1.6.0|66|40
|
||||
1.3.6.1.2.1.25.2.2.0|2|124184
|
||||
1.3.6.1.2.1.25.2.3.1.1.1|2|1
|
||||
1.3.6.1.2.1.25.2.3.1.1.3|2|3
|
||||
1.3.6.1.2.1.25.2.3.1.1.6|2|6
|
||||
1.3.6.1.2.1.25.2.3.1.1.7|2|7
|
||||
1.3.6.1.2.1.25.2.3.1.1.8|2|8
|
||||
1.3.6.1.2.1.25.2.3.1.1.10|2|10
|
||||
1.3.6.1.2.1.25.2.3.1.1.34|2|34
|
||||
1.3.6.1.2.1.25.2.3.1.1.36|2|36
|
||||
1.3.6.1.2.1.25.2.3.1.1.37|2|37
|
||||
1.3.6.1.2.1.25.2.3.1.2.1|6|1.3.6.1.2.1.25.2.1.2
|
||||
1.3.6.1.2.1.25.2.3.1.2.3|6|1.3.6.1.2.1.25.2.1.3
|
||||
1.3.6.1.2.1.25.2.3.1.2.6|6|1.3.6.1.2.1.25.2.1.1
|
||||
1.3.6.1.2.1.25.2.3.1.2.7|6|1.3.6.1.2.1.25.2.1.1
|
||||
1.3.6.1.2.1.25.2.3.1.2.8|6|1.3.6.1.2.1.25.2.1.1
|
||||
1.3.6.1.2.1.25.2.3.1.2.10|6|1.3.6.1.2.1.25.2.1.3
|
||||
1.3.6.1.2.1.25.2.3.1.2.34|6|1.3.6.1.2.1.25.2.1.4
|
||||
1.3.6.1.2.1.25.2.3.1.2.36|6|1.3.6.1.2.1.25.2.1.4
|
||||
1.3.6.1.2.1.25.2.3.1.2.37|6|1.3.6.1.2.1.25.2.1.4
|
||||
1.3.6.1.2.1.25.2.3.1.3.1|4|Physical memory
|
||||
1.3.6.1.2.1.25.2.3.1.3.3|4|Virtual memory
|
||||
1.3.6.1.2.1.25.2.3.1.3.6|4|Memory buffers
|
||||
1.3.6.1.2.1.25.2.3.1.3.7|4|Cached memory
|
||||
1.3.6.1.2.1.25.2.3.1.3.8|4|Shared memory
|
||||
1.3.6.1.2.1.25.2.3.1.3.10|4|Swap space
|
||||
1.3.6.1.2.1.25.2.3.1.3.34|4|/dev
|
||||
1.3.6.1.2.1.25.2.3.1.3.36|4|/dev/shm
|
||||
1.3.6.1.2.1.25.2.3.1.3.37|4|/mnt/rwfs
|
||||
1.3.6.1.2.1.25.2.3.1.4.1|2|1024
|
||||
1.3.6.1.2.1.25.2.3.1.4.3|2|1024
|
||||
1.3.6.1.2.1.25.2.3.1.4.6|2|1024
|
||||
1.3.6.1.2.1.25.2.3.1.4.7|2|1024
|
||||
1.3.6.1.2.1.25.2.3.1.4.8|2|1024
|
||||
1.3.6.1.2.1.25.2.3.1.4.10|2|1024
|
||||
1.3.6.1.2.1.25.2.3.1.4.34|2|4096
|
||||
1.3.6.1.2.1.25.2.3.1.4.36|2|4096
|
||||
1.3.6.1.2.1.25.2.3.1.4.37|2|4096
|
||||
1.3.6.1.2.1.25.2.3.1.5.1|2|124184
|
||||
1.3.6.1.2.1.25.2.3.1.5.3|2|124184
|
||||
1.3.6.1.2.1.25.2.3.1.5.6|2|124184
|
||||
1.3.6.1.2.1.25.2.3.1.5.7|2|15564
|
||||
1.3.6.1.2.1.25.2.3.1.5.8|2|188
|
||||
1.3.6.1.2.1.25.2.3.1.5.10|2|0
|
||||
1.3.6.1.2.1.25.2.3.1.5.34|2|15523
|
||||
1.3.6.1.2.1.25.2.3.1.5.36|2|15523
|
||||
1.3.6.1.2.1.25.2.3.1.5.37|2|128
|
||||
1.3.6.1.2.1.25.2.3.1.6.1|2|32908
|
||||
1.3.6.1.2.1.25.2.3.1.6.3|2|32908
|
||||
1.3.6.1.2.1.25.2.3.1.6.6|2|0
|
||||
1.3.6.1.2.1.25.2.3.1.6.7|2|15564
|
||||
1.3.6.1.2.1.25.2.3.1.6.8|2|188
|
||||
1.3.6.1.2.1.25.2.3.1.6.10|2|0
|
||||
1.3.6.1.2.1.25.2.3.1.6.34|2|10
|
||||
1.3.6.1.2.1.25.2.3.1.6.36|2|0
|
||||
1.3.6.1.2.1.25.2.3.1.6.37|2|0
|
||||
1.3.6.1.2.1.25.3.2.1.1.196608|2|196608
|
||||
1.3.6.1.2.1.25.3.2.1.1.262145|2|262145
|
||||
1.3.6.1.2.1.25.3.2.1.1.262146|2|262146
|
||||
1.3.6.1.2.1.25.3.2.1.1.262147|2|262147
|
||||
1.3.6.1.2.1.25.3.2.1.1.262148|2|262148
|
||||
1.3.6.1.2.1.25.3.2.1.1.262149|2|262149
|
||||
1.3.6.1.2.1.25.3.2.1.1.786432|2|786432
|
||||
1.3.6.1.2.1.25.3.2.1.2.196608|6|1.3.6.1.2.1.25.3.1.3
|
||||
1.3.6.1.2.1.25.3.2.1.2.262145|6|1.3.6.1.2.1.25.3.1.4
|
||||
1.3.6.1.2.1.25.3.2.1.2.262146|6|1.3.6.1.2.1.25.3.1.4
|
||||
1.3.6.1.2.1.25.3.2.1.2.262147|6|1.3.6.1.2.1.25.3.1.4
|
||||
1.3.6.1.2.1.25.3.2.1.2.262148|6|1.3.6.1.2.1.25.3.1.4
|
||||
1.3.6.1.2.1.25.3.2.1.2.262149|6|1.3.6.1.2.1.25.3.1.4
|
||||
1.3.6.1.2.1.25.3.2.1.2.786432|6|1.3.6.1.2.1.25.3.1.12
|
||||
1.3.6.1.2.1.25.3.2.1.3.196608|4|
|
||||
1.3.6.1.2.1.25.3.2.1.3.262145|4|network interface lo
|
||||
1.3.6.1.2.1.25.3.2.1.3.262146|4|network interface eth0
|
||||
1.3.6.1.2.1.25.3.2.1.3.262147|4|network interface eth1
|
||||
1.3.6.1.2.1.25.3.2.1.3.262148|4|network interface sit0
|
||||
1.3.6.1.2.1.25.3.2.1.3.262149|4|network interface ip6tnl0
|
||||
1.3.6.1.2.1.25.3.2.1.3.786432|4|Guessing that there's a floating point co-processor
|
||||
1.3.6.1.2.1.25.3.2.1.4.196608|6|0.0
|
||||
1.3.6.1.2.1.25.3.2.1.4.262145|6|0.0
|
||||
1.3.6.1.2.1.25.3.2.1.4.262146|6|0.0
|
||||
1.3.6.1.2.1.25.3.2.1.4.262147|6|0.0
|
||||
1.3.6.1.2.1.25.3.2.1.4.262148|6|0.0
|
||||
1.3.6.1.2.1.25.3.2.1.4.262149|6|0.0
|
||||
1.3.6.1.2.1.25.3.2.1.4.786432|6|0.0
|
||||
1.3.6.1.2.1.25.3.2.1.5.262145|2|2
|
||||
1.3.6.1.2.1.25.3.2.1.5.262146|2|2
|
||||
1.3.6.1.2.1.25.3.2.1.5.262147|2|5
|
||||
1.3.6.1.2.1.25.3.2.1.5.262148|2|5
|
||||
1.3.6.1.2.1.25.3.2.1.5.262149|2|5
|
||||
1.3.6.1.2.1.25.3.2.1.6.262145|65|0
|
||||
1.3.6.1.2.1.25.3.2.1.6.262146|65|0
|
||||
1.3.6.1.2.1.25.3.2.1.6.262147|65|0
|
||||
1.3.6.1.2.1.25.3.2.1.6.262148|65|0
|
||||
1.3.6.1.2.1.25.3.2.1.6.262149|65|0
|
||||
1.3.6.1.2.1.25.3.3.1.1.196608|6|0.0
|
||||
1.3.6.1.2.1.25.3.3.1.2.196608|2|100
|
||||
1.3.6.1.2.1.31.1.1.1.1.1|4|lo
|
||||
1.3.6.1.2.1.31.1.1.1.1.2|4|eth0
|
||||
1.3.6.1.2.1.31.1.1.1.1.3|4|eth1
|
||||
1.3.6.1.2.1.31.1.1.1.1.4|4|sit0
|
||||
1.3.6.1.2.1.31.1.1.1.1.5|4|ip6tnl0
|
||||
1.3.6.1.2.1.31.1.1.1.2.1|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.2.2|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.2.3|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.2.4|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.2.5|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.3.1|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.3.2|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.3.3|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.3.4|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.3.5|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.4.1|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.4.2|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.4.3|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.4.4|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.4.5|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.5.1|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.5.2|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.5.3|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.5.4|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.5.5|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.6.1|70|309696
|
||||
1.3.6.1.2.1.31.1.1.1.6.2|70|17100433672
|
||||
1.3.6.1.2.1.31.1.1.1.6.3|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.6.4|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.6.5|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.7.1|70|4106
|
||||
1.3.6.1.2.1.31.1.1.1.7.2|70|173327474
|
||||
1.3.6.1.2.1.31.1.1.1.7.3|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.7.4|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.7.5|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.8.1|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.8.2|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.8.3|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.8.4|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.8.5|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.9.1|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.9.2|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.9.3|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.9.4|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.9.5|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.10.1|70|309696
|
||||
1.3.6.1.2.1.31.1.1.1.10.2|70|14094616700
|
||||
1.3.6.1.2.1.31.1.1.1.10.3|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.10.4|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.10.5|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.11.1|70|4106
|
||||
1.3.6.1.2.1.31.1.1.1.11.2|70|136485329
|
||||
1.3.6.1.2.1.31.1.1.1.11.3|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.11.4|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.11.5|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.12.1|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.12.2|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.12.3|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.12.4|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.12.5|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.13.1|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.13.2|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.13.3|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.13.4|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.13.5|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.15.1|66|10
|
||||
1.3.6.1.2.1.31.1.1.1.15.2|66|100
|
||||
1.3.6.1.2.1.31.1.1.1.15.3|66|0
|
||||
1.3.6.1.2.1.31.1.1.1.15.4|66|0
|
||||
1.3.6.1.2.1.31.1.1.1.15.5|66|0
|
||||
1.3.6.1.2.1.31.1.1.1.16.1|2|2
|
||||
1.3.6.1.2.1.31.1.1.1.16.2|2|2
|
||||
1.3.6.1.2.1.31.1.1.1.16.3|2|2
|
||||
1.3.6.1.2.1.31.1.1.1.16.4|2|2
|
||||
1.3.6.1.2.1.31.1.1.1.16.5|2|2
|
||||
1.3.6.1.2.1.31.1.1.1.17.1|2|2
|
||||
1.3.6.1.2.1.31.1.1.1.17.2|2|1
|
||||
1.3.6.1.2.1.31.1.1.1.17.3|2|1
|
||||
1.3.6.1.2.1.31.1.1.1.17.4|2|1
|
||||
1.3.6.1.2.1.31.1.1.1.17.5|2|1
|
||||
1.3.6.1.2.1.31.1.1.1.18.1|4|
|
||||
1.3.6.1.2.1.31.1.1.1.18.2|4|
|
||||
1.3.6.1.2.1.31.1.1.1.18.3|4|
|
||||
1.3.6.1.2.1.31.1.1.1.18.4|4|
|
||||
1.3.6.1.2.1.31.1.1.1.18.5|4|
|
||||
1.3.6.1.2.1.31.1.1.1.19.1|67|0
|
||||
1.3.6.1.2.1.31.1.1.1.19.2|67|0
|
||||
1.3.6.1.2.1.31.1.1.1.19.3|67|0
|
||||
1.3.6.1.2.1.31.1.1.1.19.4|67|0
|
||||
1.3.6.1.2.1.31.1.1.1.19.5|67|0
|
||||
1.3.6.1.2.1.33.1.2.1.0|2|2
|
||||
1.3.6.1.2.1.33.1.2.2.0|2|0
|
||||
1.3.6.1.2.1.33.1.2.3.0|2|44
|
||||
1.3.6.1.2.1.33.1.2.4.0|2|100
|
||||
1.3.6.1.2.1.33.1.2.5.0|2|2731
|
||||
1.3.6.1.2.1.33.1.2.6.0|2|0
|
||||
1.3.6.1.2.1.33.1.2.7.0|2|32
|
||||
1.3.6.1.2.1.33.1.3.3.1.2.1|2|499
|
||||
1.3.6.1.2.1.33.1.3.3.1.3.1|2|244
|
||||
1.3.6.1.2.1.33.1.3.3.1.4.1|2|0
|
||||
1.3.6.1.2.1.33.1.3.3.1.5.1|2|0
|
||||
1.3.6.1.2.1.33.1.4.1.0|2|3
|
||||
1.3.6.1.2.1.33.1.4.2.0|2|499
|
||||
1.3.6.1.2.1.33.1.4.4.1.2.1|2|228
|
||||
1.3.6.1.2.1.33.1.4.4.1.3.1|2|88
|
||||
1.3.6.1.2.1.33.1.4.4.1.4.1|2|2013
|
||||
1.3.6.1.2.1.33.1.4.4.1.5.1|2|33
|
||||
1.3.6.1.2.1.33.1.5.1.0|2|0
|
||||
1.3.6.1.2.1.33.1.5.3.1.2.1|2|0
|
||||
1.3.6.1.2.1.33.1.5.3.1.3.1|2|0
|
||||
1.3.6.1.2.1.33.1.5.3.1.4.1|2|0
|
||||
1.3.6.1.4.1.21111.1.1.1.3.0|4|G2-6KL
|
||||
1.3.6.1.4.1.21111.1.1.1.4.0|4|11112222333344
|
||||
1.3.6.1.4.1.21111.1.1.1.6.0|4|VERFW:01428.1400
|
||||
1.3.6.1.4.1.21111.1.1.1.7.0|2|2
|
||||
1.3.6.1.4.1.21111.1.1.3.14.0|2|20
|
||||
1.3.6.1.4.1.21111.1.1.3.15.0|2|1
|
||||
1.3.6.1.6.3.10.2.1.3.0|2|20929525
|
Reference in New Issue
Block a user