CTOR-473-tests-folder-structure-must-follow-code-folder-structure (#4979)
Co-authored-by: Sophie Depassio <sdepassio@centreon.com>
This commit is contained in:
parent
d1b9530e7d
commit
a5d2ace884
|
@ -65,22 +65,12 @@ jobs:
|
|||
pip3.11 install RobotFramework-Examples
|
||||
shell: bash
|
||||
|
||||
- name: Run Robot Framework API tests
|
||||
- name: Run Robot Framework tests
|
||||
run: |
|
||||
sudo mkdir -p /var/lib/centreon/centplugins/
|
||||
sudo chmod 777 /var/lib/centreon/centplugins/
|
||||
robot tests/functional/api
|
||||
|
||||
- name: Run Robot Framework SNMP tests
|
||||
run: |
|
||||
sudo useradd snmp
|
||||
sudo mkdir -p /usr/snmpsim/data
|
||||
sudo cp -r tests/resources/snmp/* /usr/snmpsim/data/
|
||||
sudo cp -r tests/robot/* /usr/snmpsim/data/
|
||||
snmpsimd --logging-method=null --agent-udpv4-endpoint=127.0.0.1:2024 --process-user=snmp --process-group=snmp &
|
||||
robot tests/functional/snmp
|
||||
|
||||
- name: Run Robot Framework Database tests
|
||||
run: robot tests/functional/database
|
||||
|
||||
- name: Run Robot Framework Linux tests
|
||||
run: robot tests/functional/linux
|
||||
robot tests/robot
|
||||
|
|
|
@ -1,101 +0,0 @@
|
|||
*** Settings ***
|
||||
Documentation Hardware UPS standard SNMP plugin
|
||||
|
||||
Library OperatingSystem
|
||||
Library String
|
||||
|
||||
Test Timeout 120s
|
||||
|
||||
|
||||
*** Variables ***
|
||||
${CENTREON_PLUGINS} ${CURDIR}${/}..${/}..${/}..${/}src${/}centreon_plugins.pl
|
||||
|
||||
${CMD} perl ${CENTREON_PLUGINS} --plugin=hardware::ups::standard::rfc1628::snmp::plugin
|
||||
|
||||
&{ups_standard_test_with_values}
|
||||
... snmpcommunity=hardware-ups/hardware-ups-standard
|
||||
... warningpower=
|
||||
... criticalcurrent=
|
||||
... warningvoltage=
|
||||
... warningfrequence=
|
||||
... excludeid=
|
||||
... result=OK: All input lines are ok | '1#line.input.frequence.hertz'=49.9Hz;;;; '1#line.input.voltage.volt'=233V;;;; '1#line.input.current.ampere'=0A;;;; '1#line.input.power.watt'=0W;;;; '2#line.input.frequence.hertz'=49.9Hz;;;; '2#line.input.voltage.volt'=234V;;;; '2#line.input.current.ampere'=0A;;;; '2#line.input.power.watt'=0W;;;; '3#line.input.frequence.hertz'=49.9Hz;;;; '3#line.input.voltage.volt'=234V;;;; '3#line.input.current.ampere'=0A;;;; '3#line.input.power.watt'=0W;;;;
|
||||
&{ups_standard_test_critical_with_null_values}
|
||||
... snmpcommunity=hardware-ups/hardware-ups-standard_null_val
|
||||
... warningpower='215:'
|
||||
... criticalcurrent='@0:214'
|
||||
... warningvoltage='@0:214'
|
||||
... warningfrequence='@0:214'
|
||||
... excludeid=
|
||||
... result=CRITICAL: Input Line '1' Frequence : 0.00 Hz, Voltage : 0.00 V, Current : 0.00 A, Power : 0.00 W - Input Line '2' Frequence : 0.00 Hz, Voltage : 0.00 V, Current : 0.00 A, Power : 0.00 W - Input Line '3' Frequence : 0.00 Hz, Voltage : 0.00 V, Current : 0.00 A, Power : 0.00 W | '1#line.input.frequence.hertz'=0Hz;@0:214;;; '1#line.input.voltage.volt'=0V;@0:214;;; '1#line.input.current.ampere'=0A;;@0:214;; '1#line.input.power.watt'=0W;215:;;; '2#line.input.frequence.hertz'=0Hz;@0:214;;; '2#line.input.voltage.volt'=0V;@0:214;;; '2#line.input.current.ampere'=0A;;@0:214;; '2#line.input.power.watt'=0W;215:;;; '3#line.input.frequence.hertz'=0Hz;@0:214;;; '3#line.input.voltage.volt'=0V;@0:214;;; '3#line.input.current.ampere'=0A;;@0:214;; '3#line.input.power.watt'=0W;215:;;;
|
||||
&{ups_standard_test_with_exclude_option_1}
|
||||
... snmpcommunity=hardware-ups/hardware-ups-standard
|
||||
... warningpower=
|
||||
... criticalcurrent=
|
||||
... warningvoltage=
|
||||
... warningfrequence=
|
||||
... excludeid='1,2'
|
||||
... result=OK: Input Line '3' Frequence : 49.90 Hz, Voltage : 234.00 V, Current : 0.00 A, Power : 0.00 W | '3#line.input.frequence.hertz'=49.9Hz;;;; '3#line.input.voltage.volt'=234V;;;; '3#line.input.current.ampere'=0A;;;; '3#line.input.power.watt'=0W;;;;
|
||||
&{ups_standard_test_with_exclude_option_2}
|
||||
... snmpcommunity=hardware-ups/hardware-ups-standard
|
||||
... warningpower=
|
||||
... criticalcurrent=
|
||||
... warningvoltage=
|
||||
... warningfrequence=
|
||||
... excludeid='1, 2'
|
||||
... result=OK: Input Line '3' Frequence : 49.90 Hz, Voltage : 234.00 V, Current : 0.00 A, Power : 0.00 W | '3#line.input.frequence.hertz'=49.9Hz;;;; '3#line.input.voltage.volt'=234V;;;; '3#line.input.current.ampere'=0A;;;; '3#line.input.power.watt'=0W;;;;
|
||||
&{ups_standard_test_with_exclude_option_3}
|
||||
... snmpcommunity=hardware-ups/hardware-ups-standard
|
||||
... warningpower=
|
||||
... criticalcurrent=
|
||||
... warningvoltage=
|
||||
... warningfrequence=
|
||||
... excludeid='1 ,3'
|
||||
... result=OK: Input Line '2' Frequence : 49.90 Hz, Voltage : 234.00 V, Current : 0.00 A, Power : 0.00 W | '2#line.input.frequence.hertz'=49.9Hz;;;; '2#line.input.voltage.volt'=234V;;;; '2#line.input.current.ampere'=0A;;;; '2#line.input.power.watt'=0W;;;;
|
||||
@{ups_standard_tests}
|
||||
... &{ups_standard_test_with_values}
|
||||
... &{ups_standard_test_critical_with_null_values}
|
||||
... &{ups_standard_test_with_exclude_option_1}
|
||||
... &{ups_standard_test_with_exclude_option_2}
|
||||
... &{ups_standard_test_with_exclude_option_3}
|
||||
|
||||
|
||||
*** Test Cases ***
|
||||
Hardware UPS Standard SNMP input lines
|
||||
[Documentation] Hardware UPS standard SNMP input lines
|
||||
[Tags] hardware UPS snmp
|
||||
FOR ${ups_standard_test} IN @{ups_standard_tests}
|
||||
${command} Catenate
|
||||
... ${CMD}
|
||||
... --mode=input-lines
|
||||
... --hostname=127.0.0.1
|
||||
... --snmp-version=2c
|
||||
... --snmp-port=2024
|
||||
... --snmp-community=${ups_standard_test.snmpcommunity}
|
||||
${length} Get Length ${ups_standard_test.warningpower}
|
||||
IF ${length} > 0
|
||||
${command} Catenate ${command} --warning-power=${ups_standard_test.warningpower}
|
||||
END
|
||||
${length} Get Length ${ups_standard_test.criticalcurrent}
|
||||
IF ${length} > 0
|
||||
${command} Catenate ${command} --critical-current=${ups_standard_test.criticalcurrent}
|
||||
END
|
||||
${length} Get Length ${ups_standard_test.warningvoltage}
|
||||
IF ${length} > 0
|
||||
${command} Catenate ${command} --warning-voltage=${ups_standard_test.warningvoltage}
|
||||
END
|
||||
${length} Get Length ${ups_standard_test.warningfrequence}
|
||||
IF ${length} > 0
|
||||
${command} Catenate ${command} --warning-frequence=${ups_standard_test.warningfrequence}
|
||||
END
|
||||
${length} Get Length ${ups_standard_test.excludeid}
|
||||
IF ${length} > 0
|
||||
${command} Catenate ${command} --exclude-id=${ups_standard_test.excludeid}
|
||||
END
|
||||
${output} Run ${command}
|
||||
${output} Strip String ${output}
|
||||
Should Be Equal As Strings
|
||||
... ${output}
|
||||
... ${ups_standard_test.result}
|
||||
... Wrong output result for compliance of ${ups_standard_test.result}{\n}Command output:{\n}${output}{\n}{\n}{\n}
|
||||
END
|
|
@ -1,79 +0,0 @@
|
|||
*** Settings ***
|
||||
Documentation Network Aruba Instant SNMP plugin - AP Usage
|
||||
|
||||
Library OperatingSystem
|
||||
Library String
|
||||
|
||||
Test Timeout 120s
|
||||
|
||||
|
||||
*** Variables ***
|
||||
${CENTREON_PLUGINS} ${CURDIR}${/}..${/}..${/}..${/}src${/}centreon_plugins.pl
|
||||
|
||||
${CMD} perl ${CENTREON_PLUGINS} --plugin=network::aruba::instant::snmp::plugin --mode=ap-usage --hostname=127.0.0.1 --snmp-version=2c --snmp-port=2024
|
||||
|
||||
&{ap_usage_test_1}
|
||||
... documentation=Test AP usage without filters
|
||||
... snmpcommunity=network-aruba-instant/ap-usage
|
||||
... filtercounters=
|
||||
... filtername=
|
||||
... warningclients=
|
||||
... criticalclients=
|
||||
... result=OK: total access points: 5 - All access points are ok | 'accesspoints.total.count'=5;;;0; 'AP Piso 1#clients.current.count'=4;;;0; 'AP Piso 1#cpu.utilization.percentage'=3.00%;;;0;100 'AP Piso 1#memory.usage.bytes'=215711744B;;;0;527028224 'AP Piso 1#memory.free.bytes'=311316480B;;;0;527028224 'AP Piso 1#memory.usage.percentage'=40.93%;;;0;100 'AP Piso 2#clients.current.count'=17;;;0; 'AP Piso 2#cpu.utilization.percentage'=18.00%;;;0;100 'AP Piso 2#memory.usage.bytes'=219455488B;;;0;527028224 'AP Piso 2#memory.free.bytes'=307572736B;;;0;527028224 'AP Piso 2#memory.usage.percentage'=41.64%;;;0;100 'AP Piso 3#clients.current.count'=14;;;0; 'AP Piso 3#cpu.utilization.percentage'=18.00%;;;0;100 'AP Piso 3#memory.usage.bytes'=219185152B;;;0;527028224 'AP Piso 3#memory.free.bytes'=307843072B;;;0;527028224 'AP Piso 3#memory.usage.percentage'=41.59%;;;0;100 'AP Piso 4#clients.current.count'=11;;;0; 'AP Piso 4#cpu.utilization.percentage'=11.00%;;;0;100 'AP Piso 4#memory.usage.bytes'=221700096B;;;0;527028224 'AP Piso 4#memory.free.bytes'=305328128B;;;0;527028224 'AP Piso 4#memory.usage.percentage'=42.07%;;;0;100 'AP Sotano#clients.current.count'=4;;;0; 'AP Sotano#cpu.utilization.percentage'=4.00%;;;0;100 'AP Sotano#memory.usage.bytes'=217473024B;;;0;527028224 'AP Sotano#memory.free.bytes'=309555200B;;;0;527028224 'AP Sotano#memory.usage.percentage'=41.26%;;;0;100
|
||||
|
||||
&{ap_usage_test_2}
|
||||
... documentation=Test AP usage with filter on clients
|
||||
... snmpcommunity=network-aruba-instant/ap-usage
|
||||
... filtercounters=clients
|
||||
... filtername=
|
||||
... warningclients=
|
||||
... criticalclients=
|
||||
... result=OK: All access points are ok | 'AP Piso 1#clients.current.count'=4;;;0; 'AP Piso 2#clients.current.count'=17;;;0; 'AP Piso 3#clients.current.count'=14;;;0; 'AP Piso 4#clients.current.count'=11;;;0; 'AP Sotano#clients.current.count'=4;;;0;
|
||||
|
||||
&{ap_usage_test_3}
|
||||
... documentation=Test AP usage with filter on clients and filter on name
|
||||
... snmpcommunity=network-aruba-instant/ap-usage
|
||||
... filtercounters=clients
|
||||
... filtername=Piso 4
|
||||
... warningclients=
|
||||
... criticalclients=
|
||||
... result=OK: Access Point 'AP Piso 4' Current Clients: 11 | 'AP Piso 4#clients.current.count'=11;;;0;
|
||||
|
||||
&{ap_usage_test_4}
|
||||
... documentation=Test AP usage without filters with warning when less than 20 clients
|
||||
... snmpcommunity=network-aruba-instant/ap-usage
|
||||
... filtercounters=
|
||||
... filtername=
|
||||
... warningclients=20:
|
||||
... criticalclients=
|
||||
... result=WARNING: Access Point 'AP Piso 1' Current Clients: 4 - Access Point 'AP Piso 2' Current Clients: 17 - Access Point 'AP Piso 3' Current Clients: 14 - Access Point 'AP Piso 4' Current Clients: 11 - Access Point 'AP Sotano' Current Clients: 4 | 'accesspoints.total.count'=5;;;0; 'AP Piso 1#clients.current.count'=4;20:;;0; 'AP Piso 1#cpu.utilization.percentage'=3.00%;;;0;100 'AP Piso 1#memory.usage.bytes'=215711744B;;;0;527028224 'AP Piso 1#memory.free.bytes'=311316480B;;;0;527028224 'AP Piso 1#memory.usage.percentage'=40.93%;;;0;100 'AP Piso 2#clients.current.count'=17;20:;;0; 'AP Piso 2#cpu.utilization.percentage'=18.00%;;;0;100 'AP Piso 2#memory.usage.bytes'=219455488B;;;0;527028224 'AP Piso 2#memory.free.bytes'=307572736B;;;0;527028224 'AP Piso 2#memory.usage.percentage'=41.64%;;;0;100 'AP Piso 3#clients.current.count'=14;20:;;0; 'AP Piso 3#cpu.utilization.percentage'=18.00%;;;0;100 'AP Piso 3#memory.usage.bytes'=219185152B;;;0;527028224 'AP Piso 3#memory.free.bytes'=307843072B;;;0;527028224 'AP Piso 3#memory.usage.percentage'=41.59%;;;0;100 'AP Piso 4#clients.current.count'=11;20:;;0; 'AP Piso 4#cpu.utilization.percentage'=11.00%;;;0;100 'AP Piso 4#memory.usage.bytes'=221700096B;;;0;527028224 'AP Piso 4#memory.free.bytes'=305328128B;;;0;527028224 'AP Piso 4#memory.usage.percentage'=42.07%;;;0;100 'AP Sotano#clients.current.count'=4;20:;;0; 'AP Sotano#cpu.utilization.percentage'=4.00%;;;0;100 'AP Sotano#memory.usage.bytes'=217473024B;;;0;527028224 'AP Sotano#memory.free.bytes'=309555200B;;;0;527028224 'AP Sotano#memory.usage.percentage'=41.26%;;;0;100
|
||||
|
||||
@{ap_usage_tests}
|
||||
... &{ap_usage_test_1}
|
||||
... &{ap_usage_test_2}
|
||||
... &{ap_usage_test_3}
|
||||
... &{ap_usage_test_4}
|
||||
|
||||
|
||||
*** Test Cases ***
|
||||
Network Aruba Instant SNMP plugin
|
||||
[Documentation] AP Usage
|
||||
[Tags] network aruba snmp
|
||||
FOR ${ap_usage_tc} IN @{ap_usage_tests}
|
||||
${command} Catenate
|
||||
... ${CMD}
|
||||
... --filter-counters='${ap_usage_tc.filtercounters}'
|
||||
... --filter-name='${ap_usage_tc.filtername}'
|
||||
... --warning-clients='${ap_usage_tc.warningclients}'
|
||||
... --critical-clients='${ap_usage_tc.criticalclients}'
|
||||
... --snmp-community=${ap_usage_tc.snmpcommunity}
|
||||
|
||||
Log To Console ${ap_usage_tc.documentation}
|
||||
${output} Run ${command}
|
||||
${output} Strip String ${output}
|
||||
Should Be Equal As Strings
|
||||
... ${output}
|
||||
... ${ap_usage_tc.result}
|
||||
... Wrong output result for compliance of ${ap_usage_tc.result}{\n}Command output:{\n}${output}{\n}{\n}{\n}
|
||||
END
|
||||
|
|
@ -1,408 +0,0 @@
|
|||
*** Settings ***
|
||||
Documentation Network Fortinet Fortigate SNMP plugin
|
||||
|
||||
Library OperatingSystem
|
||||
Library String
|
||||
|
||||
Test Timeout 120s
|
||||
|
||||
|
||||
*** Variables ***
|
||||
${CENTREON_PLUGINS} ${CURDIR}${/}..${/}..${/}..${/}src${/}centreon_plugins.pl
|
||||
|
||||
${CMD} perl ${CENTREON_PLUGINS} --plugin=network::fortinet::fortigate::snmp::plugin
|
||||
|
||||
# Test simple usage of the linkmonitor mode
|
||||
&{fortinet_fortigate_linkmonitor_test1}
|
||||
... filterid=
|
||||
... filtername=
|
||||
... filtervdom=
|
||||
... customperfdatainstances=
|
||||
... unknownstatus=
|
||||
... warningstatus=
|
||||
... criticalstatus=
|
||||
... warninglatency=
|
||||
... criticallatency=
|
||||
... warningjitter=
|
||||
... criticaljitter=
|
||||
... warningpacketloss=
|
||||
... criticalpacketloss=
|
||||
... result=CRITICAL: Link monitor 'MonitorWAN3' [vdom: root] [id: 3] state: dead | 'MonitorWAN1~root#linkmonitor.latency.milliseconds'=39.739;;;0; 'MonitorWAN1~root#linkmonitor.jitter.milliseconds'=0.096;;;0; 'MonitorWAN1~root#linkmonitor.packet.loss.percentage'=0;;;0; 'MonitorWAN2~root#linkmonitor.latency.milliseconds'=46.446;;;0; 'MonitorWAN2~root#linkmonitor.jitter.milliseconds'=1.868;;;0; 'MonitorWAN2~root#linkmonitor.packet.loss.percentage'=1;;;0; 'MonitorWAN3~root#linkmonitor.latency.milliseconds'=0.000;;;0; 'MonitorWAN3~root#linkmonitor.jitter.milliseconds'=0.000;;;0; 'MonitorWAN3~root#linkmonitor.packet.loss.percentage'=100;;;0;
|
||||
|
||||
# Test linkmonitor mode with filter-id option set to 3
|
||||
&{fortinet_fortigate_linkmonitor_test2}
|
||||
... filterid=3
|
||||
... filtername=
|
||||
... filtervdom=
|
||||
... customperfdatainstances=
|
||||
... unknownstatus=
|
||||
... warningstatus=
|
||||
... criticalstatus=
|
||||
... warninglatency=
|
||||
... criticallatency=
|
||||
... warningjitter=
|
||||
... criticaljitter=
|
||||
... warningpacketloss=
|
||||
... criticalpacketloss=
|
||||
... result=CRITICAL: Link monitor 'MonitorWAN3' [vdom: root] [id: 3] state: dead | 'MonitorWAN3~root#linkmonitor.latency.milliseconds'=0.000;;;0; 'MonitorWAN3~root#linkmonitor.jitter.milliseconds'=0.000;;;0; 'MonitorWAN3~root#linkmonitor.packet.loss.percentage'=100;;;0;
|
||||
|
||||
# Test linkmonitor mode with filter-name option set to MonitorWAN1
|
||||
&{fortinet_fortigate_linkmonitor_test3}
|
||||
... filterid=
|
||||
... filtername='MonitorWAN1'
|
||||
... filtervdom=
|
||||
... customperfdatainstances=
|
||||
... unknownstatus=
|
||||
... warningstatus=
|
||||
... criticalstatus=
|
||||
... warninglatency=
|
||||
... criticallatency=
|
||||
... warningjitter=
|
||||
... criticaljitter=
|
||||
... warningpacketloss=
|
||||
... criticalpacketloss=
|
||||
... result=OK: Link monitor 'MonitorWAN1' [vdom: root] [id: 1] state: alive, latency: 39.739ms, jitter: 0.096ms, packet loss: 0.000% | 'MonitorWAN1~root#linkmonitor.latency.milliseconds'=39.739;;;0; 'MonitorWAN1~root#linkmonitor.jitter.milliseconds'=0.096;;;0; 'MonitorWAN1~root#linkmonitor.packet.loss.percentage'=0;;;0;
|
||||
|
||||
# Test linkmonitor mode with filter-vdom option set to 'root'
|
||||
&{fortinet_fortigate_linkmonitor_test4}
|
||||
... filterid=
|
||||
... filtername=
|
||||
... filtervdom='root'
|
||||
... customperfdatainstances=
|
||||
... unknownstatus=
|
||||
... warningstatus=
|
||||
... criticalstatus=
|
||||
... warninglatency=
|
||||
... criticallatency=
|
||||
... warningjitter=
|
||||
... criticaljitter=
|
||||
... warningpacketloss=
|
||||
... criticalpacketloss=
|
||||
... result=CRITICAL: Link monitor 'MonitorWAN3' [vdom: root] [id: 3] state: dead | 'MonitorWAN1~root#linkmonitor.latency.milliseconds'=39.739;;;0; 'MonitorWAN1~root#linkmonitor.jitter.milliseconds'=0.096;;;0; 'MonitorWAN1~root#linkmonitor.packet.loss.percentage'=0;;;0; 'MonitorWAN2~root#linkmonitor.latency.milliseconds'=46.446;;;0; 'MonitorWAN2~root#linkmonitor.jitter.milliseconds'=1.868;;;0; 'MonitorWAN2~root#linkmonitor.packet.loss.percentage'=1;;;0; 'MonitorWAN3~root#linkmonitor.latency.milliseconds'=0.000;;;0; 'MonitorWAN3~root#linkmonitor.jitter.milliseconds'=0.000;;;0; 'MonitorWAN3~root#linkmonitor.packet.loss.percentage'=100;;;0;
|
||||
|
||||
# Test linkmonitor mode with custom-perf-data-instances option set to '%(name) %(id)'
|
||||
&{fortinet_fortigate_linkmonitor_test5}
|
||||
... filterid=
|
||||
... filtername=
|
||||
... filtervdom=
|
||||
... customperfdatainstances='%(name) %(id)'
|
||||
... unknownstatus=
|
||||
... warningstatus=
|
||||
... criticalstatus=
|
||||
... warninglatency=
|
||||
... criticallatency=
|
||||
... warningjitter=
|
||||
... criticaljitter=
|
||||
... warningpacketloss=
|
||||
... criticalpacketloss=
|
||||
... result=CRITICAL: Link monitor 'MonitorWAN3' [vdom: root] [id: 3] state: dead | 'MonitorWAN1~1#linkmonitor.latency.milliseconds'=39.739;;;0; 'MonitorWAN1~1#linkmonitor.jitter.milliseconds'=0.096;;;0; 'MonitorWAN1~1#linkmonitor.packet.loss.percentage'=0;;;0; 'MonitorWAN2~2#linkmonitor.latency.milliseconds'=46.446;;;0; 'MonitorWAN2~2#linkmonitor.jitter.milliseconds'=1.868;;;0; 'MonitorWAN2~2#linkmonitor.packet.loss.percentage'=1;;;0; 'MonitorWAN3~3#linkmonitor.latency.milliseconds'=0.000;;;0; 'MonitorWAN3~3#linkmonitor.jitter.milliseconds'=0.000;;;0; 'MonitorWAN3~3#linkmonitor.packet.loss.percentage'=100;;;0;
|
||||
|
||||
# Test linkmonitor mode with unknown-status option set to '%{state} eq "alive"'
|
||||
&{fortinet_fortigate_linkmonitor_test6}
|
||||
... filterid=
|
||||
... filtername=
|
||||
... filtervdom=
|
||||
... customperfdatainstances=
|
||||
... unknownstatus='\%{state} eq "alive"'
|
||||
... warningstatus=
|
||||
... criticalstatus=
|
||||
... warninglatency=
|
||||
... criticallatency=
|
||||
... warningjitter=
|
||||
... criticaljitter=
|
||||
... warningpacketloss=
|
||||
... criticalpacketloss=
|
||||
... result=CRITICAL: Link monitor 'MonitorWAN3' [vdom: root] [id: 3] state: dead UNKNOWN: Link monitor 'MonitorWAN1' [vdom: root] [id: 1] state: alive - Link monitor 'MonitorWAN2' [vdom: root] [id: 2] state: alive | 'MonitorWAN1~root#linkmonitor.latency.milliseconds'=39.739;;;0; 'MonitorWAN1~root#linkmonitor.jitter.milliseconds'=0.096;;;0; 'MonitorWAN1~root#linkmonitor.packet.loss.percentage'=0;;;0; 'MonitorWAN2~root#linkmonitor.latency.milliseconds'=46.446;;;0; 'MonitorWAN2~root#linkmonitor.jitter.milliseconds'=1.868;;;0; 'MonitorWAN2~root#linkmonitor.packet.loss.percentage'=1;;;0; 'MonitorWAN3~root#linkmonitor.latency.milliseconds'=0.000;;;0; 'MonitorWAN3~root#linkmonitor.jitter.milliseconds'=0.000;;;0; 'MonitorWAN3~root#linkmonitor.packet.loss.percentage'=100;;;0;
|
||||
|
||||
# Test linkmonitor mode with warning-status option set to '%{state} eq "alive"'
|
||||
&{fortinet_fortigate_linkmonitor_test7}
|
||||
... filterid=
|
||||
... filtername=
|
||||
... filtervdom=
|
||||
... customperfdatainstances=
|
||||
... unknownstatus=
|
||||
... warningstatus='\%{state} eq "alive"'
|
||||
... criticalstatus=
|
||||
... warninglatency=
|
||||
... criticallatency=
|
||||
... warningjitter=
|
||||
... criticaljitter=
|
||||
... warningpacketloss=
|
||||
... criticalpacketloss=
|
||||
... result=CRITICAL: Link monitor 'MonitorWAN3' [vdom: root] [id: 3] state: dead WARNING: Link monitor 'MonitorWAN1' [vdom: root] [id: 1] state: alive - Link monitor 'MonitorWAN2' [vdom: root] [id: 2] state: alive | 'MonitorWAN1~root#linkmonitor.latency.milliseconds'=39.739;;;0; 'MonitorWAN1~root#linkmonitor.jitter.milliseconds'=0.096;;;0; 'MonitorWAN1~root#linkmonitor.packet.loss.percentage'=0;;;0; 'MonitorWAN2~root#linkmonitor.latency.milliseconds'=46.446;;;0; 'MonitorWAN2~root#linkmonitor.jitter.milliseconds'=1.868;;;0; 'MonitorWAN2~root#linkmonitor.packet.loss.percentage'=1;;;0; 'MonitorWAN3~root#linkmonitor.latency.milliseconds'=0.000;;;0; 'MonitorWAN3~root#linkmonitor.jitter.milliseconds'=0.000;;;0; 'MonitorWAN3~root#linkmonitor.packet.loss.percentage'=100;;;0;
|
||||
|
||||
# Test linkmonitor mode with critical-status option set to '%{state} eq "alive"'
|
||||
&{fortinet_fortigate_linkmonitor_test8}
|
||||
... filterid=
|
||||
... filtername=
|
||||
... filtervdom=
|
||||
... customperfdatainstances=
|
||||
... unknownstatus=
|
||||
... warningstatus=
|
||||
... criticalstatus='\%{state} eq "alive"'
|
||||
... warninglatency=
|
||||
... criticallatency=
|
||||
... warningjitter=
|
||||
... criticaljitter=
|
||||
... warningpacketloss=
|
||||
... criticalpacketloss=
|
||||
... result=CRITICAL: Link monitor 'MonitorWAN1' [vdom: root] [id: 1] state: alive - Link monitor 'MonitorWAN2' [vdom: root] [id: 2] state: alive | 'MonitorWAN1~root#linkmonitor.latency.milliseconds'=39.739;;;0; 'MonitorWAN1~root#linkmonitor.jitter.milliseconds'=0.096;;;0; 'MonitorWAN1~root#linkmonitor.packet.loss.percentage'=0;;;0; 'MonitorWAN2~root#linkmonitor.latency.milliseconds'=46.446;;;0; 'MonitorWAN2~root#linkmonitor.jitter.milliseconds'=1.868;;;0; 'MonitorWAN2~root#linkmonitor.packet.loss.percentage'=1;;;0; 'MonitorWAN3~root#linkmonitor.latency.milliseconds'=0.000;;;0; 'MonitorWAN3~root#linkmonitor.jitter.milliseconds'=0.000;;;0; 'MonitorWAN3~root#linkmonitor.packet.loss.percentage'=100;;;0;
|
||||
|
||||
# Test linkmonitor mode with warning-latency option set to 40
|
||||
&{fortinet_fortigate_linkmonitor_test9}
|
||||
... filterid=
|
||||
... filtername=
|
||||
... filtervdom=
|
||||
... customperfdatainstances=
|
||||
... unknownstatus=
|
||||
... warningstatus=
|
||||
... criticalstatus=
|
||||
... warninglatency=40
|
||||
... criticallatency=
|
||||
... warningjitter=
|
||||
... criticaljitter=
|
||||
... warningpacketloss=
|
||||
... criticalpacketloss=
|
||||
... result=CRITICAL: Link monitor 'MonitorWAN3' [vdom: root] [id: 3] state: dead WARNING: Link monitor 'MonitorWAN2' [vdom: root] [id: 2] latency: 46.446ms | 'MonitorWAN1~root#linkmonitor.latency.milliseconds'=39.739;0:40;;0; 'MonitorWAN1~root#linkmonitor.jitter.milliseconds'=0.096;;;0; 'MonitorWAN1~root#linkmonitor.packet.loss.percentage'=0;;;0; 'MonitorWAN2~root#linkmonitor.latency.milliseconds'=46.446;0:40;;0; 'MonitorWAN2~root#linkmonitor.jitter.milliseconds'=1.868;;;0; 'MonitorWAN2~root#linkmonitor.packet.loss.percentage'=1;;;0; 'MonitorWAN3~root#linkmonitor.latency.milliseconds'=0.000;0:40;;0; 'MonitorWAN3~root#linkmonitor.jitter.milliseconds'=0.000;;;0; 'MonitorWAN3~root#linkmonitor.packet.loss.percentage'=100;;;0;
|
||||
|
||||
# Test linkmonitor mode with critical-latency option set to 40
|
||||
&{fortinet_fortigate_linkmonitor_test10}
|
||||
... filterid=
|
||||
... filtername=
|
||||
... filtervdom=
|
||||
... customperfdatainstances=
|
||||
... unknownstatus=
|
||||
... warningstatus=
|
||||
... criticalstatus=
|
||||
... warninglatency=
|
||||
... criticallatency=40
|
||||
... warningjitter=
|
||||
... criticaljitter=
|
||||
... warningpacketloss=
|
||||
... criticalpacketloss=
|
||||
... result=CRITICAL: Link monitor 'MonitorWAN2' [vdom: root] [id: 2] latency: 46.446ms - Link monitor 'MonitorWAN3' [vdom: root] [id: 3] state: dead | 'MonitorWAN1~root#linkmonitor.latency.milliseconds'=39.739;;0:40;0; 'MonitorWAN1~root#linkmonitor.jitter.milliseconds'=0.096;;;0; 'MonitorWAN1~root#linkmonitor.packet.loss.percentage'=0;;;0; 'MonitorWAN2~root#linkmonitor.latency.milliseconds'=46.446;;0:40;0; 'MonitorWAN2~root#linkmonitor.jitter.milliseconds'=1.868;;;0; 'MonitorWAN2~root#linkmonitor.packet.loss.percentage'=1;;;0; 'MonitorWAN3~root#linkmonitor.latency.milliseconds'=0.000;;0:40;0; 'MonitorWAN3~root#linkmonitor.jitter.milliseconds'=0.000;;;0; 'MonitorWAN3~root#linkmonitor.packet.loss.percentage'=100;;;0;
|
||||
|
||||
# Test linkmonitor mode with warning-jitter option set to 1
|
||||
&{fortinet_fortigate_linkmonitor_test11}
|
||||
... filterid=
|
||||
... filtername=
|
||||
... filtervdom=
|
||||
... customperfdatainstances=
|
||||
... unknownstatus=
|
||||
... warningstatus=
|
||||
... criticalstatus=
|
||||
... warninglatency=
|
||||
... criticallatency=
|
||||
... warningjitter=1
|
||||
... criticaljitter=
|
||||
... warningpacketloss=
|
||||
... criticalpacketloss=
|
||||
... result=CRITICAL: Link monitor 'MonitorWAN3' [vdom: root] [id: 3] state: dead WARNING: Link monitor 'MonitorWAN2' [vdom: root] [id: 2] jitter: 1.868ms | 'MonitorWAN1~root#linkmonitor.latency.milliseconds'=39.739;;;0; 'MonitorWAN1~root#linkmonitor.jitter.milliseconds'=0.096;0:1;;0; 'MonitorWAN1~root#linkmonitor.packet.loss.percentage'=0;;;0; 'MonitorWAN2~root#linkmonitor.latency.milliseconds'=46.446;;;0; 'MonitorWAN2~root#linkmonitor.jitter.milliseconds'=1.868;0:1;;0; 'MonitorWAN2~root#linkmonitor.packet.loss.percentage'=1;;;0; 'MonitorWAN3~root#linkmonitor.latency.milliseconds'=0.000;;;0; 'MonitorWAN3~root#linkmonitor.jitter.milliseconds'=0.000;0:1;;0; 'MonitorWAN3~root#linkmonitor.packet.loss.percentage'=100;;;0;
|
||||
|
||||
# Test linkmonitor mode with critical-jitter option set to 1
|
||||
&{fortinet_fortigate_linkmonitor_test12}
|
||||
... filterid=
|
||||
... filtername=
|
||||
... filtervdom=
|
||||
... customperfdatainstances=
|
||||
... unknownstatus=
|
||||
... warningstatus=
|
||||
... criticalstatus=
|
||||
... warninglatency=
|
||||
... criticallatency=
|
||||
... warningjitter=
|
||||
... criticaljitter=1
|
||||
... warningpacketloss=
|
||||
... criticalpacketloss=
|
||||
... result=CRITICAL: Link monitor 'MonitorWAN2' [vdom: root] [id: 2] jitter: 1.868ms - Link monitor 'MonitorWAN3' [vdom: root] [id: 3] state: dead | 'MonitorWAN1~root#linkmonitor.latency.milliseconds'=39.739;;;0; 'MonitorWAN1~root#linkmonitor.jitter.milliseconds'=0.096;;0:1;0; 'MonitorWAN1~root#linkmonitor.packet.loss.percentage'=0;;;0; 'MonitorWAN2~root#linkmonitor.latency.milliseconds'=46.446;;;0; 'MonitorWAN2~root#linkmonitor.jitter.milliseconds'=1.868;;0:1;0; 'MonitorWAN2~root#linkmonitor.packet.loss.percentage'=1;;;0; 'MonitorWAN3~root#linkmonitor.latency.milliseconds'=0.000;;;0; 'MonitorWAN3~root#linkmonitor.jitter.milliseconds'=0.000;;0:1;0; 'MonitorWAN3~root#linkmonitor.packet.loss.percentage'=100;;;0;
|
||||
|
||||
# Test linkmonitor mode with warning-packetloss option set to 0.5
|
||||
&{fortinet_fortigate_linkmonitor_test13}
|
||||
... filterid=
|
||||
... filtername=
|
||||
... filtervdom=
|
||||
... customperfdatainstances=
|
||||
... unknownstatus=
|
||||
... warningstatus=
|
||||
... criticalstatus=
|
||||
... warninglatency=
|
||||
... criticallatency=
|
||||
... warningjitter=
|
||||
... criticaljitter=
|
||||
... warningpacketloss=0.5
|
||||
... criticalpacketloss=
|
||||
... result=CRITICAL: Link monitor 'MonitorWAN3' [vdom: root] [id: 3] state: dead, packet loss: 100.000% WARNING: Link monitor 'MonitorWAN2' [vdom: root] [id: 2] packet loss: 1.000% | 'MonitorWAN1~root#linkmonitor.latency.milliseconds'=39.739;;;0; 'MonitorWAN1~root#linkmonitor.jitter.milliseconds'=0.096;;;0; 'MonitorWAN1~root#linkmonitor.packet.loss.percentage'=0;0:0.5;;0; 'MonitorWAN2~root#linkmonitor.latency.milliseconds'=46.446;;;0; 'MonitorWAN2~root#linkmonitor.jitter.milliseconds'=1.868;;;0; 'MonitorWAN2~root#linkmonitor.packet.loss.percentage'=1;0:0.5;;0; 'MonitorWAN3~root#linkmonitor.latency.milliseconds'=0.000;;;0; 'MonitorWAN3~root#linkmonitor.jitter.milliseconds'=0.000;;;0; 'MonitorWAN3~root#linkmonitor.packet.loss.percentage'=100;0:0.5;;0;
|
||||
|
||||
# Test linkmonitor mode with critical-packetloss option set to 0.5
|
||||
&{fortinet_fortigate_linkmonitor_test14}
|
||||
... filterid=
|
||||
... filtername=
|
||||
... filtervdom=
|
||||
... customperfdatainstances=
|
||||
... unknownstatus=
|
||||
... warningstatus=
|
||||
... criticalstatus=
|
||||
... warninglatency=
|
||||
... criticallatency=
|
||||
... warningjitter=
|
||||
... criticaljitter=
|
||||
... warningpacketloss=
|
||||
... criticalpacketloss=0.5
|
||||
... result=CRITICAL: Link monitor 'MonitorWAN2' [vdom: root] [id: 2] packet loss: 1.000% - Link monitor 'MonitorWAN3' [vdom: root] [id: 3] state: dead, packet loss: 100.000% | 'MonitorWAN1~root#linkmonitor.latency.milliseconds'=39.739;;;0; 'MonitorWAN1~root#linkmonitor.jitter.milliseconds'=0.096;;;0; 'MonitorWAN1~root#linkmonitor.packet.loss.percentage'=0;;0:0.5;0; 'MonitorWAN2~root#linkmonitor.latency.milliseconds'=46.446;;;0; 'MonitorWAN2~root#linkmonitor.jitter.milliseconds'=1.868;;;0; 'MonitorWAN2~root#linkmonitor.packet.loss.percentage'=1;;0:0.5;0; 'MonitorWAN3~root#linkmonitor.latency.milliseconds'=0.000;;;0; 'MonitorWAN3~root#linkmonitor.jitter.milliseconds'=0.000;;;0; 'MonitorWAN3~root#linkmonitor.packet.loss.percentage'=100;;0:0.5;0;
|
||||
|
||||
@{fortinet_fortigate_linkmonitor_tests}
|
||||
... &{fortinet_fortigate_linkmonitor_test1}
|
||||
... &{fortinet_fortigate_linkmonitor_test2}
|
||||
... &{fortinet_fortigate_linkmonitor_test3}
|
||||
... &{fortinet_fortigate_linkmonitor_test4}
|
||||
... &{fortinet_fortigate_linkmonitor_test5}
|
||||
... &{fortinet_fortigate_linkmonitor_test6}
|
||||
... &{fortinet_fortigate_linkmonitor_test7}
|
||||
... &{fortinet_fortigate_linkmonitor_test8}
|
||||
... &{fortinet_fortigate_linkmonitor_test9}
|
||||
... &{fortinet_fortigate_linkmonitor_test10}
|
||||
... &{fortinet_fortigate_linkmonitor_test11}
|
||||
... &{fortinet_fortigate_linkmonitor_test12}
|
||||
... &{fortinet_fortigate_linkmonitor_test13}
|
||||
... &{fortinet_fortigate_linkmonitor_test14}
|
||||
|
||||
# Test simple usage of the list-linkmonitors mode
|
||||
&{fortinet_fortigate_listlinkmonitors_test1}
|
||||
... filterstate=
|
||||
... filtername=
|
||||
... filtervdom=
|
||||
... result=List link monitors: \n[Name = MonitorWAN1] [Vdom = root] [State = alive]\n[Name = MonitorWAN2] [Vdom = root] [State = alive]\n[Name = MonitorWAN3] [Vdom = root] [State = dead]
|
||||
|
||||
# Test list-linkmonitors mode with filter-name option set to MonitorWAN1
|
||||
&{fortinet_fortigate_listlinkmonitors_test2}
|
||||
... filterstate=
|
||||
... filtername='MonitorWAN1'
|
||||
... filtervdom=
|
||||
... result=List link monitors: \n[Name = MonitorWAN1] [Vdom = root] [State = alive]
|
||||
|
||||
# Test list-linkmonitors mode with filter-state option set to alive
|
||||
&{fortinet_fortigate_listlinkmonitors_test3}
|
||||
... filterstate='alive'
|
||||
... filtername=
|
||||
... filtervdom=
|
||||
... result=List link monitors: \n[Name = MonitorWAN1] [Vdom = root] [State = alive]\n[Name = MonitorWAN2] [Vdom = root] [State = alive]
|
||||
|
||||
# Test list-linkmonitors mode with filter-vdom option set to root
|
||||
&{fortinet_fortigate_listlinkmonitors_test4}
|
||||
... filterstate=
|
||||
... filtername=
|
||||
... filtervdom='root'
|
||||
... result=List link monitors: \n[Name = MonitorWAN1] [Vdom = root] [State = alive]\n[Name = MonitorWAN2] [Vdom = root] [State = alive]\n[Name = MonitorWAN3] [Vdom = root] [State = dead]
|
||||
|
||||
@{fortinet_fortigate_listlinkmonitors_tests}
|
||||
... &{fortinet_fortigate_listlinkmonitors_test1}
|
||||
... &{fortinet_fortigate_listlinkmonitors_test2}
|
||||
... &{fortinet_fortigate_listlinkmonitors_test3}
|
||||
... &{fortinet_fortigate_listlinkmonitors_test4}
|
||||
|
||||
*** Test Cases ***
|
||||
Network Fortinet Fortigate SNMP link monitor
|
||||
[Documentation] Network Fortinet Fortigate SNMP link-monitor
|
||||
[Tags] network Fortinet Fortigate snmp
|
||||
FOR ${fortinet_fortigate_linkmonitor_test} IN @{fortinet_fortigate_linkmonitor_tests}
|
||||
${command} Catenate
|
||||
... ${CMD}
|
||||
... --mode=link-monitor
|
||||
... --hostname=127.0.0.1
|
||||
... --snmp-version=2c
|
||||
... --snmp-port=2024
|
||||
... --snmp-community=network-fortinet-fortigate-linkmonitor
|
||||
${length} Get Length ${fortinet_fortigate_linkmonitor_test.filterid}
|
||||
IF ${length} > 0
|
||||
${command} Catenate ${command} --filter-id=${fortinet_fortigate_linkmonitor_test.filterid}
|
||||
END
|
||||
${length} Get Length ${fortinet_fortigate_linkmonitor_test.filtername}
|
||||
IF ${length} > 0
|
||||
${command} Catenate ${command} --filter-name=${fortinet_fortigate_linkmonitor_test.filtername}
|
||||
END
|
||||
${length} Get Length ${fortinet_fortigate_linkmonitor_test.filtervdom}
|
||||
IF ${length} > 0
|
||||
${command} Catenate ${command} --filter-vdom=${fortinet_fortigate_linkmonitor_test.filtervdom}
|
||||
END
|
||||
${length} Get Length ${fortinet_fortigate_linkmonitor_test.customperfdatainstances}
|
||||
IF ${length} > 0
|
||||
${command} Catenate ${command} --custom-perfdata-instances=${fortinet_fortigate_linkmonitor_test.customperfdatainstances}
|
||||
END
|
||||
${length} Get Length ${fortinet_fortigate_linkmonitor_test.unknownstatus}
|
||||
IF ${length} > 0
|
||||
${command} Catenate ${command} --unknown-status=${fortinet_fortigate_linkmonitor_test.unknownstatus}
|
||||
END
|
||||
${length} Get Length ${fortinet_fortigate_linkmonitor_test.warningstatus}
|
||||
IF ${length} > 0
|
||||
${command} Catenate ${command} --warning-status=${fortinet_fortigate_linkmonitor_test.warningstatus}
|
||||
END
|
||||
${length} Get Length ${fortinet_fortigate_linkmonitor_test.criticalstatus}
|
||||
IF ${length} > 0
|
||||
${command} Catenate ${command} --critical-status=${fortinet_fortigate_linkmonitor_test.criticalstatus}
|
||||
END
|
||||
${length} Get Length ${fortinet_fortigate_linkmonitor_test.warninglatency}
|
||||
IF ${length} > 0
|
||||
${command} Catenate ${command} --warning-latency=${fortinet_fortigate_linkmonitor_test.warninglatency}
|
||||
END
|
||||
${length} Get Length ${fortinet_fortigate_linkmonitor_test.criticallatency}
|
||||
IF ${length} > 0
|
||||
${command} Catenate ${command} --critical-latency=${fortinet_fortigate_linkmonitor_test.criticallatency}
|
||||
END
|
||||
${length} Get Length ${fortinet_fortigate_linkmonitor_test.warningjitter}
|
||||
IF ${length} > 0
|
||||
${command} Catenate ${command} --warning-jitter=${fortinet_fortigate_linkmonitor_test.warningjitter}
|
||||
END
|
||||
${length} Get Length ${fortinet_fortigate_linkmonitor_test.criticaljitter}
|
||||
IF ${length} > 0
|
||||
${command} Catenate ${command} --critical-jitter=${fortinet_fortigate_linkmonitor_test.criticaljitter}
|
||||
END
|
||||
${length} Get Length ${fortinet_fortigate_linkmonitor_test.warningpacketloss}
|
||||
IF ${length} > 0
|
||||
${command} Catenate ${command} --warning-packet-loss=${fortinet_fortigate_linkmonitor_test.warningpacketloss}
|
||||
END
|
||||
${length} Get Length ${fortinet_fortigate_linkmonitor_test.criticalpacketloss}
|
||||
IF ${length} > 0
|
||||
${command} Catenate ${command} --critical-packet-loss=${fortinet_fortigate_linkmonitor_test.criticalpacketloss}
|
||||
END
|
||||
${output} Run ${command}
|
||||
Log To Console . no_newline=true
|
||||
${output} Strip String ${output}
|
||||
Should Be Equal As Strings
|
||||
... ${output}
|
||||
... ${fortinet_fortigate_linkmonitor_test.result}
|
||||
... Wrong result output for:${\n}Command: ${\n}${command}${\n}${\n}Expected output: ${\n}${fortinet_fortigate_linkmonitor_test.result}${\n}${\n}Obtained output:${\n}${output}${\n}${\n}${\n}
|
||||
... values=False
|
||||
END
|
||||
|
||||
Network Fortinet Fortigate SNMP list link monitor
|
||||
[Documentation] Network Fortinet Fortigate SNMP list-linkmonitors
|
||||
[Tags] network Fortinet Fortigate snmp
|
||||
FOR ${fortinet_fortigate_listlinkmonitors_test} IN @{fortinet_fortigate_listlinkmonitors_tests}
|
||||
${command} Catenate
|
||||
... ${CMD}
|
||||
... --mode=list-link-monitors
|
||||
... --hostname=127.0.0.1
|
||||
... --snmp-version=2c
|
||||
... --snmp-port=2024
|
||||
... --snmp-community=network-fortinet-fortigate-linkmonitor
|
||||
${length} Get Length ${fortinet_fortigate_listlinkmonitors_test.filterstate}
|
||||
IF ${length} > 0
|
||||
${command} Catenate ${command} --filter-state=${fortinet_fortigate_listlinkmonitors_test.filterstate}
|
||||
END
|
||||
${length} Get Length ${fortinet_fortigate_listlinkmonitors_test.filtername}
|
||||
IF ${length} > 0
|
||||
${command} Catenate ${command} --filter-name=${fortinet_fortigate_listlinkmonitors_test.filtername}
|
||||
END
|
||||
${length} Get Length ${fortinet_fortigate_listlinkmonitors_test.filtervdom}
|
||||
IF ${length} > 0
|
||||
${command} Catenate ${command} --filter-vdom=${fortinet_fortigate_listlinkmonitors_test.filtervdom}
|
||||
END
|
||||
${output} Run ${command}
|
||||
Log To Console . no_newline=true
|
||||
${output} Strip String ${output}
|
||||
Should Be Equal As Strings
|
||||
... ${output}
|
||||
... ${fortinet_fortigate_listlinkmonitors_test.result}
|
||||
... Wrong result output for:${\n}Command: ${\n}${command}${\n}${\n}Expected output: ${\n}${fortinet_fortigate_listlinkmonitors_test.result}${\n}${\n}Obtained output:${\n}${output}${\n}${\n}${\n}
|
||||
... values=False
|
||||
END
|
|
@ -1,98 +0,0 @@
|
|||
*** Settings ***
|
||||
Documentation Storage Synology SNMP
|
||||
|
||||
Library OperatingSystem
|
||||
Library XML
|
||||
|
||||
Test Timeout 120s
|
||||
|
||||
|
||||
*** Variables ***
|
||||
${CENTREON_PLUGINS} ${CURDIR}${/}..${/}..${/}..${/}src${/}centreon_plugins.pl
|
||||
|
||||
${CMD} perl ${CENTREON_PLUGINS} --plugin=storage::synology::snmp::plugin
|
||||
|
||||
&{check_components_test1}
|
||||
... description=Checking disk components when all disks are ok
|
||||
... snmpcommunity=synology_component_disk_ok
|
||||
... expected_output=OK: All 8 components are ok [2/2 disk, 2/2 fan, 1/1 psu, 2/2 raid, 1/1 system]. | 'Disk 1#hardware.disk.bad_sectors.count'=0;;;0; 'Disk 2#hardware.disk.bad_sectors.count'=0;;;0; 'hardware.disk.count'=2;;;; 'hardware.fan.count'=2;;;; 'hardware.psu.count'=1;;;; 'hardware.raid.count'=2;;;; 'hardware.system.count'=1;;;;
|
||||
&{check_components_test2}
|
||||
... description=Checking disk components when one disks is warning
|
||||
... snmpcommunity=synology_component_disk_warning
|
||||
... expected_output=WARNING: Disk 'Disk 2' health is warning | 'Disk 1#hardware.disk.bad_sectors.count'=0;;;0; 'Disk 2#hardware.disk.bad_sectors.count'=0;;;0; 'hardware.disk.count'=2;;;; 'hardware.fan.count'=2;;;; 'hardware.psu.count'=1;;;; 'hardware.raid.count'=2;;;; 'hardware.system.count'=1;;;;
|
||||
&{check_components_test3}
|
||||
... description=Checking disk components when one disks is critical
|
||||
... snmpcommunity=synology_component_disk_critical
|
||||
... expected_output=CRITICAL: Disk 'Disk 2' health is critical | 'Disk 1#hardware.disk.bad_sectors.count'=0;;;0; 'Disk 2#hardware.disk.bad_sectors.count'=0;;;0; 'hardware.disk.count'=2;;;; 'hardware.fan.count'=2;;;; 'hardware.psu.count'=1;;;; 'hardware.raid.count'=2;;;; 'hardware.system.count'=1;;;;
|
||||
&{check_components_test4}
|
||||
... description=Checking disk components when one disks is failing
|
||||
... snmpcommunity=synology_component_disk_failing
|
||||
... expected_output=CRITICAL: Disk 'Disk 2' health is failing | 'Disk 1#hardware.disk.bad_sectors.count'=0;;;0; 'Disk 2#hardware.disk.bad_sectors.count'=0;;;0; 'hardware.disk.count'=2;;;; 'hardware.fan.count'=2;;;; 'hardware.psu.count'=1;;;; 'hardware.raid.count'=2;;;; 'hardware.system.count'=1;;;;
|
||||
@{check_components_tests}
|
||||
... &{check_components_test1}
|
||||
... &{check_components_test2}
|
||||
... &{check_components_test3}
|
||||
... &{check_components_test4}
|
||||
|
||||
&{uptime_t1}
|
||||
... description=Uptime check expected to be OK
|
||||
... snmpcommunity=synology_component_disk_ok
|
||||
... warning=
|
||||
... critical=
|
||||
... expected_output=OK: System uptime is: 46m 5s | 'uptime'=2765.00s;;;0;
|
||||
&{uptime_t2}
|
||||
... description=Uptime check expected to be warning
|
||||
... snmpcommunity=synology_component_disk_ok
|
||||
... warning=10
|
||||
... critical=
|
||||
... expected_output=WARNING: System uptime is: 46m 5s | 'uptime'=2765.00s;0:10;;0;
|
||||
&{uptime_t3}
|
||||
... description=Uptime check expected to be critical
|
||||
... snmpcommunity=synology_component_disk_ok
|
||||
... warning=
|
||||
... critical=10
|
||||
... expected_output=CRITICAL: System uptime is: 46m 5s | 'uptime'=2765.00s;;0:10;0;
|
||||
|
||||
@{uptime_tests}
|
||||
... &{uptime_t1}
|
||||
... &{uptime_t2}
|
||||
... &{uptime_t3}
|
||||
|
||||
*** Test Cases ***
|
||||
Components
|
||||
[Tags] storage synology snmp
|
||||
FOR ${check_components_test} IN @{check_components_tests}
|
||||
${command} Catenate
|
||||
... ${CMD}
|
||||
... --mode=components
|
||||
... --hostname=127.0.0.1
|
||||
... --snmp-version=2
|
||||
... --snmp-port=2024
|
||||
... --snmp-community=${check_components_test.snmpcommunity}
|
||||
|
||||
${output} Run ${command}
|
||||
Should Be Equal As Strings
|
||||
... ${check_components_test.expected_output}
|
||||
... ${output}
|
||||
... ${check_components_test.description} failed. Wrong output for components mode: ${check_components_test}.{\n}Command output:{\n}${output}
|
||||
END
|
||||
|
||||
Uptime
|
||||
[Tags] storage synology snmp
|
||||
FOR ${test_item} IN @{uptime_tests}
|
||||
${command} Catenate
|
||||
... ${CMD}
|
||||
... --mode=uptime
|
||||
... --hostname=127.0.0.1
|
||||
... --snmp-version=2
|
||||
... --snmp-port=2024
|
||||
... --snmp-community=${test_item.snmpcommunity}
|
||||
... --warning-uptime=${test_item.warning}
|
||||
... --critical-uptime=${test_item.critical}
|
||||
|
||||
${output} Run ${command}
|
||||
Should Be Equal As Strings
|
||||
... ${test_item.expected_output}
|
||||
... ${output}
|
||||
... ${test_item.description} failed. Wrong output for components mode: ${test_item}.{\n}Command output:{\n}${output}
|
||||
END
|
|
@ -0,0 +1,7 @@
|
|||
*** Settings ***
|
||||
Documentation This is the documentation for the import resource file.
|
||||
Library Examples
|
||||
Library OperatingSystem
|
||||
Library String
|
||||
Library XML
|
||||
Resource resources.resource
|
|
@ -1,179 +0,0 @@
|
|||
{
|
||||
"uuid": "8cba072c-7794-4ff7-ab36-158ef1abed39",
|
||||
"lastMigration": 32,
|
||||
"name": "Storage datacore api",
|
||||
"endpointPrefix": "",
|
||||
"latency": 0,
|
||||
"port": 3001,
|
||||
"hostname": "",
|
||||
"folders": [],
|
||||
"routes": [
|
||||
{
|
||||
"uuid": "148371c5-aaa7-4bf0-a818-e81a21aa7f9a",
|
||||
"type": "http",
|
||||
"documentation": "",
|
||||
"method": "get",
|
||||
"endpoint": "RestService/rest.svc/1.0/pools",
|
||||
"responses": [
|
||||
{
|
||||
"uuid": "003eae6e-f58f-44db-bd03-3b44ca578046",
|
||||
"body": "[ {\n \"Caption\" : \"Disk pool 1\",\n \"ExtendedCaption\" : \"Disk pool 1 on StorageSvr001\",\n \"Id\" : \"A3E78CFA-DBEC-44E1-A23C-E9E262EC4551:{d68b8a36-0ec4-11e5-80ba-00155d651622}\",\n \"Internal\" : false,\n \"SequenceNumber\" : 11963,\n \"Alias\" : \"Disk pool 1\",\n \"AutoTieringEnabled\" : true,\n \"ChunkSize\" : {\n \"Value\" : 134217728\n },\n \"Description\" : null,\n \"InSharedMode\" : false,\n \"IsAuthorized\" : true,\n \"MaxTierNumber\" : 3,\n \"PoolMode\" : 1,\n \"PoolStatus\" : 0,\n \"PresenceStatus\" : 1,\n \"SMPAApproved\" : false,\n \"ServerId\" : \"A3E78CFA-DBEC-44E1-A23C-E9E262EC4551\",\n \"SharedPoolId\" : null,\n \"TierReservedPct\" : 0,\n \"Type\" : 0,\n \"IsBulk\" : false\n},\n{\n \"Caption\" : \"Shared pool 1\",\n \"ExtendedCaption\" : \"Shared pool 1 on StorageSvr002\",\n \"Id\" : \"B5C140F5-6B13-4CAD-AF9D-F7C4172B3A1D:{4dec1b5a-2577-11e5-80c3-00155d651622}\",\n \"Internal\" : false,\n \"SequenceNumber\" : 11967,\n \"Alias\" : \"Shared pool 1\",\n \"AutoTieringEnabled\" : true,\n \"ChunkSize\" : {\n \"Value\" : 134217728\n },\n \"Description\" : null,\n \"InSharedMode\" : true,\n \"IsAuthorized\" : true,\n \"MaxTierNumber\" : 3,\n \"PoolMode\" : 1,\n \"PoolStatus\" : 0,\n \"PresenceStatus\" : 1,\n \"SMPAApproved\" : true,\n \"ServerId\" : \"B5C140F5-6B13-4CAD-AF9D-F7C4172B3A1D\",\n \"SharedPoolId\" : \"{4dec1b5a-2577-11e5-80c3-00155d651622}\",\n \"TierReservedPct\" : 0,\n \"Type\" : 0,\n \"IsBulk\" : false\n} ]",
|
||||
"latency": 0,
|
||||
"statusCode": 200,
|
||||
"label": "",
|
||||
"headers": [],
|
||||
"bodyType": "INLINE",
|
||||
"filePath": "",
|
||||
"databucketID": "",
|
||||
"sendFileAsBody": false,
|
||||
"rules": [],
|
||||
"rulesOperator": "OR",
|
||||
"disableTemplating": false,
|
||||
"fallbackTo404": false,
|
||||
"default": true,
|
||||
"crudKey": "id",
|
||||
"callbacks": []
|
||||
}
|
||||
],
|
||||
"responseMode": null
|
||||
},
|
||||
{
|
||||
"uuid": "0c038179-3723-4d67-9bed-fc226629c847",
|
||||
"type": "http",
|
||||
"documentation": "",
|
||||
"method": "get",
|
||||
"endpoint": "RestService/rest.svc/1.0/performances/B5C140F5-6B13-4CAD-AF9D-F7C4172B3A1D:%7B4dec1b5a-2577-11e5-80c3-00155d651622%7D",
|
||||
"responses": [
|
||||
{
|
||||
"uuid": "0eb0a2ca-2f12-40af-ba94-0feef989b6a1",
|
||||
"body": "[\n {\n \"CollectionTime\": \"/Date(1486402608775)/\",\n \"NullCounterMap\": 0,\n \"BytesAllocated\": 6174015488,\n \"BytesAllocatedPercentage\": 12,\n \"BytesAvailable\": 47110422528,\n \"BytesAvailablePercentage\": 88,\n \"BytesInReclamation\": 0,\n \"BytesInReclamationPercentage\": 0,\n \"BytesOverSubscribed\": 0,\n \"BytesReserved\": 0,\n \"BytesReservedPercentage\": 0,\n \"BytesTotal\": 53284438016,\n \"EstimatedDepletionTime\": 2592000001,\n \"MaxPoolBytes\": 1108127332171776,\n \"MaxReadTime\" : 0,\n \"MaxReadWriteTime\" : 0,\n \"MaxWriteTime\" : 0,\n \"PercentAllocated\" : 12,\n \"PercentAvailable\" : 88,\n \"TotalBytesMigrated\" : 0,\n \"TotalBytesRead\" : 307200,\n \"TotalBytesTransferred\" : 2036756992,\n \"TotalBytesWritten\" : 2036470272,\n \"TotalOperations\" : 53002,\n \"TotalReadTime\" : 0,\n \"TotalReads\" : 18,\n \"TotalWriteTime\" : 74994,\n \"TotalWrites\" : 52998\n }\n]",
|
||||
"latency": 0,
|
||||
"statusCode": 200,
|
||||
"label": "",
|
||||
"headers": [],
|
||||
"bodyType": "INLINE",
|
||||
"filePath": "",
|
||||
"databucketID": "",
|
||||
"sendFileAsBody": false,
|
||||
"rules": [],
|
||||
"rulesOperator": "OR",
|
||||
"disableTemplating": false,
|
||||
"fallbackTo404": false,
|
||||
"default": true,
|
||||
"crudKey": "id",
|
||||
"callbacks": []
|
||||
}
|
||||
],
|
||||
"responseMode": null
|
||||
},
|
||||
{
|
||||
"uuid": "b9f7dd2b-e1e1-4902-95ba-c6b76a1de390",
|
||||
"type": "http",
|
||||
"documentation": "",
|
||||
"method": "get",
|
||||
"endpoint": "RestService/rest.svc/1.0/alerts",
|
||||
"responses": [
|
||||
{
|
||||
"uuid": "a1dece29-074b-4100-a764-f7ddccdec8da",
|
||||
"body": "[ {\n \"Caller\" : \"ServerMachineGroup.UpdateServers\",\n \"HighPriority\" : true,\n \"Id\" : {\n \"MachineId\" : \"A3E78CFA-DBEC-44E1-A23C-E9E262EC4551\",\n \"SequenceNumber\" : 34937\n },\n \"Level\" : 2,\n \"MachineName\" : \"STORAGESVR001\",\n \"MessageData\" : [ \"StorageSvr002\" ],\n \"MessageText\" : \"Connection to server {0} has been lost.\",\n \"NeedsAcknowledge\" : false,\n \"Sources\" : [ {\n \"SourceCaption\" : \"Group1\",\n \"SourceId\" : \"4b428832-fd51-45df-9c21-ce267e1ceb7a\",\n \"SourceType\" : 12\n } ],\n \"TimeStamp\" : \"/Date(1437398005546)/\",\n \"UserId\" : null,\n \"UserName\" : null,\n \"Visibility\" : 64\n}, {\n \"Caller\" : \"BasePerfMonitor`1.SetState\",\n \"HighPriority\" : true,\n \"Id\" : {\n \"MachineId\" : \"A3E78CFA-DBEC-44E1-A23C-E9E262EC4551\",\n \"SequenceNumber\" : 33985\n },\n \"Level\" : 3,\n \"MachineName\" : \"STORAGESVR001\",\n \"MessageData\" : null,\n \"MessageText\" : \"The Replication buffer free space of StorageSvr001 in Group1 is <= 10%\",\n \"NeedsAcknowledge\" : false,\n \"Sources\" : [ {\n \"SourceCaption\" : \"Replication buffer free space of StorageSvr001 in Group1\",\n \"SourceId\" : \"FallingThresholdPerfMonitor`1<A3E78CFA-DBEC-44E1-A23C-E9E262EC4551>ReplicationBufferPercentFreeSpace\",\n \"SourceType\" : 3\n }, {\n \"SourceCaption\" : \"StorageSvr001 in Group1\",\n \"SourceId\" : \"A3E78CFA-DBEC-44E1-A23C-E9E262EC4551\",\n \"SourceType\" : 12\n }, {\n \"SourceCaption\" : \"Group1\",\n \"SourceId\" : \"4b428832-fd51-45df-9c21-ce267e1ceb7a\",\n \"SourceType\" : 12\n } ],\n \"TimeStamp\" : \"/Date(1437397587894)/\",\n \"UserId\" : null,\n \"UserName\" : null,\n \"Visibility\" : 64\n}]",
|
||||
"latency": 0,
|
||||
"statusCode": 200,
|
||||
"label": "",
|
||||
"headers": [],
|
||||
"bodyType": "INLINE",
|
||||
"filePath": "",
|
||||
"databucketID": "",
|
||||
"sendFileAsBody": false,
|
||||
"rules": [],
|
||||
"rulesOperator": "OR",
|
||||
"disableTemplating": false,
|
||||
"fallbackTo404": false,
|
||||
"default": true,
|
||||
"crudKey": "id",
|
||||
"callbacks": []
|
||||
}
|
||||
],
|
||||
"responseMode": null
|
||||
},
|
||||
{
|
||||
"uuid": "be0b350e-f8da-4998-a045-a3cf840745c0",
|
||||
"type": "http",
|
||||
"documentation": "",
|
||||
"method": "get",
|
||||
"endpoint": "RestService/rest.svc/1.0/monitors",
|
||||
"responses": [
|
||||
{
|
||||
"uuid": "6f53cd5e-7417-4fdf-a310-e2a7af4b7c3a",
|
||||
"body": "[\r\n {\r\n \"Caption\": \"State\",\r\n \"ExtendedCaption\": \"State of HostVM2\",\r\n \"Id\": \"ClientMachineStateMonitor<ed89ef91d72142dc958e02c5b7014fac>\",\r\n \"Internal\": false,\r\n \"SequenceNumber\": 9417,\r\n \"Description\": \"Monitors the state of hosts.\",\r\n \"MessageText\": \"Connected\",\r\n \"MonitoredObjectId\": \"ed89ef91d72142dc958e02c5b7014fac\",\r\n \"State\": 16,\r\n \"TemplateId\": \"T(DataCore.Executive.Controller.ClientMachineStateMonitor<DataCore.Executive.Controller.ClientMachine>)\",\r\n \"TimeStamp\": \"/Date(1486136115475-0500)/\"\r\n },\r\n {\r\n \"Caption\": \"I/O latency\",\r\n \"ExtendedCaption\": \"I/O latency of Mirror of Virtual disk 1 on StorageSvr005\",\r\n \"Id\": \"RisingThresholdPerfMonitor`1<V.{2f652562-e7e3-11e6-80d7-00155d651611}-00000001_N.22690030D9218568>TotalOperationsTime\",\r\n \"Internal\": false,\r\n \"SequenceNumber\": 10036,\r\n \"Description\": \"Monitors the physical disks latency.\",\r\n \"MessageText\": \"Disabled\",\r\n \"MonitoredObjectId\": \"V.{2f652562-e7e3-11e6-80d7-00155d651611}-00000001_N.22690030D9218568\",\r\n \"State\": 1,\r\n \"TemplateId\": \"T(DataCore.Executive.Controller.RisingThresholdPerfMonitor`1[T]<V.{2f652562-e7e3-11e6-80d7-00155d651611}-00000001_N.22690030D9218568>TotalOperationsTime)\",\r\n \"TimeStamp\": \"/Date(1486148705910-0500)/\"\r\n }\r\n]",
|
||||
"latency": 0,
|
||||
"statusCode": 200,
|
||||
"label": "",
|
||||
"headers": [],
|
||||
"bodyType": "INLINE",
|
||||
"filePath": "",
|
||||
"databucketID": "",
|
||||
"sendFileAsBody": false,
|
||||
"rules": [],
|
||||
"rulesOperator": "OR",
|
||||
"disableTemplating": false,
|
||||
"fallbackTo404": false,
|
||||
"default": true,
|
||||
"crudKey": "id",
|
||||
"callbacks": []
|
||||
}
|
||||
],
|
||||
"responseMode": null
|
||||
}
|
||||
],
|
||||
"rootChildren": [
|
||||
{
|
||||
"type": "route",
|
||||
"uuid": "148371c5-aaa7-4bf0-a818-e81a21aa7f9a"
|
||||
},
|
||||
{
|
||||
"type": "route",
|
||||
"uuid": "0c038179-3723-4d67-9bed-fc226629c847"
|
||||
},
|
||||
{
|
||||
"type": "route",
|
||||
"uuid": "b9f7dd2b-e1e1-4902-95ba-c6b76a1de390"
|
||||
},
|
||||
{
|
||||
"type": "route",
|
||||
"uuid": "be0b350e-f8da-4998-a045-a3cf840745c0"
|
||||
}
|
||||
],
|
||||
"proxyMode": false,
|
||||
"proxyHost": "",
|
||||
"proxyRemovePrefix": false,
|
||||
"tlsOptions": {
|
||||
"enabled": false,
|
||||
"type": "CERT",
|
||||
"pfxPath": "",
|
||||
"certPath": "",
|
||||
"keyPath": "",
|
||||
"caPath": "",
|
||||
"passphrase": ""
|
||||
},
|
||||
"cors": true,
|
||||
"headers": [
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json"
|
||||
}
|
||||
],
|
||||
"proxyReqHeaders": [
|
||||
{
|
||||
"key": "",
|
||||
"value": ""
|
||||
}
|
||||
],
|
||||
"proxyResHeaders": [
|
||||
{
|
||||
"key": "",
|
||||
"value": ""
|
||||
}
|
||||
],
|
||||
"data": [],
|
||||
"callbacks": []
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
*** Settings ***
|
||||
Documentation Centreon Plugins for Robot Framework
|
||||
Library Process
|
||||
|
||||
*** Variables ***
|
||||
${CENTREON_PLUGINS} perl ${CURDIR}${/}..${/}..${/}src${/}centreon_plugins.pl
|
||||
# one we use package, we need to remove the "perl" part to be sure the plugin is executable and is correctly formated
|
||||
# with a shebang at the top.
|
||||
${PERCENT} %
|
||||
|
||||
*** Keywords ***
|
||||
Start Mockoon
|
||||
[Arguments] ${MOCKOON_JSON}
|
||||
${process} Start Process
|
||||
... mockoon-cli
|
||||
... start
|
||||
... --data
|
||||
... ${MOCKOON_JSON}
|
||||
... --port
|
||||
... 3000
|
||||
Sleep 5s
|
||||
Stop Mockoon
|
||||
Terminate All Processes
|
|
@ -1,10 +0,0 @@
|
|||
.1.3.6.1.4.1.4555.1.1.7.1.3.2.0 = INTEGER: 500
|
||||
.1.3.6.1.4.1.4555.1.1.7.1.3.3.1.1.1 = INTEGER: 1
|
||||
.1.3.6.1.4.1.4555.1.1.7.1.3.3.1.1.2 = INTEGER: 2
|
||||
.1.3.6.1.4.1.4555.1.1.7.1.3.3.1.1.3 = INTEGER: 3
|
||||
.1.3.6.1.4.1.4555.1.1.7.1.3.3.1.2.1 = INTEGER: 2330
|
||||
.1.3.6.1.4.1.4555.1.1.7.1.3.3.1.2.2 = INTEGER: 2360
|
||||
.1.3.6.1.4.1.4555.1.1.7.1.3.3.1.2.3 = INTEGER: 2360
|
||||
.1.3.6.1.4.1.4555.1.1.7.1.3.3.1.3.1 = INTEGER: 35
|
||||
.1.3.6.1.4.1.4555.1.1.7.1.3.3.1.3.2 = INTEGER: 36
|
||||
.1.3.6.1.4.1.4555.1.1.7.1.3.3.1.3.3 = INTEGER: 36
|
|
@ -1,46 +1,43 @@
|
|||
*** Settings ***
|
||||
Documentation Hardware UPS Sputnik SNMP plugin
|
||||
|
||||
Library OperatingSystem
|
||||
Library String
|
||||
Library Examples
|
||||
Resource ${CURDIR}${/}..${/}..${/}..${/}..${/}resources/import.resource
|
||||
|
||||
Test Timeout 120s
|
||||
|
||||
|
||||
*** Variables ***
|
||||
${CENTREON_PLUGINS} ${CURDIR}${/}..${/}..${/}..${/}src${/}centreon_plugins.pl
|
||||
${CMD} ${CENTREON_PLUGINS} --plugin=apps::protocols::snmp::plugin
|
||||
|
||||
${CMD} perl ${CENTREON_PLUGINS} --plugin=apps::protocols::snmp::plugin
|
||||
|
||||
*** Test Cases ***
|
||||
SNMP Collection - Sputnik Environment ${tc}/3
|
||||
[Tags] SNMP Collection
|
||||
[Tags] snmp collection
|
||||
${command} Catenate
|
||||
... ${CMD}
|
||||
... --mode=collection
|
||||
... --hostname=127.0.0.1
|
||||
... --snmp-version=2c
|
||||
... --snmp-port=2024
|
||||
... --snmp-community=hardware-ups/hardware-ups-sputnik
|
||||
... --config=${CURDIR}${/}..${/}..${/}..${/}src/contrib/collection/snmp/sputnik-environment.json
|
||||
... --snmp-community=apps/protocols/snmp/collection-sputnik
|
||||
... --config=${CURDIR}${/}..${/}..${/}..${/}..${/}..${/}src/contrib/collection/snmp/sputnik-environment.json
|
||||
|
||||
${output} Run ${command}
|
||||
${output} Strip String ${output}
|
||||
Should Be Equal As Strings
|
||||
... ${output}
|
||||
... ${expected_result}
|
||||
... Wrong output result for compliance of ${expected_result}{\n}Command output:{\n}${output}{\n}{\n}{\n}
|
||||
... ${command}\nWrong output result for compliance of ${expected_result}{\n}Command output:{\n}${output}{\n}{\n}{\n}
|
||||
|
||||
Examples: tc expected_result --
|
||||
... 1 OK: Sensor '1' temperature is '20.06'°C and humidity is '33'% | '1#environment.temperature.celsius'=20.06C;;;; '1#environment.humidity.percent'=33%;;;0;100
|
||||
... 2 OK: Sensor '1' temperature is '20.06'°C and humidity is '33'% | '1#environment.temperature.celsius'=20.06C;;;; '1#environment.humidity.percent'=33%;;;0;100
|
||||
... 3 OK: Sensor '1' temperature is '20.06'°C and humidity is '33'% | '1#environment.temperature.celsius'=20.06C;;;; '1#environment.humidity.percent'=33%;;;0;100
|
||||
|
||||
|
||||
*** Keywords ***
|
||||
Append Option
|
||||
[Documentation] Concatenates the first argument (option) with the second (value) after having replaced the value with "" if its content is '_empty_'
|
||||
[Arguments] ${option} ${value}
|
||||
${value} Set Variable If '${value}' == '_empty_' '' ${value}
|
||||
[return] ${option}=${value}
|
||||
|
||||
RETURN ${option}=${value}
|
|
@ -1,20 +1,17 @@
|
|||
*** Settings ***
|
||||
Documentation AWS CloudTrail plugin
|
||||
|
||||
Library OperatingSystem
|
||||
Library Process
|
||||
Library String
|
||||
Resource ${CURDIR}${/}..${/}..${/}..${/}..${/}resources/import.resource
|
||||
|
||||
Suite Setup Start Mockoon
|
||||
Suite Setup Start Mockoon ${MOCKOON_JSON}
|
||||
Suite Teardown Stop Mockoon
|
||||
Test Timeout 120s
|
||||
|
||||
|
||||
*** Variables ***
|
||||
${CENTREON_PLUGINS} ${CURDIR}${/}..${/}..${/}..${/}src${/}centreon_plugins.pl
|
||||
${MOCKOON_JSON} ${CURDIR}${/}..${/}..${/}resources${/}mockoon${/}cloud-aws-cloudtrail.json
|
||||
${MOCKOON_JSON} ${CURDIR}${/}cloud-aws-cloudtrail.json
|
||||
|
||||
${CMD} perl ${CENTREON_PLUGINS} --plugin=cloud::aws::cloudtrail::plugin --custommode=paws --region=eu-west --aws-secret-key=secret --aws-access-key=key
|
||||
${CMD} ${CENTREON_PLUGINS} --plugin=cloud::aws::cloudtrail::plugin --custommode=paws --region=eu-west --aws-secret-key=secret --aws-access-key=key
|
||||
|
||||
&{checktrailstatus_value1}
|
||||
... trailstatus=true
|
||||
|
@ -195,18 +192,3 @@ AWS CloudTrail count events
|
|||
... ${countevents_value.result}
|
||||
... Wrong output result for count events of ${countevents_value}.{\n}Command output:{\n}${output}
|
||||
END
|
||||
|
||||
|
||||
*** Keywords ***
|
||||
Start Mockoon
|
||||
${process} Start Process
|
||||
... mockoon-cli
|
||||
... start
|
||||
... --data
|
||||
... ${MOCKOON_JSON}
|
||||
... --port
|
||||
... 3000
|
||||
Sleep 5s
|
||||
|
||||
Stop Mockoon
|
||||
Terminate All Processes
|
|
@ -1,21 +1,18 @@
|
|||
*** Settings ***
|
||||
Documentation Azure PolicyInsights PolicyStates plugin
|
||||
|
||||
Library OperatingSystem
|
||||
Library Process
|
||||
Library String
|
||||
Resource ${CURDIR}${/}..${/}..${/}..${/}..${/}..${/}resources/import.resource
|
||||
|
||||
Suite Setup Start Mockoon
|
||||
Suite Setup Start Mockoon ${MOCKOON_JSON}
|
||||
Suite Teardown Stop Mockoon
|
||||
Test Timeout 120s
|
||||
|
||||
|
||||
*** Variables ***
|
||||
${CENTREON_PLUGINS} ${CURDIR}${/}..${/}..${/}..${/}src${/}centreon_plugins.pl
|
||||
${MOCKOON_JSON} ${CURDIR}${/}..${/}..${/}resources${/}mockoon${/}cloud-azure-policyinsights-policystates.json
|
||||
${MOCKOON_JSON} ${CURDIR}${/}cloud-azure-policyinsights-policystates.json
|
||||
|
||||
${LOGIN_ENDPOINT} http://localhost:3000/login
|
||||
${CMD} perl ${CENTREON_PLUGINS} --plugin=cloud::azure::policyinsights::policystates::plugin --subscription=subscription --tenant=tenant --client-id=client_id --client-secret=secret --login-endpoint=${LOGIN_ENDPOINT}
|
||||
${CMD} ${CENTREON_PLUGINS} --plugin=cloud::azure::policyinsights::policystates::plugin --subscription=subscription --tenant=tenant --client-id=client_id --client-secret=secret --login-endpoint=${LOGIN_ENDPOINT}
|
||||
|
||||
&{compliance_value1}
|
||||
... endpoint=http://localhost:3000/ok
|
||||
|
@ -72,18 +69,3 @@ Azure PolicyInsights PolicyStates compliance
|
|||
... ${compliance_value.result}
|
||||
... Wrong output result for compliance of ${compliance_value}.{\n}Command output:{\n}${output}
|
||||
END
|
||||
|
||||
|
||||
*** Keywords ***
|
||||
Start Mockoon
|
||||
${process} Start Process
|
||||
... mockoon-cli
|
||||
... start
|
||||
... --data
|
||||
... ${MOCKOON_JSON}
|
||||
... --port
|
||||
... 3000
|
||||
Sleep 5s
|
||||
|
||||
Stop Mockoon
|
||||
Terminate All Processes
|
|
@ -1,22 +1,18 @@
|
|||
*** Settings ***
|
||||
Documentation Database Mysql plugin
|
||||
|
||||
Library OperatingSystem
|
||||
Library Process
|
||||
Library String
|
||||
Resource ${CURDIR}${/}..${/}..${/}resources/import.resource
|
||||
|
||||
Test Timeout 120s
|
||||
|
||||
|
||||
*** Variables ***
|
||||
${CENTREON_PLUGINS} ${CURDIR}${/}..${/}..${/}..${/}src${/}centreon_plugins.pl
|
||||
|
||||
${CMD} perl ${CENTREON_PLUGINS} --plugin=database::mysql::plugin
|
||||
${CMD} ${CENTREON_PLUGINS} --plugin=database::mysql::plugin
|
||||
|
||||
&{sql_string_test1}
|
||||
... result=UNKNOWN: Need to specify data_source arguments.
|
||||
... result=UNKNOWN: Need to specify data_source arguments.
|
||||
@{sql_string_tests}
|
||||
... &{sql_string_test1}
|
||||
... &{sql_string_test1}
|
||||
|
||||
|
||||
*** Test Cases ***
|
|
@ -1,381 +1,381 @@
|
|||
.1.3.6.1.4.1.2021.4.3.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.2021.4.4.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.2021.4.5.0 = INTEGER: 2017284
|
||||
.1.3.6.1.4.1.2021.4.6.0 = INTEGER: 633088
|
||||
.1.3.6.1.4.1.2021.4.11.0 = INTEGER: 633088
|
||||
.1.3.6.1.4.1.2021.4.13.0 = INTEGER: 26716
|
||||
.1.3.6.1.4.1.2021.4.14.0 = INTEGER: 2084
|
||||
.1.3.6.1.4.1.2021.4.15.0 = INTEGER: 740908
|
||||
.1.3.6.1.4.1.2021.10.1.3.1 = STRING: 0.04
|
||||
.1.3.6.1.4.1.2021.10.1.3.2 = STRING: 0.10
|
||||
.1.3.6.1.4.1.2021.10.1.3.3 = STRING: 0.15
|
||||
.1.3.6.1.4.1.2021.11.50.0 = INTEGER: 135503
|
||||
.1.3.6.1.4.1.2021.11.51.0 = INTEGER: 2274
|
||||
.1.3.6.1.4.1.2021.11.52.0 = INTEGER: 40397
|
||||
.1.3.6.1.4.1.2021.11.53.0 = INTEGER: 4196071
|
||||
.1.3.6.1.4.1.2021.11.54.0 = INTEGER: 12504
|
||||
.1.3.6.1.4.1.2021.11.55.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.2021.11.56.0 = INTEGER: 20130
|
||||
.1.3.6.1.4.1.2021.11.57.0 = INTEGER: 1907546
|
||||
.1.3.6.1.4.1.2021.11.58.0 = INTEGER: 1097972
|
||||
.1.3.6.1.4.1.2021.11.59.0 = INTEGER: 19954356
|
||||
.1.3.6.1.4.1.2021.11.60.0 = INTEGER: 15304192
|
||||
.1.3.6.1.4.1.2021.11.61.0 = INTEGER: 5002
|
||||
.1.3.6.1.4.1.2021.11.62.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.2021.11.63.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.2021.11.64.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.2021.11.65.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.2021.11.66.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.2021.11.67.0 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.1.1.0 = STRING: "hostname"
|
||||
.1.3.6.1.4.1.10418.26.2.1.2.0 = STRING: "ACS8016 with dual power supply"
|
||||
.1.3.6.1.4.1.10418.26.2.1.3.0 = STRING: "000-000"
|
||||
.1.3.6.1.4.1.10418.26.2.1.4.0 = STRING: "0520307296"
|
||||
.1.3.6.1.4.1.10418.26.2.1.5.0 = STRING: "notavailable"
|
||||
.1.3.6.1.4.1.10418.26.2.1.6.0 = STRING: "1.18"
|
||||
.1.3.6.1.4.1.10418.26.2.1.7.0 = STRING: "2.4.5.3944+845+37+11"
|
||||
.1.3.6.1.4.1.10418.26.2.1.8.1.0 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.1.8.2.0 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.1.8.3.0 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.1.9.0 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.2.1.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.1.0 = INTEGER: 16
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.1.1 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.1.2 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.1.3 = INTEGER: 3
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.1.4 = INTEGER: 4
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.1.5 = INTEGER: 5
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.1.6 = INTEGER: 6
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.1.7 = INTEGER: 7
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.1.8 = INTEGER: 8
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.1.9 = INTEGER: 9
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.1.10 = INTEGER: 10
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.1.11 = INTEGER: 11
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.1.12 = INTEGER: 12
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.1.13 = INTEGER: 13
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.1.14 = INTEGER: 14
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.1.15 = INTEGER: 15
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.1.16 = INTEGER: 16
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.2.1 = STRING: "ttyS1"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.2.2 = STRING: "ttyS2"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.2.3 = STRING: "ttyS3"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.2.4 = STRING: "ttyS4"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.2.5 = STRING: "ttyS5"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.2.6 = STRING: "ttyS6"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.2.7 = STRING: "ttyS7"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.2.8 = STRING: "ttyS8"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.2.9 = STRING: "ttyS9"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.2.10 = STRING: "ttyS10"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.2.11 = STRING: "ttyS11"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.2.12 = STRING: "ttyS12"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.2.13 = STRING: "ttyS13"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.2.14 = STRING: "ttyS14"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.2.15 = STRING: "ttyS15"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.2.16 = STRING: "ttyS16"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.3.1 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.3.2 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.3.3 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.3.4 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.3.5 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.3.6 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.3.7 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.3.8 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.3.9 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.3.10 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.3.11 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.3.12 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.3.13 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.3.14 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.3.15 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.3.16 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.4.1 = STRING: "2e-57-c4-p-1"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.4.2 = STRING: "2e-57-c4-p-2"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.4.3 = STRING: "2e-57-c4-p-3"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.4.4 = STRING: "2e-57-c4-p-4"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.4.5 = STRING: "2e-57-c4-p-5"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.4.6 = STRING: "2e-57-c4-p-6"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.4.7 = STRING: "2e-57-c4-p-7"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.4.8 = STRING: "2e-57-c4-p-8"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.4.9 = STRING: "2e-57-c4-p-9"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.4.10 = STRING: "2e-57-c4-p-10"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.4.11 = STRING: "2e-57-c4-p-11"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.4.12 = STRING: "2e-57-c4-p-12"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.4.13 = STRING: "2e-57-c4-p-13"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.4.14 = STRING: "2e-57-c4-p-14"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.4.15 = STRING: "2e-57-c4-p-15"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.4.16 = STRING: "2e-57-c4-p-16"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.5.1 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.5.2 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.5.3 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.5.4 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.5.5 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.5.6 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.5.7 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.5.8 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.5.9 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.5.10 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.5.11 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.5.12 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.5.13 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.5.14 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.5.15 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.5.16 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.6.1 = INTEGER: 5
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.6.2 = INTEGER: 5
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.6.3 = INTEGER: 5
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.6.4 = INTEGER: 5
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.6.5 = INTEGER: 5
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.6.6 = INTEGER: 5
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.6.7 = INTEGER: 5
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.6.8 = INTEGER: 5
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.6.9 = INTEGER: 5
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.6.10 = INTEGER: 5
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.6.11 = INTEGER: 5
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.6.12 = INTEGER: 5
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.6.13 = INTEGER: 5
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.6.14 = INTEGER: 5
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.6.15 = INTEGER: 5
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.6.16 = INTEGER: 5
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.7.1 = INTEGER: 9600
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.7.2 = INTEGER: 9600
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.7.3 = INTEGER: 9600
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.7.4 = INTEGER: 9600
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.7.5 = INTEGER: 9600
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.7.6 = INTEGER: 9600
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.7.7 = INTEGER: 9600
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.7.8 = INTEGER: 9600
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.7.9 = INTEGER: 9600
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.7.10 = INTEGER: 9600
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.7.11 = INTEGER: 9600
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.7.12 = INTEGER: 9600
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.7.13 = INTEGER: 9600
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.7.14 = INTEGER: 9600
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.7.15 = INTEGER: 9600
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.7.16 = INTEGER: 9600
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.8.1 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.8.2 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.8.3 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.8.4 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.8.5 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.8.6 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.8.7 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.8.8 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.8.9 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.8.10 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.8.11 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.8.12 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.8.13 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.8.14 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.8.15 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.8.16 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.9.1 = INTEGER: 8
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.9.2 = INTEGER: 8
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.9.3 = INTEGER: 8
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.9.4 = INTEGER: 8
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.9.5 = INTEGER: 8
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.9.6 = INTEGER: 8
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.9.7 = INTEGER: 8
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.9.8 = INTEGER: 8
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.9.9 = INTEGER: 8
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.9.10 = INTEGER: 8
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.9.11 = INTEGER: 8
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.9.12 = INTEGER: 8
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.9.13 = INTEGER: 8
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.9.14 = INTEGER: 8
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.9.15 = INTEGER: 8
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.9.16 = INTEGER: 8
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.10.1 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.10.2 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.10.3 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.10.4 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.10.5 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.10.6 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.10.7 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.10.8 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.10.9 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.10.10 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.10.11 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.10.12 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.10.13 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.10.14 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.10.15 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.10.16 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.11.1 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.11.2 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.11.3 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.11.4 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.11.5 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.11.6 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.11.7 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.11.8 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.11.9 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.11.10 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.11.11 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.11.12 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.11.13 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.11.14 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.11.15 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.11.16 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.12.1 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.12.2 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.12.3 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.12.4 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.12.5 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.12.6 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.12.7 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.12.8 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.12.9 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.12.10 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.12.11 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.12.12 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.12.13 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.12.14 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.12.15 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.12.16 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.13.1 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.13.2 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.13.3 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.13.4 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.13.5 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.13.6 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.13.7 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.13.8 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.13.9 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.13.10 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.13.11 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.13.12 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.13.13 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.13.14 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.13.15 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.13.16 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.14.1 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.14.2 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.14.3 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.14.4 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.14.5 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.14.6 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.14.7 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.14.8 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.14.9 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.14.10 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.14.11 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.14.12 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.14.13 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.14.14 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.14.15 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.14.16 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.15.1 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.15.2 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.15.3 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.15.4 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.15.5 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.15.6 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.15.7 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.15.8 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.15.9 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.15.10 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.15.11 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.15.12 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.15.13 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.15.14 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.15.15 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.15.16 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.16.1 = INTEGER: 4
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.16.2 = INTEGER: 1870
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.16.3 = INTEGER: 455
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.16.4 = INTEGER: 3132
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.16.5 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.16.6 = INTEGER: 2867
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.16.7 = INTEGER: 386
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.16.8 = INTEGER: 147
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.16.9 = INTEGER: 355
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.16.10 = INTEGER: 709
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.16.11 = INTEGER: 1986
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.16.12 = INTEGER: 860
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.16.13 = INTEGER: 7
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.16.14 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.16.15 = INTEGER: 739
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.16.16 = INTEGER: 2062
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.17.1 = INTEGER: 30198
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.17.2 = INTEGER: 85760
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.17.3 = INTEGER: 9012
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.17.4 = INTEGER: 117562
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.17.5 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.17.6 = INTEGER: 285873
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.17.7 = INTEGER: 49921
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.17.8 = INTEGER: 562
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.17.9 = INTEGER: 27723
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.17.10 = INTEGER: 72153
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.17.11 = INTEGER: 141123
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.17.12 = INTEGER: 14608
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.17.13 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.17.14 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.17.15 = INTEGER: 17688
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.17.16 = INTEGER: 64970
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.18.1 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.18.2 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.18.3 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.18.4 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.18.5 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.18.6 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.18.7 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.18.8 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.18.9 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.18.10 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.18.11 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.18.12 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.18.13 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.18.14 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.18.15 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.18.16 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.19.1 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.19.2 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.19.3 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.19.4 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.19.5 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.19.6 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.19.7 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.19.8 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.19.9 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.19.10 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.19.11 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.19.12 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.19.13 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.19.14 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.19.15 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.19.16 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.20.1 = INTEGER: 3
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.20.2 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.20.3 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.20.4 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.20.5 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.20.6 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.20.7 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.20.8 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.20.9 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.20.10 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.20.11 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.20.12 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.20.13 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.20.14 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.20.15 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.20.16 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.21.1 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.21.2 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.21.3 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.21.4 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.21.5 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.21.6 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.21.7 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.21.8 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.21.9 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.21.10 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.21.11 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.21.12 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.21.13 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.21.14 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.21.15 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.21.16 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.5.1.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.5.4.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.5.6.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.2021.4.3.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.2021.4.4.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.2021.4.5.0 = INTEGER: 2017284
|
||||
.1.3.6.1.4.1.2021.4.6.0 = INTEGER: 633088
|
||||
.1.3.6.1.4.1.2021.4.11.0 = INTEGER: 633088
|
||||
.1.3.6.1.4.1.2021.4.13.0 = INTEGER: 26716
|
||||
.1.3.6.1.4.1.2021.4.14.0 = INTEGER: 2084
|
||||
.1.3.6.1.4.1.2021.4.15.0 = INTEGER: 740908
|
||||
.1.3.6.1.4.1.2021.10.1.3.1 = STRING: 0.04
|
||||
.1.3.6.1.4.1.2021.10.1.3.2 = STRING: 0.10
|
||||
.1.3.6.1.4.1.2021.10.1.3.3 = STRING: 0.15
|
||||
.1.3.6.1.4.1.2021.11.50.0 = INTEGER: 135503
|
||||
.1.3.6.1.4.1.2021.11.51.0 = INTEGER: 2274
|
||||
.1.3.6.1.4.1.2021.11.52.0 = INTEGER: 40397
|
||||
.1.3.6.1.4.1.2021.11.53.0 = INTEGER: 4196071
|
||||
.1.3.6.1.4.1.2021.11.54.0 = INTEGER: 12504
|
||||
.1.3.6.1.4.1.2021.11.55.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.2021.11.56.0 = INTEGER: 20130
|
||||
.1.3.6.1.4.1.2021.11.57.0 = INTEGER: 1907546
|
||||
.1.3.6.1.4.1.2021.11.58.0 = INTEGER: 1097972
|
||||
.1.3.6.1.4.1.2021.11.59.0 = INTEGER: 19954356
|
||||
.1.3.6.1.4.1.2021.11.60.0 = INTEGER: 15304192
|
||||
.1.3.6.1.4.1.2021.11.61.0 = INTEGER: 5002
|
||||
.1.3.6.1.4.1.2021.11.62.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.2021.11.63.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.2021.11.64.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.2021.11.65.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.2021.11.66.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.2021.11.67.0 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.1.1.0 = STRING: "hostname"
|
||||
.1.3.6.1.4.1.10418.26.2.1.2.0 = STRING: "ACS8016 with dual power supply"
|
||||
.1.3.6.1.4.1.10418.26.2.1.3.0 = STRING: "000-000"
|
||||
.1.3.6.1.4.1.10418.26.2.1.4.0 = STRING: "0520307296"
|
||||
.1.3.6.1.4.1.10418.26.2.1.5.0 = STRING: "notavailable"
|
||||
.1.3.6.1.4.1.10418.26.2.1.6.0 = STRING: "1.18"
|
||||
.1.3.6.1.4.1.10418.26.2.1.7.0 = STRING: "2.4.5.3944+845+37+11"
|
||||
.1.3.6.1.4.1.10418.26.2.1.8.1.0 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.1.8.2.0 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.1.8.3.0 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.1.9.0 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.2.1.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.1.0 = INTEGER: 16
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.1.1 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.1.2 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.1.3 = INTEGER: 3
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.1.4 = INTEGER: 4
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.1.5 = INTEGER: 5
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.1.6 = INTEGER: 6
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.1.7 = INTEGER: 7
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.1.8 = INTEGER: 8
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.1.9 = INTEGER: 9
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.1.10 = INTEGER: 10
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.1.11 = INTEGER: 11
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.1.12 = INTEGER: 12
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.1.13 = INTEGER: 13
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.1.14 = INTEGER: 14
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.1.15 = INTEGER: 15
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.1.16 = INTEGER: 16
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.2.1 = STRING: "ttyS1"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.2.2 = STRING: "ttyS2"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.2.3 = STRING: "ttyS3"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.2.4 = STRING: "ttyS4"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.2.5 = STRING: "ttyS5"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.2.6 = STRING: "ttyS6"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.2.7 = STRING: "ttyS7"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.2.8 = STRING: "ttyS8"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.2.9 = STRING: "ttyS9"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.2.10 = STRING: "ttyS10"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.2.11 = STRING: "ttyS11"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.2.12 = STRING: "ttyS12"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.2.13 = STRING: "ttyS13"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.2.14 = STRING: "ttyS14"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.2.15 = STRING: "ttyS15"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.2.16 = STRING: "ttyS16"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.3.1 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.3.2 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.3.3 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.3.4 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.3.5 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.3.6 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.3.7 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.3.8 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.3.9 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.3.10 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.3.11 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.3.12 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.3.13 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.3.14 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.3.15 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.3.16 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.4.1 = STRING: "2e-57-c4-p-1"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.4.2 = STRING: "2e-57-c4-p-2"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.4.3 = STRING: "2e-57-c4-p-3"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.4.4 = STRING: "2e-57-c4-p-4"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.4.5 = STRING: "2e-57-c4-p-5"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.4.6 = STRING: "2e-57-c4-p-6"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.4.7 = STRING: "2e-57-c4-p-7"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.4.8 = STRING: "2e-57-c4-p-8"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.4.9 = STRING: "2e-57-c4-p-9"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.4.10 = STRING: "2e-57-c4-p-10"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.4.11 = STRING: "2e-57-c4-p-11"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.4.12 = STRING: "2e-57-c4-p-12"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.4.13 = STRING: "2e-57-c4-p-13"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.4.14 = STRING: "2e-57-c4-p-14"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.4.15 = STRING: "2e-57-c4-p-15"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.4.16 = STRING: "2e-57-c4-p-16"
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.5.1 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.5.2 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.5.3 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.5.4 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.5.5 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.5.6 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.5.7 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.5.8 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.5.9 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.5.10 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.5.11 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.5.12 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.5.13 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.5.14 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.5.15 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.5.16 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.6.1 = INTEGER: 5
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.6.2 = INTEGER: 5
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.6.3 = INTEGER: 5
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.6.4 = INTEGER: 5
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.6.5 = INTEGER: 5
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.6.6 = INTEGER: 5
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.6.7 = INTEGER: 5
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.6.8 = INTEGER: 5
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.6.9 = INTEGER: 5
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.6.10 = INTEGER: 5
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.6.11 = INTEGER: 5
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.6.12 = INTEGER: 5
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.6.13 = INTEGER: 5
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.6.14 = INTEGER: 5
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.6.15 = INTEGER: 5
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.6.16 = INTEGER: 5
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.7.1 = INTEGER: 9600
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.7.2 = INTEGER: 9600
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.7.3 = INTEGER: 9600
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.7.4 = INTEGER: 9600
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.7.5 = INTEGER: 9600
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.7.6 = INTEGER: 9600
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.7.7 = INTEGER: 9600
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.7.8 = INTEGER: 9600
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.7.9 = INTEGER: 9600
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.7.10 = INTEGER: 9600
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.7.11 = INTEGER: 9600
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.7.12 = INTEGER: 9600
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.7.13 = INTEGER: 9600
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.7.14 = INTEGER: 9600
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.7.15 = INTEGER: 9600
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.7.16 = INTEGER: 9600
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.8.1 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.8.2 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.8.3 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.8.4 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.8.5 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.8.6 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.8.7 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.8.8 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.8.9 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.8.10 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.8.11 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.8.12 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.8.13 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.8.14 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.8.15 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.8.16 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.9.1 = INTEGER: 8
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.9.2 = INTEGER: 8
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.9.3 = INTEGER: 8
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.9.4 = INTEGER: 8
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.9.5 = INTEGER: 8
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.9.6 = INTEGER: 8
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.9.7 = INTEGER: 8
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.9.8 = INTEGER: 8
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.9.9 = INTEGER: 8
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.9.10 = INTEGER: 8
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.9.11 = INTEGER: 8
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.9.12 = INTEGER: 8
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.9.13 = INTEGER: 8
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.9.14 = INTEGER: 8
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.9.15 = INTEGER: 8
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.9.16 = INTEGER: 8
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.10.1 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.10.2 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.10.3 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.10.4 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.10.5 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.10.6 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.10.7 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.10.8 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.10.9 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.10.10 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.10.11 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.10.12 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.10.13 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.10.14 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.10.15 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.10.16 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.11.1 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.11.2 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.11.3 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.11.4 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.11.5 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.11.6 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.11.7 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.11.8 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.11.9 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.11.10 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.11.11 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.11.12 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.11.13 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.11.14 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.11.15 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.11.16 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.12.1 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.12.2 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.12.3 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.12.4 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.12.5 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.12.6 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.12.7 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.12.8 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.12.9 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.12.10 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.12.11 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.12.12 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.12.13 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.12.14 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.12.15 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.12.16 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.13.1 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.13.2 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.13.3 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.13.4 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.13.5 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.13.6 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.13.7 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.13.8 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.13.9 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.13.10 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.13.11 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.13.12 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.13.13 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.13.14 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.13.15 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.13.16 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.14.1 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.14.2 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.14.3 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.14.4 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.14.5 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.14.6 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.14.7 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.14.8 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.14.9 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.14.10 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.14.11 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.14.12 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.14.13 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.14.14 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.14.15 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.14.16 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.15.1 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.15.2 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.15.3 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.15.4 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.15.5 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.15.6 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.15.7 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.15.8 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.15.9 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.15.10 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.15.11 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.15.12 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.15.13 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.15.14 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.15.15 = INTEGER: 2
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.15.16 = INTEGER: 1
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.16.1 = INTEGER: 4
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.16.2 = INTEGER: 1870
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.16.3 = INTEGER: 455
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.16.4 = INTEGER: 3132
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.16.5 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.16.6 = INTEGER: 2867
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.16.7 = INTEGER: 386
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.16.8 = INTEGER: 147
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.16.9 = INTEGER: 355
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.16.10 = INTEGER: 709
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.16.11 = INTEGER: 1986
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.16.12 = INTEGER: 860
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.16.13 = INTEGER: 7
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.16.14 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.16.15 = INTEGER: 739
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.16.16 = INTEGER: 2062
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.17.1 = INTEGER: 30198
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.17.2 = INTEGER: 85760
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.17.3 = INTEGER: 9012
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.17.4 = INTEGER: 117562
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.17.5 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.17.6 = INTEGER: 285873
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.17.7 = INTEGER: 49921
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.17.8 = INTEGER: 562
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.17.9 = INTEGER: 27723
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.17.10 = INTEGER: 72153
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.17.11 = INTEGER: 141123
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.17.12 = INTEGER: 14608
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.17.13 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.17.14 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.17.15 = INTEGER: 17688
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.17.16 = INTEGER: 64970
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.18.1 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.18.2 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.18.3 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.18.4 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.18.5 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.18.6 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.18.7 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.18.8 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.18.9 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.18.10 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.18.11 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.18.12 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.18.13 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.18.14 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.18.15 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.18.16 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.19.1 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.19.2 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.19.3 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.19.4 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.19.5 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.19.6 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.19.7 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.19.8 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.19.9 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.19.10 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.19.11 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.19.12 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.19.13 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.19.14 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.19.15 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.19.16 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.20.1 = INTEGER: 3
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.20.2 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.20.3 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.20.4 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.20.5 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.20.6 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.20.7 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.20.8 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.20.9 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.20.10 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.20.11 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.20.12 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.20.13 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.20.14 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.20.15 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.20.16 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.21.1 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.21.2 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.21.3 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.21.4 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.21.5 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.21.6 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.21.7 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.21.8 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.21.9 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.21.10 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.21.11 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.21.12 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.21.13 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.21.14 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.21.15 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.3.2.1.21.16 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.5.1.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.5.4.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.10418.26.2.5.6.0 = INTEGER: 0
|
|
@ -1,8 +1,7 @@
|
|||
*** Settings ***
|
||||
Documentation hardware::kvm::avocent::acs::8000::snmp::plugin
|
||||
|
||||
Library OperatingSystem
|
||||
Library String
|
||||
Resource ${CURDIR}${/}..${/}..${/}..${/}..${/}..${/}..${/}resources/import.resource
|
||||
|
||||
Test Timeout 120s
|
||||
|
||||
|
@ -91,7 +90,7 @@ Serial Ports
|
|||
Run Avocent 8000 Plugin
|
||||
[Arguments] ${mode} ${extraoptions}
|
||||
${command} Catenate
|
||||
... perl ${CURDIR}${/}..${/}..${/}..${/}src${/}centreon_plugins.pl
|
||||
... ${CENTREON_PLUGINS}
|
||||
... --plugin=hardware::kvm::avocent::acs::8000::snmp::plugin
|
||||
... --mode=${mode}
|
||||
... --hostname=${HOSTADDRESS}
|
|
@ -1,37 +1,34 @@
|
|||
*** Settings ***
|
||||
Documentation Hardware Sensors APC SNMP plugin
|
||||
|
||||
Library OperatingSystem
|
||||
Library String
|
||||
Library Examples
|
||||
Resource ${CURDIR}${/}..${/}..${/}..${/}..${/}..${/}resources/import.resource
|
||||
|
||||
Test Timeout 120s
|
||||
|
||||
|
||||
*** Variables ***
|
||||
${CENTREON_PLUGINS} ${CURDIR}${/}..${/}..${/}..${/}src${/}centreon_plugins.pl
|
||||
${CMD} ${CENTREON_PLUGINS} --plugin=hardware::sensors::apc::snmp::plugin --mode=sensors --hostname=127.0.0.1 --snmp-version=2c --snmp-port=2024
|
||||
|
||||
${CMD} perl ${CENTREON_PLUGINS} --plugin=hardware::sensors::apc::snmp::plugin --mode=sensors --hostname=127.0.0.1 --snmp-version=2c --snmp-port=2024
|
||||
|
||||
*** Test Cases ***
|
||||
APC Sensors ${tc}/9
|
||||
[Tags] hardware Sensors snmp
|
||||
[Tags] hardware sensors snmp
|
||||
${command} Catenate
|
||||
... ${CMD}
|
||||
... --snmp-community=hardware/sensors/apc/sensors
|
||||
... --snmp-community=hardware/sensors/apc/snmp/sensors
|
||||
|
||||
# Append options to command
|
||||
${command} Append Option To Command ${command} --warning ${warning}
|
||||
${command} Append Option To Command ${command} --critical ${critical}
|
||||
${command} Append Option To Command ${command} --component ${component}
|
||||
|
||||
${command} Append Option To Command ${command} --warning ${warning}
|
||||
${command} Append Option To Command ${command} --critical ${critical}
|
||||
${command} Append Option To Command ${command} --component ${component}
|
||||
|
||||
${output} Run ${command}
|
||||
${output} Strip String ${output}
|
||||
Should Be Equal As Strings
|
||||
... ${output}
|
||||
... ${expected_result}
|
||||
... Wrong output result for compliance of ${expected_result}{\n}Command output:{\n}${output}{\n}{\n}{\n}
|
||||
#--component 'temperature' --warning='humidity,.,45:65' --critical='humidity,.,35:70'
|
||||
# --component 'temperature' --warning='humidity,.,45:65' --critical='humidity,.,35:70'
|
||||
Examples: tc component warning critical expected_result --
|
||||
... 1 _empty_ _empty_ _empty_ OK: All 2 components are ok [2/2 temperatures]. | 'Main Module:Sonde de temperature#hardware.sensor.temperature.celsius'=23C;;;; 'Main Module:Sonde de temperature#hardware.sensor.humidity.percentage'=35%;;;0;100 'hardware.temperature.count'=2;;;;
|
||||
... 2 _empty_ humidity,.,45:65 _empty_ WARNING: Humidity 'Main Module:Sonde de temperature' is 35 % | 'Main Module:Sonde de temperature#hardware.sensor.temperature.celsius'=23C;;;; 'Main Module:Sonde de temperature#hardware.sensor.humidity.percentage'=35%;45:65;;0;100 'hardware.temperature.count'=2;;;;
|
||||
|
@ -43,11 +40,10 @@ APC Sensors ${tc}/9
|
|||
... 8 _empty_ temperature,.,22:25 temperature,.,22:25 OK: All 2 components are ok [2/2 temperatures]. | 'Main Module:Sonde de temperature#hardware.sensor.temperature.celsius'=23C;22:25;22:25;; 'Main Module:Sonde de temperature#hardware.sensor.humidity.percentage'=35%;;;0;100 'hardware.temperature.count'=2;;;;
|
||||
... 9 _empty_ _empty_ _empty_ OK: All 2 components are ok [2/2 temperatures]. | 'Main Module:Sonde de temperature#hardware.sensor.temperature.celsius'=23C;;;; 'Main Module:Sonde de temperature#hardware.sensor.humidity.percentage'=35%;;;0;100 'hardware.temperature.count'=2;;;;
|
||||
|
||||
*** Keywords ***
|
||||
|
||||
*** Keywords ***
|
||||
Append Option To Command
|
||||
[Documentation] Concatenates the first argument (option) with the second (value) after having replaced the value with "" if its content is '_empty_'
|
||||
[Arguments] ${cmd} ${option} ${value}
|
||||
${value} Set Variable If '${value}' == '_empty_' '' ${value}
|
||||
[return] ${cmd} ${option}=${value}
|
||||
|
||||
RETURN ${cmd} ${option}=${value}
|
|
@ -1,39 +1,36 @@
|
|||
*** Settings ***
|
||||
Documentation Hardware UPS Sputnik SNMP plugin
|
||||
|
||||
Library OperatingSystem
|
||||
Library String
|
||||
Library Examples
|
||||
Resource ${CURDIR}${/}..${/}..${/}..${/}..${/}..${/}..${/}resources/import.resource
|
||||
|
||||
Test Timeout 120s
|
||||
|
||||
|
||||
*** Variables ***
|
||||
${CENTREON_PLUGINS} ${CURDIR}${/}..${/}..${/}..${/}src${/}centreon_plugins.pl
|
||||
${CMD} ${CENTREON_PLUGINS} --plugin=hardware::ups::inmatics::sputnik::snmp::plugin
|
||||
|
||||
${CMD} perl ${CENTREON_PLUGINS} --plugin=hardware::ups::inmatics::sputnik::snmp::plugin
|
||||
|
||||
*** Test Cases ***
|
||||
Sputnik UPS - Environment ${tc}/9
|
||||
[Tags] hardware UPS snmp
|
||||
[Tags] hardware ups snmp
|
||||
${command} Catenate
|
||||
... ${CMD}
|
||||
... --mode=environment
|
||||
... --hostname=127.0.0.1
|
||||
... --snmp-version=2c
|
||||
... --snmp-port=2024
|
||||
... --snmp-community=hardware-ups/hardware-ups-sputnik
|
||||
... --snmp-community=hardware/ups/inmatics/sputnik/snmp/hardware-ups-sputnik
|
||||
|
||||
# Append options to command
|
||||
${opt} Append Option --warning-temperature ${w_temperature}
|
||||
${opt} Append Option --warning-temperature ${w_temperature}
|
||||
${command} Catenate ${command} ${opt}
|
||||
${opt} Append Option --critical-temperature ${c_temperature}
|
||||
${opt} Append Option --critical-temperature ${c_temperature}
|
||||
${command} Catenate ${command} ${opt}
|
||||
${opt} Append Option --warning-humidity ${w_humidity}
|
||||
${opt} Append Option --warning-humidity ${w_humidity}
|
||||
${command} Catenate ${command} ${opt}
|
||||
${opt} Append Option --critical-humidity ${c_humidity}
|
||||
${opt} Append Option --critical-humidity ${c_humidity}
|
||||
${command} Catenate ${command} ${opt}
|
||||
${opt} Append Option --filter-id ${filter_id}
|
||||
${opt} Append Option --filter-id ${filter_id}
|
||||
${command} Catenate ${command} ${opt}
|
||||
|
||||
${output} Run ${command}
|
||||
|
@ -54,10 +51,10 @@ Sputnik UPS - Environment ${tc}/9
|
|||
... 8 2 30 50 50 70 UNKNOWN: No sensors found.
|
||||
... 9 1 _empty_ _empty_ _empty_ _empty_ OK: 'Sensor 1': temperature 20.06 C, humidity 33 % | 'Sensor 1#environment.temperature.celsius'=20.06C;;;; 'Sensor 1#environment.humidity.percentage'=33%;;;0;100
|
||||
|
||||
|
||||
*** Keywords ***
|
||||
Append Option
|
||||
[Documentation] Concatenates the first argument (option) with the second (value) after having replaced the value with "" if its content is '_empty_'
|
||||
[Arguments] ${option} ${value}
|
||||
${value} Set Variable If '${value}' == '_empty_' '' ${value}
|
||||
[return] ${option}=${value}
|
||||
|
||||
RETURN ${option}=${value}
|
|
@ -0,0 +1,61 @@
|
|||
.1.3.6.1.4.1.54661.1.1.1.1.1.1.1.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.1.1.2.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.1.1.3.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.1.1.4.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.1.1.5.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.1.1.6.0 = INTEGER: 2
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.1.1.7.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.1.1.8.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.1.1.9.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.1.1.10.0 = INTEGER: 2
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.1.1.11.0 = INTEGER: 2
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.1.1.12.0 = INTEGER: 2
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.1.1.13.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.1.1.14.0 = INTEGER: 2
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.1.1.15.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.1.1.16.0 = INTEGER: 2
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.1.1.17.0 = INTEGER: 2
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.1.1.18.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.1.1.19.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.1.1.20.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.1.1.21.0 = INTEGER: 2
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.1.1.22.0 = INTEGER: 2
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.1.1.23.0 = INTEGER: 2
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.1.1.24.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.2.1.1.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.2.1.2.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.2.1.3.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.2.1.4.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.2.1.5.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.2.1.6.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.2.1.7.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.2.1.8.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.2.1.9.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.2.1.10.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.2.1.11.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.2.1.12.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.2.1.13.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.2.1.14.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.2.1.15.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.2.1.16.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.2.1.17.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.2.1.18.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.2.1.19.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.2.1.20.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.2.1.21.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.2.1.22.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.2.1.23.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.2.1.24.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.6.1.1.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.6.1.2.0 = INTEGER: 3
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.6.2.1.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.6.2.2.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.6.2.3.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.1.6.2.4.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.2.1.0 = INTEGER: 1
|
||||
.1.3.6.1.4.1.54661.1.1.1.2.2.1.2.1 = INTEGER: 2006
|
||||
.1.3.6.1.4.1.54661.1.1.1.2.2.1.3.1 = INTEGER: 33
|
||||
.1.3.6.1.4.1.54661.1.1.1.2.3.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.2.4.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.2.5.0 = INTEGER: 0
|
||||
.1.3.6.1.4.1.54661.1.1.1.3.1.0 = INTEGER: 0
|
|
@ -1,41 +1,38 @@
|
|||
*** Settings ***
|
||||
Documentation Hardware UPS Socomec Netvision SNMP plugin
|
||||
|
||||
Library OperatingSystem
|
||||
Library String
|
||||
Library Examples
|
||||
Resource ${CURDIR}${/}..${/}..${/}..${/}..${/}..${/}..${/}resources/import.resource
|
||||
|
||||
Test Timeout 120s
|
||||
|
||||
|
||||
*** Variables ***
|
||||
${CENTREON_PLUGINS} ${CURDIR}${/}..${/}..${/}..${/}src${/}centreon_plugins.pl
|
||||
${CMD} ${CENTREON_PLUGINS} --plugin=hardware::ups::socomec::netvision::snmp::plugin
|
||||
|
||||
${CMD} perl ${CENTREON_PLUGINS} --plugin=hardware::ups::socomec::netvision::snmp::plugin
|
||||
|
||||
*** Test Cases ***
|
||||
Battery ${tc}/4
|
||||
[Tags] hardware UPS snmp
|
||||
[Tags] hardware ups snmp
|
||||
${command} Catenate
|
||||
... ${CMD}
|
||||
... --mode=battery
|
||||
... --hostname=127.0.0.1
|
||||
... --snmp-version=2c
|
||||
... --snmp-port=2024
|
||||
... --snmp-community=hardware/ups/socomec/netvision/snmp/mode/battery
|
||||
... --snmp-community=hardware/ups/socomec/netvision/snmp/battery
|
||||
|
||||
# Append options to command
|
||||
${opt} Append Option --warning-temperature ${w_temperature}
|
||||
${command} Catenate ${command} ${opt}
|
||||
${opt} Append Option --critical-temperature ${c_temperature}
|
||||
${command} Catenate ${command} ${opt}
|
||||
${opt} Append Option --warning-temperature ${w_temperature}
|
||||
${command} Catenate ${command} ${opt}
|
||||
${opt} Append Option --critical-temperature ${c_temperature}
|
||||
${command} Catenate ${command} ${opt}
|
||||
|
||||
${output} Run ${command}
|
||||
${output} Strip String ${output}
|
||||
Should Be Equal As Strings
|
||||
... ${output}
|
||||
... ${expected_result}
|
||||
... Wrong output result for compliance of ${expected_result}{\n}Command output:{\n}${output}{\n}{\n}{\n}
|
||||
... ${command} \nWrong output result for compliance of ${expected_result}{\n}Command output:{\n}${output}{\n}{\n}{\n}
|
||||
|
||||
Examples: tc w_temperature c_temperature expected_result --
|
||||
... 1 30 50 OK: battery status is normal - charge remaining: 100% (0 minutes remaining) | 'battery.charge.remaining.percent'=100%;;;0;100 'battery.charge.remaining.minutes'=0;;;0; 'battery.voltage.volt'=339.1V;;;; 'battery.temperature.celsius'=22C;0:30;0:50;;
|
||||
|
@ -43,10 +40,10 @@ Battery ${tc}/4
|
|||
... 3 10 20 CRITICAL: temperature: 22 C | 'battery.charge.remaining.percent'=100%;;;0;100 'battery.charge.remaining.minutes'=0;;;0; 'battery.voltage.volt'=339.1V;;;; 'battery.temperature.celsius'=22C;0:10;0:20;;
|
||||
... 4 _empty_ _empty_ OK: battery status is normal - charge remaining: 100% (0 minutes remaining) | 'battery.charge.remaining.percent'=100%;;;0;100 'battery.charge.remaining.minutes'=0;;;0; 'battery.voltage.volt'=339.1V;;;; 'battery.temperature.celsius'=22C;;;;
|
||||
|
||||
|
||||
*** Keywords ***
|
||||
Append Option
|
||||
[Documentation] Concatenates the first argument (option) with the second (value) after having replaced the value with "" if its content is '_empty_'
|
||||
[Arguments] ${option} ${value}
|
||||
${value} Set Variable If '${value}' == '_empty_' '' ${value}
|
||||
[return] ${option}=${value}
|
||||
|
||||
RETURN ${option}=${value}
|
|
@ -0,0 +1,98 @@
|
|||
*** Settings ***
|
||||
Documentation Hardware UPS standard SNMP plugin
|
||||
|
||||
Resource ${CURDIR}${/}..${/}..${/}..${/}..${/}..${/}resources/import.resource
|
||||
|
||||
Test Timeout 120s
|
||||
|
||||
|
||||
*** Variables ***
|
||||
${CMD} ${CENTREON_PLUGINS} --plugin=hardware::ups::standard::rfc1628::snmp::plugin
|
||||
|
||||
&{ups_standard_test_with_values}
|
||||
... snmpcommunity=hardware/ups/standard/snmp/ups-standard
|
||||
... warningpower=
|
||||
... criticalcurrent=
|
||||
... warningvoltage=
|
||||
... warningfrequence=
|
||||
... excludeid=
|
||||
... result=OK: All input lines are ok | '1#line.input.frequence.hertz'=49.9Hz;;;; '1#line.input.voltage.volt'=233V;;;; '1#line.input.current.ampere'=0A;;;; '1#line.input.power.watt'=0W;;;; '2#line.input.frequence.hertz'=49.9Hz;;;; '2#line.input.voltage.volt'=234V;;;; '2#line.input.current.ampere'=0A;;;; '2#line.input.power.watt'=0W;;;; '3#line.input.frequence.hertz'=49.9Hz;;;; '3#line.input.voltage.volt'=234V;;;; '3#line.input.current.ampere'=0A;;;; '3#line.input.power.watt'=0W;;;;
|
||||
&{ups_standard_test_critical_with_null_values}
|
||||
... snmpcommunity=hardware/ups/standard/snmp/ups-standard-null-val
|
||||
... warningpower='215:'
|
||||
... criticalcurrent='@0:214'
|
||||
... warningvoltage='@0:214'
|
||||
... warningfrequence='@0:214'
|
||||
... excludeid=
|
||||
... result=CRITICAL: Input Line '1' Frequence : 0.00 Hz, Voltage : 0.00 V, Current : 0.00 A, Power : 0.00 W - Input Line '2' Frequence : 0.00 Hz, Voltage : 0.00 V, Current : 0.00 A, Power : 0.00 W - Input Line '3' Frequence : 0.00 Hz, Voltage : 0.00 V, Current : 0.00 A, Power : 0.00 W | '1#line.input.frequence.hertz'=0Hz;@0:214;;; '1#line.input.voltage.volt'=0V;@0:214;;; '1#line.input.current.ampere'=0A;;@0:214;; '1#line.input.power.watt'=0W;215:;;; '2#line.input.frequence.hertz'=0Hz;@0:214;;; '2#line.input.voltage.volt'=0V;@0:214;;; '2#line.input.current.ampere'=0A;;@0:214;; '2#line.input.power.watt'=0W;215:;;; '3#line.input.frequence.hertz'=0Hz;@0:214;;; '3#line.input.voltage.volt'=0V;@0:214;;; '3#line.input.current.ampere'=0A;;@0:214;; '3#line.input.power.watt'=0W;215:;;;
|
||||
&{ups_standard_test_with_exclude_option_1}
|
||||
... snmpcommunity=hardware/ups/standard/snmp/ups-standard
|
||||
... warningpower=
|
||||
... criticalcurrent=
|
||||
... warningvoltage=
|
||||
... warningfrequence=
|
||||
... excludeid='1,2'
|
||||
... result=OK: Input Line '3' Frequence : 49.90 Hz, Voltage : 234.00 V, Current : 0.00 A, Power : 0.00 W | '3#line.input.frequence.hertz'=49.9Hz;;;; '3#line.input.voltage.volt'=234V;;;; '3#line.input.current.ampere'=0A;;;; '3#line.input.power.watt'=0W;;;;
|
||||
&{ups_standard_test_with_exclude_option_2}
|
||||
... snmpcommunity=hardware/ups/standard/snmp/ups-standard
|
||||
... warningpower=
|
||||
... criticalcurrent=
|
||||
... warningvoltage=
|
||||
... warningfrequence=
|
||||
... excludeid='1, 2'
|
||||
... result=OK: Input Line '3' Frequence : 49.90 Hz, Voltage : 234.00 V, Current : 0.00 A, Power : 0.00 W | '3#line.input.frequence.hertz'=49.9Hz;;;; '3#line.input.voltage.volt'=234V;;;; '3#line.input.current.ampere'=0A;;;; '3#line.input.power.watt'=0W;;;;
|
||||
&{ups_standard_test_with_exclude_option_3}
|
||||
... snmpcommunity=hardware/ups/standard/snmp/ups-standard
|
||||
... warningpower=
|
||||
... criticalcurrent=
|
||||
... warningvoltage=
|
||||
... warningfrequence=
|
||||
... excludeid='1 ,3'
|
||||
... result=OK: Input Line '2' Frequence : 49.90 Hz, Voltage : 234.00 V, Current : 0.00 A, Power : 0.00 W | '2#line.input.frequence.hertz'=49.9Hz;;;; '2#line.input.voltage.volt'=234V;;;; '2#line.input.current.ampere'=0A;;;; '2#line.input.power.watt'=0W;;;;
|
||||
@{ups_standard_tests}
|
||||
... &{ups_standard_test_with_values}
|
||||
... &{ups_standard_test_critical_with_null_values}
|
||||
... &{ups_standard_test_with_exclude_option_1}
|
||||
... &{ups_standard_test_with_exclude_option_2}
|
||||
... &{ups_standard_test_with_exclude_option_3}
|
||||
|
||||
|
||||
*** Test Cases ***
|
||||
Hardware UPS Standard SNMP input lines
|
||||
[Documentation] Hardware UPS standard SNMP input lines
|
||||
[Tags] hardware ups snmp
|
||||
FOR ${ups_standard_test} IN @{ups_standard_tests}
|
||||
${command} Catenate
|
||||
... ${CMD}
|
||||
... --mode=input-lines
|
||||
... --hostname=127.0.0.1
|
||||
... --snmp-version=2c
|
||||
... --snmp-port=2024
|
||||
... --snmp-community=${ups_standard_test.snmpcommunity}
|
||||
${length} Get Length ${ups_standard_test.warningpower}
|
||||
IF ${length} > 0
|
||||
${command} Catenate ${command} --warning-power=${ups_standard_test.warningpower}
|
||||
END
|
||||
${length} Get Length ${ups_standard_test.criticalcurrent}
|
||||
IF ${length} > 0
|
||||
${command} Catenate ${command} --critical-current=${ups_standard_test.criticalcurrent}
|
||||
END
|
||||
${length} Get Length ${ups_standard_test.warningvoltage}
|
||||
IF ${length} > 0
|
||||
${command} Catenate ${command} --warning-voltage=${ups_standard_test.warningvoltage}
|
||||
END
|
||||
${length} Get Length ${ups_standard_test.warningfrequence}
|
||||
IF ${length} > 0
|
||||
${command} Catenate ${command} --warning-frequence=${ups_standard_test.warningfrequence}
|
||||
END
|
||||
${length} Get Length ${ups_standard_test.excludeid}
|
||||
IF ${length} > 0
|
||||
${command} Catenate ${command} --exclude-id=${ups_standard_test.excludeid}
|
||||
END
|
||||
${output} Run ${command}
|
||||
${output} Strip String ${output}
|
||||
Should Be Equal As Strings
|
||||
... ${output}
|
||||
... ${ups_standard_test.result}
|
||||
... Wrong output result for compliance of ${ups_standard_test.result}{\n}Command output:{\n}${output}{\n}{\n}{\n}
|
||||
END
|
|
@ -0,0 +1,75 @@
|
|||
*** Settings ***
|
||||
Documentation Network Aruba Instant SNMP plugin - AP Usage
|
||||
|
||||
Resource ${CURDIR}${/}..${/}..${/}..${/}..${/}..${/}resources/import.resource
|
||||
|
||||
Test Timeout 120s
|
||||
|
||||
|
||||
*** Variables ***
|
||||
${CMD} ${CENTREON_PLUGINS} --plugin=network::aruba::instant::snmp::plugin --mode=ap-usage --hostname=127.0.0.1 --snmp-version=2c --snmp-port=2024
|
||||
|
||||
&{ap_usage_test_1}
|
||||
... documentation=Test AP usage without filters
|
||||
... snmpcommunity=network/aruba/instant/snmp/ap-usage
|
||||
... filtercounters=
|
||||
... filtername=
|
||||
... warningclients=
|
||||
... criticalclients=
|
||||
... result=OK: total access points: 5 - All access points are ok | 'accesspoints.total.count'=5;;;0; 'AP Piso 1#clients.current.count'=4;;;0; 'AP Piso 1#cpu.utilization.percentage'=3.00%;;;0;100 'AP Piso 1#memory.usage.bytes'=215711744B;;;0;527028224 'AP Piso 1#memory.free.bytes'=311316480B;;;0;527028224 'AP Piso 1#memory.usage.percentage'=40.93%;;;0;100 'AP Piso 2#clients.current.count'=17;;;0; 'AP Piso 2#cpu.utilization.percentage'=18.00%;;;0;100 'AP Piso 2#memory.usage.bytes'=219455488B;;;0;527028224 'AP Piso 2#memory.free.bytes'=307572736B;;;0;527028224 'AP Piso 2#memory.usage.percentage'=41.64%;;;0;100 'AP Piso 3#clients.current.count'=14;;;0; 'AP Piso 3#cpu.utilization.percentage'=18.00%;;;0;100 'AP Piso 3#memory.usage.bytes'=219185152B;;;0;527028224 'AP Piso 3#memory.free.bytes'=307843072B;;;0;527028224 'AP Piso 3#memory.usage.percentage'=41.59%;;;0;100 'AP Piso 4#clients.current.count'=11;;;0; 'AP Piso 4#cpu.utilization.percentage'=11.00%;;;0;100 'AP Piso 4#memory.usage.bytes'=221700096B;;;0;527028224 'AP Piso 4#memory.free.bytes'=305328128B;;;0;527028224 'AP Piso 4#memory.usage.percentage'=42.07%;;;0;100 'AP Sotano#clients.current.count'=4;;;0; 'AP Sotano#cpu.utilization.percentage'=4.00%;;;0;100 'AP Sotano#memory.usage.bytes'=217473024B;;;0;527028224 'AP Sotano#memory.free.bytes'=309555200B;;;0;527028224 'AP Sotano#memory.usage.percentage'=41.26%;;;0;100
|
||||
|
||||
&{ap_usage_test_2}
|
||||
... documentation=Test AP usage with filter on clients
|
||||
... snmpcommunity=network/aruba/instant/snmp/ap-usage
|
||||
... filtercounters=clients
|
||||
... filtername=
|
||||
... warningclients=
|
||||
... criticalclients=
|
||||
... result=OK: All access points are ok | 'AP Piso 1#clients.current.count'=4;;;0; 'AP Piso 2#clients.current.count'=17;;;0; 'AP Piso 3#clients.current.count'=14;;;0; 'AP Piso 4#clients.current.count'=11;;;0; 'AP Sotano#clients.current.count'=4;;;0;
|
||||
|
||||
&{ap_usage_test_3}
|
||||
... documentation=Test AP usage with filter on clients and filter on name
|
||||
... snmpcommunity=network/aruba/instant/snmp/ap-usage
|
||||
... filtercounters=clients
|
||||
... filtername=Piso 4
|
||||
... warningclients=
|
||||
... criticalclients=
|
||||
... result=OK: Access Point 'AP Piso 4' Current Clients: 11 | 'AP Piso 4#clients.current.count'=11;;;0;
|
||||
|
||||
&{ap_usage_test_4}
|
||||
... documentation=Test AP usage without filters with warning when less than 20 clients
|
||||
... snmpcommunity=network/aruba/instant/snmp/ap-usage
|
||||
... filtercounters=
|
||||
... filtername=
|
||||
... warningclients=20:
|
||||
... criticalclients=
|
||||
... result=WARNING: Access Point 'AP Piso 1' Current Clients: 4 - Access Point 'AP Piso 2' Current Clients: 17 - Access Point 'AP Piso 3' Current Clients: 14 - Access Point 'AP Piso 4' Current Clients: 11 - Access Point 'AP Sotano' Current Clients: 4 | 'accesspoints.total.count'=5;;;0; 'AP Piso 1#clients.current.count'=4;20:;;0; 'AP Piso 1#cpu.utilization.percentage'=3.00%;;;0;100 'AP Piso 1#memory.usage.bytes'=215711744B;;;0;527028224 'AP Piso 1#memory.free.bytes'=311316480B;;;0;527028224 'AP Piso 1#memory.usage.percentage'=40.93%;;;0;100 'AP Piso 2#clients.current.count'=17;20:;;0; 'AP Piso 2#cpu.utilization.percentage'=18.00%;;;0;100 'AP Piso 2#memory.usage.bytes'=219455488B;;;0;527028224 'AP Piso 2#memory.free.bytes'=307572736B;;;0;527028224 'AP Piso 2#memory.usage.percentage'=41.64%;;;0;100 'AP Piso 3#clients.current.count'=14;20:;;0; 'AP Piso 3#cpu.utilization.percentage'=18.00%;;;0;100 'AP Piso 3#memory.usage.bytes'=219185152B;;;0;527028224 'AP Piso 3#memory.free.bytes'=307843072B;;;0;527028224 'AP Piso 3#memory.usage.percentage'=41.59%;;;0;100 'AP Piso 4#clients.current.count'=11;20:;;0; 'AP Piso 4#cpu.utilization.percentage'=11.00%;;;0;100 'AP Piso 4#memory.usage.bytes'=221700096B;;;0;527028224 'AP Piso 4#memory.free.bytes'=305328128B;;;0;527028224 'AP Piso 4#memory.usage.percentage'=42.07%;;;0;100 'AP Sotano#clients.current.count'=4;20:;;0; 'AP Sotano#cpu.utilization.percentage'=4.00%;;;0;100 'AP Sotano#memory.usage.bytes'=217473024B;;;0;527028224 'AP Sotano#memory.free.bytes'=309555200B;;;0;527028224 'AP Sotano#memory.usage.percentage'=41.26%;;;0;100
|
||||
|
||||
@{ap_usage_tests}
|
||||
... &{ap_usage_test_1}
|
||||
... &{ap_usage_test_2}
|
||||
... &{ap_usage_test_3}
|
||||
... &{ap_usage_test_4}
|
||||
|
||||
|
||||
*** Test Cases ***
|
||||
Network Aruba Instant SNMP plugin
|
||||
[Documentation] AP Usage
|
||||
[Tags] network aruba snmp
|
||||
FOR ${ap_usage_tc} IN @{ap_usage_tests}
|
||||
${command} Catenate
|
||||
... ${CMD}
|
||||
... --filter-counters='${ap_usage_tc.filtercounters}'
|
||||
... --filter-name='${ap_usage_tc.filtername}'
|
||||
... --warning-clients='${ap_usage_tc.warningclients}'
|
||||
... --critical-clients='${ap_usage_tc.criticalclients}'
|
||||
... --snmp-community=${ap_usage_tc.snmpcommunity}
|
||||
|
||||
Log To Console ${command}
|
||||
${output} Run ${command}
|
||||
${output} Strip String ${output}
|
||||
Should Be Equal As Strings
|
||||
... ${output}
|
||||
... ${ap_usage_tc.result}
|
||||
... Wrong output result for compliance of ${ap_usage_tc.result}{\n}Command output:{\n}${output}{\n}{\n}{\n}
|
||||
END
|
|
@ -0,0 +1,18 @@
|
|||
.1.3.6.1.4.1.12356.101.4.8.2.1.2.1 = STRING: "MonitorWAN1"
|
||||
.1.3.6.1.4.1.12356.101.4.8.2.1.2.2 = STRING: "MonitorWAN2"
|
||||
.1.3.6.1.4.1.12356.101.4.8.2.1.2.3 = STRING: "MonitorWAN3"
|
||||
.1.3.6.1.4.1.12356.101.4.8.2.1.3.1 = STRING: "0"
|
||||
.1.3.6.1.4.1.12356.101.4.8.2.1.3.2 = STRING: "0"
|
||||
.1.3.6.1.4.1.12356.101.4.8.2.1.3.3 = STRING: "1"
|
||||
.1.3.6.1.4.1.12356.101.4.8.2.1.4.1 = STRING: "39.739"
|
||||
.1.3.6.1.4.1.12356.101.4.8.2.1.4.2 = STRING: "46.446"
|
||||
.1.3.6.1.4.1.12356.101.4.8.2.1.4.3 = STRING: "0.000"
|
||||
.1.3.6.1.4.1.12356.101.4.8.2.1.5.1 = STRING: "0.096"
|
||||
.1.3.6.1.4.1.12356.101.4.8.2.1.5.2 = STRING: "1.868"
|
||||
.1.3.6.1.4.1.12356.101.4.8.2.1.5.3 = STRING: "0.000"
|
||||
.1.3.6.1.4.1.12356.101.4.8.2.1.8.1 = STRING: "0%"
|
||||
.1.3.6.1.4.1.12356.101.4.8.2.1.8.2 = STRING: "1%"
|
||||
.1.3.6.1.4.1.12356.101.4.8.2.1.8.3 = STRING: "100%"
|
||||
.1.3.6.1.4.1.12356.101.4.8.2.1.9.1 = STRING: "root"
|
||||
.1.3.6.1.4.1.12356.101.4.8.2.1.9.2 = STRING: "root"
|
||||
.1.3.6.1.4.1.12356.101.4.8.2.1.9.3 = STRING: "root"
|
|
@ -0,0 +1,432 @@
|
|||
*** Settings ***
|
||||
Documentation Network Fortinet Fortigate SNMP plugin
|
||||
|
||||
Resource ${CURDIR}${/}..${/}..${/}..${/}..${/}..${/}resources/import.resource
|
||||
|
||||
Test Timeout 120s
|
||||
|
||||
|
||||
*** Variables ***
|
||||
${CMD} ${CENTREON_PLUGINS} --plugin=network::fortinet::fortigate::snmp::plugin
|
||||
|
||||
# Test simple usage of the linkmonitor mode
|
||||
&{fortinet_fortigate_linkmonitor_test1}
|
||||
... filterid=
|
||||
... filtername=
|
||||
... filtervdom=
|
||||
... customperfdatainstances=
|
||||
... unknownstatus=
|
||||
... warningstatus=
|
||||
... criticalstatus=
|
||||
... warninglatency=
|
||||
... criticallatency=
|
||||
... warningjitter=
|
||||
... criticaljitter=
|
||||
... warningpacketloss=
|
||||
... criticalpacketloss=
|
||||
... result=CRITICAL: Link monitor 'MonitorWAN3' [vdom: root] [id: 3] state: dead | 'MonitorWAN1~root#linkmonitor.latency.milliseconds'=39.739;;;0; 'MonitorWAN1~root#linkmonitor.jitter.milliseconds'=0.096;;;0; 'MonitorWAN1~root#linkmonitor.packet.loss.percentage'=0;;;0; 'MonitorWAN2~root#linkmonitor.latency.milliseconds'=46.446;;;0; 'MonitorWAN2~root#linkmonitor.jitter.milliseconds'=1.868;;;0; 'MonitorWAN2~root#linkmonitor.packet.loss.percentage'=1;;;0; 'MonitorWAN3~root#linkmonitor.latency.milliseconds'=0.000;;;0; 'MonitorWAN3~root#linkmonitor.jitter.milliseconds'=0.000;;;0; 'MonitorWAN3~root#linkmonitor.packet.loss.percentage'=100;;;0;
|
||||
|
||||
# Test linkmonitor mode with filter-id option set to 3
|
||||
&{fortinet_fortigate_linkmonitor_test2}
|
||||
... filterid=3
|
||||
... filtername=
|
||||
... filtervdom=
|
||||
... customperfdatainstances=
|
||||
... unknownstatus=
|
||||
... warningstatus=
|
||||
... criticalstatus=
|
||||
... warninglatency=
|
||||
... criticallatency=
|
||||
... warningjitter=
|
||||
... criticaljitter=
|
||||
... warningpacketloss=
|
||||
... criticalpacketloss=
|
||||
... result=CRITICAL: Link monitor 'MonitorWAN3' [vdom: root] [id: 3] state: dead | 'MonitorWAN3~root#linkmonitor.latency.milliseconds'=0.000;;;0; 'MonitorWAN3~root#linkmonitor.jitter.milliseconds'=0.000;;;0; 'MonitorWAN3~root#linkmonitor.packet.loss.percentage'=100;;;0;
|
||||
|
||||
# Test linkmonitor mode with filter-name option set to MonitorWAN1
|
||||
&{fortinet_fortigate_linkmonitor_test3}
|
||||
... filterid=
|
||||
... filtername='MonitorWAN1'
|
||||
... filtervdom=
|
||||
... customperfdatainstances=
|
||||
... unknownstatus=
|
||||
... warningstatus=
|
||||
... criticalstatus=
|
||||
... warninglatency=
|
||||
... criticallatency=
|
||||
... warningjitter=
|
||||
... criticaljitter=
|
||||
... warningpacketloss=
|
||||
... criticalpacketloss=
|
||||
... result=OK: Link monitor 'MonitorWAN1' [vdom: root] [id: 1] state: alive, latency: 39.739ms, jitter: 0.096ms, packet loss: 0.000% | 'MonitorWAN1~root#linkmonitor.latency.milliseconds'=39.739;;;0; 'MonitorWAN1~root#linkmonitor.jitter.milliseconds'=0.096;;;0; 'MonitorWAN1~root#linkmonitor.packet.loss.percentage'=0;;;0;
|
||||
|
||||
# Test linkmonitor mode with filter-vdom option set to 'root'
|
||||
&{fortinet_fortigate_linkmonitor_test4}
|
||||
... filterid=
|
||||
... filtername=
|
||||
... filtervdom='root'
|
||||
... customperfdatainstances=
|
||||
... unknownstatus=
|
||||
... warningstatus=
|
||||
... criticalstatus=
|
||||
... warninglatency=
|
||||
... criticallatency=
|
||||
... warningjitter=
|
||||
... criticaljitter=
|
||||
... warningpacketloss=
|
||||
... criticalpacketloss=
|
||||
... result=CRITICAL: Link monitor 'MonitorWAN3' [vdom: root] [id: 3] state: dead | 'MonitorWAN1~root#linkmonitor.latency.milliseconds'=39.739;;;0; 'MonitorWAN1~root#linkmonitor.jitter.milliseconds'=0.096;;;0; 'MonitorWAN1~root#linkmonitor.packet.loss.percentage'=0;;;0; 'MonitorWAN2~root#linkmonitor.latency.milliseconds'=46.446;;;0; 'MonitorWAN2~root#linkmonitor.jitter.milliseconds'=1.868;;;0; 'MonitorWAN2~root#linkmonitor.packet.loss.percentage'=1;;;0; 'MonitorWAN3~root#linkmonitor.latency.milliseconds'=0.000;;;0; 'MonitorWAN3~root#linkmonitor.jitter.milliseconds'=0.000;;;0; 'MonitorWAN3~root#linkmonitor.packet.loss.percentage'=100;;;0;
|
||||
|
||||
# Test linkmonitor mode with custom-perf-data-instances option set to '%(name) %(id)'
|
||||
&{fortinet_fortigate_linkmonitor_test5}
|
||||
... filterid=
|
||||
... filtername=
|
||||
... filtervdom=
|
||||
... customperfdatainstances='%(name) %(id)'
|
||||
... unknownstatus=
|
||||
... warningstatus=
|
||||
... criticalstatus=
|
||||
... warninglatency=
|
||||
... criticallatency=
|
||||
... warningjitter=
|
||||
... criticaljitter=
|
||||
... warningpacketloss=
|
||||
... criticalpacketloss=
|
||||
... result=CRITICAL: Link monitor 'MonitorWAN3' [vdom: root] [id: 3] state: dead | 'MonitorWAN1~1#linkmonitor.latency.milliseconds'=39.739;;;0; 'MonitorWAN1~1#linkmonitor.jitter.milliseconds'=0.096;;;0; 'MonitorWAN1~1#linkmonitor.packet.loss.percentage'=0;;;0; 'MonitorWAN2~2#linkmonitor.latency.milliseconds'=46.446;;;0; 'MonitorWAN2~2#linkmonitor.jitter.milliseconds'=1.868;;;0; 'MonitorWAN2~2#linkmonitor.packet.loss.percentage'=1;;;0; 'MonitorWAN3~3#linkmonitor.latency.milliseconds'=0.000;;;0; 'MonitorWAN3~3#linkmonitor.jitter.milliseconds'=0.000;;;0; 'MonitorWAN3~3#linkmonitor.packet.loss.percentage'=100;;;0;
|
||||
|
||||
# Test linkmonitor mode with unknown-status option set to '%{state} eq "alive"'
|
||||
&{fortinet_fortigate_linkmonitor_test6}
|
||||
... filterid=
|
||||
... filtername=
|
||||
... filtervdom=
|
||||
... customperfdatainstances=
|
||||
... unknownstatus='\%{state} eq "alive"'
|
||||
... warningstatus=
|
||||
... criticalstatus=
|
||||
... warninglatency=
|
||||
... criticallatency=
|
||||
... warningjitter=
|
||||
... criticaljitter=
|
||||
... warningpacketloss=
|
||||
... criticalpacketloss=
|
||||
... result=CRITICAL: Link monitor 'MonitorWAN3' [vdom: root] [id: 3] state: dead UNKNOWN: Link monitor 'MonitorWAN1' [vdom: root] [id: 1] state: alive - Link monitor 'MonitorWAN2' [vdom: root] [id: 2] state: alive | 'MonitorWAN1~root#linkmonitor.latency.milliseconds'=39.739;;;0; 'MonitorWAN1~root#linkmonitor.jitter.milliseconds'=0.096;;;0; 'MonitorWAN1~root#linkmonitor.packet.loss.percentage'=0;;;0; 'MonitorWAN2~root#linkmonitor.latency.milliseconds'=46.446;;;0; 'MonitorWAN2~root#linkmonitor.jitter.milliseconds'=1.868;;;0; 'MonitorWAN2~root#linkmonitor.packet.loss.percentage'=1;;;0; 'MonitorWAN3~root#linkmonitor.latency.milliseconds'=0.000;;;0; 'MonitorWAN3~root#linkmonitor.jitter.milliseconds'=0.000;;;0; 'MonitorWAN3~root#linkmonitor.packet.loss.percentage'=100;;;0;
|
||||
|
||||
# Test linkmonitor mode with warning-status option set to '%{state} eq "alive"'
|
||||
&{fortinet_fortigate_linkmonitor_test7}
|
||||
... filterid=
|
||||
... filtername=
|
||||
... filtervdom=
|
||||
... customperfdatainstances=
|
||||
... unknownstatus=
|
||||
... warningstatus='\%{state} eq "alive"'
|
||||
... criticalstatus=
|
||||
... warninglatency=
|
||||
... criticallatency=
|
||||
... warningjitter=
|
||||
... criticaljitter=
|
||||
... warningpacketloss=
|
||||
... criticalpacketloss=
|
||||
... result=CRITICAL: Link monitor 'MonitorWAN3' [vdom: root] [id: 3] state: dead WARNING: Link monitor 'MonitorWAN1' [vdom: root] [id: 1] state: alive - Link monitor 'MonitorWAN2' [vdom: root] [id: 2] state: alive | 'MonitorWAN1~root#linkmonitor.latency.milliseconds'=39.739;;;0; 'MonitorWAN1~root#linkmonitor.jitter.milliseconds'=0.096;;;0; 'MonitorWAN1~root#linkmonitor.packet.loss.percentage'=0;;;0; 'MonitorWAN2~root#linkmonitor.latency.milliseconds'=46.446;;;0; 'MonitorWAN2~root#linkmonitor.jitter.milliseconds'=1.868;;;0; 'MonitorWAN2~root#linkmonitor.packet.loss.percentage'=1;;;0; 'MonitorWAN3~root#linkmonitor.latency.milliseconds'=0.000;;;0; 'MonitorWAN3~root#linkmonitor.jitter.milliseconds'=0.000;;;0; 'MonitorWAN3~root#linkmonitor.packet.loss.percentage'=100;;;0;
|
||||
|
||||
# Test linkmonitor mode with critical-status option set to '%{state} eq "alive"'
|
||||
&{fortinet_fortigate_linkmonitor_test8}
|
||||
... filterid=
|
||||
... filtername=
|
||||
... filtervdom=
|
||||
... customperfdatainstances=
|
||||
... unknownstatus=
|
||||
... warningstatus=
|
||||
... criticalstatus='\%{state} eq "alive"'
|
||||
... warninglatency=
|
||||
... criticallatency=
|
||||
... warningjitter=
|
||||
... criticaljitter=
|
||||
... warningpacketloss=
|
||||
... criticalpacketloss=
|
||||
... result=CRITICAL: Link monitor 'MonitorWAN1' [vdom: root] [id: 1] state: alive - Link monitor 'MonitorWAN2' [vdom: root] [id: 2] state: alive | 'MonitorWAN1~root#linkmonitor.latency.milliseconds'=39.739;;;0; 'MonitorWAN1~root#linkmonitor.jitter.milliseconds'=0.096;;;0; 'MonitorWAN1~root#linkmonitor.packet.loss.percentage'=0;;;0; 'MonitorWAN2~root#linkmonitor.latency.milliseconds'=46.446;;;0; 'MonitorWAN2~root#linkmonitor.jitter.milliseconds'=1.868;;;0; 'MonitorWAN2~root#linkmonitor.packet.loss.percentage'=1;;;0; 'MonitorWAN3~root#linkmonitor.latency.milliseconds'=0.000;;;0; 'MonitorWAN3~root#linkmonitor.jitter.milliseconds'=0.000;;;0; 'MonitorWAN3~root#linkmonitor.packet.loss.percentage'=100;;;0;
|
||||
|
||||
# Test linkmonitor mode with warning-latency option set to 40
|
||||
&{fortinet_fortigate_linkmonitor_test9}
|
||||
... filterid=
|
||||
... filtername=
|
||||
... filtervdom=
|
||||
... customperfdatainstances=
|
||||
... unknownstatus=
|
||||
... warningstatus=
|
||||
... criticalstatus=
|
||||
... warninglatency=40
|
||||
... criticallatency=
|
||||
... warningjitter=
|
||||
... criticaljitter=
|
||||
... warningpacketloss=
|
||||
... criticalpacketloss=
|
||||
... result=CRITICAL: Link monitor 'MonitorWAN3' [vdom: root] [id: 3] state: dead WARNING: Link monitor 'MonitorWAN2' [vdom: root] [id: 2] latency: 46.446ms | 'MonitorWAN1~root#linkmonitor.latency.milliseconds'=39.739;0:40;;0; 'MonitorWAN1~root#linkmonitor.jitter.milliseconds'=0.096;;;0; 'MonitorWAN1~root#linkmonitor.packet.loss.percentage'=0;;;0; 'MonitorWAN2~root#linkmonitor.latency.milliseconds'=46.446;0:40;;0; 'MonitorWAN2~root#linkmonitor.jitter.milliseconds'=1.868;;;0; 'MonitorWAN2~root#linkmonitor.packet.loss.percentage'=1;;;0; 'MonitorWAN3~root#linkmonitor.latency.milliseconds'=0.000;0:40;;0; 'MonitorWAN3~root#linkmonitor.jitter.milliseconds'=0.000;;;0; 'MonitorWAN3~root#linkmonitor.packet.loss.percentage'=100;;;0;
|
||||
|
||||
# Test linkmonitor mode with critical-latency option set to 40
|
||||
&{fortinet_fortigate_linkmonitor_test10}
|
||||
... filterid=
|
||||
... filtername=
|
||||
... filtervdom=
|
||||
... customperfdatainstances=
|
||||
... unknownstatus=
|
||||
... warningstatus=
|
||||
... criticalstatus=
|
||||
... warninglatency=
|
||||
... criticallatency=40
|
||||
... warningjitter=
|
||||
... criticaljitter=
|
||||
... warningpacketloss=
|
||||
... criticalpacketloss=
|
||||
... result=CRITICAL: Link monitor 'MonitorWAN2' [vdom: root] [id: 2] latency: 46.446ms - Link monitor 'MonitorWAN3' [vdom: root] [id: 3] state: dead | 'MonitorWAN1~root#linkmonitor.latency.milliseconds'=39.739;;0:40;0; 'MonitorWAN1~root#linkmonitor.jitter.milliseconds'=0.096;;;0; 'MonitorWAN1~root#linkmonitor.packet.loss.percentage'=0;;;0; 'MonitorWAN2~root#linkmonitor.latency.milliseconds'=46.446;;0:40;0; 'MonitorWAN2~root#linkmonitor.jitter.milliseconds'=1.868;;;0; 'MonitorWAN2~root#linkmonitor.packet.loss.percentage'=1;;;0; 'MonitorWAN3~root#linkmonitor.latency.milliseconds'=0.000;;0:40;0; 'MonitorWAN3~root#linkmonitor.jitter.milliseconds'=0.000;;;0; 'MonitorWAN3~root#linkmonitor.packet.loss.percentage'=100;;;0;
|
||||
|
||||
# Test linkmonitor mode with warning-jitter option set to 1
|
||||
&{fortinet_fortigate_linkmonitor_test11}
|
||||
... filterid=
|
||||
... filtername=
|
||||
... filtervdom=
|
||||
... customperfdatainstances=
|
||||
... unknownstatus=
|
||||
... warningstatus=
|
||||
... criticalstatus=
|
||||
... warninglatency=
|
||||
... criticallatency=
|
||||
... warningjitter=1
|
||||
... criticaljitter=
|
||||
... warningpacketloss=
|
||||
... criticalpacketloss=
|
||||
... result=CRITICAL: Link monitor 'MonitorWAN3' [vdom: root] [id: 3] state: dead WARNING: Link monitor 'MonitorWAN2' [vdom: root] [id: 2] jitter: 1.868ms | 'MonitorWAN1~root#linkmonitor.latency.milliseconds'=39.739;;;0; 'MonitorWAN1~root#linkmonitor.jitter.milliseconds'=0.096;0:1;;0; 'MonitorWAN1~root#linkmonitor.packet.loss.percentage'=0;;;0; 'MonitorWAN2~root#linkmonitor.latency.milliseconds'=46.446;;;0; 'MonitorWAN2~root#linkmonitor.jitter.milliseconds'=1.868;0:1;;0; 'MonitorWAN2~root#linkmonitor.packet.loss.percentage'=1;;;0; 'MonitorWAN3~root#linkmonitor.latency.milliseconds'=0.000;;;0; 'MonitorWAN3~root#linkmonitor.jitter.milliseconds'=0.000;0:1;;0; 'MonitorWAN3~root#linkmonitor.packet.loss.percentage'=100;;;0;
|
||||
|
||||
# Test linkmonitor mode with critical-jitter option set to 1
|
||||
&{fortinet_fortigate_linkmonitor_test12}
|
||||
... filterid=
|
||||
... filtername=
|
||||
... filtervdom=
|
||||
... customperfdatainstances=
|
||||
... unknownstatus=
|
||||
... warningstatus=
|
||||
... criticalstatus=
|
||||
... warninglatency=
|
||||
... criticallatency=
|
||||
... warningjitter=
|
||||
... criticaljitter=1
|
||||
... warningpacketloss=
|
||||
... criticalpacketloss=
|
||||
... result=CRITICAL: Link monitor 'MonitorWAN2' [vdom: root] [id: 2] jitter: 1.868ms - Link monitor 'MonitorWAN3' [vdom: root] [id: 3] state: dead | 'MonitorWAN1~root#linkmonitor.latency.milliseconds'=39.739;;;0; 'MonitorWAN1~root#linkmonitor.jitter.milliseconds'=0.096;;0:1;0; 'MonitorWAN1~root#linkmonitor.packet.loss.percentage'=0;;;0; 'MonitorWAN2~root#linkmonitor.latency.milliseconds'=46.446;;;0; 'MonitorWAN2~root#linkmonitor.jitter.milliseconds'=1.868;;0:1;0; 'MonitorWAN2~root#linkmonitor.packet.loss.percentage'=1;;;0; 'MonitorWAN3~root#linkmonitor.latency.milliseconds'=0.000;;;0; 'MonitorWAN3~root#linkmonitor.jitter.milliseconds'=0.000;;0:1;0; 'MonitorWAN3~root#linkmonitor.packet.loss.percentage'=100;;;0;
|
||||
|
||||
# Test linkmonitor mode with warning-packetloss option set to 0.5
|
||||
&{fortinet_fortigate_linkmonitor_test13}
|
||||
... filterid=
|
||||
... filtername=
|
||||
... filtervdom=
|
||||
... customperfdatainstances=
|
||||
... unknownstatus=
|
||||
... warningstatus=
|
||||
... criticalstatus=
|
||||
... warninglatency=
|
||||
... criticallatency=
|
||||
... warningjitter=
|
||||
... criticaljitter=
|
||||
... warningpacketloss=0.5
|
||||
... criticalpacketloss=
|
||||
... result=CRITICAL: Link monitor 'MonitorWAN3' [vdom: root] [id: 3] state: dead, packet loss: 100.000% WARNING: Link monitor 'MonitorWAN2' [vdom: root] [id: 2] packet loss: 1.000% | 'MonitorWAN1~root#linkmonitor.latency.milliseconds'=39.739;;;0; 'MonitorWAN1~root#linkmonitor.jitter.milliseconds'=0.096;;;0; 'MonitorWAN1~root#linkmonitor.packet.loss.percentage'=0;0:0.5;;0; 'MonitorWAN2~root#linkmonitor.latency.milliseconds'=46.446;;;0; 'MonitorWAN2~root#linkmonitor.jitter.milliseconds'=1.868;;;0; 'MonitorWAN2~root#linkmonitor.packet.loss.percentage'=1;0:0.5;;0; 'MonitorWAN3~root#linkmonitor.latency.milliseconds'=0.000;;;0; 'MonitorWAN3~root#linkmonitor.jitter.milliseconds'=0.000;;;0; 'MonitorWAN3~root#linkmonitor.packet.loss.percentage'=100;0:0.5;;0;
|
||||
|
||||
# Test linkmonitor mode with critical-packetloss option set to 0.5
|
||||
&{fortinet_fortigate_linkmonitor_test14}
|
||||
... filterid=
|
||||
... filtername=
|
||||
... filtervdom=
|
||||
... customperfdatainstances=
|
||||
... unknownstatus=
|
||||
... warningstatus=
|
||||
... criticalstatus=
|
||||
... warninglatency=
|
||||
... criticallatency=
|
||||
... warningjitter=
|
||||
... criticaljitter=
|
||||
... warningpacketloss=
|
||||
... criticalpacketloss=0.5
|
||||
... result=CRITICAL: Link monitor 'MonitorWAN2' [vdom: root] [id: 2] packet loss: 1.000% - Link monitor 'MonitorWAN3' [vdom: root] [id: 3] state: dead, packet loss: 100.000% | 'MonitorWAN1~root#linkmonitor.latency.milliseconds'=39.739;;;0; 'MonitorWAN1~root#linkmonitor.jitter.milliseconds'=0.096;;;0; 'MonitorWAN1~root#linkmonitor.packet.loss.percentage'=0;;0:0.5;0; 'MonitorWAN2~root#linkmonitor.latency.milliseconds'=46.446;;;0; 'MonitorWAN2~root#linkmonitor.jitter.milliseconds'=1.868;;;0; 'MonitorWAN2~root#linkmonitor.packet.loss.percentage'=1;;0:0.5;0; 'MonitorWAN3~root#linkmonitor.latency.milliseconds'=0.000;;;0; 'MonitorWAN3~root#linkmonitor.jitter.milliseconds'=0.000;;;0; 'MonitorWAN3~root#linkmonitor.packet.loss.percentage'=100;;0:0.5;0;
|
||||
|
||||
@{fortinet_fortigate_linkmonitor_tests}
|
||||
... &{fortinet_fortigate_linkmonitor_test1}
|
||||
... &{fortinet_fortigate_linkmonitor_test2}
|
||||
... &{fortinet_fortigate_linkmonitor_test3}
|
||||
... &{fortinet_fortigate_linkmonitor_test4}
|
||||
... &{fortinet_fortigate_linkmonitor_test5}
|
||||
... &{fortinet_fortigate_linkmonitor_test6}
|
||||
... &{fortinet_fortigate_linkmonitor_test7}
|
||||
... &{fortinet_fortigate_linkmonitor_test8}
|
||||
... &{fortinet_fortigate_linkmonitor_test9}
|
||||
... &{fortinet_fortigate_linkmonitor_test10}
|
||||
... &{fortinet_fortigate_linkmonitor_test11}
|
||||
... &{fortinet_fortigate_linkmonitor_test12}
|
||||
... &{fortinet_fortigate_linkmonitor_test13}
|
||||
... &{fortinet_fortigate_linkmonitor_test14}
|
||||
|
||||
# Test simple usage of the list-linkmonitors mode
|
||||
&{fortinet_fortigate_listlinkmonitors_test1}
|
||||
... filterstate=
|
||||
... filtername=
|
||||
... filtervdom=
|
||||
... result=List link monitors: \n[Name = MonitorWAN1] [Vdom = root] [State = alive]\n[Name = MonitorWAN2] [Vdom = root] [State = alive]\n[Name = MonitorWAN3] [Vdom = root] [State = dead]
|
||||
|
||||
# Test list-linkmonitors mode with filter-name option set to MonitorWAN1
|
||||
&{fortinet_fortigate_listlinkmonitors_test2}
|
||||
... filterstate=
|
||||
... filtername='MonitorWAN1'
|
||||
... filtervdom=
|
||||
... result=List link monitors: \n[Name = MonitorWAN1] [Vdom = root] [State = alive]
|
||||
|
||||
# Test list-linkmonitors mode with filter-state option set to alive
|
||||
&{fortinet_fortigate_listlinkmonitors_test3}
|
||||
... filterstate='alive'
|
||||
... filtername=
|
||||
... filtervdom=
|
||||
... result=List link monitors: \n[Name = MonitorWAN1] [Vdom = root] [State = alive]\n[Name = MonitorWAN2] [Vdom = root] [State = alive]
|
||||
|
||||
# Test list-linkmonitors mode with filter-vdom option set to root
|
||||
&{fortinet_fortigate_listlinkmonitors_test4}
|
||||
... filterstate=
|
||||
... filtername=
|
||||
... filtervdom='root'
|
||||
... result=List link monitors: \n[Name = MonitorWAN1] [Vdom = root] [State = alive]\n[Name = MonitorWAN2] [Vdom = root] [State = alive]\n[Name = MonitorWAN3] [Vdom = root] [State = dead]
|
||||
|
||||
@{fortinet_fortigate_listlinkmonitors_tests}
|
||||
... &{fortinet_fortigate_listlinkmonitors_test1}
|
||||
... &{fortinet_fortigate_listlinkmonitors_test2}
|
||||
... &{fortinet_fortigate_listlinkmonitors_test3}
|
||||
... &{fortinet_fortigate_listlinkmonitors_test4}
|
||||
|
||||
|
||||
*** Test Cases ***
|
||||
Network Fortinet Fortigate SNMP link monitor
|
||||
[Documentation] Network Fortinet Fortigate SNMP link-monitor
|
||||
[Tags] network fortinet fortigate snmp
|
||||
FOR ${fortinet_fortigate_linkmonitor_test} IN @{fortinet_fortigate_linkmonitor_tests}
|
||||
${command} Catenate
|
||||
... ${CMD}
|
||||
... --mode=link-monitor
|
||||
... --hostname=127.0.0.1
|
||||
... --snmp-version=2c
|
||||
... --snmp-port=2024
|
||||
... --snmp-community=network/fortinet/fortigate/snmp/linkmonitor
|
||||
${length} Get Length ${fortinet_fortigate_linkmonitor_test.filterid}
|
||||
IF ${length} > 0
|
||||
${command} Catenate ${command} --filter-id=${fortinet_fortigate_linkmonitor_test.filterid}
|
||||
END
|
||||
${length} Get Length ${fortinet_fortigate_linkmonitor_test.filtername}
|
||||
IF ${length} > 0
|
||||
${command} Catenate ${command} --filter-name=${fortinet_fortigate_linkmonitor_test.filtername}
|
||||
END
|
||||
${length} Get Length ${fortinet_fortigate_linkmonitor_test.filtervdom}
|
||||
IF ${length} > 0
|
||||
${command} Catenate ${command} --filter-vdom=${fortinet_fortigate_linkmonitor_test.filtervdom}
|
||||
END
|
||||
${length} Get Length ${fortinet_fortigate_linkmonitor_test.customperfdatainstances}
|
||||
IF ${length} > 0
|
||||
${command} Catenate
|
||||
... ${command}
|
||||
... --custom-perfdata-instances=${fortinet_fortigate_linkmonitor_test.customperfdatainstances}
|
||||
END
|
||||
${length} Get Length ${fortinet_fortigate_linkmonitor_test.unknownstatus}
|
||||
IF ${length} > 0
|
||||
${command} Catenate
|
||||
... ${command}
|
||||
... --unknown-status=${fortinet_fortigate_linkmonitor_test.unknownstatus}
|
||||
END
|
||||
${length} Get Length ${fortinet_fortigate_linkmonitor_test.warningstatus}
|
||||
IF ${length} > 0
|
||||
${command} Catenate
|
||||
... ${command}
|
||||
... --warning-status=${fortinet_fortigate_linkmonitor_test.warningstatus}
|
||||
END
|
||||
${length} Get Length ${fortinet_fortigate_linkmonitor_test.criticalstatus}
|
||||
IF ${length} > 0
|
||||
${command} Catenate
|
||||
... ${command}
|
||||
... --critical-status=${fortinet_fortigate_linkmonitor_test.criticalstatus}
|
||||
END
|
||||
${length} Get Length ${fortinet_fortigate_linkmonitor_test.warninglatency}
|
||||
IF ${length} > 0
|
||||
${command} Catenate
|
||||
... ${command}
|
||||
... --warning-latency=${fortinet_fortigate_linkmonitor_test.warninglatency}
|
||||
END
|
||||
${length} Get Length ${fortinet_fortigate_linkmonitor_test.criticallatency}
|
||||
IF ${length} > 0
|
||||
${command} Catenate
|
||||
... ${command}
|
||||
... --critical-latency=${fortinet_fortigate_linkmonitor_test.criticallatency}
|
||||
END
|
||||
${length} Get Length ${fortinet_fortigate_linkmonitor_test.warningjitter}
|
||||
IF ${length} > 0
|
||||
${command} Catenate
|
||||
... ${command}
|
||||
... --warning-jitter=${fortinet_fortigate_linkmonitor_test.warningjitter}
|
||||
END
|
||||
${length} Get Length ${fortinet_fortigate_linkmonitor_test.criticaljitter}
|
||||
IF ${length} > 0
|
||||
${command} Catenate
|
||||
... ${command}
|
||||
... --critical-jitter=${fortinet_fortigate_linkmonitor_test.criticaljitter}
|
||||
END
|
||||
${length} Get Length ${fortinet_fortigate_linkmonitor_test.warningpacketloss}
|
||||
IF ${length} > 0
|
||||
${command} Catenate
|
||||
... ${command}
|
||||
... --warning-packet-loss=${fortinet_fortigate_linkmonitor_test.warningpacketloss}
|
||||
END
|
||||
${length} Get Length ${fortinet_fortigate_linkmonitor_test.criticalpacketloss}
|
||||
IF ${length} > 0
|
||||
${command} Catenate
|
||||
... ${command}
|
||||
... --critical-packet-loss=${fortinet_fortigate_linkmonitor_test.criticalpacketloss}
|
||||
END
|
||||
${output} Run ${command}
|
||||
Log To Console . no_newline=true
|
||||
${output} Strip String ${output}
|
||||
Should Be Equal As Strings
|
||||
... ${output}
|
||||
... ${fortinet_fortigate_linkmonitor_test.result}
|
||||
... Wrong result output for:${\n}Command: ${\n}${command}${\n}${\n}Expected output: ${\n}${fortinet_fortigate_linkmonitor_test.result}${\n}${\n}Obtained output:${\n}${output}${\n}${\n}${\n}
|
||||
... values=False
|
||||
END
|
||||
|
||||
Network Fortinet Fortigate SNMP list link monitor
|
||||
[Documentation] Network Fortinet Fortigate SNMP list-linkmonitors
|
||||
[Tags] network fortinet fortigate snmp
|
||||
FOR ${fortinet_fortigate_listlinkmonitors_test} IN @{fortinet_fortigate_listlinkmonitors_tests}
|
||||
${command} Catenate
|
||||
... ${CMD}
|
||||
... --mode=list-link-monitors
|
||||
... --hostname=127.0.0.1
|
||||
... --snmp-version=2c
|
||||
... --snmp-port=2024
|
||||
... --snmp-community=network/fortinet/fortigate/snmp/linkmonitor
|
||||
${length} Get Length ${fortinet_fortigate_listlinkmonitors_test.filterstate}
|
||||
IF ${length} > 0
|
||||
${command} Catenate
|
||||
... ${command}
|
||||
... --filter-state=${fortinet_fortigate_listlinkmonitors_test.filterstate}
|
||||
END
|
||||
${length} Get Length ${fortinet_fortigate_listlinkmonitors_test.filtername}
|
||||
IF ${length} > 0
|
||||
${command} Catenate
|
||||
... ${command}
|
||||
... --filter-name=${fortinet_fortigate_listlinkmonitors_test.filtername}
|
||||
END
|
||||
${length} Get Length ${fortinet_fortigate_listlinkmonitors_test.filtervdom}
|
||||
IF ${length} > 0
|
||||
${command} Catenate
|
||||
... ${command}
|
||||
... --filter-vdom=${fortinet_fortigate_listlinkmonitors_test.filtervdom}
|
||||
END
|
||||
${output} Run ${command}
|
||||
Log To Console . no_newline=true
|
||||
${output} Strip String ${output}
|
||||
Should Be Equal As Strings
|
||||
... ${output}
|
||||
... ${fortinet_fortigate_listlinkmonitors_test.result}
|
||||
... Wrong result output for:${\n}Command: ${\n}${command}${\n}${\n}Expected output: ${\n}${fortinet_fortigate_listlinkmonitors_test.result}${\n}${\n}Obtained output:${\n}${output}${\n}${\n}${\n}
|
||||
... values=False
|
||||
END
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -1,20 +1,15 @@
|
|||
*** Settings ***
|
||||
Documentation Linux Local list-systemdservices
|
||||
|
||||
Library OperatingSystem
|
||||
Library String
|
||||
Library Examples
|
||||
Resource ${CURDIR}${/}..${/}..${/}..${/}..${/}resources/import.resource
|
||||
|
||||
Test Timeout 120s
|
||||
|
||||
|
||||
*** Variables ***
|
||||
${CENTREON_PLUGINS} ${CURDIR}${/}..${/}..${/}..${/}src${/}centreon_plugins.pl
|
||||
${CMD} ${CENTREON_PLUGINS} --plugin=os::linux::local::plugin
|
||||
${COND} ${PERCENT}\{sub\} =~ /exited/ && ${PERCENT}{display} =~ /network/'
|
||||
|
||||
${CMD} perl ${CENTREON_PLUGINS} --plugin=os::linux::local::plugin
|
||||
${PERCENT} %
|
||||
|
||||
${COND} ${PERCENT}\{sub\} =~ /exited/ && ${PERCENT}{display} =~ /network/'
|
||||
|
||||
*** Test Cases ***
|
||||
List-Systemdservices v219 ${tc}/4
|
||||
|
@ -23,7 +18,7 @@ List-Systemdservices v219 ${tc}/4
|
|||
${command} Catenate
|
||||
... ${CMD}
|
||||
... --mode=list-systemdservices
|
||||
... --command-path=${CURDIR}${/}..${/}..${/}resources${/}linux${/}systemd-219
|
||||
... --command-path=${CURDIR}${/}systemd-219
|
||||
... --filter-name='${filtername}'
|
||||
... --filter-description='${filterdescription}'
|
||||
|
||||
|
@ -46,7 +41,7 @@ List-Systemdservices v252 ${tc}/4
|
|||
${command} Catenate
|
||||
... ${CMD}
|
||||
... --mode=list-systemdservices
|
||||
... --command-path=${CURDIR}${/}..${/}..${/}resources${/}linux${/}systemd-252
|
||||
... --command-path=${CURDIR}${/}systemd-252
|
||||
... --filter-name='${filtername}'
|
||||
... --filter-description='${filterdescription}'
|
||||
|
|
@ -1,20 +1,15 @@
|
|||
*** Settings ***
|
||||
Documentation Linux Local Systemd-sc-status
|
||||
|
||||
Library OperatingSystem
|
||||
Library String
|
||||
Library Examples
|
||||
# systemd changed the output format of the command starting from version 252, so we need to check for a systemd version and use the correct parameter.
|
||||
Resource ${CURDIR}${/}..${/}..${/}..${/}..${/}resources/import.resource
|
||||
|
||||
Test Timeout 120s
|
||||
|
||||
|
||||
*** Variables ***
|
||||
${CENTREON_PLUGINS} ${CURDIR}${/}..${/}..${/}..${/}src${/}centreon_plugins.pl
|
||||
${CMD} ${CENTREON_PLUGINS} --plugin=os::linux::local::plugin
|
||||
|
||||
${CMD} perl ${CENTREON_PLUGINS} --plugin=os::linux::local::plugin
|
||||
# attempt to work around the interpretation of %{} as env variables instead of plugin macros
|
||||
#${PERCENT} %
|
||||
#${COND} ${PERCENT}\{sub\} =~ /exited/ && ${PERCENT}{display} =~ /network/'
|
||||
|
||||
*** Test Cases ***
|
||||
Systemd-sc-status v219 ${tc}/15
|
||||
|
@ -23,7 +18,7 @@ Systemd-sc-status v219 ${tc}/15
|
|||
${command} Catenate
|
||||
... ${CMD}
|
||||
... --mode=systemd-sc-status
|
||||
... --command-path=${CURDIR}${/}..${/}..${/}resources${/}linux${/}systemd-219
|
||||
... --command-path=${CURDIR}${/}systemd-219
|
||||
... --filter-name='${filter}'
|
||||
... --exclude-name='${exclude}'
|
||||
... --warning-status='${w_stat}'
|
||||
|
@ -58,9 +53,6 @@ Systemd-sc-status v219 ${tc}/15
|
|||
... 13 ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} 0 ${EMPTY} ${EMPTY} CRITICAL: Total Exited: 25 | 'total_running'=34;;;0;220 'total_failed'=1;;;0;220 'total_dead'=97;;;0;220 'total_exited'=25;;0:0;0;220
|
||||
... 14 ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} 0 ${EMPTY} WARNING: Total Failed: 1 | 'total_running'=34;;;0;220 'total_failed'=1;0:0;;0;220 'total_dead'=97;;;0;220 'total_exited'=25;;;0;220
|
||||
... 15 ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} 0 CRITICAL: Total Failed: 1 | 'total_running'=34;;;0;220 'total_failed'=1;;0:0;0;220 'total_dead'=97;;;0;220 'total_exited'=25;;;0;220
|
||||
# not working atm
|
||||
# ... 6 ${EMPTY} ${EMPTY} ${COND} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} WARNING
|
||||
# ... 7 ${EMPTY} ${EMPTY} ${EMPTY} ${COND} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} CRITICAL
|
||||
|
||||
Systemd-sc-status v252 ${tc}/15
|
||||
[Documentation] Systemd version >= 248
|
||||
|
@ -68,7 +60,7 @@ Systemd-sc-status v252 ${tc}/15
|
|||
${command} Catenate
|
||||
... ${CMD}
|
||||
... --mode=systemd-sc-status
|
||||
... --command-path=${CURDIR}${/}..${/}..${/}resources${/}linux${/}systemd-252
|
||||
... --command-path=${CURDIR}${/}systemd-252
|
||||
... --filter-name='${filter}'
|
||||
... --exclude-name='${exclude}'
|
||||
... --warning-status='${w_stat}'
|
||||
|
@ -103,8 +95,3 @@ Systemd-sc-status v252 ${tc}/15
|
|||
... 13 ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} 2 ${EMPTY} ${EMPTY} CRITICAL: Total Exited: 19 | 'total_running'=31;;;0;258 'total_failed'=4;;;0;258 'total_dead'=108;;;0;258 'total_exited'=19;;0:2;0;258
|
||||
... 14 ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} 2 ${EMPTY} WARNING: Total Failed: 4 | 'total_running'=31;;;0;258 'total_failed'=4;0:2;;0;258 'total_dead'=108;;;0;258 'total_exited'=19;;;0;258
|
||||
... 15 ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} 2 CRITICAL: Total Failed: 4 | 'total_running'=31;;;0;258 'total_failed'=4;;0:2;0;258 'total_dead'=108;;;0;258 'total_exited'=19;;;0;258
|
||||
|
||||
# not working atm
|
||||
# ... 6 ${EMPTY} ${EMPTY} ${COND} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} WARNING
|
||||
# ... 7 ${EMPTY} ${EMPTY} ${EMPTY} ${COND} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} CRITICAL
|
||||
|
File diff suppressed because it is too large
Load Diff
|
@ -1,27 +1,22 @@
|
|||
*** Settings ***
|
||||
Documentation Network Interfaces
|
||||
|
||||
Library OperatingSystem
|
||||
Library String
|
||||
Library Examples
|
||||
Resource ${CURDIR}${/}..${/}..${/}..${/}..${/}resources/import.resource
|
||||
|
||||
Test Timeout 120s
|
||||
|
||||
|
||||
*** Variables ***
|
||||
${CENTREON_PLUGINS} ${CURDIR}${/}..${/}..${/}..${/}src${/}centreon_plugins.pl
|
||||
${CMD} ${CENTREON_PLUGINS}
|
||||
... --plugin=os::linux::snmp::plugin
|
||||
... --mode=interfaces
|
||||
... --hostname=127.0.0.1
|
||||
... --snmp-port=2024
|
||||
... --snmp-community=os/linux/snmp/network-interfaces
|
||||
... --statefile-dir=/tmp/
|
||||
|
||||
${CMD} perl ${CENTREON_PLUGINS}
|
||||
... --plugin=os::linux::snmp::plugin
|
||||
... --mode=interfaces
|
||||
... --hostname=127.0.0.1
|
||||
... --snmp-port=2024
|
||||
... --snmp-community=network-interfaces
|
||||
... --statefile-dir=/tmp/
|
||||
${COND} ${PERCENT}\{sub\} =~ /exited/ && ${PERCENT}{display} =~ /network/'
|
||||
|
||||
${PERCENT} %
|
||||
|
||||
${COND} ${PERCENT}\{sub\} =~ /exited/ && ${PERCENT}{display} =~ /network/'
|
||||
|
||||
*** Test Cases ***
|
||||
Interfaces by id ${tc}/5
|
||||
|
@ -31,7 +26,6 @@ Interfaces by id ${tc}/5
|
|||
... --interface='${filter}'
|
||||
... ${extra_options}
|
||||
|
||||
|
||||
${output} Run ${command}
|
||||
${output} Strip String ${output}
|
||||
Should Be Equal As Strings
|
||||
|
@ -45,6 +39,8 @@ Interfaces by id ${tc}/5
|
|||
... 3 1,3 --add-traffic OK: All interfaces are ok | 'traffic_in_lo'=0.00b/s;;;0;10000000 'traffic_out_lo'=0.00b/s;;;0;10000000 'traffic_in_eth1'=0.00b/s;;;0;1000000000 'traffic_out_eth1'=0.00b/s;;;0;1000000000
|
||||
... 4 2,3,4 --add-traffic OK: All interfaces are ok
|
||||
... 5 2,3,4 --add-traffic OK: All interfaces are ok | 'traffic_in_eth0'=0.00b/s;;;0;1000000000 'traffic_out_eth0'=0.00b/s;;;0;1000000000 'traffic_in_eth1'=0.00b/s;;;0;1000000000 'traffic_out_eth1'=0.00b/s;;;0;1000000000 'traffic_in_eth2'=0.00b/s;;;0;1000000000 'traffic_out_eth2'=0.00b/s;;;0;1000000000
|
||||
# theese test are linked together. The test 2 create the cache file in /tmp/, and the test 3 use this cache file
|
||||
# to calculate traffic throughput by second.
|
||||
|
||||
Interfaces by id regexp ${tc}/6
|
||||
[Tags] os linux network interfaces
|
||||
|
@ -54,7 +50,6 @@ Interfaces by id regexp ${tc}/6
|
|||
... --regex-id
|
||||
... ${extra_options}
|
||||
|
||||
|
||||
${output} Run ${command}
|
||||
${output} Strip String ${output}
|
||||
Should Be Equal As Strings
|
File diff suppressed because it is too large
Load Diff
|
@ -1,26 +1,23 @@
|
|||
*** Settings ***
|
||||
Documentation OS Linux SNMP plugin
|
||||
|
||||
Library OperatingSystem
|
||||
Library XML
|
||||
Resource ${CURDIR}${/}..${/}..${/}..${/}..${/}resources/import.resource
|
||||
|
||||
Test Timeout 120s
|
||||
|
||||
|
||||
*** Variables ***
|
||||
${CENTREON_PLUGINS} ${CURDIR}${/}..${/}..${/}..${/}src${/}centreon_plugins.pl
|
||||
|
||||
${CMD} perl ${CENTREON_PLUGINS} --plugin=os::linux::snmp::plugin
|
||||
${CMD} ${CENTREON_PLUGINS} --plugin=os::linux::snmp::plugin
|
||||
|
||||
&{list_diskio_test1}
|
||||
... snmpcommunity=os_linux_snmp_plugin
|
||||
... nbresults=10
|
||||
... snmpcommunity=os/linux/snmp/list-diskio
|
||||
... nbresults=10
|
||||
&{list_diskio_test2}
|
||||
... snmpcommunity=os_linux_snmp_plugin_2
|
||||
... nbresults=4
|
||||
... snmpcommunity=os/linux/snmp/list-diskio-2
|
||||
... nbresults=4
|
||||
@{list_diskio_tests}
|
||||
... &{list_diskio_test1}
|
||||
... &{list_diskio_test2}
|
||||
... &{list_diskio_test1}
|
||||
... &{list_diskio_test2}
|
||||
|
||||
|
||||
*** Test Cases ***
|
|
@ -0,0 +1,840 @@
|
|||
.1.3.6.1.4.1.77.1.2.3.1.1.5.80.68.70.50.52 = STRING: "PDF24"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.5.80.111.119.101.114 = STRING: "Power"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.6.80.97.110.71.80.83 = STRING: "PanGPS"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.6.83.101.114.118.101.114 = STRING: "Server"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.6.84.104.101.109.101.115 = STRING: "Themes"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.7.83.121.115.77.97.105.110 = STRING: "SysMain"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.9.65.112.115.73.110.115.83.118.99 = STRING: "ApsInsSvc"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.9.73.80.32.72.101.108.112.101.114 = STRING: "IP Helper"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.9.84.101.108.101.112.104.111.110.121 = STRING: "Telephony"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.9.87.101.98.67.108.105.101.110.116 = STRING: "WebClient"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.10.68.78.83.32.67.108.105.101.110.116 = STRING: "DNS Client"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.10.68.97.116.97.32.85.115.97.103.101 = STRING: "Data Usage"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.10.83.109.97.114.116.32.67.97.114.100 = STRING: "Smart Card"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.11.68.72.67.80.32.67.108.105.101.110.116 = STRING: "DHCP Client"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.11.83.121.85.73.85.69.120.116.83.118.99 = STRING: "SyUIUExtSvc"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.11.84.105.109.101.32.66.114.111.107.101.114 = STRING: "Time Broker"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.11.87.111.114.107.115.116.97.116.105.111.110 = STRING: "Workstation"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.12.69.108.97.110.32.83.101.114.118.105.99.101 = STRING: "Elan Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.12.83.78.77.80.32.83.101.114.118.105.99.101 = STRING: "SNMP Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.12.85.115.101.114.32.77.97.110.97.103.101.114 = STRING: "User Manager"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.13.65.86.67.84.80.32.115.101.114.118.105.99.101 = STRING: "AVCTP service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.13.67.111.114.101.77.101.115.115.97.103.105.110.103 = STRING: "CoreMessaging"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.13.76.111.103.105.32.79.112.116.105.111.110.115.43 = STRING: "Logi Options+"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.13.80.104.111.110.101.32.83.101.114.118.105.99.101 = STRING: "Phone Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.13.80.108.117.103.32.97.110.100.32.80.108.97.121 = STRING: "Plug and Play"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.13.80.114.105.110.116.32.83.112.111.111.108.101.114 = STRING: "Print Spooler"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.13.87.105.110.100.111.119.115.32.65.117.100.105.111 = STRING: "Windows Audio"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.14.83.83.68.80.32.68.105.115.99.111.118.101.114.121 = STRING: "SSDP Discovery"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.14.84.97.115.107.32.83.99.104.101.100.117.108.101.114 = STRING: "Task Scheduler"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.14.87.105.110.100.111.119.115.32.66.97.99.107.117.112 = STRING: "Windows Backup"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.14.87.105.110.100.111.119.115.32.83.101.97.114.99.104 = STRING: "Windows Search"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.15.83.101.99.117.114.105.116.121.32.67.101.110.116.101.114 = STRING: "Security Center"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.15.83.116.111.114.97.103.101.32.83.101.114.118.105.99.101 = STRING: "Storage Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.15.87.76.65.78.32.65.117.116.111.67.111.110.102.105.103 = STRING: "WLAN AutoConfig"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.15.87.87.65.78.32.65.117.116.111.67.111.110.102.105.103 = STRING: "WWAN AutoConfig"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.16.83.121.110.99.32.72.111.115.116.95.49.55.97.99.56.53 = STRING: "Sync Host_17ac85"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.17.67.78.71.32.75.101.121.32.73.115.111.108.97.116.105.111.110 = STRING: "CNG Key Isolation"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.17.67.79.77.43.32.69.118.101.110.116.32.83.121.115.116.101.109 = STRING: "COM+ Event System"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.17.76.101.110.111.118.111.32.80.77.32.83.101.114.118.105.99.101 = STRING: "Lenovo PM Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.17.87.105.110.100.111.119.115.32.69.118.101.110.116.32.76.111.103 = STRING: "Windows Event Log"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.18.67.114.101.100.101.110.116.105.97.108.32.77.97.110.97.103.101.114 = STRING: "Credential Manager"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.18.73.80.115.101.99.32.80.111.108.105.99.121.32.65.103.101.110.116 = STRING: "IPsec Policy Agent"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.18.77.105.99.114.111.115.111.102.116.32.80.97.115.115.112.111.114.116 = STRING: "Microsoft Passport"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.18.86.77.119.97.114.101.32.78.65.84.32.83.101.114.118.105.99.101 = STRING: "VMware NAT Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.19.67.111.110.116.97.99.116.32.68.97.116.97.95.49.55.97.99.56.53 = STRING: "Contact Data_17ac85"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.19.71.101.111.108.111.99.97.116.105.111.110.32.83.101.114.118.105.99.101 = STRING: "Geolocation Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.19.82.80.67.32.69.110.100.112.111.105.110.116.32.77.97.112.112.101.114 = STRING: "RPC Endpoint Mapper"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.19.86.77.119.97.114.101.32.68.72.67.80.32.83.101.114.118.105.99.101 = STRING: "VMware DHCP Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.19.87.101.98.32.65.99.99.111.117.110.116.32.77.97.110.97.103.101.114 = STRING: "Web Account Manager"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.20.65.112.112.108.105.99.97.116.105.111.110.32.73.100.101.110.116.105.116.121 = STRING: "Application Identity"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.20.68.97.116.97.32.83.104.97.114.105.110.103.32.83.101.114.118.105.99.101 = STRING: "Data Sharing Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.20.72.111.115.116.32.78.101.116.119.111.114.107.32.83.101.114.118.105.99.101 = STRING: "Host Network Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.20.76.101.110.111.118.111.86.97.110.116.97.103.101.83.101.114.118.105.99.101 = STRING: "LenovoVantageService"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.20.78.101.116.119.111.114.107.32.76.105.115.116.32.83.101.114.118.105.99.101 = STRING: "Network List Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.20.80.114.105.110.116.87.111.114.107.102.108.111.119.95.49.55.97.99.56.53 = STRING: "PrintWorkflow_17ac85"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.20.83.121.115.116.101.109.32.69.118.101.110.116.115.32.66.114.111.107.101.114 = STRING: "System Events Broker"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.20.85.115.101.114.32.80.114.111.102.105.108.101.32.83.101.114.118.105.99.101 = STRING: "User Profile Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.21.66.97.115.101.32.70.105.108.116.101.114.105.110.103.32.69.110.103.105.110.101 = STRING: "Base Filtering Engine"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.21.69.112.115.111.110.32.83.99.97.110.110.101.114.32.83.101.114.118.105.99.101 = STRING: "Epson Scanner Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.21.70.105.114.109.119.97.114.101.85.112.100.97.116.101.83.101.114.118.105.99.101 = STRING: "FirmwareUpdateService"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.21.70.117.115.105.111.110.73.110.118.101.110.116.111.114.121.32.65.103.101.110.116 = STRING: "FusionInventory Agent"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.21.76.111.99.97.108.32.83.101.115.115.105.111.110.32.77.97.110.97.103.101.114 = STRING: "Local Session Manager"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.21.82.101.97.108.116.101.107.32.65.117.100.105.111.32.83.101.114.118.105.99.101 = STRING: "Realtek Audio Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.21.83.81.76.32.83.101.114.118.101.114.32.86.83.83.32.87.114.105.116.101.114 = STRING: "SQL Server VSS Writer"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.21.84.67.80.47.73.80.32.78.101.116.66.73.79.83.32.72.101.108.112.101.114 = STRING: "TCP/IP NetBIOS Helper"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.22.67.114.121.112.116.111.103.114.97.112.104.105.99.32.83.101.114.118.105.99.101.115 = STRING: "Cryptographic Services"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.22.68.105.115.112.108.97.121.32.80.111.108.105.99.121.32.83.101.114.118.105.99.101 = STRING: "Display Policy Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.22.68.111.108.98.121.32.68.65.88.50.32.65.80.73.32.83.101.114.118.105.99.101 = STRING: "Dolby DAX2 API Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.23.65.112.112.108.105.99.97.116.105.111.110.32.73.110.102.111.114.109.97.116.105.111.110 = STRING: "Application Information"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.23.67.101.114.116.105.102.105.99.97.116.101.32.80.114.111.112.97.103.97.116.105.111.110 = STRING: "Certificate Propagation"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.23.67.104.101.114.114.121.32.68.101.118.105.99.101.32.73.110.116.101.114.102.97.99.101 = STRING: "Cherry Device Interface"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.23.68.105.97.103.110.111.115.116.105.99.32.83.101.114.118.105.99.101.32.72.111.115.116 = STRING: "Diagnostic Service Host"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.23.82.101.109.111.116.101.32.68.101.115.107.116.111.112.32.83.101.114.118.105.99.101.115 = STRING: "Remote Desktop Services"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.23.84.104.117.110.100.101.114.98.111.108.116.40.84.77.41.32.83.101.114.118.105.99.101 = STRING: "Thunderbolt(TM) Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.23.85.115.101.114.32.68.97.116.97.32.65.99.99.101.115.115.95.49.55.97.99.56.53 = STRING: "User Data Access_17ac85"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.24.82.97.100.105.111.32.77.97.110.97.103.101.109.101.110.116.32.83.101.114.118.105.99.101 = STRING: "Radio Management Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.24.83.104.101.108.108.32.72.97.114.100.119.97.114.101.32.68.101.116.101.99.116.105.111.110 = STRING: "Shell Hardware Detection"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.24.83.116.97.116.101.32.82.101.112.111.115.105.116.111.114.121.32.83.101.114.118.105.99.101 = STRING: "State Repository Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.24.85.115.101.114.32.68.97.116.97.32.83.116.111.114.97.103.101.95.49.55.97.99.56.53 = STRING: "User Data Storage_17ac85"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.24.87.105.110.100.111.119.115.32.83.101.99.117.114.105.116.121.32.83.101.114.118.105.99.101 = STRING: "Windows Security Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.25.68.105.97.103.110.111.115.116.105.99.32.80.111.108.105.99.121.32.83.101.114.118.105.99.101 = STRING: "Diagnostic Policy Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.25.76.101.110.111.118.111.32.69.97.115.121.82.101.115.117.109.101.32.83.101.114.118.105.99.101 = STRING: "Lenovo EasyResume Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.25.78.101.116.119.111.114.107.32.67.111.110.110.101.99.116.105.111.110.32.66.114.111.107.101.114 = STRING: "Network Connection Broker"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.25.83.101.99.117.114.105.116.121.32.65.99.99.111.117.110.116.115.32.77.97.110.97.103.101.114 = STRING: "Security Accounts Manager"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.25.87.97.116.99.104.71.117.97.114.100.32.83.83.76.86.80.78.32.83.101.114.118.105.99.101 = STRING: "WatchGuard SSLVPN Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.25.87.105.110.100.111.119.115.32.66.105.111.109.101.116.114.105.99.32.83.101.114.118.105.99.101 = STRING: "Windows Biometric Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.25.87.105.110.100.111.119.115.32.68.101.102.101.110.100.101.114.32.70.105.114.101.119.97.108.108 = STRING: "Windows Defender Firewall"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.26.68.101.118.105.99.101.32.65.115.115.111.99.105.97.116.105.111.110.32.83.101.114.118.105.99.101 = STRING: "Device Association Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.26.78.101.116.119.111.114.107.32.76.111.99.97.116.105.111.110.32.65.119.97.114.101.110.101.115.115 = STRING: "Network Location Awareness"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.26.87.105.110.100.111.119.115.32.67.111.110.110.101.99.116.105.111.110.32.77.97.110.97.103.101.114 = STRING: "Windows Connection Manager"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.26.87.105.110.100.111.119.115.32.70.111.110.116.32.67.97.99.104.101.32.83.101.114.118.105.99.101 = STRING: "Windows Font Cache Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.27.68.105.115.112.108.97.121.32.69.110.104.97.110.99.101.109.101.110.116.32.83.101.114.118.105.99.101 = STRING: "Display Enhancement Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.27.76.101.110.111.118.111.32.72.111.116.107.101.121.32.67.108.105.101.110.116.32.76.111.97.100.101.114 = STRING: "Lenovo Hotkey Client Loader"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.27.78.83.67.108.105.101.110.116.43.43.32.77.111.110.105.116.111.114.105.110.103.32.65.103.101.110.116 = STRING: "NSClient++ Monitoring Agent"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.27.79.112.101.110.86.80.78.32.73.110.116.101.114.97.99.116.105.118.101.32.83.101.114.118.105.99.101 = STRING: "OpenVPN Interactive Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.27.80.97.121.109.101.110.116.115.32.97.110.100.32.78.70.67.47.83.69.32.77.97.110.97.103.101.114 = STRING: "Payments and NFC/SE Manager"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.27.82.101.109.111.116.101.32.80.114.111.99.101.100.117.114.101.32.67.97.108.108.32.40.82.80.67.41 = STRING: "Remote Procedure Call (RPC)"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.27.85.112.100.97.116.101.32.79.114.99.104.101.115.116.114.97.116.111.114.32.83.101.114.118.105.99.101 = STRING: "Update Orchestrator Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.28.65.100.111.98.101.32.65.99.114.111.98.97.116.32.85.112.100.97.116.101.32.83.101.114.118.105.99.101 = STRING: "Adobe Acrobat Update Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.28.67.105.116.114.105.120.32.83.101.99.117.114.101.32.65.99.99.101.115.115.32.83.101.114.118.105.99.101 = STRING: "Citrix Secure Access Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.28.68.67.79.77.32.83.101.114.118.101.114.32.80.114.111.99.101.115.115.32.76.97.117.110.99.104.101.114 = STRING: "DCOM Server Process Launcher"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.28.69.110.99.114.121.112.116.105.110.103.32.70.105.108.101.32.83.121.115.116.101.109.32.40.69.70.83.41 = STRING: "Encrypting File System (EFS)"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.28.72.80.32.80.114.105.110.116.32.83.99.97.110.32.68.111.99.116.111.114.32.83.101.114.118.105.99.101 = STRING: "HP Print Scan Doctor Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.28.77.105.99.114.111.115.111.102.116.32.73.73.83.32.65.100.109.105.110.105.115.116.114.97.116.105.111.110 = STRING: "Microsoft IIS Administration"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.28.77.105.99.114.111.115.111.102.116.32.80.97.115.115.112.111.114.116.32.67.111.110.116.97.105.110.101.114 = STRING: "Microsoft Passport Container"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.28.82.101.109.111.116.101.32.68.101.115.107.116.111.112.32.67.111.110.102.105.103.117.114.97.116.105.111.110 = STRING: "Remote Desktop Configuration"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.28.86.77.119.97.114.101.32.65.117.116.104.111.114.105.122.97.116.105.111.110.32.83.101.114.118.105.99.101 = STRING: "VMware Authorization Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.28.116.101.115.116.115.101.114.118.105.99.101.32.195.188.195.164.195.182.195.161.195.160.32.40.49.50.51.41 = Hex-STRING: 74 65 73 74 73 65 72 76 69 63 65 20 C3 BC C3 A4 C3 B6 C3 A1 C3 A0 20 28 31 32 33 29
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.29.67.108.105.112.98.111.97.114.100.32.85.115.101.114.32.83.101.114.118.105.99.101.95.49.55.97.99.56.53 = STRING: "Clipboard User Service_17ac85"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.29.70.111.114.116.105.67.108.105.101.110.116.32.83.101.114.118.105.99.101.32.83.99.104.101.100.117.108.101.114 = STRING: "FortiClient Service Scheduler"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.29.83.111.110.105.99.87.97.108.108.32.78.101.116.69.120.116.101.110.100.101.114.32.83.101.114.118.105.99.101 = STRING: "SonicWall NetExtender Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.30.72.117.109.97.110.32.73.110.116.101.114.102.97.99.101.32.68.101.118.105.99.101.32.83.101.114.118.105.99.101 = STRING: "Human Interface Device Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.30.78.101.116.119.111.114.107.32.86.105.114.116.117.97.108.105.122.97.116.105.111.110.32.83.101.114.118.105.99.101 = STRING: "Network Virtualization Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.30.87.105.110.100.111.119.115.32.65.117.100.105.111.32.69.110.100.112.111.105.110.116.32.66.117.105.108.100.101.114 = STRING: "Windows Audio Endpoint Builder"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.31.65.112.112.108.105.99.97.116.105.111.110.32.72.111.115.116.32.72.101.108.112.101.114.32.83.101.114.118.105.99.101 = STRING: "Application Host Helper Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.31.77.105.99.114.111.115.111.102.116.32.83.116.111.114.101.32.73.110.115.116.97.108.108.32.83.101.114.118.105.99.101 = STRING: "Microsoft Store Install Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.31.77.105.99.114.111.115.111.102.116.32.85.112.100.97.116.101.32.72.101.97.108.116.104.32.83.101.114.118.105.99.101 = STRING: "Microsoft Update Health Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.31.78.101.116.119.111.114.107.32.83.116.111.114.101.32.73.110.116.101.114.102.97.99.101.32.83.101.114.118.105.99.101 = STRING: "Network Store Interface Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.31.79.112.101.110.86.80.78.32.65.103.101.110.116.32.97.103.101.110.116.95.111.118.112.110.99.111.110.110.101.99.116 = STRING: "OpenVPN Agent agent_ovpnconnect"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.31.87.105.110.100.111.119.115.32.73.109.97.103.101.32.65.99.113.117.105.115.105.116.105.111.110.32.40.87.73.65.41 = STRING: "Windows Image Acquisition (WIA)"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.31.87.105.110.100.111.119.115.32.76.105.99.101.110.115.101.32.77.97.110.97.103.101.114.32.83.101.114.118.105.99.101 = STRING: "Windows License Manager Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.32.67.108.105.101.110.116.32.76.105.99.101.110.115.101.32.83.101.114.118.105.99.101.32.40.67.108.105.112.83.86.67.41 = STRING: "Client License Service (ClipSVC)"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.32.68.105.115.116.114.105.98.117.116.101.100.32.76.105.110.107.32.84.114.97.99.107.105.110.103.32.67.108.105.101.110.116 = STRING: "Distributed Link Tracking Client"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.32.70.117.110.99.116.105.111.110.32.68.105.115.99.111.118.101.114.121.32.80.114.111.118.105.100.101.114.32.72.111.115.116 = STRING: "Function Discovery Provider Host"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.32.82.101.109.111.116.101.32.65.99.99.101.115.115.32.67.111.110.110.101.99.116.105.111.110.32.77.97.110.97.103.101.114 = STRING: "Remote Access Connection Manager"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.33.65.112.112.88.32.68.101.112.108.111.121.109.101.110.116.32.83.101.114.118.105.99.101.32.40.65.112.112.88.83.86.67.41 = STRING: "AppX Deployment Service (AppXSVC)"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.33.67.97.112.97.98.105.108.105.116.121.32.65.99.99.101.115.115.32.77.97.110.97.103.101.114.32.83.101.114.118.105.99.101 = STRING: "Capability Access Manager Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.33.73.110.116.101.114.110.101.116.32.67.111.110.110.101.99.116.105.111.110.32.83.104.97.114.105.110.103.32.40.73.67.83.41 = STRING: "Internet Connection Sharing (ICS)"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.33.83.121.115.116.101.109.32.69.118.101.110.116.32.78.111.116.105.102.105.99.97.116.105.111.110.32.83.101.114.118.105.99.101 = STRING: "System Event Notification Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.34.66.105.116.76.111.99.107.101.114.32.68.114.105.118.101.32.69.110.99.114.121.112.116.105.111.110.32.83.101.114.118.105.99.101 = STRING: "BitLocker Drive Encryption Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.34.67.111.110.110.101.99.116.101.100.32.68.101.118.105.99.101.115.32.80.108.97.116.102.111.114.109.32.83.101.114.118.105.99.101 = STRING: "Connected Devices Platform Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.34.73.110.116.101.108.40.82.41.32.80.82.79.83.101.116.47.87.105.114.101.108.101.115.115.32.69.118.101.110.116.32.76.111.103 = STRING: "Intel(R) PROSet/Wireless Event Log"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.34.87.105.110.100.111.119.115.32.77.97.110.97.103.101.109.101.110.116.32.73.110.115.116.114.117.109.101.110.116.97.116.105.111.110 = STRING: "Windows Management Instrumentation"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.35.73.75.69.32.97.110.100.32.65.117.116.104.73.80.32.73.80.115.101.99.32.75.101.121.105.110.103.32.77.111.100.117.108.101.115 = STRING: "IKE and AuthIP IPsec Keying Modules"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.35.82.101.109.111.116.101.32.80.114.111.99.101.100.117.114.101.32.67.97.108.108.32.40.82.80.67.41.32.76.111.99.97.116.111.114 = STRING: "Remote Procedure Call (RPC) Locator"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.35.83.111.110.105.99.87.97.108.108.32.67.108.105.101.110.116.32.80.114.111.116.101.99.116.105.111.110.32.83.101.114.118.105.99.101 = STRING: "SonicWall Client Protection Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.35.83.121.115.116.101.109.32.71.117.97.114.100.32.82.117.110.116.105.109.101.32.77.111.110.105.116.111.114.32.66.114.111.107.101.114 = STRING: "System Guard Runtime Monitor Broker"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.35.83.121.115.116.101.109.32.73.110.116.101.114.102.97.99.101.32.70.111.117.110.100.97.116.105.111.110.32.83.101.114.118.105.99.101 = STRING: "System Interface Foundation Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.36.68.101.118.81.117.101.114.121.32.66.97.99.107.103.114.111.117.110.100.32.68.105.115.99.111.118.101.114.121.32.66.114.111.107.101.114 = STRING: "DevQuery Background Discovery Broker"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.36.77.105.99.114.111.115.111.102.116.32.68.101.102.101.110.100.101.114.32.65.110.116.105.118.105.114.117.115.32.83.101.114.118.105.99.101 = STRING: "Microsoft Defender Antivirus Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.37.67.105.116.114.105.120.32.83.101.99.117.114.101.32.65.99.99.101.115.115.32.65.108.119.97.121.115.79.110.32.83.101.114.118.105.99.101 = STRING: "Citrix Secure Access AlwaysOn Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.37.77.105.99.114.111.115.111.102.116.32.73.110.116.117.110.101.32.77.97.110.97.103.101.109.101.110.116.32.69.120.116.101.110.115.105.111.110 = STRING: "Microsoft Intune Management Extension"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.37.77.105.99.114.111.115.111.102.116.32.79.102.102.105.99.101.32.67.108.105.99.107.45.116.111.45.82.117.110.32.83.101.114.118.105.99.101 = STRING: "Microsoft Office Click-to-Run Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.37.77.105.99.114.111.115.111.102.116.32.87.105.110.100.111.119.115.32.83.77.83.32.82.111.117.116.101.114.32.83.101.114.118.105.99.101.46 = STRING: "Microsoft Windows SMS Router Service."
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.39.66.97.99.107.103.114.111.117.110.100.32.84.97.115.107.115.32.73.110.102.114.97.115.116.114.117.99.116.117.114.101.32.83.101.114.118.105.99.101 = STRING: "Background Tasks Infrastructure Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.39.70.117.110.99.116.105.111.110.32.68.105.115.99.111.118.101.114.121.32.82.101.115.111.117.114.99.101.32.80.117.98.108.105.99.97.116.105.111.110 = STRING: "Function Discovery Resource Publication"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.39.80.114.111.103.114.97.109.32.67.111.109.112.97.116.105.98.105.108.105.116.121.32.65.115.115.105.115.116.97.110.116.32.83.101.114.118.105.99.101 = STRING: "Program Compatibility Assistant Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.40.67.111.110.110.101.99.116.101.100.32.85.115.101.114.32.69.120.112.101.114.105.101.110.99.101.115.32.97.110.100.32.84.101.108.101.109.101.116.114.121 = STRING: "Connected User Experiences and Telemetry"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.40.73.110.116.101.108.40.82.41.32.67.111.110.116.101.110.116.32.80.114.111.116.101.99.116.105.111.110.32.72.68.67.80.32.83.101.114.118.105.99.101 = STRING: "Intel(R) Content Protection HDCP Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.40.73.110.116.101.108.40.82.41.32.67.111.110.116.101.110.116.32.80.114.111.116.101.99.116.105.111.110.32.72.69.67.73.32.83.101.114.118.105.99.101 = STRING: "Intel(R) Content Protection HECI Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.40.73.110.116.101.108.40.82.41.32.71.114.97.112.104.105.99.115.32.67.111.109.109.97.110.100.32.67.101.110.116.101.114.32.83.101.114.118.105.99.101 = STRING: "Intel(R) Graphics Command Center Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.40.83.101.99.117.114.101.32.83.111.99.107.101.116.32.84.117.110.110.101.108.105.110.103.32.80.114.111.116.111.99.111.108.32.83.101.114.118.105.99.101 = STRING: "Secure Socket Tunneling Protocol Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.40.87.105.110.72.84.84.80.32.87.101.98.32.80.114.111.120.121.32.65.117.116.111.45.68.105.115.99.111.118.101.114.121.32.83.101.114.118.105.99.101 = STRING: "WinHTTP Web Proxy Auto-Discovery Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.41.87.105.110.100.111.119.115.32.80.117.115.104.32.78.111.116.105.102.105.99.97.116.105.111.110.115.32.83.121.115.116.101.109.32.83.101.114.118.105.99.101 = STRING: "Windows Push Notifications System Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.42.73.110.116.101.108.40.82.41.32.72.68.32.71.114.97.112.104.105.99.115.32.67.111.110.116.114.111.108.32.80.97.110.101.108.32.83.101.114.118.105.99.101 = STRING: "Intel(R) HD Graphics Control Panel Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.43.76.101.110.111.118.111.32.73.110.116.101.108.108.105.103.101.110.116.32.84.104.101.114.109.97.108.32.83.111.108.117.116.105.111.110.32.83.101.114.118.105.99.101 = STRING: "Lenovo Intelligent Thermal Solution Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.44.84.111.117.99.104.32.75.101.121.98.111.97.114.100.32.97.110.100.32.72.97.110.100.119.114.105.116.105.110.103.32.80.97.110.101.108.32.83.101.114.118.105.99.101 = STRING: "Touch Keyboard and Handwriting Panel Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.46.67.111.110.110.101.99.116.101.100.32.68.101.118.105.99.101.115.32.80.108.97.116.102.111.114.109.32.85.115.101.114.32.83.101.114.118.105.99.101.95.49.55.97.99.56.53 = STRING: "Connected Devices Platform User Service_17ac85"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.46.87.105.110.100.111.119.115.32.80.117.115.104.32.78.111.116.105.102.105.99.97.116.105.111.110.115.32.85.115.101.114.32.83.101.114.118.105.99.101.95.49.55.97.99.56.53 = STRING: "Windows Push Notifications User Service_17ac85"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.48.82.101.109.111.116.101.32.68.101.115.107.116.111.112.32.83.101.114.118.105.99.101.115.32.85.115.101.114.77.111.100.101.32.80.111.114.116.32.82.101.100.105.114.101.99.116.111.114 = STRING: "Remote Desktop Services UserMode Port Redirector"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.50.87.105.110.100.111.119.115.32.80.114.101.115.101.110.116.97.116.105.111.110.32.70.111.117.110.100.97.116.105.111.110.32.70.111.110.116.32.67.97.99.104.101.32.51.46.48.46.48.46.48 = STRING: "Windows Presentation Foundation Font Cache 3.0.0.0"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.51.87.105.110.100.111.119.115.32.68.101.102.101.110.100.101.114.32.65.100.118.97.110.99.101.100.32.84.104.114.101.97.116.32.80.114.111.116.101.99.116.105.111.110.32.83.101.114.118.105.99.101 = STRING: "Windows Defender Advanced Threat Protection Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.52.73.110.116.101.108.40.82.41.32.77.97.110.97.103.101.109.101.110.116.32.69.110.103.105.110.101.32.87.77.73.32.80.114.111.118.105.100.101.114.32.82.101.103.105.115.116.114.97.116.105.111.110 = STRING: "Intel(R) Management Engine WMI Provider Registration"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.55.73.110.116.101.108.40.82.41.32.68.121.110.97.109.105.99.32.80.108.97.116.102.111.114.109.32.97.110.100.32.84.104.101.114.109.97.108.32.70.114.97.109.101.119.111.114.107.32.115.101.114.118.105.99.101 = STRING: "Intel(R) Dynamic Platform and Thermal Framework service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.55.77.105.99.114.111.115.111.102.116.32.68.101.102.101.110.100.101.114.32.65.110.116.105.118.105.114.117.115.32.78.101.116.119.111.114.107.32.73.110.115.112.101.99.116.105.111.110.32.83.101.114.118.105.99.101 = STRING: "Microsoft Defender Antivirus Network Inspection Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.58.73.110.116.101.108.40.82.41.32.68.121.110.97.109.105.99.32.65.112.112.108.105.99.97.116.105.111.110.32.76.111.97.100.101.114.32.72.111.115.116.32.73.110.116.101.114.102.97.99.101.32.83.101.114.118.105.99.101 = STRING: "Intel(R) Dynamic Application Loader Host Interface Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.69.73.110.116.101.108.40.82.41.32.77.97.110.97.103.101.109.101.110.116.32.97.110.100.32.83.101.99.117.114.105.116.121.32.65.112.112.108.105.99.97.116.105.111.110.32.76.111.99.97.108.32.77.97.110.97.103.101.109.101.110.116.32.83.101.114.118.105.99.101 = STRING: "Intel(R) Management and Security Application Local Management Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.82.68.101.118.105.99.101.32.77.97.110.97.103.101.109.101.110.116.32.87.105.114.101.108.101.115.115.32.65.112.112.108.105.99.97.116.105.111.110.32.80.114.111.116.111.99.111.108.32.40.87.65.80.41.32.80.117.115.104.32.109.101.115.115.97.103.101.32.82.111.117.116.105.110.103.32.83.101.114.118.105.99.101 = STRING: "Device Management Wireless Application Protocol (WAP) Push message Routing Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.5.80.68.70.50.52 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.5.80.111.119.101.114 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.6.80.97.110.71.80.83 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.6.83.101.114.118.101.114 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.6.84.104.101.109.101.115 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.7.83.121.115.77.97.105.110 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.9.65.112.115.73.110.115.83.118.99 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.9.73.80.32.72.101.108.112.101.114 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.9.84.101.108.101.112.104.111.110.121 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.9.87.101.98.67.108.105.101.110.116 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.10.68.78.83.32.67.108.105.101.110.116 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.10.68.97.116.97.32.85.115.97.103.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.10.83.109.97.114.116.32.67.97.114.100 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.11.68.72.67.80.32.67.108.105.101.110.116 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.11.83.121.85.73.85.69.120.116.83.118.99 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.11.84.105.109.101.32.66.114.111.107.101.114 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.11.87.111.114.107.115.116.97.116.105.111.110 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.12.69.108.97.110.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.12.83.78.77.80.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.12.85.115.101.114.32.77.97.110.97.103.101.114 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.13.65.86.67.84.80.32.115.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.13.67.111.114.101.77.101.115.115.97.103.105.110.103 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.13.76.111.103.105.32.79.112.116.105.111.110.115.43 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.13.80.104.111.110.101.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.13.80.108.117.103.32.97.110.100.32.80.108.97.121 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.13.80.114.105.110.116.32.83.112.111.111.108.101.114 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.13.87.105.110.100.111.119.115.32.65.117.100.105.111 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.14.83.83.68.80.32.68.105.115.99.111.118.101.114.121 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.14.84.97.115.107.32.83.99.104.101.100.117.108.101.114 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.14.87.105.110.100.111.119.115.32.66.97.99.107.117.112 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.14.87.105.110.100.111.119.115.32.83.101.97.114.99.104 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.15.83.101.99.117.114.105.116.121.32.67.101.110.116.101.114 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.15.83.116.111.114.97.103.101.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.15.87.76.65.78.32.65.117.116.111.67.111.110.102.105.103 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.15.87.87.65.78.32.65.117.116.111.67.111.110.102.105.103 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.16.83.121.110.99.32.72.111.115.116.95.49.55.97.99.56.53 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.17.67.78.71.32.75.101.121.32.73.115.111.108.97.116.105.111.110 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.17.67.79.77.43.32.69.118.101.110.116.32.83.121.115.116.101.109 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.17.76.101.110.111.118.111.32.80.77.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.17.87.105.110.100.111.119.115.32.69.118.101.110.116.32.76.111.103 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.18.67.114.101.100.101.110.116.105.97.108.32.77.97.110.97.103.101.114 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.18.73.80.115.101.99.32.80.111.108.105.99.121.32.65.103.101.110.116 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.18.77.105.99.114.111.115.111.102.116.32.80.97.115.115.112.111.114.116 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.18.86.77.119.97.114.101.32.78.65.84.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.19.67.111.110.116.97.99.116.32.68.97.116.97.95.49.55.97.99.56.53 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.19.71.101.111.108.111.99.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.19.82.80.67.32.69.110.100.112.111.105.110.116.32.77.97.112.112.101.114 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.19.86.77.119.97.114.101.32.68.72.67.80.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.19.87.101.98.32.65.99.99.111.117.110.116.32.77.97.110.97.103.101.114 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.20.65.112.112.108.105.99.97.116.105.111.110.32.73.100.101.110.116.105.116.121 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.20.68.97.116.97.32.83.104.97.114.105.110.103.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.20.72.111.115.116.32.78.101.116.119.111.114.107.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.20.76.101.110.111.118.111.86.97.110.116.97.103.101.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.20.78.101.116.119.111.114.107.32.76.105.115.116.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.20.80.114.105.110.116.87.111.114.107.102.108.111.119.95.49.55.97.99.56.53 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.20.83.121.115.116.101.109.32.69.118.101.110.116.115.32.66.114.111.107.101.114 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.20.85.115.101.114.32.80.114.111.102.105.108.101.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.21.66.97.115.101.32.70.105.108.116.101.114.105.110.103.32.69.110.103.105.110.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.21.69.112.115.111.110.32.83.99.97.110.110.101.114.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.21.70.105.114.109.119.97.114.101.85.112.100.97.116.101.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.21.70.117.115.105.111.110.73.110.118.101.110.116.111.114.121.32.65.103.101.110.116 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.21.76.111.99.97.108.32.83.101.115.115.105.111.110.32.77.97.110.97.103.101.114 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.21.82.101.97.108.116.101.107.32.65.117.100.105.111.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.21.83.81.76.32.83.101.114.118.101.114.32.86.83.83.32.87.114.105.116.101.114 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.21.84.67.80.47.73.80.32.78.101.116.66.73.79.83.32.72.101.108.112.101.114 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.22.67.114.121.112.116.111.103.114.97.112.104.105.99.32.83.101.114.118.105.99.101.115 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.22.68.105.115.112.108.97.121.32.80.111.108.105.99.121.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.22.68.111.108.98.121.32.68.65.88.50.32.65.80.73.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.23.65.112.112.108.105.99.97.116.105.111.110.32.73.110.102.111.114.109.97.116.105.111.110 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.23.67.101.114.116.105.102.105.99.97.116.101.32.80.114.111.112.97.103.97.116.105.111.110 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.23.67.104.101.114.114.121.32.68.101.118.105.99.101.32.73.110.116.101.114.102.97.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.23.68.105.97.103.110.111.115.116.105.99.32.83.101.114.118.105.99.101.32.72.111.115.116 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.23.82.101.109.111.116.101.32.68.101.115.107.116.111.112.32.83.101.114.118.105.99.101.115 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.23.84.104.117.110.100.101.114.98.111.108.116.40.84.77.41.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.23.85.115.101.114.32.68.97.116.97.32.65.99.99.101.115.115.95.49.55.97.99.56.53 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.24.82.97.100.105.111.32.77.97.110.97.103.101.109.101.110.116.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.24.83.104.101.108.108.32.72.97.114.100.119.97.114.101.32.68.101.116.101.99.116.105.111.110 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.24.83.116.97.116.101.32.82.101.112.111.115.105.116.111.114.121.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.24.85.115.101.114.32.68.97.116.97.32.83.116.111.114.97.103.101.95.49.55.97.99.56.53 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.24.87.105.110.100.111.119.115.32.83.101.99.117.114.105.116.121.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.25.68.105.97.103.110.111.115.116.105.99.32.80.111.108.105.99.121.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.25.76.101.110.111.118.111.32.69.97.115.121.82.101.115.117.109.101.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.25.78.101.116.119.111.114.107.32.67.111.110.110.101.99.116.105.111.110.32.66.114.111.107.101.114 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.25.83.101.99.117.114.105.116.121.32.65.99.99.111.117.110.116.115.32.77.97.110.97.103.101.114 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.25.87.97.116.99.104.71.117.97.114.100.32.83.83.76.86.80.78.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.25.87.105.110.100.111.119.115.32.66.105.111.109.101.116.114.105.99.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.25.87.105.110.100.111.119.115.32.68.101.102.101.110.100.101.114.32.70.105.114.101.119.97.108.108 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.26.68.101.118.105.99.101.32.65.115.115.111.99.105.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.26.78.101.116.119.111.114.107.32.76.111.99.97.116.105.111.110.32.65.119.97.114.101.110.101.115.115 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.26.87.105.110.100.111.119.115.32.67.111.110.110.101.99.116.105.111.110.32.77.97.110.97.103.101.114 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.26.87.105.110.100.111.119.115.32.70.111.110.116.32.67.97.99.104.101.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.27.68.105.115.112.108.97.121.32.69.110.104.97.110.99.101.109.101.110.116.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.27.76.101.110.111.118.111.32.72.111.116.107.101.121.32.67.108.105.101.110.116.32.76.111.97.100.101.114 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.27.78.83.67.108.105.101.110.116.43.43.32.77.111.110.105.116.111.114.105.110.103.32.65.103.101.110.116 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.27.79.112.101.110.86.80.78.32.73.110.116.101.114.97.99.116.105.118.101.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.27.80.97.121.109.101.110.116.115.32.97.110.100.32.78.70.67.47.83.69.32.77.97.110.97.103.101.114 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.27.82.101.109.111.116.101.32.80.114.111.99.101.100.117.114.101.32.67.97.108.108.32.40.82.80.67.41 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.27.85.112.100.97.116.101.32.79.114.99.104.101.115.116.114.97.116.111.114.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.28.65.100.111.98.101.32.65.99.114.111.98.97.116.32.85.112.100.97.116.101.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.28.67.105.116.114.105.120.32.83.101.99.117.114.101.32.65.99.99.101.115.115.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.28.68.67.79.77.32.83.101.114.118.101.114.32.80.114.111.99.101.115.115.32.76.97.117.110.99.104.101.114 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.28.69.110.99.114.121.112.116.105.110.103.32.70.105.108.101.32.83.121.115.116.101.109.32.40.69.70.83.41 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.28.72.80.32.80.114.105.110.116.32.83.99.97.110.32.68.111.99.116.111.114.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.28.77.105.99.114.111.115.111.102.116.32.73.73.83.32.65.100.109.105.110.105.115.116.114.97.116.105.111.110 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.28.77.105.99.114.111.115.111.102.116.32.80.97.115.115.112.111.114.116.32.67.111.110.116.97.105.110.101.114 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.28.82.101.109.111.116.101.32.68.101.115.107.116.111.112.32.67.111.110.102.105.103.117.114.97.116.105.111.110 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.28.86.77.119.97.114.101.32.65.117.116.104.111.114.105.122.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.28.116.101.115.116.115.101.114.118.105.99.101.32.195.188.195.164.195.182.195.161.195.160.32.40.49.50.51.41 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.29.67.108.105.112.98.111.97.114.100.32.85.115.101.114.32.83.101.114.118.105.99.101.95.49.55.97.99.56.53 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.29.70.111.114.116.105.67.108.105.101.110.116.32.83.101.114.118.105.99.101.32.83.99.104.101.100.117.108.101.114 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.29.83.111.110.105.99.87.97.108.108.32.78.101.116.69.120.116.101.110.100.101.114.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.30.72.117.109.97.110.32.73.110.116.101.114.102.97.99.101.32.68.101.118.105.99.101.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.30.78.101.116.119.111.114.107.32.86.105.114.116.117.97.108.105.122.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.30.87.105.110.100.111.119.115.32.65.117.100.105.111.32.69.110.100.112.111.105.110.116.32.66.117.105.108.100.101.114 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.31.65.112.112.108.105.99.97.116.105.111.110.32.72.111.115.116.32.72.101.108.112.101.114.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.31.77.105.99.114.111.115.111.102.116.32.83.116.111.114.101.32.73.110.115.116.97.108.108.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.31.77.105.99.114.111.115.111.102.116.32.85.112.100.97.116.101.32.72.101.97.108.116.104.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.31.78.101.116.119.111.114.107.32.83.116.111.114.101.32.73.110.116.101.114.102.97.99.101.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.31.79.112.101.110.86.80.78.32.65.103.101.110.116.32.97.103.101.110.116.95.111.118.112.110.99.111.110.110.101.99.116 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.31.87.105.110.100.111.119.115.32.73.109.97.103.101.32.65.99.113.117.105.115.105.116.105.111.110.32.40.87.73.65.41 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.31.87.105.110.100.111.119.115.32.76.105.99.101.110.115.101.32.77.97.110.97.103.101.114.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.32.67.108.105.101.110.116.32.76.105.99.101.110.115.101.32.83.101.114.118.105.99.101.32.40.67.108.105.112.83.86.67.41 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.32.68.105.115.116.114.105.98.117.116.101.100.32.76.105.110.107.32.84.114.97.99.107.105.110.103.32.67.108.105.101.110.116 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.32.70.117.110.99.116.105.111.110.32.68.105.115.99.111.118.101.114.121.32.80.114.111.118.105.100.101.114.32.72.111.115.116 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.32.82.101.109.111.116.101.32.65.99.99.101.115.115.32.67.111.110.110.101.99.116.105.111.110.32.77.97.110.97.103.101.114 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.33.65.112.112.88.32.68.101.112.108.111.121.109.101.110.116.32.83.101.114.118.105.99.101.32.40.65.112.112.88.83.86.67.41 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.33.67.97.112.97.98.105.108.105.116.121.32.65.99.99.101.115.115.32.77.97.110.97.103.101.114.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.33.73.110.116.101.114.110.101.116.32.67.111.110.110.101.99.116.105.111.110.32.83.104.97.114.105.110.103.32.40.73.67.83.41 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.33.83.121.115.116.101.109.32.69.118.101.110.116.32.78.111.116.105.102.105.99.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.34.66.105.116.76.111.99.107.101.114.32.68.114.105.118.101.32.69.110.99.114.121.112.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.34.67.111.110.110.101.99.116.101.100.32.68.101.118.105.99.101.115.32.80.108.97.116.102.111.114.109.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.34.73.110.116.101.108.40.82.41.32.80.82.79.83.101.116.47.87.105.114.101.108.101.115.115.32.69.118.101.110.116.32.76.111.103 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.34.87.105.110.100.111.119.115.32.77.97.110.97.103.101.109.101.110.116.32.73.110.115.116.114.117.109.101.110.116.97.116.105.111.110 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.35.73.75.69.32.97.110.100.32.65.117.116.104.73.80.32.73.80.115.101.99.32.75.101.121.105.110.103.32.77.111.100.117.108.101.115 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.35.82.101.109.111.116.101.32.80.114.111.99.101.100.117.114.101.32.67.97.108.108.32.40.82.80.67.41.32.76.111.99.97.116.111.114 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.35.83.111.110.105.99.87.97.108.108.32.67.108.105.101.110.116.32.80.114.111.116.101.99.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.35.83.121.115.116.101.109.32.71.117.97.114.100.32.82.117.110.116.105.109.101.32.77.111.110.105.116.111.114.32.66.114.111.107.101.114 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.35.83.121.115.116.101.109.32.73.110.116.101.114.102.97.99.101.32.70.111.117.110.100.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.36.68.101.118.81.117.101.114.121.32.66.97.99.107.103.114.111.117.110.100.32.68.105.115.99.111.118.101.114.121.32.66.114.111.107.101.114 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.36.77.105.99.114.111.115.111.102.116.32.68.101.102.101.110.100.101.114.32.65.110.116.105.118.105.114.117.115.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.37.67.105.116.114.105.120.32.83.101.99.117.114.101.32.65.99.99.101.115.115.32.65.108.119.97.121.115.79.110.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.37.77.105.99.114.111.115.111.102.116.32.73.110.116.117.110.101.32.77.97.110.97.103.101.109.101.110.116.32.69.120.116.101.110.115.105.111.110 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.37.77.105.99.114.111.115.111.102.116.32.79.102.102.105.99.101.32.67.108.105.99.107.45.116.111.45.82.117.110.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.37.77.105.99.114.111.115.111.102.116.32.87.105.110.100.111.119.115.32.83.77.83.32.82.111.117.116.101.114.32.83.101.114.118.105.99.101.46 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.39.66.97.99.107.103.114.111.117.110.100.32.84.97.115.107.115.32.73.110.102.114.97.115.116.114.117.99.116.117.114.101.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.39.70.117.110.99.116.105.111.110.32.68.105.115.99.111.118.101.114.121.32.82.101.115.111.117.114.99.101.32.80.117.98.108.105.99.97.116.105.111.110 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.39.80.114.111.103.114.97.109.32.67.111.109.112.97.116.105.98.105.108.105.116.121.32.65.115.115.105.115.116.97.110.116.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.40.67.111.110.110.101.99.116.101.100.32.85.115.101.114.32.69.120.112.101.114.105.101.110.99.101.115.32.97.110.100.32.84.101.108.101.109.101.116.114.121 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.40.73.110.116.101.108.40.82.41.32.67.111.110.116.101.110.116.32.80.114.111.116.101.99.116.105.111.110.32.72.68.67.80.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.40.73.110.116.101.108.40.82.41.32.67.111.110.116.101.110.116.32.80.114.111.116.101.99.116.105.111.110.32.72.69.67.73.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.40.73.110.116.101.108.40.82.41.32.71.114.97.112.104.105.99.115.32.67.111.109.109.97.110.100.32.67.101.110.116.101.114.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.40.83.101.99.117.114.101.32.83.111.99.107.101.116.32.84.117.110.110.101.108.105.110.103.32.80.114.111.116.111.99.111.108.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.40.87.105.110.72.84.84.80.32.87.101.98.32.80.114.111.120.121.32.65.117.116.111.45.68.105.115.99.111.118.101.114.121.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.41.87.105.110.100.111.119.115.32.80.117.115.104.32.78.111.116.105.102.105.99.97.116.105.111.110.115.32.83.121.115.116.101.109.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.42.73.110.116.101.108.40.82.41.32.72.68.32.71.114.97.112.104.105.99.115.32.67.111.110.116.114.111.108.32.80.97.110.101.108.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.43.76.101.110.111.118.111.32.73.110.116.101.108.108.105.103.101.110.116.32.84.104.101.114.109.97.108.32.83.111.108.117.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.44.84.111.117.99.104.32.75.101.121.98.111.97.114.100.32.97.110.100.32.72.97.110.100.119.114.105.116.105.110.103.32.80.97.110.101.108.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.46.67.111.110.110.101.99.116.101.100.32.68.101.118.105.99.101.115.32.80.108.97.116.102.111.114.109.32.85.115.101.114.32.83.101.114.118.105.99.101.95.49.55.97.99.56.53 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.46.87.105.110.100.111.119.115.32.80.117.115.104.32.78.111.116.105.102.105.99.97.116.105.111.110.115.32.85.115.101.114.32.83.101.114.118.105.99.101.95.49.55.97.99.56.53 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.48.82.101.109.111.116.101.32.68.101.115.107.116.111.112.32.83.101.114.118.105.99.101.115.32.85.115.101.114.77.111.100.101.32.80.111.114.116.32.82.101.100.105.114.101.99.116.111.114 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.50.87.105.110.100.111.119.115.32.80.114.101.115.101.110.116.97.116.105.111.110.32.70.111.117.110.100.97.116.105.111.110.32.70.111.110.116.32.67.97.99.104.101.32.51.46.48.46.48.46.48 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.51.87.105.110.100.111.119.115.32.68.101.102.101.110.100.101.114.32.65.100.118.97.110.99.101.100.32.84.104.114.101.97.116.32.80.114.111.116.101.99.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.52.73.110.116.101.108.40.82.41.32.77.97.110.97.103.101.109.101.110.116.32.69.110.103.105.110.101.32.87.77.73.32.80.114.111.118.105.100.101.114.32.82.101.103.105.115.116.114.97.116.105.111.110 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.55.73.110.116.101.108.40.82.41.32.68.121.110.97.109.105.99.32.80.108.97.116.102.111.114.109.32.97.110.100.32.84.104.101.114.109.97.108.32.70.114.97.109.101.119.111.114.107.32.115.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.55.77.105.99.114.111.115.111.102.116.32.68.101.102.101.110.100.101.114.32.65.110.116.105.118.105.114.117.115.32.78.101.116.119.111.114.107.32.73.110.115.112.101.99.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.58.73.110.116.101.108.40.82.41.32.68.121.110.97.109.105.99.32.65.112.112.108.105.99.97.116.105.111.110.32.76.111.97.100.101.114.32.72.111.115.116.32.73.110.116.101.114.102.97.99.101.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.69.73.110.116.101.108.40.82.41.32.77.97.110.97.103.101.109.101.110.116.32.97.110.100.32.83.101.99.117.114.105.116.121.32.65.112.112.108.105.99.97.116.105.111.110.32.76.111.99.97.108.32.77.97.110.97.103.101.109.101.110.116.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.82.68.101.118.105.99.101.32.77.97.110.97.103.101.109.101.110.116.32.87.105.114.101.108.101.115.115.32.65.112.112.108.105.99.97.116.105.111.110.32.80.114.111.116.111.99.111.108.32.40.87.65.80.41.32.80.117.115.104.32.109.101.115.115.97.103.101.32.82.111.117.116.105.110.103.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.5.80.68.70.50.52 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.5.80.111.119.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.6.80.97.110.71.80.83 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.6.83.101.114.118.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.6.84.104.101.109.101.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.7.83.121.115.77.97.105.110 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.9.65.112.115.73.110.115.83.118.99 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.9.73.80.32.72.101.108.112.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.9.84.101.108.101.112.104.111.110.121 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.9.87.101.98.67.108.105.101.110.116 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.10.68.78.83.32.67.108.105.101.110.116 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.10.68.97.116.97.32.85.115.97.103.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.10.83.109.97.114.116.32.67.97.114.100 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.11.68.72.67.80.32.67.108.105.101.110.116 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.11.83.121.85.73.85.69.120.116.83.118.99 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.11.84.105.109.101.32.66.114.111.107.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.11.87.111.114.107.115.116.97.116.105.111.110 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.12.69.108.97.110.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.12.83.78.77.80.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.12.85.115.101.114.32.77.97.110.97.103.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.13.65.86.67.84.80.32.115.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.13.67.111.114.101.77.101.115.115.97.103.105.110.103 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.13.76.111.103.105.32.79.112.116.105.111.110.115.43 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.13.80.104.111.110.101.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.13.80.108.117.103.32.97.110.100.32.80.108.97.121 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.13.80.114.105.110.116.32.83.112.111.111.108.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.13.87.105.110.100.111.119.115.32.65.117.100.105.111 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.14.83.83.68.80.32.68.105.115.99.111.118.101.114.121 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.14.84.97.115.107.32.83.99.104.101.100.117.108.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.14.87.105.110.100.111.119.115.32.66.97.99.107.117.112 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.14.87.105.110.100.111.119.115.32.83.101.97.114.99.104 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.15.83.101.99.117.114.105.116.121.32.67.101.110.116.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.15.83.116.111.114.97.103.101.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.15.87.76.65.78.32.65.117.116.111.67.111.110.102.105.103 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.15.87.87.65.78.32.65.117.116.111.67.111.110.102.105.103 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.16.83.121.110.99.32.72.111.115.116.95.49.55.97.99.56.53 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.17.67.78.71.32.75.101.121.32.73.115.111.108.97.116.105.111.110 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.17.67.79.77.43.32.69.118.101.110.116.32.83.121.115.116.101.109 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.17.76.101.110.111.118.111.32.80.77.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.17.87.105.110.100.111.119.115.32.69.118.101.110.116.32.76.111.103 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.18.67.114.101.100.101.110.116.105.97.108.32.77.97.110.97.103.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.18.73.80.115.101.99.32.80.111.108.105.99.121.32.65.103.101.110.116 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.18.77.105.99.114.111.115.111.102.116.32.80.97.115.115.112.111.114.116 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.18.86.77.119.97.114.101.32.78.65.84.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.19.67.111.110.116.97.99.116.32.68.97.116.97.95.49.55.97.99.56.53 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.19.71.101.111.108.111.99.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.19.82.80.67.32.69.110.100.112.111.105.110.116.32.77.97.112.112.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.19.86.77.119.97.114.101.32.68.72.67.80.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.19.87.101.98.32.65.99.99.111.117.110.116.32.77.97.110.97.103.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.20.65.112.112.108.105.99.97.116.105.111.110.32.73.100.101.110.116.105.116.121 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.20.68.97.116.97.32.83.104.97.114.105.110.103.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.20.72.111.115.116.32.78.101.116.119.111.114.107.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.20.76.101.110.111.118.111.86.97.110.116.97.103.101.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.20.78.101.116.119.111.114.107.32.76.105.115.116.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.20.80.114.105.110.116.87.111.114.107.102.108.111.119.95.49.55.97.99.56.53 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.20.83.121.115.116.101.109.32.69.118.101.110.116.115.32.66.114.111.107.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.20.85.115.101.114.32.80.114.111.102.105.108.101.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.21.66.97.115.101.32.70.105.108.116.101.114.105.110.103.32.69.110.103.105.110.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.21.69.112.115.111.110.32.83.99.97.110.110.101.114.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.21.70.105.114.109.119.97.114.101.85.112.100.97.116.101.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.21.70.117.115.105.111.110.73.110.118.101.110.116.111.114.121.32.65.103.101.110.116 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.21.76.111.99.97.108.32.83.101.115.115.105.111.110.32.77.97.110.97.103.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.21.82.101.97.108.116.101.107.32.65.117.100.105.111.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.21.83.81.76.32.83.101.114.118.101.114.32.86.83.83.32.87.114.105.116.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.21.84.67.80.47.73.80.32.78.101.116.66.73.79.83.32.72.101.108.112.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.22.67.114.121.112.116.111.103.114.97.112.104.105.99.32.83.101.114.118.105.99.101.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.22.68.105.115.112.108.97.121.32.80.111.108.105.99.121.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.22.68.111.108.98.121.32.68.65.88.50.32.65.80.73.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.23.65.112.112.108.105.99.97.116.105.111.110.32.73.110.102.111.114.109.97.116.105.111.110 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.23.67.101.114.116.105.102.105.99.97.116.101.32.80.114.111.112.97.103.97.116.105.111.110 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.23.67.104.101.114.114.121.32.68.101.118.105.99.101.32.73.110.116.101.114.102.97.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.23.68.105.97.103.110.111.115.116.105.99.32.83.101.114.118.105.99.101.32.72.111.115.116 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.23.82.101.109.111.116.101.32.68.101.115.107.116.111.112.32.83.101.114.118.105.99.101.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.23.84.104.117.110.100.101.114.98.111.108.116.40.84.77.41.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.23.85.115.101.114.32.68.97.116.97.32.65.99.99.101.115.115.95.49.55.97.99.56.53 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.24.82.97.100.105.111.32.77.97.110.97.103.101.109.101.110.116.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.24.83.104.101.108.108.32.72.97.114.100.119.97.114.101.32.68.101.116.101.99.116.105.111.110 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.24.83.116.97.116.101.32.82.101.112.111.115.105.116.111.114.121.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.24.85.115.101.114.32.68.97.116.97.32.83.116.111.114.97.103.101.95.49.55.97.99.56.53 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.24.87.105.110.100.111.119.115.32.83.101.99.117.114.105.116.121.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.25.68.105.97.103.110.111.115.116.105.99.32.80.111.108.105.99.121.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.25.76.101.110.111.118.111.32.69.97.115.121.82.101.115.117.109.101.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.25.78.101.116.119.111.114.107.32.67.111.110.110.101.99.116.105.111.110.32.66.114.111.107.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.25.83.101.99.117.114.105.116.121.32.65.99.99.111.117.110.116.115.32.77.97.110.97.103.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.25.87.97.116.99.104.71.117.97.114.100.32.83.83.76.86.80.78.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.25.87.105.110.100.111.119.115.32.66.105.111.109.101.116.114.105.99.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.25.87.105.110.100.111.119.115.32.68.101.102.101.110.100.101.114.32.70.105.114.101.119.97.108.108 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.26.68.101.118.105.99.101.32.65.115.115.111.99.105.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.26.78.101.116.119.111.114.107.32.76.111.99.97.116.105.111.110.32.65.119.97.114.101.110.101.115.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.26.87.105.110.100.111.119.115.32.67.111.110.110.101.99.116.105.111.110.32.77.97.110.97.103.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.26.87.105.110.100.111.119.115.32.70.111.110.116.32.67.97.99.104.101.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.27.68.105.115.112.108.97.121.32.69.110.104.97.110.99.101.109.101.110.116.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.27.76.101.110.111.118.111.32.72.111.116.107.101.121.32.67.108.105.101.110.116.32.76.111.97.100.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.27.78.83.67.108.105.101.110.116.43.43.32.77.111.110.105.116.111.114.105.110.103.32.65.103.101.110.116 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.27.79.112.101.110.86.80.78.32.73.110.116.101.114.97.99.116.105.118.101.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.27.80.97.121.109.101.110.116.115.32.97.110.100.32.78.70.67.47.83.69.32.77.97.110.97.103.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.27.82.101.109.111.116.101.32.80.114.111.99.101.100.117.114.101.32.67.97.108.108.32.40.82.80.67.41 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.27.85.112.100.97.116.101.32.79.114.99.104.101.115.116.114.97.116.111.114.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.28.65.100.111.98.101.32.65.99.114.111.98.97.116.32.85.112.100.97.116.101.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.28.67.105.116.114.105.120.32.83.101.99.117.114.101.32.65.99.99.101.115.115.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.28.68.67.79.77.32.83.101.114.118.101.114.32.80.114.111.99.101.115.115.32.76.97.117.110.99.104.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.28.69.110.99.114.121.112.116.105.110.103.32.70.105.108.101.32.83.121.115.116.101.109.32.40.69.70.83.41 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.28.72.80.32.80.114.105.110.116.32.83.99.97.110.32.68.111.99.116.111.114.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.28.77.105.99.114.111.115.111.102.116.32.73.73.83.32.65.100.109.105.110.105.115.116.114.97.116.105.111.110 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.28.77.105.99.114.111.115.111.102.116.32.80.97.115.115.112.111.114.116.32.67.111.110.116.97.105.110.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.28.82.101.109.111.116.101.32.68.101.115.107.116.111.112.32.67.111.110.102.105.103.117.114.97.116.105.111.110 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.28.86.77.119.97.114.101.32.65.117.116.104.111.114.105.122.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.28.116.101.115.116.115.101.114.118.105.99.101.32.195.188.195.164.195.182.195.161.195.160.32.40.49.50.51.41 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.29.67.108.105.112.98.111.97.114.100.32.85.115.101.114.32.83.101.114.118.105.99.101.95.49.55.97.99.56.53 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.29.70.111.114.116.105.67.108.105.101.110.116.32.83.101.114.118.105.99.101.32.83.99.104.101.100.117.108.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.29.83.111.110.105.99.87.97.108.108.32.78.101.116.69.120.116.101.110.100.101.114.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.30.72.117.109.97.110.32.73.110.116.101.114.102.97.99.101.32.68.101.118.105.99.101.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.30.78.101.116.119.111.114.107.32.86.105.114.116.117.97.108.105.122.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.30.87.105.110.100.111.119.115.32.65.117.100.105.111.32.69.110.100.112.111.105.110.116.32.66.117.105.108.100.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.31.65.112.112.108.105.99.97.116.105.111.110.32.72.111.115.116.32.72.101.108.112.101.114.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.31.77.105.99.114.111.115.111.102.116.32.83.116.111.114.101.32.73.110.115.116.97.108.108.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.31.77.105.99.114.111.115.111.102.116.32.85.112.100.97.116.101.32.72.101.97.108.116.104.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.31.78.101.116.119.111.114.107.32.83.116.111.114.101.32.73.110.116.101.114.102.97.99.101.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.31.79.112.101.110.86.80.78.32.65.103.101.110.116.32.97.103.101.110.116.95.111.118.112.110.99.111.110.110.101.99.116 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.31.87.105.110.100.111.119.115.32.73.109.97.103.101.32.65.99.113.117.105.115.105.116.105.111.110.32.40.87.73.65.41 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.31.87.105.110.100.111.119.115.32.76.105.99.101.110.115.101.32.77.97.110.97.103.101.114.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.32.67.108.105.101.110.116.32.76.105.99.101.110.115.101.32.83.101.114.118.105.99.101.32.40.67.108.105.112.83.86.67.41 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.32.68.105.115.116.114.105.98.117.116.101.100.32.76.105.110.107.32.84.114.97.99.107.105.110.103.32.67.108.105.101.110.116 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.32.70.117.110.99.116.105.111.110.32.68.105.115.99.111.118.101.114.121.32.80.114.111.118.105.100.101.114.32.72.111.115.116 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.32.82.101.109.111.116.101.32.65.99.99.101.115.115.32.67.111.110.110.101.99.116.105.111.110.32.77.97.110.97.103.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.33.65.112.112.88.32.68.101.112.108.111.121.109.101.110.116.32.83.101.114.118.105.99.101.32.40.65.112.112.88.83.86.67.41 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.33.67.97.112.97.98.105.108.105.116.121.32.65.99.99.101.115.115.32.77.97.110.97.103.101.114.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.33.73.110.116.101.114.110.101.116.32.67.111.110.110.101.99.116.105.111.110.32.83.104.97.114.105.110.103.32.40.73.67.83.41 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.33.83.121.115.116.101.109.32.69.118.101.110.116.32.78.111.116.105.102.105.99.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.34.66.105.116.76.111.99.107.101.114.32.68.114.105.118.101.32.69.110.99.114.121.112.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.34.67.111.110.110.101.99.116.101.100.32.68.101.118.105.99.101.115.32.80.108.97.116.102.111.114.109.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.34.73.110.116.101.108.40.82.41.32.80.82.79.83.101.116.47.87.105.114.101.108.101.115.115.32.69.118.101.110.116.32.76.111.103 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.34.87.105.110.100.111.119.115.32.77.97.110.97.103.101.109.101.110.116.32.73.110.115.116.114.117.109.101.110.116.97.116.105.111.110 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.35.73.75.69.32.97.110.100.32.65.117.116.104.73.80.32.73.80.115.101.99.32.75.101.121.105.110.103.32.77.111.100.117.108.101.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.35.82.101.109.111.116.101.32.80.114.111.99.101.100.117.114.101.32.67.97.108.108.32.40.82.80.67.41.32.76.111.99.97.116.111.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.35.83.111.110.105.99.87.97.108.108.32.67.108.105.101.110.116.32.80.114.111.116.101.99.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.35.83.121.115.116.101.109.32.71.117.97.114.100.32.82.117.110.116.105.109.101.32.77.111.110.105.116.111.114.32.66.114.111.107.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.35.83.121.115.116.101.109.32.73.110.116.101.114.102.97.99.101.32.70.111.117.110.100.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.36.68.101.118.81.117.101.114.121.32.66.97.99.107.103.114.111.117.110.100.32.68.105.115.99.111.118.101.114.121.32.66.114.111.107.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.36.77.105.99.114.111.115.111.102.116.32.68.101.102.101.110.100.101.114.32.65.110.116.105.118.105.114.117.115.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.37.67.105.116.114.105.120.32.83.101.99.117.114.101.32.65.99.99.101.115.115.32.65.108.119.97.121.115.79.110.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.37.77.105.99.114.111.115.111.102.116.32.73.110.116.117.110.101.32.77.97.110.97.103.101.109.101.110.116.32.69.120.116.101.110.115.105.111.110 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.37.77.105.99.114.111.115.111.102.116.32.79.102.102.105.99.101.32.67.108.105.99.107.45.116.111.45.82.117.110.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.37.77.105.99.114.111.115.111.102.116.32.87.105.110.100.111.119.115.32.83.77.83.32.82.111.117.116.101.114.32.83.101.114.118.105.99.101.46 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.39.66.97.99.107.103.114.111.117.110.100.32.84.97.115.107.115.32.73.110.102.114.97.115.116.114.117.99.116.117.114.101.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.39.70.117.110.99.116.105.111.110.32.68.105.115.99.111.118.101.114.121.32.82.101.115.111.117.114.99.101.32.80.117.98.108.105.99.97.116.105.111.110 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.39.80.114.111.103.114.97.109.32.67.111.109.112.97.116.105.98.105.108.105.116.121.32.65.115.115.105.115.116.97.110.116.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.40.67.111.110.110.101.99.116.101.100.32.85.115.101.114.32.69.120.112.101.114.105.101.110.99.101.115.32.97.110.100.32.84.101.108.101.109.101.116.114.121 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.40.73.110.116.101.108.40.82.41.32.67.111.110.116.101.110.116.32.80.114.111.116.101.99.116.105.111.110.32.72.68.67.80.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.40.73.110.116.101.108.40.82.41.32.67.111.110.116.101.110.116.32.80.114.111.116.101.99.116.105.111.110.32.72.69.67.73.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.40.73.110.116.101.108.40.82.41.32.71.114.97.112.104.105.99.115.32.67.111.109.109.97.110.100.32.67.101.110.116.101.114.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.40.83.101.99.117.114.101.32.83.111.99.107.101.116.32.84.117.110.110.101.108.105.110.103.32.80.114.111.116.111.99.111.108.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.40.87.105.110.72.84.84.80.32.87.101.98.32.80.114.111.120.121.32.65.117.116.111.45.68.105.115.99.111.118.101.114.121.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.41.87.105.110.100.111.119.115.32.80.117.115.104.32.78.111.116.105.102.105.99.97.116.105.111.110.115.32.83.121.115.116.101.109.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.42.73.110.116.101.108.40.82.41.32.72.68.32.71.114.97.112.104.105.99.115.32.67.111.110.116.114.111.108.32.80.97.110.101.108.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.43.76.101.110.111.118.111.32.73.110.116.101.108.108.105.103.101.110.116.32.84.104.101.114.109.97.108.32.83.111.108.117.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.44.84.111.117.99.104.32.75.101.121.98.111.97.114.100.32.97.110.100.32.72.97.110.100.119.114.105.116.105.110.103.32.80.97.110.101.108.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.46.67.111.110.110.101.99.116.101.100.32.68.101.118.105.99.101.115.32.80.108.97.116.102.111.114.109.32.85.115.101.114.32.83.101.114.118.105.99.101.95.49.55.97.99.56.53 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.46.87.105.110.100.111.119.115.32.80.117.115.104.32.78.111.116.105.102.105.99.97.116.105.111.110.115.32.85.115.101.114.32.83.101.114.118.105.99.101.95.49.55.97.99.56.53 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.48.82.101.109.111.116.101.32.68.101.115.107.116.111.112.32.83.101.114.118.105.99.101.115.32.85.115.101.114.77.111.100.101.32.80.111.114.116.32.82.101.100.105.114.101.99.116.111.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.50.87.105.110.100.111.119.115.32.80.114.101.115.101.110.116.97.116.105.111.110.32.70.111.117.110.100.97.116.105.111.110.32.70.111.110.116.32.67.97.99.104.101.32.51.46.48.46.48.46.48 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.51.87.105.110.100.111.119.115.32.68.101.102.101.110.100.101.114.32.65.100.118.97.110.99.101.100.32.84.104.114.101.97.116.32.80.114.111.116.101.99.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.52.73.110.116.101.108.40.82.41.32.77.97.110.97.103.101.109.101.110.116.32.69.110.103.105.110.101.32.87.77.73.32.80.114.111.118.105.100.101.114.32.82.101.103.105.115.116.114.97.116.105.111.110 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.55.73.110.116.101.108.40.82.41.32.68.121.110.97.109.105.99.32.80.108.97.116.102.111.114.109.32.97.110.100.32.84.104.101.114.109.97.108.32.70.114.97.109.101.119.111.114.107.32.115.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.55.77.105.99.114.111.115.111.102.116.32.68.101.102.101.110.100.101.114.32.65.110.116.105.118.105.114.117.115.32.78.101.116.119.111.114.107.32.73.110.115.112.101.99.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.58.73.110.116.101.108.40.82.41.32.68.121.110.97.109.105.99.32.65.112.112.108.105.99.97.116.105.111.110.32.76.111.97.100.101.114.32.72.111.115.116.32.73.110.116.101.114.102.97.99.101.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.69.73.110.116.101.108.40.82.41.32.77.97.110.97.103.101.109.101.110.116.32.97.110.100.32.83.101.99.117.114.105.116.121.32.65.112.112.108.105.99.97.116.105.111.110.32.76.111.99.97.108.32.77.97.110.97.103.101.109.101.110.116.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.82.68.101.118.105.99.101.32.77.97.110.97.103.101.109.101.110.116.32.87.105.114.101.108.101.115.115.32.65.112.112.108.105.99.97.116.105.111.110.32.80.114.111.116.111.99.111.108.32.40.87.65.80.41.32.80.117.115.104.32.109.101.115.115.97.103.101.32.82.111.117.116.105.110.103.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.5.80.68.70.50.52 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.5.80.111.119.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.6.80.97.110.71.80.83 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.6.83.101.114.118.101.114 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.6.84.104.101.109.101.115 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.7.83.121.115.77.97.105.110 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.9.65.112.115.73.110.115.83.118.99 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.9.73.80.32.72.101.108.112.101.114 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.9.84.101.108.101.112.104.111.110.121 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.9.87.101.98.67.108.105.101.110.116 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.10.68.78.83.32.67.108.105.101.110.116 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.10.68.97.116.97.32.85.115.97.103.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.10.83.109.97.114.116.32.67.97.114.100 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.11.68.72.67.80.32.67.108.105.101.110.116 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.11.83.121.85.73.85.69.120.116.83.118.99 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.11.84.105.109.101.32.66.114.111.107.101.114 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.11.87.111.114.107.115.116.97.116.105.111.110 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.12.69.108.97.110.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.12.83.78.77.80.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.12.85.115.101.114.32.77.97.110.97.103.101.114 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.13.65.86.67.84.80.32.115.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.13.67.111.114.101.77.101.115.115.97.103.105.110.103 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.13.76.111.103.105.32.79.112.116.105.111.110.115.43 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.13.80.104.111.110.101.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.13.80.108.117.103.32.97.110.100.32.80.108.97.121 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.13.80.114.105.110.116.32.83.112.111.111.108.101.114 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.13.87.105.110.100.111.119.115.32.65.117.100.105.111 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.14.83.83.68.80.32.68.105.115.99.111.118.101.114.121 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.14.84.97.115.107.32.83.99.104.101.100.117.108.101.114 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.14.87.105.110.100.111.119.115.32.66.97.99.107.117.112 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.14.87.105.110.100.111.119.115.32.83.101.97.114.99.104 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.15.83.101.99.117.114.105.116.121.32.67.101.110.116.101.114 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.15.83.116.111.114.97.103.101.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.15.87.76.65.78.32.65.117.116.111.67.111.110.102.105.103 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.15.87.87.65.78.32.65.117.116.111.67.111.110.102.105.103 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.16.83.121.110.99.32.72.111.115.116.95.49.55.97.99.56.53 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.17.67.78.71.32.75.101.121.32.73.115.111.108.97.116.105.111.110 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.17.67.79.77.43.32.69.118.101.110.116.32.83.121.115.116.101.109 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.17.76.101.110.111.118.111.32.80.77.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.17.87.105.110.100.111.119.115.32.69.118.101.110.116.32.76.111.103 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.18.67.114.101.100.101.110.116.105.97.108.32.77.97.110.97.103.101.114 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.18.73.80.115.101.99.32.80.111.108.105.99.121.32.65.103.101.110.116 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.18.77.105.99.114.111.115.111.102.116.32.80.97.115.115.112.111.114.116 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.18.86.77.119.97.114.101.32.78.65.84.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.19.67.111.110.116.97.99.116.32.68.97.116.97.95.49.55.97.99.56.53 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.19.71.101.111.108.111.99.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.19.82.80.67.32.69.110.100.112.111.105.110.116.32.77.97.112.112.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.19.86.77.119.97.114.101.32.68.72.67.80.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.19.87.101.98.32.65.99.99.111.117.110.116.32.77.97.110.97.103.101.114 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.20.65.112.112.108.105.99.97.116.105.111.110.32.73.100.101.110.116.105.116.121 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.20.68.97.116.97.32.83.104.97.114.105.110.103.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.20.72.111.115.116.32.78.101.116.119.111.114.107.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.20.76.101.110.111.118.111.86.97.110.116.97.103.101.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.20.78.101.116.119.111.114.107.32.76.105.115.116.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.20.80.114.105.110.116.87.111.114.107.102.108.111.119.95.49.55.97.99.56.53 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.20.83.121.115.116.101.109.32.69.118.101.110.116.115.32.66.114.111.107.101.114 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.20.85.115.101.114.32.80.114.111.102.105.108.101.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.21.66.97.115.101.32.70.105.108.116.101.114.105.110.103.32.69.110.103.105.110.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.21.69.112.115.111.110.32.83.99.97.110.110.101.114.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.21.70.105.114.109.119.97.114.101.85.112.100.97.116.101.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.21.70.117.115.105.111.110.73.110.118.101.110.116.111.114.121.32.65.103.101.110.116 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.21.76.111.99.97.108.32.83.101.115.115.105.111.110.32.77.97.110.97.103.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.21.82.101.97.108.116.101.107.32.65.117.100.105.111.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.21.83.81.76.32.83.101.114.118.101.114.32.86.83.83.32.87.114.105.116.101.114 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.21.84.67.80.47.73.80.32.78.101.116.66.73.79.83.32.72.101.108.112.101.114 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.22.67.114.121.112.116.111.103.114.97.112.104.105.99.32.83.101.114.118.105.99.101.115 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.22.68.105.115.112.108.97.121.32.80.111.108.105.99.121.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.22.68.111.108.98.121.32.68.65.88.50.32.65.80.73.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.23.65.112.112.108.105.99.97.116.105.111.110.32.73.110.102.111.114.109.97.116.105.111.110 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.23.67.101.114.116.105.102.105.99.97.116.101.32.80.114.111.112.97.103.97.116.105.111.110 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.23.67.104.101.114.114.121.32.68.101.118.105.99.101.32.73.110.116.101.114.102.97.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.23.68.105.97.103.110.111.115.116.105.99.32.83.101.114.118.105.99.101.32.72.111.115.116 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.23.82.101.109.111.116.101.32.68.101.115.107.116.111.112.32.83.101.114.118.105.99.101.115 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.23.84.104.117.110.100.101.114.98.111.108.116.40.84.77.41.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.23.85.115.101.114.32.68.97.116.97.32.65.99.99.101.115.115.95.49.55.97.99.56.53 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.24.82.97.100.105.111.32.77.97.110.97.103.101.109.101.110.116.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.24.83.104.101.108.108.32.72.97.114.100.119.97.114.101.32.68.101.116.101.99.116.105.111.110 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.24.83.116.97.116.101.32.82.101.112.111.115.105.116.111.114.121.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.24.85.115.101.114.32.68.97.116.97.32.83.116.111.114.97.103.101.95.49.55.97.99.56.53 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.24.87.105.110.100.111.119.115.32.83.101.99.117.114.105.116.121.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.25.68.105.97.103.110.111.115.116.105.99.32.80.111.108.105.99.121.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.25.76.101.110.111.118.111.32.69.97.115.121.82.101.115.117.109.101.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.25.78.101.116.119.111.114.107.32.67.111.110.110.101.99.116.105.111.110.32.66.114.111.107.101.114 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.25.83.101.99.117.114.105.116.121.32.65.99.99.111.117.110.116.115.32.77.97.110.97.103.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.25.87.97.116.99.104.71.117.97.114.100.32.83.83.76.86.80.78.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.25.87.105.110.100.111.119.115.32.66.105.111.109.101.116.114.105.99.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.25.87.105.110.100.111.119.115.32.68.101.102.101.110.100.101.114.32.70.105.114.101.119.97.108.108 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.26.68.101.118.105.99.101.32.65.115.115.111.99.105.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.26.78.101.116.119.111.114.107.32.76.111.99.97.116.105.111.110.32.65.119.97.114.101.110.101.115.115 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.26.87.105.110.100.111.119.115.32.67.111.110.110.101.99.116.105.111.110.32.77.97.110.97.103.101.114 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.26.87.105.110.100.111.119.115.32.70.111.110.116.32.67.97.99.104.101.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.27.68.105.115.112.108.97.121.32.69.110.104.97.110.99.101.109.101.110.116.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.27.76.101.110.111.118.111.32.72.111.116.107.101.121.32.67.108.105.101.110.116.32.76.111.97.100.101.114 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.27.78.83.67.108.105.101.110.116.43.43.32.77.111.110.105.116.111.114.105.110.103.32.65.103.101.110.116 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.27.79.112.101.110.86.80.78.32.73.110.116.101.114.97.99.116.105.118.101.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.27.80.97.121.109.101.110.116.115.32.97.110.100.32.78.70.67.47.83.69.32.77.97.110.97.103.101.114 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.27.82.101.109.111.116.101.32.80.114.111.99.101.100.117.114.101.32.67.97.108.108.32.40.82.80.67.41 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.27.85.112.100.97.116.101.32.79.114.99.104.101.115.116.114.97.116.111.114.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.28.65.100.111.98.101.32.65.99.114.111.98.97.116.32.85.112.100.97.116.101.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.28.67.105.116.114.105.120.32.83.101.99.117.114.101.32.65.99.99.101.115.115.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.28.68.67.79.77.32.83.101.114.118.101.114.32.80.114.111.99.101.115.115.32.76.97.117.110.99.104.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.28.69.110.99.114.121.112.116.105.110.103.32.70.105.108.101.32.83.121.115.116.101.109.32.40.69.70.83.41 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.28.72.80.32.80.114.105.110.116.32.83.99.97.110.32.68.111.99.116.111.114.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.28.77.105.99.114.111.115.111.102.116.32.73.73.83.32.65.100.109.105.110.105.115.116.114.97.116.105.111.110 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.28.77.105.99.114.111.115.111.102.116.32.80.97.115.115.112.111.114.116.32.67.111.110.116.97.105.110.101.114 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.28.82.101.109.111.116.101.32.68.101.115.107.116.111.112.32.67.111.110.102.105.103.117.114.97.116.105.111.110 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.28.86.77.119.97.114.101.32.65.117.116.104.111.114.105.122.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.28.116.101.115.116.115.101.114.118.105.99.101.32.195.188.195.164.195.182.195.161.195.160.32.40.49.50.51.41 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.29.67.108.105.112.98.111.97.114.100.32.85.115.101.114.32.83.101.114.118.105.99.101.95.49.55.97.99.56.53 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.29.70.111.114.116.105.67.108.105.101.110.116.32.83.101.114.118.105.99.101.32.83.99.104.101.100.117.108.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.29.83.111.110.105.99.87.97.108.108.32.78.101.116.69.120.116.101.110.100.101.114.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.30.72.117.109.97.110.32.73.110.116.101.114.102.97.99.101.32.68.101.118.105.99.101.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.30.78.101.116.119.111.114.107.32.86.105.114.116.117.97.108.105.122.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.30.87.105.110.100.111.119.115.32.65.117.100.105.111.32.69.110.100.112.111.105.110.116.32.66.117.105.108.100.101.114 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.31.65.112.112.108.105.99.97.116.105.111.110.32.72.111.115.116.32.72.101.108.112.101.114.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.31.77.105.99.114.111.115.111.102.116.32.83.116.111.114.101.32.73.110.115.116.97.108.108.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.31.77.105.99.114.111.115.111.102.116.32.85.112.100.97.116.101.32.72.101.97.108.116.104.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.31.78.101.116.119.111.114.107.32.83.116.111.114.101.32.73.110.116.101.114.102.97.99.101.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.31.79.112.101.110.86.80.78.32.65.103.101.110.116.32.97.103.101.110.116.95.111.118.112.110.99.111.110.110.101.99.116 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.31.87.105.110.100.111.119.115.32.73.109.97.103.101.32.65.99.113.117.105.115.105.116.105.111.110.32.40.87.73.65.41 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.31.87.105.110.100.111.119.115.32.76.105.99.101.110.115.101.32.77.97.110.97.103.101.114.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.32.67.108.105.101.110.116.32.76.105.99.101.110.115.101.32.83.101.114.118.105.99.101.32.40.67.108.105.112.83.86.67.41 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.32.68.105.115.116.114.105.98.117.116.101.100.32.76.105.110.107.32.84.114.97.99.107.105.110.103.32.67.108.105.101.110.116 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.32.70.117.110.99.116.105.111.110.32.68.105.115.99.111.118.101.114.121.32.80.114.111.118.105.100.101.114.32.72.111.115.116 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.32.82.101.109.111.116.101.32.65.99.99.101.115.115.32.67.111.110.110.101.99.116.105.111.110.32.77.97.110.97.103.101.114 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.33.65.112.112.88.32.68.101.112.108.111.121.109.101.110.116.32.83.101.114.118.105.99.101.32.40.65.112.112.88.83.86.67.41 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.33.67.97.112.97.98.105.108.105.116.121.32.65.99.99.101.115.115.32.77.97.110.97.103.101.114.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.33.73.110.116.101.114.110.101.116.32.67.111.110.110.101.99.116.105.111.110.32.83.104.97.114.105.110.103.32.40.73.67.83.41 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.33.83.121.115.116.101.109.32.69.118.101.110.116.32.78.111.116.105.102.105.99.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.34.66.105.116.76.111.99.107.101.114.32.68.114.105.118.101.32.69.110.99.114.121.112.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.34.67.111.110.110.101.99.116.101.100.32.68.101.118.105.99.101.115.32.80.108.97.116.102.111.114.109.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.34.73.110.116.101.108.40.82.41.32.80.82.79.83.101.116.47.87.105.114.101.108.101.115.115.32.69.118.101.110.116.32.76.111.103 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.34.87.105.110.100.111.119.115.32.77.97.110.97.103.101.109.101.110.116.32.73.110.115.116.114.117.109.101.110.116.97.116.105.111.110 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.35.73.75.69.32.97.110.100.32.65.117.116.104.73.80.32.73.80.115.101.99.32.75.101.121.105.110.103.32.77.111.100.117.108.101.115 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.35.82.101.109.111.116.101.32.80.114.111.99.101.100.117.114.101.32.67.97.108.108.32.40.82.80.67.41.32.76.111.99.97.116.111.114 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.35.83.111.110.105.99.87.97.108.108.32.67.108.105.101.110.116.32.80.114.111.116.101.99.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.35.83.121.115.116.101.109.32.71.117.97.114.100.32.82.117.110.116.105.109.101.32.77.111.110.105.116.111.114.32.66.114.111.107.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.35.83.121.115.116.101.109.32.73.110.116.101.114.102.97.99.101.32.70.111.117.110.100.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.36.68.101.118.81.117.101.114.121.32.66.97.99.107.103.114.111.117.110.100.32.68.105.115.99.111.118.101.114.121.32.66.114.111.107.101.114 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.36.77.105.99.114.111.115.111.102.116.32.68.101.102.101.110.100.101.114.32.65.110.116.105.118.105.114.117.115.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.37.67.105.116.114.105.120.32.83.101.99.117.114.101.32.65.99.99.101.115.115.32.65.108.119.97.121.115.79.110.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.37.77.105.99.114.111.115.111.102.116.32.73.110.116.117.110.101.32.77.97.110.97.103.101.109.101.110.116.32.69.120.116.101.110.115.105.111.110 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.37.77.105.99.114.111.115.111.102.116.32.79.102.102.105.99.101.32.67.108.105.99.107.45.116.111.45.82.117.110.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.37.77.105.99.114.111.115.111.102.116.32.87.105.110.100.111.119.115.32.83.77.83.32.82.111.117.116.101.114.32.83.101.114.118.105.99.101.46 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.39.66.97.99.107.103.114.111.117.110.100.32.84.97.115.107.115.32.73.110.102.114.97.115.116.114.117.99.116.117.114.101.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.39.70.117.110.99.116.105.111.110.32.68.105.115.99.111.118.101.114.121.32.82.101.115.111.117.114.99.101.32.80.117.98.108.105.99.97.116.105.111.110 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.39.80.114.111.103.114.97.109.32.67.111.109.112.97.116.105.98.105.108.105.116.121.32.65.115.115.105.115.116.97.110.116.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.40.67.111.110.110.101.99.116.101.100.32.85.115.101.114.32.69.120.112.101.114.105.101.110.99.101.115.32.97.110.100.32.84.101.108.101.109.101.116.114.121 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.40.73.110.116.101.108.40.82.41.32.67.111.110.116.101.110.116.32.80.114.111.116.101.99.116.105.111.110.32.72.68.67.80.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.40.73.110.116.101.108.40.82.41.32.67.111.110.116.101.110.116.32.80.114.111.116.101.99.116.105.111.110.32.72.69.67.73.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.40.73.110.116.101.108.40.82.41.32.71.114.97.112.104.105.99.115.32.67.111.109.109.97.110.100.32.67.101.110.116.101.114.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.40.83.101.99.117.114.101.32.83.111.99.107.101.116.32.84.117.110.110.101.108.105.110.103.32.80.114.111.116.111.99.111.108.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.40.87.105.110.72.84.84.80.32.87.101.98.32.80.114.111.120.121.32.65.117.116.111.45.68.105.115.99.111.118.101.114.121.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.41.87.105.110.100.111.119.115.32.80.117.115.104.32.78.111.116.105.102.105.99.97.116.105.111.110.115.32.83.121.115.116.101.109.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.42.73.110.116.101.108.40.82.41.32.72.68.32.71.114.97.112.104.105.99.115.32.67.111.110.116.114.111.108.32.80.97.110.101.108.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.43.76.101.110.111.118.111.32.73.110.116.101.108.108.105.103.101.110.116.32.84.104.101.114.109.97.108.32.83.111.108.117.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.44.84.111.117.99.104.32.75.101.121.98.111.97.114.100.32.97.110.100.32.72.97.110.100.119.114.105.116.105.110.103.32.80.97.110.101.108.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.46.67.111.110.110.101.99.116.101.100.32.68.101.118.105.99.101.115.32.80.108.97.116.102.111.114.109.32.85.115.101.114.32.83.101.114.118.105.99.101.95.49.55.97.99.56.53 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.46.87.105.110.100.111.119.115.32.80.117.115.104.32.78.111.116.105.102.105.99.97.116.105.111.110.115.32.85.115.101.114.32.83.101.114.118.105.99.101.95.49.55.97.99.56.53 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.48.82.101.109.111.116.101.32.68.101.115.107.116.111.112.32.83.101.114.118.105.99.101.115.32.85.115.101.114.77.111.100.101.32.80.111.114.116.32.82.101.100.105.114.101.99.116.111.114 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.50.87.105.110.100.111.119.115.32.80.114.101.115.101.110.116.97.116.105.111.110.32.70.111.117.110.100.97.116.105.111.110.32.70.111.110.116.32.67.97.99.104.101.32.51.46.48.46.48.46.48 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.51.87.105.110.100.111.119.115.32.68.101.102.101.110.100.101.114.32.65.100.118.97.110.99.101.100.32.84.104.114.101.97.116.32.80.114.111.116.101.99.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.52.73.110.116.101.108.40.82.41.32.77.97.110.97.103.101.109.101.110.116.32.69.110.103.105.110.101.32.87.77.73.32.80.114.111.118.105.100.101.114.32.82.101.103.105.115.116.114.97.116.105.111.110 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.55.73.110.116.101.108.40.82.41.32.68.121.110.97.109.105.99.32.80.108.97.116.102.111.114.109.32.97.110.100.32.84.104.101.114.109.97.108.32.70.114.97.109.101.119.111.114.107.32.115.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.55.77.105.99.114.111.115.111.102.116.32.68.101.102.101.110.100.101.114.32.65.110.116.105.118.105.114.117.115.32.78.101.116.119.111.114.107.32.73.110.115.112.101.99.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.58.73.110.116.101.108.40.82.41.32.68.121.110.97.109.105.99.32.65.112.112.108.105.99.97.116.105.111.110.32.76.111.97.100.101.114.32.72.111.115.116.32.73.110.116.101.114.102.97.99.101.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.69.73.110.116.101.108.40.82.41.32.77.97.110.97.103.101.109.101.110.116.32.97.110.100.32.83.101.99.117.114.105.116.121.32.65.112.112.108.105.99.97.116.105.111.110.32.76.111.99.97.108.32.77.97.110.97.103.101.109.101.110.116.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.82.68.101.118.105.99.101.32.77.97.110.97.103.101.109.101.110.116.32.87.105.114.101.108.101.115.115.32.65.112.112.108.105.99.97.116.105.111.110.32.80.114.111.116.111.99.111.108.32.40.87.65.80.41.32.80.117.115.104.32.109.101.115.115.97.103.101.32.82.111.117.116.105.110.103.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.5.80.68.70.50.52 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.5.80.111.119.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.6.80.97.110.71.80.83 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.6.83.101.114.118.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.6.84.104.101.109.101.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.7.83.121.115.77.97.105.110 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.9.65.112.115.73.110.115.83.118.99 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.9.73.80.32.72.101.108.112.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.9.84.101.108.101.112.104.111.110.121 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.9.87.101.98.67.108.105.101.110.116 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.10.68.78.83.32.67.108.105.101.110.116 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.10.68.97.116.97.32.85.115.97.103.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.10.83.109.97.114.116.32.67.97.114.100 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.11.68.72.67.80.32.67.108.105.101.110.116 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.11.83.121.85.73.85.69.120.116.83.118.99 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.11.84.105.109.101.32.66.114.111.107.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.11.87.111.114.107.115.116.97.116.105.111.110 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.12.69.108.97.110.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.12.83.78.77.80.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.12.85.115.101.114.32.77.97.110.97.103.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.13.65.86.67.84.80.32.115.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.13.67.111.114.101.77.101.115.115.97.103.105.110.103 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.13.76.111.103.105.32.79.112.116.105.111.110.115.43 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.13.80.104.111.110.101.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.13.80.108.117.103.32.97.110.100.32.80.108.97.121 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.13.80.114.105.110.116.32.83.112.111.111.108.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.13.87.105.110.100.111.119.115.32.65.117.100.105.111 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.14.83.83.68.80.32.68.105.115.99.111.118.101.114.121 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.14.84.97.115.107.32.83.99.104.101.100.117.108.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.14.87.105.110.100.111.119.115.32.66.97.99.107.117.112 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.14.87.105.110.100.111.119.115.32.83.101.97.114.99.104 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.15.83.101.99.117.114.105.116.121.32.67.101.110.116.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.15.83.116.111.114.97.103.101.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.15.87.76.65.78.32.65.117.116.111.67.111.110.102.105.103 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.15.87.87.65.78.32.65.117.116.111.67.111.110.102.105.103 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.16.83.121.110.99.32.72.111.115.116.95.49.55.97.99.56.53 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.17.67.78.71.32.75.101.121.32.73.115.111.108.97.116.105.111.110 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.17.67.79.77.43.32.69.118.101.110.116.32.83.121.115.116.101.109 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.17.76.101.110.111.118.111.32.80.77.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.17.87.105.110.100.111.119.115.32.69.118.101.110.116.32.76.111.103 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.18.67.114.101.100.101.110.116.105.97.108.32.77.97.110.97.103.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.18.73.80.115.101.99.32.80.111.108.105.99.121.32.65.103.101.110.116 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.18.77.105.99.114.111.115.111.102.116.32.80.97.115.115.112.111.114.116 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.18.86.77.119.97.114.101.32.78.65.84.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.19.67.111.110.116.97.99.116.32.68.97.116.97.95.49.55.97.99.56.53 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.19.71.101.111.108.111.99.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.19.82.80.67.32.69.110.100.112.111.105.110.116.32.77.97.112.112.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.19.86.77.119.97.114.101.32.68.72.67.80.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.19.87.101.98.32.65.99.99.111.117.110.116.32.77.97.110.97.103.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.20.65.112.112.108.105.99.97.116.105.111.110.32.73.100.101.110.116.105.116.121 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.20.68.97.116.97.32.83.104.97.114.105.110.103.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.20.72.111.115.116.32.78.101.116.119.111.114.107.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.20.76.101.110.111.118.111.86.97.110.116.97.103.101.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.20.78.101.116.119.111.114.107.32.76.105.115.116.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.20.80.114.105.110.116.87.111.114.107.102.108.111.119.95.49.55.97.99.56.53 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.20.83.121.115.116.101.109.32.69.118.101.110.116.115.32.66.114.111.107.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.20.85.115.101.114.32.80.114.111.102.105.108.101.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.21.66.97.115.101.32.70.105.108.116.101.114.105.110.103.32.69.110.103.105.110.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.21.69.112.115.111.110.32.83.99.97.110.110.101.114.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.21.70.105.114.109.119.97.114.101.85.112.100.97.116.101.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.21.70.117.115.105.111.110.73.110.118.101.110.116.111.114.121.32.65.103.101.110.116 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.21.76.111.99.97.108.32.83.101.115.115.105.111.110.32.77.97.110.97.103.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.21.82.101.97.108.116.101.107.32.65.117.100.105.111.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.21.83.81.76.32.83.101.114.118.101.114.32.86.83.83.32.87.114.105.116.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.21.84.67.80.47.73.80.32.78.101.116.66.73.79.83.32.72.101.108.112.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.22.67.114.121.112.116.111.103.114.97.112.104.105.99.32.83.101.114.118.105.99.101.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.22.68.105.115.112.108.97.121.32.80.111.108.105.99.121.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.22.68.111.108.98.121.32.68.65.88.50.32.65.80.73.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.23.65.112.112.108.105.99.97.116.105.111.110.32.73.110.102.111.114.109.97.116.105.111.110 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.23.67.101.114.116.105.102.105.99.97.116.101.32.80.114.111.112.97.103.97.116.105.111.110 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.23.67.104.101.114.114.121.32.68.101.118.105.99.101.32.73.110.116.101.114.102.97.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.23.68.105.97.103.110.111.115.116.105.99.32.83.101.114.118.105.99.101.32.72.111.115.116 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.23.82.101.109.111.116.101.32.68.101.115.107.116.111.112.32.83.101.114.118.105.99.101.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.23.84.104.117.110.100.101.114.98.111.108.116.40.84.77.41.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.23.85.115.101.114.32.68.97.116.97.32.65.99.99.101.115.115.95.49.55.97.99.56.53 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.24.82.97.100.105.111.32.77.97.110.97.103.101.109.101.110.116.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.24.83.104.101.108.108.32.72.97.114.100.119.97.114.101.32.68.101.116.101.99.116.105.111.110 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.24.83.116.97.116.101.32.82.101.112.111.115.105.116.111.114.121.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.24.85.115.101.114.32.68.97.116.97.32.83.116.111.114.97.103.101.95.49.55.97.99.56.53 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.24.87.105.110.100.111.119.115.32.83.101.99.117.114.105.116.121.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.25.68.105.97.103.110.111.115.116.105.99.32.80.111.108.105.99.121.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.25.76.101.110.111.118.111.32.69.97.115.121.82.101.115.117.109.101.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.25.78.101.116.119.111.114.107.32.67.111.110.110.101.99.116.105.111.110.32.66.114.111.107.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.25.83.101.99.117.114.105.116.121.32.65.99.99.111.117.110.116.115.32.77.97.110.97.103.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.25.87.97.116.99.104.71.117.97.114.100.32.83.83.76.86.80.78.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.25.87.105.110.100.111.119.115.32.66.105.111.109.101.116.114.105.99.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.25.87.105.110.100.111.119.115.32.68.101.102.101.110.100.101.114.32.70.105.114.101.119.97.108.108 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.26.68.101.118.105.99.101.32.65.115.115.111.99.105.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.26.78.101.116.119.111.114.107.32.76.111.99.97.116.105.111.110.32.65.119.97.114.101.110.101.115.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.26.87.105.110.100.111.119.115.32.67.111.110.110.101.99.116.105.111.110.32.77.97.110.97.103.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.26.87.105.110.100.111.119.115.32.70.111.110.116.32.67.97.99.104.101.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.27.68.105.115.112.108.97.121.32.69.110.104.97.110.99.101.109.101.110.116.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.27.76.101.110.111.118.111.32.72.111.116.107.101.121.32.67.108.105.101.110.116.32.76.111.97.100.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.27.78.83.67.108.105.101.110.116.43.43.32.77.111.110.105.116.111.114.105.110.103.32.65.103.101.110.116 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.27.79.112.101.110.86.80.78.32.73.110.116.101.114.97.99.116.105.118.101.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.27.80.97.121.109.101.110.116.115.32.97.110.100.32.78.70.67.47.83.69.32.77.97.110.97.103.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.27.82.101.109.111.116.101.32.80.114.111.99.101.100.117.114.101.32.67.97.108.108.32.40.82.80.67.41 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.27.85.112.100.97.116.101.32.79.114.99.104.101.115.116.114.97.116.111.114.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.28.65.100.111.98.101.32.65.99.114.111.98.97.116.32.85.112.100.97.116.101.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.28.67.105.116.114.105.120.32.83.101.99.117.114.101.32.65.99.99.101.115.115.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.28.68.67.79.77.32.83.101.114.118.101.114.32.80.114.111.99.101.115.115.32.76.97.117.110.99.104.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.28.69.110.99.114.121.112.116.105.110.103.32.70.105.108.101.32.83.121.115.116.101.109.32.40.69.70.83.41 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.28.72.80.32.80.114.105.110.116.32.83.99.97.110.32.68.111.99.116.111.114.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.28.77.105.99.114.111.115.111.102.116.32.73.73.83.32.65.100.109.105.110.105.115.116.114.97.116.105.111.110 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.28.77.105.99.114.111.115.111.102.116.32.80.97.115.115.112.111.114.116.32.67.111.110.116.97.105.110.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.28.82.101.109.111.116.101.32.68.101.115.107.116.111.112.32.67.111.110.102.105.103.117.114.97.116.105.111.110 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.28.86.77.119.97.114.101.32.65.117.116.104.111.114.105.122.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.28.116.101.115.116.115.101.114.118.105.99.101.32.195.188.195.164.195.182.195.161.195.160.32.40.49.50.51.41 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.29.67.108.105.112.98.111.97.114.100.32.85.115.101.114.32.83.101.114.118.105.99.101.95.49.55.97.99.56.53 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.29.70.111.114.116.105.67.108.105.101.110.116.32.83.101.114.118.105.99.101.32.83.99.104.101.100.117.108.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.29.83.111.110.105.99.87.97.108.108.32.78.101.116.69.120.116.101.110.100.101.114.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.30.72.117.109.97.110.32.73.110.116.101.114.102.97.99.101.32.68.101.118.105.99.101.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.30.78.101.116.119.111.114.107.32.86.105.114.116.117.97.108.105.122.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.30.87.105.110.100.111.119.115.32.65.117.100.105.111.32.69.110.100.112.111.105.110.116.32.66.117.105.108.100.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.31.65.112.112.108.105.99.97.116.105.111.110.32.72.111.115.116.32.72.101.108.112.101.114.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.31.77.105.99.114.111.115.111.102.116.32.83.116.111.114.101.32.73.110.115.116.97.108.108.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.31.77.105.99.114.111.115.111.102.116.32.85.112.100.97.116.101.32.72.101.97.108.116.104.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.31.78.101.116.119.111.114.107.32.83.116.111.114.101.32.73.110.116.101.114.102.97.99.101.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.31.79.112.101.110.86.80.78.32.65.103.101.110.116.32.97.103.101.110.116.95.111.118.112.110.99.111.110.110.101.99.116 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.31.87.105.110.100.111.119.115.32.73.109.97.103.101.32.65.99.113.117.105.115.105.116.105.111.110.32.40.87.73.65.41 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.31.87.105.110.100.111.119.115.32.76.105.99.101.110.115.101.32.77.97.110.97.103.101.114.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.32.67.108.105.101.110.116.32.76.105.99.101.110.115.101.32.83.101.114.118.105.99.101.32.40.67.108.105.112.83.86.67.41 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.32.68.105.115.116.114.105.98.117.116.101.100.32.76.105.110.107.32.84.114.97.99.107.105.110.103.32.67.108.105.101.110.116 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.32.70.117.110.99.116.105.111.110.32.68.105.115.99.111.118.101.114.121.32.80.114.111.118.105.100.101.114.32.72.111.115.116 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.32.82.101.109.111.116.101.32.65.99.99.101.115.115.32.67.111.110.110.101.99.116.105.111.110.32.77.97.110.97.103.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.33.65.112.112.88.32.68.101.112.108.111.121.109.101.110.116.32.83.101.114.118.105.99.101.32.40.65.112.112.88.83.86.67.41 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.33.67.97.112.97.98.105.108.105.116.121.32.65.99.99.101.115.115.32.77.97.110.97.103.101.114.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.33.73.110.116.101.114.110.101.116.32.67.111.110.110.101.99.116.105.111.110.32.83.104.97.114.105.110.103.32.40.73.67.83.41 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.33.83.121.115.116.101.109.32.69.118.101.110.116.32.78.111.116.105.102.105.99.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.34.66.105.116.76.111.99.107.101.114.32.68.114.105.118.101.32.69.110.99.114.121.112.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.34.67.111.110.110.101.99.116.101.100.32.68.101.118.105.99.101.115.32.80.108.97.116.102.111.114.109.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.34.73.110.116.101.108.40.82.41.32.80.82.79.83.101.116.47.87.105.114.101.108.101.115.115.32.69.118.101.110.116.32.76.111.103 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.34.87.105.110.100.111.119.115.32.77.97.110.97.103.101.109.101.110.116.32.73.110.115.116.114.117.109.101.110.116.97.116.105.111.110 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.35.73.75.69.32.97.110.100.32.65.117.116.104.73.80.32.73.80.115.101.99.32.75.101.121.105.110.103.32.77.111.100.117.108.101.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.35.82.101.109.111.116.101.32.80.114.111.99.101.100.117.114.101.32.67.97.108.108.32.40.82.80.67.41.32.76.111.99.97.116.111.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.35.83.111.110.105.99.87.97.108.108.32.67.108.105.101.110.116.32.80.114.111.116.101.99.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.35.83.121.115.116.101.109.32.71.117.97.114.100.32.82.117.110.116.105.109.101.32.77.111.110.105.116.111.114.32.66.114.111.107.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.35.83.121.115.116.101.109.32.73.110.116.101.114.102.97.99.101.32.70.111.117.110.100.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.36.68.101.118.81.117.101.114.121.32.66.97.99.107.103.114.111.117.110.100.32.68.105.115.99.111.118.101.114.121.32.66.114.111.107.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.36.77.105.99.114.111.115.111.102.116.32.68.101.102.101.110.100.101.114.32.65.110.116.105.118.105.114.117.115.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.37.67.105.116.114.105.120.32.83.101.99.117.114.101.32.65.99.99.101.115.115.32.65.108.119.97.121.115.79.110.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.37.77.105.99.114.111.115.111.102.116.32.73.110.116.117.110.101.32.77.97.110.97.103.101.109.101.110.116.32.69.120.116.101.110.115.105.111.110 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.37.77.105.99.114.111.115.111.102.116.32.79.102.102.105.99.101.32.67.108.105.99.107.45.116.111.45.82.117.110.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.37.77.105.99.114.111.115.111.102.116.32.87.105.110.100.111.119.115.32.83.77.83.32.82.111.117.116.101.114.32.83.101.114.118.105.99.101.46 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.39.66.97.99.107.103.114.111.117.110.100.32.84.97.115.107.115.32.73.110.102.114.97.115.116.114.117.99.116.117.114.101.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.39.70.117.110.99.116.105.111.110.32.68.105.115.99.111.118.101.114.121.32.82.101.115.111.117.114.99.101.32.80.117.98.108.105.99.97.116.105.111.110 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.39.80.114.111.103.114.97.109.32.67.111.109.112.97.116.105.98.105.108.105.116.121.32.65.115.115.105.115.116.97.110.116.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.40.67.111.110.110.101.99.116.101.100.32.85.115.101.114.32.69.120.112.101.114.105.101.110.99.101.115.32.97.110.100.32.84.101.108.101.109.101.116.114.121 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.40.73.110.116.101.108.40.82.41.32.67.111.110.116.101.110.116.32.80.114.111.116.101.99.116.105.111.110.32.72.68.67.80.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.40.73.110.116.101.108.40.82.41.32.67.111.110.116.101.110.116.32.80.114.111.116.101.99.116.105.111.110.32.72.69.67.73.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.40.73.110.116.101.108.40.82.41.32.71.114.97.112.104.105.99.115.32.67.111.109.109.97.110.100.32.67.101.110.116.101.114.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.40.83.101.99.117.114.101.32.83.111.99.107.101.116.32.84.117.110.110.101.108.105.110.103.32.80.114.111.116.111.99.111.108.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.40.87.105.110.72.84.84.80.32.87.101.98.32.80.114.111.120.121.32.65.117.116.111.45.68.105.115.99.111.118.101.114.121.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.41.87.105.110.100.111.119.115.32.80.117.115.104.32.78.111.116.105.102.105.99.97.116.105.111.110.115.32.83.121.115.116.101.109.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.42.73.110.116.101.108.40.82.41.32.72.68.32.71.114.97.112.104.105.99.115.32.67.111.110.116.114.111.108.32.80.97.110.101.108.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.43.76.101.110.111.118.111.32.73.110.116.101.108.108.105.103.101.110.116.32.84.104.101.114.109.97.108.32.83.111.108.117.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.44.84.111.117.99.104.32.75.101.121.98.111.97.114.100.32.97.110.100.32.72.97.110.100.119.114.105.116.105.110.103.32.80.97.110.101.108.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.46.67.111.110.110.101.99.116.101.100.32.68.101.118.105.99.101.115.32.80.108.97.116.102.111.114.109.32.85.115.101.114.32.83.101.114.118.105.99.101.95.49.55.97.99.56.53 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.46.87.105.110.100.111.119.115.32.80.117.115.104.32.78.111.116.105.102.105.99.97.116.105.111.110.115.32.85.115.101.114.32.83.101.114.118.105.99.101.95.49.55.97.99.56.53 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.48.82.101.109.111.116.101.32.68.101.115.107.116.111.112.32.83.101.114.118.105.99.101.115.32.85.115.101.114.77.111.100.101.32.80.111.114.116.32.82.101.100.105.114.101.99.116.111.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.50.87.105.110.100.111.119.115.32.80.114.101.115.101.110.116.97.116.105.111.110.32.70.111.117.110.100.97.116.105.111.110.32.70.111.110.116.32.67.97.99.104.101.32.51.46.48.46.48.46.48 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.51.87.105.110.100.111.119.115.32.68.101.102.101.110.100.101.114.32.65.100.118.97.110.99.101.100.32.84.104.114.101.97.116.32.80.114.111.116.101.99.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.52.73.110.116.101.108.40.82.41.32.77.97.110.97.103.101.109.101.110.116.32.69.110.103.105.110.101.32.87.77.73.32.80.114.111.118.105.100.101.114.32.82.101.103.105.115.116.114.97.116.105.111.110 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.55.73.110.116.101.108.40.82.41.32.68.121.110.97.109.105.99.32.80.108.97.116.102.111.114.109.32.97.110.100.32.84.104.101.114.109.97.108.32.70.114.97.109.101.119.111.114.107.32.115.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.55.77.105.99.114.111.115.111.102.116.32.68.101.102.101.110.100.101.114.32.65.110.116.105.118.105.114.117.115.32.78.101.116.119.111.114.107.32.73.110.115.112.101.99.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.58.73.110.116.101.108.40.82.41.32.68.121.110.97.109.105.99.32.65.112.112.108.105.99.97.116.105.111.110.32.76.111.97.100.101.114.32.72.111.115.116.32.73.110.116.101.114.102.97.99.101.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.69.73.110.116.101.108.40.82.41.32.77.97.110.97.103.101.109.101.110.116.32.97.110.100.32.83.101.99.117.114.105.116.121.32.65.112.112.108.105.99.97.116.105.111.110.32.76.111.99.97.108.32.77.97.110.97.103.101.109.101.110.116.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.82.68.101.118.105.99.101.32.77.97.110.97.103.101.109.101.110.116.32.87.105.114.101.108.101.115.115.32.65.112.112.108.105.99.97.116.105.111.110.32.80.114.111.116.111.99.111.108.32.40.87.65.80.41.32.80.117.115.104.32.109.101.115.115.97.103.101.32.82.111.117.116.105.110.103.32.83.101.114.118.105.99.101 = INTEGER: 1
|
|
@ -0,0 +1,400 @@
|
|||
.1.3.6.1.4.1.77.1.2.3.1.1.7.83.101.114.118.101.117.114 = STRING: "Serveur"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.7.83.121.115.77.97.105.110 = STRING: "SysMain"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.7.84.104.195.168.109.101.115 = Hex-STRING: 54 68 C3 A8 6D 65 73
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.10.67.108.105.101.110.116.32.68.78.83 = STRING: "Client DNS"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.11.67.108.105.101.110.116.32.68.72.67.80 = STRING: "Client DHCP"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.12.65.108.105.109.101.110.116.97.116.105.111.110 = STRING: "Alimentation"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.12.83.101.114.118.105.99.101.32.83.78.77.80 = STRING: "Service SNMP"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.12.86.77.119.97.114.101.32.84.111.111.108.115 = STRING: "VMware Tools"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.13.65.115.115.105.115.116.97.110.99.101.32.73.80 = STRING: "Assistance IP"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.13.67.111.114.101.77.101.115.115.97.103.105.110.103 = STRING: "CoreMessaging"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.13.80.108.117.103.45.97.110.100.45.80.108.97.121 = STRING: "Plug-and-Play"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.13.84.101.109.112.115.32.87.105.110.100.111.119.115 = STRING: "Temps Windows"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.14.87.105.110.100.111.119.115.32.85.112.100.97.116.101 = STRING: "Windows Update"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.18.83.116.97.116.105.111.110.32.100.101.32.116.114.97.118.97.105.108 = STRING: "Station de travail"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.19.83.101.114.118.105.99.101.32.100.101.32.115.116.111.99.107.97.103.101 = STRING: "Service de stockage"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.20.82.101.103.105.115.116.114.101.32.195.160.32.100.105.115.116.97.110.99.101 = Hex-STRING: 52 65 67 69 73 74 72 65 20 C3 A0 20 64 69 73 74 61 6E 63 65
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.21.73.115.111.108.97.116.105.111.110.32.100.101.32.99.108.195.169.32.67.78.71 = Hex-STRING: 49 73 6F 6C 61 74 69 6F 6E 20 64 65 20 63 6C C3 A9 20 43 4E 47
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.23.83.101.114.118.105.99.101.115.32.100.101.32.99.104.105.102.102.114.101.109.101.110.116 = STRING: "Services de chiffrement"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.23.83.112.111.117.108.101.117.114.32.100.226.128.153.105.109.112.114.101.115.115.105.111.110 = Hex-STRING: 53 70 6F 75 6C 65 75 72 20 64 E2 80 99 69 6D 70 72 65 73 73 69 6F 6E
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.24.80.108.97.110.105.102.105.99.97.116.101.117.114.32.100.101.32.116.195.162.99.104.101.115 = Hex-STRING: 50 6C 61 6E 69 66 69 63 61 74 65 75 72 20 64 65 20 74 C3 A2 63 68 65 73
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.25.65.112.112.108.105.99.97.116.105.111.110.32.115.121.115.116.195.168.109.101.32.67.79.77.43 = Hex-STRING: 41 70 70 6C 69 63 61 74 69 6F 6E 20 73 79 73 74 C3 A8 6D 65 20 43 4F 4D 2B
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.25.79.112.116.105.109.105.115.97.116.105.111.110.32.100.101.32.108.105.118.114.97.105.115.111.110 = STRING: "Optimisation de livraison"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.25.80.97.114.101.45.102.101.117.32.87.105.110.100.111.119.115.32.68.101.102.101.110.100.101.114 = STRING: "Pare-feu Windows Defender"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.26.68.195.169.116.101.99.116.105.111.110.32.109.97.116.195.169.114.105.101.108.32.110.111.121.97.117 = Hex-STRING: 44 C3 A9 74 65 63 74 69 6F 6E 20 6D 61 74 C3 A9 72 69 65 6C 20 6E 6F 79 61 75
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.26.77.111.116.101.117.114.32.100.101.32.102.105.108.116.114.97.103.101.32.100.101.32.98.97.115.101 = STRING: "Moteur de filtrage de base"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.26.83.101.114.118.105.99.101.32.76.105.115.116.101.32.100.101.115.32.114.195.169.115.101.97.117.120 = Hex-STRING: 53 65 72 76 69 63 65 20 4C 69 73 74 65 20 64 65 73 20 72 C3 A9 73 65 61 75 78
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.27.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.32.99.111.109.112.116.101.115.32.119.101.98 = STRING: "Gestionnaire de comptes web"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.27.78.83.67.108.105.101.110.116.43.43.32.77.111.110.105.116.111.114.105.110.103.32.65.103.101.110.116 = STRING: "NSClient++ Monitoring Agent"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.29.65.115.115.105.115.116.97.110.99.101.32.78.101.116.66.73.79.83.32.115.117.114.32.84.67.80.47.73.80 = STRING: "Assistance NetBIOS sur TCP/IP"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.29.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.115.32.117.116.105.108.105.115.97.116.101.117.114.115 = STRING: "Gestionnaire des utilisateurs"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.29.83.101.114.118.105.99.101.32.100.101.32.112.114.111.102.105.108.32.117.116.105.108.105.115.97.116.101.117.114 = STRING: "Service de profil utilisateur"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.29.83.121.115.116.195.168.109.101.32.100.226.128.153.195.169.118.195.169.110.101.109.101.110.116.32.67.79.77.43 = Hex-STRING: 53 79 73 74 C3 A8 6D 65 20 64 E2 80 99 C3 A9 76 C3 A9 6E 65 6D 65 6E 74 20 43 4F 4D 2B
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.30.67.108.105.101.110.116.32.100.101.32.115.116.114.97.116.195.169.103.105.101.32.100.101.32.103.114.111.117.112.101 = Hex-STRING: 43 6C 69 65 6E 74 20 64 65 20 73 74 72 61 74 C3 A9 67 69 65 20 64 65 20 67 72 6F 75 70 65
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.30.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.32.115.101.115.115.105.111.110.32.108.111.99.97.108.101 = STRING: "Gestionnaire de session locale"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.32.74.111.117.114.110.97.108.32.100.226.128.153.195.169.118.195.169.110.101.109.101.110.116.115.32.87.105.110.100.111.119.115 = Hex-STRING: 4A 6F 75 72 6E 61 6C 20 64 E2 80 99 C3 A9 76 C3 A9 6E 65 6D 65 6E 74 73 20 57 69 6E 64 6F 77 73
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.33.73.110.102.114.97.115.116.114.117.99.116.117.114.101.32.100.101.32.103.101.115.116.105.111.110.32.87.105.110.100.111.119.115 = STRING: "Infrastructure de gestion Windows"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.33.76.97.110.99.101.117.114.32.100.101.32.112.114.111.99.101.115.115.117.115.32.115.101.114.118.101.117.114.32.68.67.79.77 = STRING: "Lanceur de processus serveur DCOM"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.33.83.101.114.118.105.99.101.32.100.101.32.115.116.114.97.116.195.169.103.105.101.32.100.39.97.102.102.105.99.104.97.103.101 = Hex-STRING: 53 65 72 76 69 63 65 20 64 65 20 73 74 72 61 74 C3 A9 67 69 65 20 64 27 61 66 66 69 63 68 61 67 65
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.34.65.112.112.101.108.32.100.101.32.112.114.111.99.195.169.100.117.114.101.32.100.105.115.116.97.110.116.101.32.40.82.80.67.41 = Hex-STRING: 41 70 70 65 6C 20 64 65 20 70 72 6F 63 C3 A9 64 75 72 65 20 64 69 73 74 61 6E 74 65 20 28 52 50 43 29
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.34.67.108.105.101.110.116.32.100.101.32.115.117.105.118.105.32.100.101.32.108.105.101.110.32.100.105.115.116.114.105.98.117.195.169 = Hex-STRING: 43 6C 69 65 6E 74 20 64 65 20 73 75 69 76 69 20 64 65 20 6C 69 65 6E 20 64 69 73 74 72 69 62 75 C3 A9
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.34.83.101.114.118.105.99.101.32.100.101.32.99.97.99.104.101.32.100.101.32.112.111.108.105.99.101.32.87.105.110.100.111.119.115 = STRING: "Service de cache de police Windows"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.35.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.115.32.99.111.110.110.101.120.105.111.110.115.32.87.105.110.100.111.119.115 = STRING: "Gestionnaire des connexions Windows"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.35.77.97.112.112.101.117.114.32.100.101.32.112.111.105.110.116.32.100.101.32.116.101.114.109.105.110.97.105.115.111.110.32.82.80.67 = STRING: "Mappeur de point de terminaison RPC"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.35.83.101.114.118.105.99.101.32.100.101.32.115.116.114.97.116.195.169.103.105.101.32.100.101.32.100.105.97.103.110.111.115.116.105.99 = Hex-STRING: 53 65 72 76 69 63 65 20 64 65 20 73 74 72 61 74 C3 A9 67 69 65 20 64 65 20 64 69 61 67 6E 6F 73 74 69 63
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.36.83.101.114.118.105.99.101.32.73.110.116.101.114.102.97.99.101.32.100.117.32.109.97.103.97.115.105.110.32.114.195.169.115.101.97.117 = Hex-STRING: 53 65 72 76 69 63 65 20 49 6E 74 65 72 66 61 63 65 20 64 75 20 6D 61 67 61 73 69 6E 20 72 C3 A9 73 65 61 75
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.36.83.101.114.118.105.99.101.32.97.110.116.105.118.105.114.117.115.32.77.105.99.114.111.115.111.102.116.32.68.101.102.101.110.100.101.114 = STRING: "Service antivirus Microsoft Defender"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.37.67.111.110.110.97.105.115.115.97.110.99.101.32.100.101.115.32.101.109.112.108.97.99.101.109.101.110.116.115.32.114.195.169.115.101.97.117 = Hex-STRING: 43 6F 6E 6E 61 69 73 73 61 6E 63 65 20 64 65 73 20 65 6D 70 6C 61 63 65 6D 65 6E 74 73 20 72 C3 A9 73 65 61 75
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.37.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.32.99.111.109.112.116.101.115.32.100.101.32.115.195.169.99.117.114.105.116.195.169 = Hex-STRING: 47 65 73 74 69 6F 6E 6E 61 69 72 65 20 64 65 20 63 6F 6D 70 74 65 73 20 64 65 20 73 C3 A9 63 75 72 69 74 C3 A9
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.38.77.101.116.116.114.101.32.195.160.32.106.111.117.114.32.108.101.32.115.101.114.118.105.99.101.32.79.114.99.104.101.115.116.114.97.116.111.114 = Hex-STRING: 4D 65 74 74 72 65 20 C3 A0 20 6A 6F 75 72 20 6C 65 20 73 65 72 76 69 63 65 20 4F 72 63 68 65 73 74 72 61 74 6F 72
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.38.83.101.114.118.105.99.101.32.100.101.32.100.195.169.112.108.111.105.101.109.101.110.116.32.65.112.112.88.32.40.65.112.112.88.83.86.67.41 = Hex-STRING: 53 65 72 76 69 63 65 20 64 65 20 64 C3 A9 70 6C 6F 69 65 6D 65 6E 74 20 41 70 70 58 20 28 41 70 70 58 53 56 43 29
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.39.86.77.119.97.114.101.32.65.108.105.97.115.32.77.97.110.97.103.101.114.32.97.110.100.32.84.105.99.107.101.116.32.83.101.114.118.105.99.101 = STRING: "VMware Alias Manager and Ticket Service"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.40.83.101.114.118.101.117.114.32.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.32.108.105.99.101.110.99.101.115.32.87.105.110.100.111.119.115 = STRING: "Serveur Gestionnaire de licences Windows"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.40.83.101.114.118.105.99.101.32.66.114.111.107.101.114.32.100.101.115.32.195.169.118.195.169.110.101.109.101.110.116.115.32.115.121.115.116.195.168.109.101 = Hex-STRING: 53 65 72 76 69 63 65 20 42 72 6F 6B 65 72 20 64 65 73 20 C3 A9 76 C3 A9 6E 65 6D 65 6E 74 73 20 73 79 73 74 C3 A8 6D 65
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.41.67.111.111.114.100.105.110.97.116.101.117.114.32.100.101.32.116.114.97.110.115.97.99.116.105.111.110.115.32.100.105.115.116.114.105.98.117.195.169.101.115 = Hex-STRING: 43 6F 6F 72 64 69 6E 61 74 65 75 72 20 64 65 20 74 72 61 6E 73 61 63 74 69 6F 6E 73 20 64 69 73 74 72 69 62 75 C3 A9 65 73
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.42.83.101.114.118.105.99.101.32.66.114.111.107.101.114.32.112.111.117.114.32.108.101.115.32.99.111.110.110.101.120.105.111.110.115.32.114.195.169.115.101.97.117 = Hex-STRING: 53 65 72 76 69 63 65 20 42 72 6F 6B 65 72 20 70 6F 75 72 20 6C 65 73 20 63 6F 6E 6E 65 78 69 6F 6E 73 20 72 C3 A9 73 65 61 75
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.42.83.101.114.118.105.99.101.32.83.116.97.116.101.32.82.101.112.111.115.105.116.111.114.121.32.40.83.116.97.116.101.82.101.112.111.115.105.116.111.114.121.41 = STRING: "Service State Repository (StateRepository)"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.43.83.101.114.118.105.99.101.32.117.116.105.108.105.115.97.116.101.117.114.32.100.117.32.80.114.101.115.115.101.45.112.97.112.105.101.114.115.95.55.54.99.51.102 = STRING: "Service utilisateur du Presse-papiers_76c3f"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.44.65.115.115.105.115.116.97.110.116.32.67.111.110.110.101.120.105.111.110.32.97.118.101.99.32.117.110.32.99.111.109.112.116.101.32.77.105.99.114.111.115.111.102.116 = STRING: "Assistant Connexion avec un compte Microsoft"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.44.71.101.115.116.105.111.110.32.195.160.32.100.105.115.116.97.110.99.101.32.100.101.32.87.105.110.100.111.119.115.32.40.71.101.115.116.105.111.110.32.87.83.77.41 = Hex-STRING: 47 65 73 74 69 6F 6E 20 C3 A0 20 64 69 73 74 61 6E 63 65 20 64 65 20 57 69 6E 64 6F 77 73 20 28 47 65 73 74 69 6F 6E 20 57 53 4D 29
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.45.83.101.114.118.105.99.101.32.66.114.111.107.101.114.32.112.111.117.114.32.108.101.115.32.195.169.118.195.169.110.101.109.101.110.116.115.32.104.111.114.97.105.114.101.115 = Hex-STRING: 53 65 72 76 69 63 65 20 42 72 6F 6B 65 72 20 70 6F 75 72 20 6C 65 73 20 C3 A9 76 C3 A9 6E 65 6D 65 6E 74 73 20 68 6F 72 61 69 72 65 73
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.46.77.111.100.117.108.101.115.32.100.101.32.103.195.169.110.195.169.114.97.116.105.111.110.32.100.101.32.99.108.195.169.115.32.73.75.69.32.101.116.32.65.117.116.104.73.80 = Hex-STRING: 4D 6F 64 75 6C 65 73 20 64 65 20 67 C3 A9 6E C3 A9 72 61 74 69 6F 6E 20 64 65 20 63 6C C3 A9 73 20 49 4B 45 20 65 74 20 41 75 74 68 49 50
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.46.83.101.114.118.105.99.101.32.100.101.32.112.108.97.116.101.102.111.114.109.101.32.100.101.115.32.97.112.112.97.114.101.105.108.115.32.99.111.110.110.101.99.116.195.169.115 = Hex-STRING: 53 65 72 76 69 63 65 20 64 65 20 70 6C 61 74 65 66 6F 72 6D 65 20 64 65 73 20 61 70 70 61 72 65 69 6C 73 20 63 6F 6E 6E 65 63 74 C3 A9 73
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.47.71.101.115.116.105.111.110.110.97.105.114.101.32.100.226.128.153.105.110.115.116.97.108.108.97.116.105.111.110.32.100.101.32.112.195.169.114.105.112.104.195.169.114.105.113.117.101 = Hex-STRING: 47 65 73 74 69 6F 6E 6E 61 69 72 65 20 64 E2 80 99 69 6E 73 74 61 6C 6C 61 74 69 6F 6E 20 64 65 20 70 C3 A9 72 69 70 68 C3 A9 72 69 71 75 65
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.48.72.195.180.116.101.32.100.117.32.102.111.117.114.110.105.115.115.101.117.114.32.100.101.32.100.195.169.99.111.117.118.101.114.116.101.32.100.101.32.102.111.110.99.116.105.111.110.115 = Hex-STRING: 48 C3 B4 74 65 20 64 75 20 66 6F 75 72 6E 69 73 73 65 75 72 20 64 65 20 64 C3 A9 63 6F 75 76 65 72 74 65 20 64 65 20 66 6F 6E 63 74 69 6F 6E 73
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.48.83.101.114.118.105.99.101.32.100.101.32.106.111.117.114.110.97.108.105.115.97.116.105.111.110.32.100.101.115.32.97.99.99.195.168.115.32.117.116.105.108.105.115.97.116.101.117.114 = Hex-STRING: 53 65 72 76 69 63 65 20 64 65 20 6A 6F 75 72 6E 61 6C 69 73 61 74 69 6F 6E 20 64 65 73 20 61 63 63 C3 A8 73 20 75 74 69 6C 69 73 61 74 65 75 72
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.48.83.101.114.118.105.99.101.194.160.83.83.84.80.32.40.83.101.99.117.114.101.32.83.111.99.107.101.116.32.84.117.110.110.101.108.105.110.103.32.80.114.111.116.111.99.111.108.41 = Hex-STRING: 53 65 72 76 69 63 65 C2 A0 53 53 54 50 20 28 53 65 63 75 72 65 20 53 6F 63 6B 65 74 20 54 75 6E 6E 65 6C 69 6E 67 20 50 72 6F 74 6F 63 6F 6C 29
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.49.83.101.114.118.105.99.101.32.100.101.32.110.111.116.105.102.105.99.97.116.105.111.110.32.100.226.128.153.195.169.118.195.169.110.101.109.101.110.116.115.32.115.121.115.116.195.168.109.101 = Hex-STRING: 53 65 72 76 69 63 65 20 64 65 20 6E 6F 74 69 66 69 63 61 74 69 6F 6E 20 64 E2 80 99 C3 A9 76 C3 A9 6E 65 6D 65 6E 74 73 20 73 79 73 74 C3 A8 6D 65
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.49.83.101.114.118.105.99.101.32.100.101.32.116.114.97.110.115.102.101.114.116.32.105.110.116.101.108.108.105.103.101.110.116.32.101.110.32.97.114.114.105.195.168.114.101.45.112.108.97.110 = Hex-STRING: 53 65 72 76 69 63 65 20 64 65 20 74 72 61 6E 73 66 65 72 74 20 69 6E 74 65 6C 6C 69 67 65 6E 74 20 65 6E 20 61 72 72 69 C3 A8 72 65 2D 70 6C 61 6E
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.49.83.101.114.118.105.99.101.32.100.117.32.115.121.115.116.195.168.109.101.32.100.101.32.110.111.116.105.102.105.99.97.116.105.111.110.115.32.80.117.115.104.32.87.105.110.100.111.119.115 = Hex-STRING: 53 65 72 76 69 63 65 20 64 75 20 73 79 73 74 C3 A8 6D 65 20 64 65 20 6E 6F 74 69 66 69 63 61 74 69 6F 6E 73 20 50 75 73 68 20 57 69 6E 64 6F 77 73
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.50.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.115.32.99.111.110.110.101.120.105.111.110.115.32.100.226.128.153.97.99.99.195.168.115.32.195.160.32.100.105.115.116.97.110.99.101 = Hex-STRING: 47 65 73 74 69 6F 6E 6E 61 69 72 65 20 64 65 73 20 63 6F 6E 6E 65 78 69 6F 6E 73 20 64 E2 80 99 61 63 63 C3 A8 73 20 C3 A0 20 64 69 73 74 61 6E 63 65
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.52.83.101.114.118.105.99.101.32.71.101.115.116.105.111.110.110.97.105.114.101.32.100.226.128.153.97.99.99.195.168.115.32.97.117.120.32.102.111.110.99.116.105.111.110.110.97.108.105.116.195.169.115 = Hex-STRING: 53 65 72 76 69 63 65 20 47 65 73 74 69 6F 6E 6E 61 69 72 65 20 64 E2 80 99 61 63 63 C3 A8 73 20 61 75 78 20 66 6F 6E 63 74 69 6F 6E 6E 61 6C 69 74 C3 A9 73
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.54.80.117.98.108.105.99.97.116.105.111.110.32.100.101.115.32.114.101.115.115.111.117.114.99.101.115.32.100.101.32.100.195.169.99.111.117.118.101.114.116.101.32.100.101.32.102.111.110.99.116.105.111.110.115 = Hex-STRING: 50 75 62 6C 69 63 61 74 69 6F 6E 20 64 65 73 20 72 65 73 73 6F 75 72 63 65 73 20 64 65 20 64 C3 A9 63 6F 75 76 65 72 74 65 20 64 65 20 66 6F 6E 63 74 69 6F 6E 73
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.54.83.101.114.118.105.99.101.32.100.101.32.108.226.128.153.65.115.115.105.115.116.97.110.116.32.67.111.109.112.97.116.105.98.105.108.105.116.195.169.32.100.101.115.32.112.114.111.103.114.97.109.109.101.115 = Hex-STRING: 53 65 72 76 69 63 65 20 64 65 20 6C E2 80 99 41 73 73 69 73 74 61 6E 74 20 43 6F 6D 70 61 74 69 62 69 6C 69 74 C3 A9 20 64 65 73 20 70 72 6F 67 72 61 6D 6D 65 73
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.55.83.101.114.118.105.99.101.32.100.226.128.153.105.110.102.114.97.115.116.114.117.99.116.117.114.101.32.100.101.115.32.116.195.162.99.104.101.115.32.101.110.32.97.114.114.105.195.168.114.101.45.112.108.97.110 = Hex-STRING: 53 65 72 76 69 63 65 20 64 E2 80 99 69 6E 66 72 61 73 74 72 75 63 74 75 72 65 20 64 65 73 20 74 C3 A2 63 68 65 73 20 65 6E 20 61 72 72 69 C3 A8 72 65 2D 70 6C 61 6E
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.55.83.101.114.118.105.99.101.32.117.116.105.108.105.115.97.116.101.117.114.32.100.101.32.110.111.116.105.102.105.99.97.116.105.111.110.115.32.80.117.115.104.32.87.105.110.100.111.119.115.95.55.54.99.51.102 = STRING: "Service utilisateur de notifications Push Windows_76c3f"
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.57.69.120.112.195.169.114.105.101.110.99.101.115.32.100.101.115.32.117.116.105.108.105.115.97.116.101.117.114.115.32.99.111.110.110.101.99.116.195.169.115.32.101.116.32.116.195.169.108.195.169.109.195.169.116.114.105.101 = Hex-STRING: 45 78 70 C3 A9 72 69 65 6E 63 65 73 20 64 65 73 20 75 74 69 6C 69 73 61 74 65 75 72 73 20 63 6F 6E 6E 65 63 74 C3 A9 73 20 65 74 20 74 C3 A9 6C C3 A9 6D C3 A9 74 72 69 65
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.63.83.101.114.118.105.99.101.32.100.117.32.99.108.97.118.105.101.114.32.116.97.99.116.105.108.101.32.101.116.32.100.117.32.118.111.108.101.116.32.100.226.128.153.195.169.99.114.105.116.117.114.101.32.109.97.110.117.115.99.114.105.116.101 = Hex-STRING: 53 65 72 76 69 63 65 20 64 75 20 63 6C 61 76 69 65 72 20 74 61 63 74 69 6C 65 20 65 74 20 64 75 20 76 6F 6C 65 74 20 64 E2 80 99 C3 A9 63 72 69 74 75 72 65 20 6D 61 6E 75 73 63 72 69 74 65
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.66.83.101.114.118.105.99.101.32.100.226.128.153.105.110.115.112.101.99.116.105.111.110.32.114.195.169.115.101.97.117.32.100.101.32.108.226.128.153.97.110.116.105.118.105.114.117.115.32.77.105.99.114.111.115.111.102.116.32.68.101.102.101.110.100.101.114 = Hex-STRING: 53 65 72 76 69 63 65 20 64 E2 80 99 69 6E 73 70 65 63 74 69 6F 6E 20 72 C3 A9 73 65 61 75 20 64 65 20 6C E2 80 99 61 6E 74 69 76 69 72 75 73 20 4D 69 63 72 6F 73 6F 66 74 20 44 65 66 65 6E 64 65 72
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.69.83.101.114.118.105.99.101.32.112.111.117.114.32.117.116.105.108.105.115.97.116.101.117.114.32.100.101.32.112.108.97.116.101.102.111.114.109.101.32.100.226.128.153.97.112.112.97.114.101.105.108.115.32.99.111.110.110.101.99.116.195.169.115.95.55.54.99.51.102 = Hex-STRING: 53 65 72 76 69 63 65 20 70 6F 75 72 20 75 74 69 6C 69 73 61 74 65 75 72 20 64 65 20 70 6C 61 74 65 66 6F 72 6D 65 20 64 E2 80 99 61 70 70 61 72 65 69 6C 73 20 63 6F 6E 6E 65 63 74 C3 A9 73 5F 37 36 63 33 66
|
||||
.1.3.6.1.4.1.77.1.2.3.1.1.78.83.101.114.118.105.99.101.32.100.101.32.100.195.169.99.111.117.118.101.114.116.101.32.97.117.116.111.109.97.116.105.113.117.101.32.100.101.32.80.114.111.120.121.32.87.101.98.32.112.111.117.114.32.108.101.115.32.115.101.114.118.105.99.101.115.32.72.84.84.80.32.87.105.110.100.111.119.115 = Hex-STRING: 53 65 72 76 69 63 65 20 64 65 20 64 C3 A9 63 6F 75 76 65 72 74 65 20 61 75 74 6F 6D 61 74 69 71 75 65 20 64 65 20 50 72 6F 78 79 20 57 65 62 20 70 6F 75 72 20 6C 65 73 20 73 65 72 76 69 63 65 73 20 48 54 54 50 20 57 69 6E 64 6F 77 73
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.7.83.101.114.118.101.117.114 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.7.83.121.115.77.97.105.110 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.7.84.104.195.168.109.101.115 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.10.67.108.105.101.110.116.32.68.78.83 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.11.67.108.105.101.110.116.32.68.72.67.80 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.12.65.108.105.109.101.110.116.97.116.105.111.110 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.12.83.101.114.118.105.99.101.32.83.78.77.80 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.12.86.77.119.97.114.101.32.84.111.111.108.115 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.13.65.115.115.105.115.116.97.110.99.101.32.73.80 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.13.67.111.114.101.77.101.115.115.97.103.105.110.103 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.13.80.108.117.103.45.97.110.100.45.80.108.97.121 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.13.84.101.109.112.115.32.87.105.110.100.111.119.115 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.14.87.105.110.100.111.119.115.32.85.112.100.97.116.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.18.83.116.97.116.105.111.110.32.100.101.32.116.114.97.118.97.105.108 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.19.83.101.114.118.105.99.101.32.100.101.32.115.116.111.99.107.97.103.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.20.82.101.103.105.115.116.114.101.32.195.160.32.100.105.115.116.97.110.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.21.73.115.111.108.97.116.105.111.110.32.100.101.32.99.108.195.169.32.67.78.71 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.23.83.101.114.118.105.99.101.115.32.100.101.32.99.104.105.102.102.114.101.109.101.110.116 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.23.83.112.111.117.108.101.117.114.32.100.226.128.153.105.109.112.114.101.115.115.105.111.110 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.24.80.108.97.110.105.102.105.99.97.116.101.117.114.32.100.101.32.116.195.162.99.104.101.115 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.25.65.112.112.108.105.99.97.116.105.111.110.32.115.121.115.116.195.168.109.101.32.67.79.77.43 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.25.79.112.116.105.109.105.115.97.116.105.111.110.32.100.101.32.108.105.118.114.97.105.115.111.110 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.25.80.97.114.101.45.102.101.117.32.87.105.110.100.111.119.115.32.68.101.102.101.110.100.101.114 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.26.68.195.169.116.101.99.116.105.111.110.32.109.97.116.195.169.114.105.101.108.32.110.111.121.97.117 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.26.77.111.116.101.117.114.32.100.101.32.102.105.108.116.114.97.103.101.32.100.101.32.98.97.115.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.26.83.101.114.118.105.99.101.32.76.105.115.116.101.32.100.101.115.32.114.195.169.115.101.97.117.120 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.27.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.32.99.111.109.112.116.101.115.32.119.101.98 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.27.78.83.67.108.105.101.110.116.43.43.32.77.111.110.105.116.111.114.105.110.103.32.65.103.101.110.116 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.29.65.115.115.105.115.116.97.110.99.101.32.78.101.116.66.73.79.83.32.115.117.114.32.84.67.80.47.73.80 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.29.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.115.32.117.116.105.108.105.115.97.116.101.117.114.115 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.29.83.101.114.118.105.99.101.32.100.101.32.112.114.111.102.105.108.32.117.116.105.108.105.115.97.116.101.117.114 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.29.83.121.115.116.195.168.109.101.32.100.226.128.153.195.169.118.195.169.110.101.109.101.110.116.32.67.79.77.43 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.30.67.108.105.101.110.116.32.100.101.32.115.116.114.97.116.195.169.103.105.101.32.100.101.32.103.114.111.117.112.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.30.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.32.115.101.115.115.105.111.110.32.108.111.99.97.108.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.32.74.111.117.114.110.97.108.32.100.226.128.153.195.169.118.195.169.110.101.109.101.110.116.115.32.87.105.110.100.111.119.115 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.33.73.110.102.114.97.115.116.114.117.99.116.117.114.101.32.100.101.32.103.101.115.116.105.111.110.32.87.105.110.100.111.119.115 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.33.76.97.110.99.101.117.114.32.100.101.32.112.114.111.99.101.115.115.117.115.32.115.101.114.118.101.117.114.32.68.67.79.77 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.33.83.101.114.118.105.99.101.32.100.101.32.115.116.114.97.116.195.169.103.105.101.32.100.39.97.102.102.105.99.104.97.103.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.34.65.112.112.101.108.32.100.101.32.112.114.111.99.195.169.100.117.114.101.32.100.105.115.116.97.110.116.101.32.40.82.80.67.41 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.34.67.108.105.101.110.116.32.100.101.32.115.117.105.118.105.32.100.101.32.108.105.101.110.32.100.105.115.116.114.105.98.117.195.169 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.34.83.101.114.118.105.99.101.32.100.101.32.99.97.99.104.101.32.100.101.32.112.111.108.105.99.101.32.87.105.110.100.111.119.115 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.35.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.115.32.99.111.110.110.101.120.105.111.110.115.32.87.105.110.100.111.119.115 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.35.77.97.112.112.101.117.114.32.100.101.32.112.111.105.110.116.32.100.101.32.116.101.114.109.105.110.97.105.115.111.110.32.82.80.67 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.35.83.101.114.118.105.99.101.32.100.101.32.115.116.114.97.116.195.169.103.105.101.32.100.101.32.100.105.97.103.110.111.115.116.105.99 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.36.83.101.114.118.105.99.101.32.73.110.116.101.114.102.97.99.101.32.100.117.32.109.97.103.97.115.105.110.32.114.195.169.115.101.97.117 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.36.83.101.114.118.105.99.101.32.97.110.116.105.118.105.114.117.115.32.77.105.99.114.111.115.111.102.116.32.68.101.102.101.110.100.101.114 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.37.67.111.110.110.97.105.115.115.97.110.99.101.32.100.101.115.32.101.109.112.108.97.99.101.109.101.110.116.115.32.114.195.169.115.101.97.117 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.37.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.32.99.111.109.112.116.101.115.32.100.101.32.115.195.169.99.117.114.105.116.195.169 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.38.77.101.116.116.114.101.32.195.160.32.106.111.117.114.32.108.101.32.115.101.114.118.105.99.101.32.79.114.99.104.101.115.116.114.97.116.111.114 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.38.83.101.114.118.105.99.101.32.100.101.32.100.195.169.112.108.111.105.101.109.101.110.116.32.65.112.112.88.32.40.65.112.112.88.83.86.67.41 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.39.86.77.119.97.114.101.32.65.108.105.97.115.32.77.97.110.97.103.101.114.32.97.110.100.32.84.105.99.107.101.116.32.83.101.114.118.105.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.40.83.101.114.118.101.117.114.32.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.32.108.105.99.101.110.99.101.115.32.87.105.110.100.111.119.115 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.40.83.101.114.118.105.99.101.32.66.114.111.107.101.114.32.100.101.115.32.195.169.118.195.169.110.101.109.101.110.116.115.32.115.121.115.116.195.168.109.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.41.67.111.111.114.100.105.110.97.116.101.117.114.32.100.101.32.116.114.97.110.115.97.99.116.105.111.110.115.32.100.105.115.116.114.105.98.117.195.169.101.115 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.42.83.101.114.118.105.99.101.32.66.114.111.107.101.114.32.112.111.117.114.32.108.101.115.32.99.111.110.110.101.120.105.111.110.115.32.114.195.169.115.101.97.117 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.42.83.101.114.118.105.99.101.32.83.116.97.116.101.32.82.101.112.111.115.105.116.111.114.121.32.40.83.116.97.116.101.82.101.112.111.115.105.116.111.114.121.41 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.43.83.101.114.118.105.99.101.32.117.116.105.108.105.115.97.116.101.117.114.32.100.117.32.80.114.101.115.115.101.45.112.97.112.105.101.114.115.95.55.54.99.51.102 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.44.65.115.115.105.115.116.97.110.116.32.67.111.110.110.101.120.105.111.110.32.97.118.101.99.32.117.110.32.99.111.109.112.116.101.32.77.105.99.114.111.115.111.102.116 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.44.71.101.115.116.105.111.110.32.195.160.32.100.105.115.116.97.110.99.101.32.100.101.32.87.105.110.100.111.119.115.32.40.71.101.115.116.105.111.110.32.87.83.77.41 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.45.83.101.114.118.105.99.101.32.66.114.111.107.101.114.32.112.111.117.114.32.108.101.115.32.195.169.118.195.169.110.101.109.101.110.116.115.32.104.111.114.97.105.114.101.115 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.46.77.111.100.117.108.101.115.32.100.101.32.103.195.169.110.195.169.114.97.116.105.111.110.32.100.101.32.99.108.195.169.115.32.73.75.69.32.101.116.32.65.117.116.104.73.80 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.46.83.101.114.118.105.99.101.32.100.101.32.112.108.97.116.101.102.111.114.109.101.32.100.101.115.32.97.112.112.97.114.101.105.108.115.32.99.111.110.110.101.99.116.195.169.115 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.47.71.101.115.116.105.111.110.110.97.105.114.101.32.100.226.128.153.105.110.115.116.97.108.108.97.116.105.111.110.32.100.101.32.112.195.169.114.105.112.104.195.169.114.105.113.117.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.48.72.195.180.116.101.32.100.117.32.102.111.117.114.110.105.115.115.101.117.114.32.100.101.32.100.195.169.99.111.117.118.101.114.116.101.32.100.101.32.102.111.110.99.116.105.111.110.115 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.48.83.101.114.118.105.99.101.32.100.101.32.106.111.117.114.110.97.108.105.115.97.116.105.111.110.32.100.101.115.32.97.99.99.195.168.115.32.117.116.105.108.105.115.97.116.101.117.114 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.48.83.101.114.118.105.99.101.194.160.83.83.84.80.32.40.83.101.99.117.114.101.32.83.111.99.107.101.116.32.84.117.110.110.101.108.105.110.103.32.80.114.111.116.111.99.111.108.41 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.49.83.101.114.118.105.99.101.32.100.101.32.110.111.116.105.102.105.99.97.116.105.111.110.32.100.226.128.153.195.169.118.195.169.110.101.109.101.110.116.115.32.115.121.115.116.195.168.109.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.49.83.101.114.118.105.99.101.32.100.101.32.116.114.97.110.115.102.101.114.116.32.105.110.116.101.108.108.105.103.101.110.116.32.101.110.32.97.114.114.105.195.168.114.101.45.112.108.97.110 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.49.83.101.114.118.105.99.101.32.100.117.32.115.121.115.116.195.168.109.101.32.100.101.32.110.111.116.105.102.105.99.97.116.105.111.110.115.32.80.117.115.104.32.87.105.110.100.111.119.115 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.50.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.115.32.99.111.110.110.101.120.105.111.110.115.32.100.226.128.153.97.99.99.195.168.115.32.195.160.32.100.105.115.116.97.110.99.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.52.83.101.114.118.105.99.101.32.71.101.115.116.105.111.110.110.97.105.114.101.32.100.226.128.153.97.99.99.195.168.115.32.97.117.120.32.102.111.110.99.116.105.111.110.110.97.108.105.116.195.169.115 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.54.80.117.98.108.105.99.97.116.105.111.110.32.100.101.115.32.114.101.115.115.111.117.114.99.101.115.32.100.101.32.100.195.169.99.111.117.118.101.114.116.101.32.100.101.32.102.111.110.99.116.105.111.110.115 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.54.83.101.114.118.105.99.101.32.100.101.32.108.226.128.153.65.115.115.105.115.116.97.110.116.32.67.111.109.112.97.116.105.98.105.108.105.116.195.169.32.100.101.115.32.112.114.111.103.114.97.109.109.101.115 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.55.83.101.114.118.105.99.101.32.100.226.128.153.105.110.102.114.97.115.116.114.117.99.116.117.114.101.32.100.101.115.32.116.195.162.99.104.101.115.32.101.110.32.97.114.114.105.195.168.114.101.45.112.108.97.110 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.55.83.101.114.118.105.99.101.32.117.116.105.108.105.115.97.116.101.117.114.32.100.101.32.110.111.116.105.102.105.99.97.116.105.111.110.115.32.80.117.115.104.32.87.105.110.100.111.119.115.95.55.54.99.51.102 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.57.69.120.112.195.169.114.105.101.110.99.101.115.32.100.101.115.32.117.116.105.108.105.115.97.116.101.117.114.115.32.99.111.110.110.101.99.116.195.169.115.32.101.116.32.116.195.169.108.195.169.109.195.169.116.114.105.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.63.83.101.114.118.105.99.101.32.100.117.32.99.108.97.118.105.101.114.32.116.97.99.116.105.108.101.32.101.116.32.100.117.32.118.111.108.101.116.32.100.226.128.153.195.169.99.114.105.116.117.114.101.32.109.97.110.117.115.99.114.105.116.101 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.66.83.101.114.118.105.99.101.32.100.226.128.153.105.110.115.112.101.99.116.105.111.110.32.114.195.169.115.101.97.117.32.100.101.32.108.226.128.153.97.110.116.105.118.105.114.117.115.32.77.105.99.114.111.115.111.102.116.32.68.101.102.101.110.100.101.114 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.69.83.101.114.118.105.99.101.32.112.111.117.114.32.117.116.105.108.105.115.97.116.101.117.114.32.100.101.32.112.108.97.116.101.102.111.114.109.101.32.100.226.128.153.97.112.112.97.114.101.105.108.115.32.99.111.110.110.101.99.116.195.169.115.95.55.54.99.51.102 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.2.78.83.101.114.118.105.99.101.32.100.101.32.100.195.169.99.111.117.118.101.114.116.101.32.97.117.116.111.109.97.116.105.113.117.101.32.100.101.32.80.114.111.120.121.32.87.101.98.32.112.111.117.114.32.108.101.115.32.115.101.114.118.105.99.101.115.32.72.84.84.80.32.87.105.110.100.111.119.115 = INTEGER: 4
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.7.83.101.114.118.101.117.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.7.83.121.115.77.97.105.110 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.7.84.104.195.168.109.101.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.10.67.108.105.101.110.116.32.68.78.83 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.11.67.108.105.101.110.116.32.68.72.67.80 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.12.65.108.105.109.101.110.116.97.116.105.111.110 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.12.83.101.114.118.105.99.101.32.83.78.77.80 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.12.86.77.119.97.114.101.32.84.111.111.108.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.13.65.115.115.105.115.116.97.110.99.101.32.73.80 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.13.67.111.114.101.77.101.115.115.97.103.105.110.103 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.13.80.108.117.103.45.97.110.100.45.80.108.97.121 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.13.84.101.109.112.115.32.87.105.110.100.111.119.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.14.87.105.110.100.111.119.115.32.85.112.100.97.116.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.18.83.116.97.116.105.111.110.32.100.101.32.116.114.97.118.97.105.108 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.19.83.101.114.118.105.99.101.32.100.101.32.115.116.111.99.107.97.103.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.20.82.101.103.105.115.116.114.101.32.195.160.32.100.105.115.116.97.110.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.21.73.115.111.108.97.116.105.111.110.32.100.101.32.99.108.195.169.32.67.78.71 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.23.83.101.114.118.105.99.101.115.32.100.101.32.99.104.105.102.102.114.101.109.101.110.116 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.23.83.112.111.117.108.101.117.114.32.100.226.128.153.105.109.112.114.101.115.115.105.111.110 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.24.80.108.97.110.105.102.105.99.97.116.101.117.114.32.100.101.32.116.195.162.99.104.101.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.25.65.112.112.108.105.99.97.116.105.111.110.32.115.121.115.116.195.168.109.101.32.67.79.77.43 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.25.79.112.116.105.109.105.115.97.116.105.111.110.32.100.101.32.108.105.118.114.97.105.115.111.110 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.25.80.97.114.101.45.102.101.117.32.87.105.110.100.111.119.115.32.68.101.102.101.110.100.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.26.68.195.169.116.101.99.116.105.111.110.32.109.97.116.195.169.114.105.101.108.32.110.111.121.97.117 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.26.77.111.116.101.117.114.32.100.101.32.102.105.108.116.114.97.103.101.32.100.101.32.98.97.115.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.26.83.101.114.118.105.99.101.32.76.105.115.116.101.32.100.101.115.32.114.195.169.115.101.97.117.120 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.27.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.32.99.111.109.112.116.101.115.32.119.101.98 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.27.78.83.67.108.105.101.110.116.43.43.32.77.111.110.105.116.111.114.105.110.103.32.65.103.101.110.116 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.29.65.115.115.105.115.116.97.110.99.101.32.78.101.116.66.73.79.83.32.115.117.114.32.84.67.80.47.73.80 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.29.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.115.32.117.116.105.108.105.115.97.116.101.117.114.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.29.83.101.114.118.105.99.101.32.100.101.32.112.114.111.102.105.108.32.117.116.105.108.105.115.97.116.101.117.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.29.83.121.115.116.195.168.109.101.32.100.226.128.153.195.169.118.195.169.110.101.109.101.110.116.32.67.79.77.43 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.30.67.108.105.101.110.116.32.100.101.32.115.116.114.97.116.195.169.103.105.101.32.100.101.32.103.114.111.117.112.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.30.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.32.115.101.115.115.105.111.110.32.108.111.99.97.108.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.32.74.111.117.114.110.97.108.32.100.226.128.153.195.169.118.195.169.110.101.109.101.110.116.115.32.87.105.110.100.111.119.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.33.73.110.102.114.97.115.116.114.117.99.116.117.114.101.32.100.101.32.103.101.115.116.105.111.110.32.87.105.110.100.111.119.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.33.76.97.110.99.101.117.114.32.100.101.32.112.114.111.99.101.115.115.117.115.32.115.101.114.118.101.117.114.32.68.67.79.77 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.33.83.101.114.118.105.99.101.32.100.101.32.115.116.114.97.116.195.169.103.105.101.32.100.39.97.102.102.105.99.104.97.103.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.34.65.112.112.101.108.32.100.101.32.112.114.111.99.195.169.100.117.114.101.32.100.105.115.116.97.110.116.101.32.40.82.80.67.41 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.34.67.108.105.101.110.116.32.100.101.32.115.117.105.118.105.32.100.101.32.108.105.101.110.32.100.105.115.116.114.105.98.117.195.169 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.34.83.101.114.118.105.99.101.32.100.101.32.99.97.99.104.101.32.100.101.32.112.111.108.105.99.101.32.87.105.110.100.111.119.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.35.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.115.32.99.111.110.110.101.120.105.111.110.115.32.87.105.110.100.111.119.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.35.77.97.112.112.101.117.114.32.100.101.32.112.111.105.110.116.32.100.101.32.116.101.114.109.105.110.97.105.115.111.110.32.82.80.67 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.35.83.101.114.118.105.99.101.32.100.101.32.115.116.114.97.116.195.169.103.105.101.32.100.101.32.100.105.97.103.110.111.115.116.105.99 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.36.83.101.114.118.105.99.101.32.73.110.116.101.114.102.97.99.101.32.100.117.32.109.97.103.97.115.105.110.32.114.195.169.115.101.97.117 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.36.83.101.114.118.105.99.101.32.97.110.116.105.118.105.114.117.115.32.77.105.99.114.111.115.111.102.116.32.68.101.102.101.110.100.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.37.67.111.110.110.97.105.115.115.97.110.99.101.32.100.101.115.32.101.109.112.108.97.99.101.109.101.110.116.115.32.114.195.169.115.101.97.117 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.37.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.32.99.111.109.112.116.101.115.32.100.101.32.115.195.169.99.117.114.105.116.195.169 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.38.77.101.116.116.114.101.32.195.160.32.106.111.117.114.32.108.101.32.115.101.114.118.105.99.101.32.79.114.99.104.101.115.116.114.97.116.111.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.38.83.101.114.118.105.99.101.32.100.101.32.100.195.169.112.108.111.105.101.109.101.110.116.32.65.112.112.88.32.40.65.112.112.88.83.86.67.41 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.39.86.77.119.97.114.101.32.65.108.105.97.115.32.77.97.110.97.103.101.114.32.97.110.100.32.84.105.99.107.101.116.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.40.83.101.114.118.101.117.114.32.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.32.108.105.99.101.110.99.101.115.32.87.105.110.100.111.119.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.40.83.101.114.118.105.99.101.32.66.114.111.107.101.114.32.100.101.115.32.195.169.118.195.169.110.101.109.101.110.116.115.32.115.121.115.116.195.168.109.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.41.67.111.111.114.100.105.110.97.116.101.117.114.32.100.101.32.116.114.97.110.115.97.99.116.105.111.110.115.32.100.105.115.116.114.105.98.117.195.169.101.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.42.83.101.114.118.105.99.101.32.66.114.111.107.101.114.32.112.111.117.114.32.108.101.115.32.99.111.110.110.101.120.105.111.110.115.32.114.195.169.115.101.97.117 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.42.83.101.114.118.105.99.101.32.83.116.97.116.101.32.82.101.112.111.115.105.116.111.114.121.32.40.83.116.97.116.101.82.101.112.111.115.105.116.111.114.121.41 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.43.83.101.114.118.105.99.101.32.117.116.105.108.105.115.97.116.101.117.114.32.100.117.32.80.114.101.115.115.101.45.112.97.112.105.101.114.115.95.55.54.99.51.102 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.44.65.115.115.105.115.116.97.110.116.32.67.111.110.110.101.120.105.111.110.32.97.118.101.99.32.117.110.32.99.111.109.112.116.101.32.77.105.99.114.111.115.111.102.116 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.44.71.101.115.116.105.111.110.32.195.160.32.100.105.115.116.97.110.99.101.32.100.101.32.87.105.110.100.111.119.115.32.40.71.101.115.116.105.111.110.32.87.83.77.41 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.45.83.101.114.118.105.99.101.32.66.114.111.107.101.114.32.112.111.117.114.32.108.101.115.32.195.169.118.195.169.110.101.109.101.110.116.115.32.104.111.114.97.105.114.101.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.46.77.111.100.117.108.101.115.32.100.101.32.103.195.169.110.195.169.114.97.116.105.111.110.32.100.101.32.99.108.195.169.115.32.73.75.69.32.101.116.32.65.117.116.104.73.80 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.46.83.101.114.118.105.99.101.32.100.101.32.112.108.97.116.101.102.111.114.109.101.32.100.101.115.32.97.112.112.97.114.101.105.108.115.32.99.111.110.110.101.99.116.195.169.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.47.71.101.115.116.105.111.110.110.97.105.114.101.32.100.226.128.153.105.110.115.116.97.108.108.97.116.105.111.110.32.100.101.32.112.195.169.114.105.112.104.195.169.114.105.113.117.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.48.72.195.180.116.101.32.100.117.32.102.111.117.114.110.105.115.115.101.117.114.32.100.101.32.100.195.169.99.111.117.118.101.114.116.101.32.100.101.32.102.111.110.99.116.105.111.110.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.48.83.101.114.118.105.99.101.32.100.101.32.106.111.117.114.110.97.108.105.115.97.116.105.111.110.32.100.101.115.32.97.99.99.195.168.115.32.117.116.105.108.105.115.97.116.101.117.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.48.83.101.114.118.105.99.101.194.160.83.83.84.80.32.40.83.101.99.117.114.101.32.83.111.99.107.101.116.32.84.117.110.110.101.108.105.110.103.32.80.114.111.116.111.99.111.108.41 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.49.83.101.114.118.105.99.101.32.100.101.32.110.111.116.105.102.105.99.97.116.105.111.110.32.100.226.128.153.195.169.118.195.169.110.101.109.101.110.116.115.32.115.121.115.116.195.168.109.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.49.83.101.114.118.105.99.101.32.100.101.32.116.114.97.110.115.102.101.114.116.32.105.110.116.101.108.108.105.103.101.110.116.32.101.110.32.97.114.114.105.195.168.114.101.45.112.108.97.110 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.49.83.101.114.118.105.99.101.32.100.117.32.115.121.115.116.195.168.109.101.32.100.101.32.110.111.116.105.102.105.99.97.116.105.111.110.115.32.80.117.115.104.32.87.105.110.100.111.119.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.50.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.115.32.99.111.110.110.101.120.105.111.110.115.32.100.226.128.153.97.99.99.195.168.115.32.195.160.32.100.105.115.116.97.110.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.52.83.101.114.118.105.99.101.32.71.101.115.116.105.111.110.110.97.105.114.101.32.100.226.128.153.97.99.99.195.168.115.32.97.117.120.32.102.111.110.99.116.105.111.110.110.97.108.105.116.195.169.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.54.80.117.98.108.105.99.97.116.105.111.110.32.100.101.115.32.114.101.115.115.111.117.114.99.101.115.32.100.101.32.100.195.169.99.111.117.118.101.114.116.101.32.100.101.32.102.111.110.99.116.105.111.110.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.54.83.101.114.118.105.99.101.32.100.101.32.108.226.128.153.65.115.115.105.115.116.97.110.116.32.67.111.109.112.97.116.105.98.105.108.105.116.195.169.32.100.101.115.32.112.114.111.103.114.97.109.109.101.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.55.83.101.114.118.105.99.101.32.100.226.128.153.105.110.102.114.97.115.116.114.117.99.116.117.114.101.32.100.101.115.32.116.195.162.99.104.101.115.32.101.110.32.97.114.114.105.195.168.114.101.45.112.108.97.110 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.55.83.101.114.118.105.99.101.32.117.116.105.108.105.115.97.116.101.117.114.32.100.101.32.110.111.116.105.102.105.99.97.116.105.111.110.115.32.80.117.115.104.32.87.105.110.100.111.119.115.95.55.54.99.51.102 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.57.69.120.112.195.169.114.105.101.110.99.101.115.32.100.101.115.32.117.116.105.108.105.115.97.116.101.117.114.115.32.99.111.110.110.101.99.116.195.169.115.32.101.116.32.116.195.169.108.195.169.109.195.169.116.114.105.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.63.83.101.114.118.105.99.101.32.100.117.32.99.108.97.118.105.101.114.32.116.97.99.116.105.108.101.32.101.116.32.100.117.32.118.111.108.101.116.32.100.226.128.153.195.169.99.114.105.116.117.114.101.32.109.97.110.117.115.99.114.105.116.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.66.83.101.114.118.105.99.101.32.100.226.128.153.105.110.115.112.101.99.116.105.111.110.32.114.195.169.115.101.97.117.32.100.101.32.108.226.128.153.97.110.116.105.118.105.114.117.115.32.77.105.99.114.111.115.111.102.116.32.68.101.102.101.110.100.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.69.83.101.114.118.105.99.101.32.112.111.117.114.32.117.116.105.108.105.115.97.116.101.117.114.32.100.101.32.112.108.97.116.101.102.111.114.109.101.32.100.226.128.153.97.112.112.97.114.101.105.108.115.32.99.111.110.110.101.99.116.195.169.115.95.55.54.99.51.102 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.3.78.83.101.114.118.105.99.101.32.100.101.32.100.195.169.99.111.117.118.101.114.116.101.32.97.117.116.111.109.97.116.105.113.117.101.32.100.101.32.80.114.111.120.121.32.87.101.98.32.112.111.117.114.32.108.101.115.32.115.101.114.118.105.99.101.115.32.72.84.84.80.32.87.105.110.100.111.119.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.7.83.101.114.118.101.117.114 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.7.83.121.115.77.97.105.110 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.7.84.104.195.168.109.101.115 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.10.67.108.105.101.110.116.32.68.78.83 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.11.67.108.105.101.110.116.32.68.72.67.80 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.12.65.108.105.109.101.110.116.97.116.105.111.110 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.12.83.101.114.118.105.99.101.32.83.78.77.80 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.12.86.77.119.97.114.101.32.84.111.111.108.115 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.13.65.115.115.105.115.116.97.110.99.101.32.73.80 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.13.67.111.114.101.77.101.115.115.97.103.105.110.103 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.13.80.108.117.103.45.97.110.100.45.80.108.97.121 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.13.84.101.109.112.115.32.87.105.110.100.111.119.115 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.14.87.105.110.100.111.119.115.32.85.112.100.97.116.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.18.83.116.97.116.105.111.110.32.100.101.32.116.114.97.118.97.105.108 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.19.83.101.114.118.105.99.101.32.100.101.32.115.116.111.99.107.97.103.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.20.82.101.103.105.115.116.114.101.32.195.160.32.100.105.115.116.97.110.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.21.73.115.111.108.97.116.105.111.110.32.100.101.32.99.108.195.169.32.67.78.71 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.23.83.101.114.118.105.99.101.115.32.100.101.32.99.104.105.102.102.114.101.109.101.110.116 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.23.83.112.111.117.108.101.117.114.32.100.226.128.153.105.109.112.114.101.115.115.105.111.110 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.24.80.108.97.110.105.102.105.99.97.116.101.117.114.32.100.101.32.116.195.162.99.104.101.115 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.25.65.112.112.108.105.99.97.116.105.111.110.32.115.121.115.116.195.168.109.101.32.67.79.77.43 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.25.79.112.116.105.109.105.115.97.116.105.111.110.32.100.101.32.108.105.118.114.97.105.115.111.110 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.25.80.97.114.101.45.102.101.117.32.87.105.110.100.111.119.115.32.68.101.102.101.110.100.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.26.68.195.169.116.101.99.116.105.111.110.32.109.97.116.195.169.114.105.101.108.32.110.111.121.97.117 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.26.77.111.116.101.117.114.32.100.101.32.102.105.108.116.114.97.103.101.32.100.101.32.98.97.115.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.26.83.101.114.118.105.99.101.32.76.105.115.116.101.32.100.101.115.32.114.195.169.115.101.97.117.120 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.27.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.32.99.111.109.112.116.101.115.32.119.101.98 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.27.78.83.67.108.105.101.110.116.43.43.32.77.111.110.105.116.111.114.105.110.103.32.65.103.101.110.116 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.29.65.115.115.105.115.116.97.110.99.101.32.78.101.116.66.73.79.83.32.115.117.114.32.84.67.80.47.73.80 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.29.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.115.32.117.116.105.108.105.115.97.116.101.117.114.115 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.29.83.101.114.118.105.99.101.32.100.101.32.112.114.111.102.105.108.32.117.116.105.108.105.115.97.116.101.117.114 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.29.83.121.115.116.195.168.109.101.32.100.226.128.153.195.169.118.195.169.110.101.109.101.110.116.32.67.79.77.43 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.30.67.108.105.101.110.116.32.100.101.32.115.116.114.97.116.195.169.103.105.101.32.100.101.32.103.114.111.117.112.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.30.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.32.115.101.115.115.105.111.110.32.108.111.99.97.108.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.32.74.111.117.114.110.97.108.32.100.226.128.153.195.169.118.195.169.110.101.109.101.110.116.115.32.87.105.110.100.111.119.115 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.33.73.110.102.114.97.115.116.114.117.99.116.117.114.101.32.100.101.32.103.101.115.116.105.111.110.32.87.105.110.100.111.119.115 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.33.76.97.110.99.101.117.114.32.100.101.32.112.114.111.99.101.115.115.117.115.32.115.101.114.118.101.117.114.32.68.67.79.77 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.33.83.101.114.118.105.99.101.32.100.101.32.115.116.114.97.116.195.169.103.105.101.32.100.39.97.102.102.105.99.104.97.103.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.34.65.112.112.101.108.32.100.101.32.112.114.111.99.195.169.100.117.114.101.32.100.105.115.116.97.110.116.101.32.40.82.80.67.41 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.34.67.108.105.101.110.116.32.100.101.32.115.117.105.118.105.32.100.101.32.108.105.101.110.32.100.105.115.116.114.105.98.117.195.169 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.34.83.101.114.118.105.99.101.32.100.101.32.99.97.99.104.101.32.100.101.32.112.111.108.105.99.101.32.87.105.110.100.111.119.115 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.35.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.115.32.99.111.110.110.101.120.105.111.110.115.32.87.105.110.100.111.119.115 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.35.77.97.112.112.101.117.114.32.100.101.32.112.111.105.110.116.32.100.101.32.116.101.114.109.105.110.97.105.115.111.110.32.82.80.67 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.35.83.101.114.118.105.99.101.32.100.101.32.115.116.114.97.116.195.169.103.105.101.32.100.101.32.100.105.97.103.110.111.115.116.105.99 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.36.83.101.114.118.105.99.101.32.73.110.116.101.114.102.97.99.101.32.100.117.32.109.97.103.97.115.105.110.32.114.195.169.115.101.97.117 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.36.83.101.114.118.105.99.101.32.97.110.116.105.118.105.114.117.115.32.77.105.99.114.111.115.111.102.116.32.68.101.102.101.110.100.101.114 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.37.67.111.110.110.97.105.115.115.97.110.99.101.32.100.101.115.32.101.109.112.108.97.99.101.109.101.110.116.115.32.114.195.169.115.101.97.117 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.37.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.32.99.111.109.112.116.101.115.32.100.101.32.115.195.169.99.117.114.105.116.195.169 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.38.77.101.116.116.114.101.32.195.160.32.106.111.117.114.32.108.101.32.115.101.114.118.105.99.101.32.79.114.99.104.101.115.116.114.97.116.111.114 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.38.83.101.114.118.105.99.101.32.100.101.32.100.195.169.112.108.111.105.101.109.101.110.116.32.65.112.112.88.32.40.65.112.112.88.83.86.67.41 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.39.86.77.119.97.114.101.32.65.108.105.97.115.32.77.97.110.97.103.101.114.32.97.110.100.32.84.105.99.107.101.116.32.83.101.114.118.105.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.40.83.101.114.118.101.117.114.32.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.32.108.105.99.101.110.99.101.115.32.87.105.110.100.111.119.115 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.40.83.101.114.118.105.99.101.32.66.114.111.107.101.114.32.100.101.115.32.195.169.118.195.169.110.101.109.101.110.116.115.32.115.121.115.116.195.168.109.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.41.67.111.111.114.100.105.110.97.116.101.117.114.32.100.101.32.116.114.97.110.115.97.99.116.105.111.110.115.32.100.105.115.116.114.105.98.117.195.169.101.115 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.42.83.101.114.118.105.99.101.32.66.114.111.107.101.114.32.112.111.117.114.32.108.101.115.32.99.111.110.110.101.120.105.111.110.115.32.114.195.169.115.101.97.117 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.42.83.101.114.118.105.99.101.32.83.116.97.116.101.32.82.101.112.111.115.105.116.111.114.121.32.40.83.116.97.116.101.82.101.112.111.115.105.116.111.114.121.41 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.43.83.101.114.118.105.99.101.32.117.116.105.108.105.115.97.116.101.117.114.32.100.117.32.80.114.101.115.115.101.45.112.97.112.105.101.114.115.95.55.54.99.51.102 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.44.65.115.115.105.115.116.97.110.116.32.67.111.110.110.101.120.105.111.110.32.97.118.101.99.32.117.110.32.99.111.109.112.116.101.32.77.105.99.114.111.115.111.102.116 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.44.71.101.115.116.105.111.110.32.195.160.32.100.105.115.116.97.110.99.101.32.100.101.32.87.105.110.100.111.119.115.32.40.71.101.115.116.105.111.110.32.87.83.77.41 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.45.83.101.114.118.105.99.101.32.66.114.111.107.101.114.32.112.111.117.114.32.108.101.115.32.195.169.118.195.169.110.101.109.101.110.116.115.32.104.111.114.97.105.114.101.115 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.46.77.111.100.117.108.101.115.32.100.101.32.103.195.169.110.195.169.114.97.116.105.111.110.32.100.101.32.99.108.195.169.115.32.73.75.69.32.101.116.32.65.117.116.104.73.80 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.46.83.101.114.118.105.99.101.32.100.101.32.112.108.97.116.101.102.111.114.109.101.32.100.101.115.32.97.112.112.97.114.101.105.108.115.32.99.111.110.110.101.99.116.195.169.115 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.47.71.101.115.116.105.111.110.110.97.105.114.101.32.100.226.128.153.105.110.115.116.97.108.108.97.116.105.111.110.32.100.101.32.112.195.169.114.105.112.104.195.169.114.105.113.117.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.48.72.195.180.116.101.32.100.117.32.102.111.117.114.110.105.115.115.101.117.114.32.100.101.32.100.195.169.99.111.117.118.101.114.116.101.32.100.101.32.102.111.110.99.116.105.111.110.115 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.48.83.101.114.118.105.99.101.32.100.101.32.106.111.117.114.110.97.108.105.115.97.116.105.111.110.32.100.101.115.32.97.99.99.195.168.115.32.117.116.105.108.105.115.97.116.101.117.114 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.48.83.101.114.118.105.99.101.194.160.83.83.84.80.32.40.83.101.99.117.114.101.32.83.111.99.107.101.116.32.84.117.110.110.101.108.105.110.103.32.80.114.111.116.111.99.111.108.41 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.49.83.101.114.118.105.99.101.32.100.101.32.110.111.116.105.102.105.99.97.116.105.111.110.32.100.226.128.153.195.169.118.195.169.110.101.109.101.110.116.115.32.115.121.115.116.195.168.109.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.49.83.101.114.118.105.99.101.32.100.101.32.116.114.97.110.115.102.101.114.116.32.105.110.116.101.108.108.105.103.101.110.116.32.101.110.32.97.114.114.105.195.168.114.101.45.112.108.97.110 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.49.83.101.114.118.105.99.101.32.100.117.32.115.121.115.116.195.168.109.101.32.100.101.32.110.111.116.105.102.105.99.97.116.105.111.110.115.32.80.117.115.104.32.87.105.110.100.111.119.115 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.50.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.115.32.99.111.110.110.101.120.105.111.110.115.32.100.226.128.153.97.99.99.195.168.115.32.195.160.32.100.105.115.116.97.110.99.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.52.83.101.114.118.105.99.101.32.71.101.115.116.105.111.110.110.97.105.114.101.32.100.226.128.153.97.99.99.195.168.115.32.97.117.120.32.102.111.110.99.116.105.111.110.110.97.108.105.116.195.169.115 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.54.80.117.98.108.105.99.97.116.105.111.110.32.100.101.115.32.114.101.115.115.111.117.114.99.101.115.32.100.101.32.100.195.169.99.111.117.118.101.114.116.101.32.100.101.32.102.111.110.99.116.105.111.110.115 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.54.83.101.114.118.105.99.101.32.100.101.32.108.226.128.153.65.115.115.105.115.116.97.110.116.32.67.111.109.112.97.116.105.98.105.108.105.116.195.169.32.100.101.115.32.112.114.111.103.114.97.109.109.101.115 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.55.83.101.114.118.105.99.101.32.100.226.128.153.105.110.102.114.97.115.116.114.117.99.116.117.114.101.32.100.101.115.32.116.195.162.99.104.101.115.32.101.110.32.97.114.114.105.195.168.114.101.45.112.108.97.110 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.55.83.101.114.118.105.99.101.32.117.116.105.108.105.115.97.116.101.117.114.32.100.101.32.110.111.116.105.102.105.99.97.116.105.111.110.115.32.80.117.115.104.32.87.105.110.100.111.119.115.95.55.54.99.51.102 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.57.69.120.112.195.169.114.105.101.110.99.101.115.32.100.101.115.32.117.116.105.108.105.115.97.116.101.117.114.115.32.99.111.110.110.101.99.116.195.169.115.32.101.116.32.116.195.169.108.195.169.109.195.169.116.114.105.101 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.63.83.101.114.118.105.99.101.32.100.117.32.99.108.97.118.105.101.114.32.116.97.99.116.105.108.101.32.101.116.32.100.117.32.118.111.108.101.116.32.100.226.128.153.195.169.99.114.105.116.117.114.101.32.109.97.110.117.115.99.114.105.116.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.66.83.101.114.118.105.99.101.32.100.226.128.153.105.110.115.112.101.99.116.105.111.110.32.114.195.169.115.101.97.117.32.100.101.32.108.226.128.153.97.110.116.105.118.105.114.117.115.32.77.105.99.114.111.115.111.102.116.32.68.101.102.101.110.100.101.114 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.69.83.101.114.118.105.99.101.32.112.111.117.114.32.117.116.105.108.105.115.97.116.101.117.114.32.100.101.32.112.108.97.116.101.102.111.114.109.101.32.100.226.128.153.97.112.112.97.114.101.105.108.115.32.99.111.110.110.101.99.116.195.169.115.95.55.54.99.51.102 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.4.78.83.101.114.118.105.99.101.32.100.101.32.100.195.169.99.111.117.118.101.114.116.101.32.97.117.116.111.109.97.116.105.113.117.101.32.100.101.32.80.114.111.120.121.32.87.101.98.32.112.111.117.114.32.108.101.115.32.115.101.114.118.105.99.101.115.32.72.84.84.80.32.87.105.110.100.111.119.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.7.83.101.114.118.101.117.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.7.83.121.115.77.97.105.110 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.7.84.104.195.168.109.101.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.10.67.108.105.101.110.116.32.68.78.83 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.11.67.108.105.101.110.116.32.68.72.67.80 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.12.65.108.105.109.101.110.116.97.116.105.111.110 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.12.83.101.114.118.105.99.101.32.83.78.77.80 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.12.86.77.119.97.114.101.32.84.111.111.108.115 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.13.65.115.115.105.115.116.97.110.99.101.32.73.80 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.13.67.111.114.101.77.101.115.115.97.103.105.110.103 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.13.80.108.117.103.45.97.110.100.45.80.108.97.121 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.13.84.101.109.112.115.32.87.105.110.100.111.119.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.14.87.105.110.100.111.119.115.32.85.112.100.97.116.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.18.83.116.97.116.105.111.110.32.100.101.32.116.114.97.118.97.105.108 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.19.83.101.114.118.105.99.101.32.100.101.32.115.116.111.99.107.97.103.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.20.82.101.103.105.115.116.114.101.32.195.160.32.100.105.115.116.97.110.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.21.73.115.111.108.97.116.105.111.110.32.100.101.32.99.108.195.169.32.67.78.71 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.23.83.101.114.118.105.99.101.115.32.100.101.32.99.104.105.102.102.114.101.109.101.110.116 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.23.83.112.111.117.108.101.117.114.32.100.226.128.153.105.109.112.114.101.115.115.105.111.110 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.24.80.108.97.110.105.102.105.99.97.116.101.117.114.32.100.101.32.116.195.162.99.104.101.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.25.65.112.112.108.105.99.97.116.105.111.110.32.115.121.115.116.195.168.109.101.32.67.79.77.43 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.25.79.112.116.105.109.105.115.97.116.105.111.110.32.100.101.32.108.105.118.114.97.105.115.111.110 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.25.80.97.114.101.45.102.101.117.32.87.105.110.100.111.119.115.32.68.101.102.101.110.100.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.26.68.195.169.116.101.99.116.105.111.110.32.109.97.116.195.169.114.105.101.108.32.110.111.121.97.117 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.26.77.111.116.101.117.114.32.100.101.32.102.105.108.116.114.97.103.101.32.100.101.32.98.97.115.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.26.83.101.114.118.105.99.101.32.76.105.115.116.101.32.100.101.115.32.114.195.169.115.101.97.117.120 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.27.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.32.99.111.109.112.116.101.115.32.119.101.98 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.27.78.83.67.108.105.101.110.116.43.43.32.77.111.110.105.116.111.114.105.110.103.32.65.103.101.110.116 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.29.65.115.115.105.115.116.97.110.99.101.32.78.101.116.66.73.79.83.32.115.117.114.32.84.67.80.47.73.80 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.29.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.115.32.117.116.105.108.105.115.97.116.101.117.114.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.29.83.101.114.118.105.99.101.32.100.101.32.112.114.111.102.105.108.32.117.116.105.108.105.115.97.116.101.117.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.29.83.121.115.116.195.168.109.101.32.100.226.128.153.195.169.118.195.169.110.101.109.101.110.116.32.67.79.77.43 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.30.67.108.105.101.110.116.32.100.101.32.115.116.114.97.116.195.169.103.105.101.32.100.101.32.103.114.111.117.112.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.30.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.32.115.101.115.115.105.111.110.32.108.111.99.97.108.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.32.74.111.117.114.110.97.108.32.100.226.128.153.195.169.118.195.169.110.101.109.101.110.116.115.32.87.105.110.100.111.119.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.33.73.110.102.114.97.115.116.114.117.99.116.117.114.101.32.100.101.32.103.101.115.116.105.111.110.32.87.105.110.100.111.119.115 = INTEGER: 2
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.33.76.97.110.99.101.117.114.32.100.101.32.112.114.111.99.101.115.115.117.115.32.115.101.114.118.101.117.114.32.68.67.79.77 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.33.83.101.114.118.105.99.101.32.100.101.32.115.116.114.97.116.195.169.103.105.101.32.100.39.97.102.102.105.99.104.97.103.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.34.65.112.112.101.108.32.100.101.32.112.114.111.99.195.169.100.117.114.101.32.100.105.115.116.97.110.116.101.32.40.82.80.67.41 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.34.67.108.105.101.110.116.32.100.101.32.115.117.105.118.105.32.100.101.32.108.105.101.110.32.100.105.115.116.114.105.98.117.195.169 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.34.83.101.114.118.105.99.101.32.100.101.32.99.97.99.104.101.32.100.101.32.112.111.108.105.99.101.32.87.105.110.100.111.119.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.35.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.115.32.99.111.110.110.101.120.105.111.110.115.32.87.105.110.100.111.119.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.35.77.97.112.112.101.117.114.32.100.101.32.112.111.105.110.116.32.100.101.32.116.101.114.109.105.110.97.105.115.111.110.32.82.80.67 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.35.83.101.114.118.105.99.101.32.100.101.32.115.116.114.97.116.195.169.103.105.101.32.100.101.32.100.105.97.103.110.111.115.116.105.99 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.36.83.101.114.118.105.99.101.32.73.110.116.101.114.102.97.99.101.32.100.117.32.109.97.103.97.115.105.110.32.114.195.169.115.101.97.117 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.36.83.101.114.118.105.99.101.32.97.110.116.105.118.105.114.117.115.32.77.105.99.114.111.115.111.102.116.32.68.101.102.101.110.100.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.37.67.111.110.110.97.105.115.115.97.110.99.101.32.100.101.115.32.101.109.112.108.97.99.101.109.101.110.116.115.32.114.195.169.115.101.97.117 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.37.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.32.99.111.109.112.116.101.115.32.100.101.32.115.195.169.99.117.114.105.116.195.169 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.38.77.101.116.116.114.101.32.195.160.32.106.111.117.114.32.108.101.32.115.101.114.118.105.99.101.32.79.114.99.104.101.115.116.114.97.116.111.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.38.83.101.114.118.105.99.101.32.100.101.32.100.195.169.112.108.111.105.101.109.101.110.116.32.65.112.112.88.32.40.65.112.112.88.83.86.67.41 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.39.86.77.119.97.114.101.32.65.108.105.97.115.32.77.97.110.97.103.101.114.32.97.110.100.32.84.105.99.107.101.116.32.83.101.114.118.105.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.40.83.101.114.118.101.117.114.32.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.32.108.105.99.101.110.99.101.115.32.87.105.110.100.111.119.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.40.83.101.114.118.105.99.101.32.66.114.111.107.101.114.32.100.101.115.32.195.169.118.195.169.110.101.109.101.110.116.115.32.115.121.115.116.195.168.109.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.41.67.111.111.114.100.105.110.97.116.101.117.114.32.100.101.32.116.114.97.110.115.97.99.116.105.111.110.115.32.100.105.115.116.114.105.98.117.195.169.101.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.42.83.101.114.118.105.99.101.32.66.114.111.107.101.114.32.112.111.117.114.32.108.101.115.32.99.111.110.110.101.120.105.111.110.115.32.114.195.169.115.101.97.117 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.42.83.101.114.118.105.99.101.32.83.116.97.116.101.32.82.101.112.111.115.105.116.111.114.121.32.40.83.116.97.116.101.82.101.112.111.115.105.116.111.114.121.41 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.43.83.101.114.118.105.99.101.32.117.116.105.108.105.115.97.116.101.117.114.32.100.117.32.80.114.101.115.115.101.45.112.97.112.105.101.114.115.95.55.54.99.51.102 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.44.65.115.115.105.115.116.97.110.116.32.67.111.110.110.101.120.105.111.110.32.97.118.101.99.32.117.110.32.99.111.109.112.116.101.32.77.105.99.114.111.115.111.102.116 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.44.71.101.115.116.105.111.110.32.195.160.32.100.105.115.116.97.110.99.101.32.100.101.32.87.105.110.100.111.119.115.32.40.71.101.115.116.105.111.110.32.87.83.77.41 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.45.83.101.114.118.105.99.101.32.66.114.111.107.101.114.32.112.111.117.114.32.108.101.115.32.195.169.118.195.169.110.101.109.101.110.116.115.32.104.111.114.97.105.114.101.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.46.77.111.100.117.108.101.115.32.100.101.32.103.195.169.110.195.169.114.97.116.105.111.110.32.100.101.32.99.108.195.169.115.32.73.75.69.32.101.116.32.65.117.116.104.73.80 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.46.83.101.114.118.105.99.101.32.100.101.32.112.108.97.116.101.102.111.114.109.101.32.100.101.115.32.97.112.112.97.114.101.105.108.115.32.99.111.110.110.101.99.116.195.169.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.47.71.101.115.116.105.111.110.110.97.105.114.101.32.100.226.128.153.105.110.115.116.97.108.108.97.116.105.111.110.32.100.101.32.112.195.169.114.105.112.104.195.169.114.105.113.117.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.48.72.195.180.116.101.32.100.117.32.102.111.117.114.110.105.115.115.101.117.114.32.100.101.32.100.195.169.99.111.117.118.101.114.116.101.32.100.101.32.102.111.110.99.116.105.111.110.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.48.83.101.114.118.105.99.101.32.100.101.32.106.111.117.114.110.97.108.105.115.97.116.105.111.110.32.100.101.115.32.97.99.99.195.168.115.32.117.116.105.108.105.115.97.116.101.117.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.48.83.101.114.118.105.99.101.194.160.83.83.84.80.32.40.83.101.99.117.114.101.32.83.111.99.107.101.116.32.84.117.110.110.101.108.105.110.103.32.80.114.111.116.111.99.111.108.41 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.49.83.101.114.118.105.99.101.32.100.101.32.110.111.116.105.102.105.99.97.116.105.111.110.32.100.226.128.153.195.169.118.195.169.110.101.109.101.110.116.115.32.115.121.115.116.195.168.109.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.49.83.101.114.118.105.99.101.32.100.101.32.116.114.97.110.115.102.101.114.116.32.105.110.116.101.108.108.105.103.101.110.116.32.101.110.32.97.114.114.105.195.168.114.101.45.112.108.97.110 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.49.83.101.114.118.105.99.101.32.100.117.32.115.121.115.116.195.168.109.101.32.100.101.32.110.111.116.105.102.105.99.97.116.105.111.110.115.32.80.117.115.104.32.87.105.110.100.111.119.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.50.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.115.32.99.111.110.110.101.120.105.111.110.115.32.100.226.128.153.97.99.99.195.168.115.32.195.160.32.100.105.115.116.97.110.99.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.52.83.101.114.118.105.99.101.32.71.101.115.116.105.111.110.110.97.105.114.101.32.100.226.128.153.97.99.99.195.168.115.32.97.117.120.32.102.111.110.99.116.105.111.110.110.97.108.105.116.195.169.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.54.80.117.98.108.105.99.97.116.105.111.110.32.100.101.115.32.114.101.115.115.111.117.114.99.101.115.32.100.101.32.100.195.169.99.111.117.118.101.114.116.101.32.100.101.32.102.111.110.99.116.105.111.110.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.54.83.101.114.118.105.99.101.32.100.101.32.108.226.128.153.65.115.115.105.115.116.97.110.116.32.67.111.109.112.97.116.105.98.105.108.105.116.195.169.32.100.101.115.32.112.114.111.103.114.97.109.109.101.115 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.55.83.101.114.118.105.99.101.32.100.226.128.153.105.110.102.114.97.115.116.114.117.99.116.117.114.101.32.100.101.115.32.116.195.162.99.104.101.115.32.101.110.32.97.114.114.105.195.168.114.101.45.112.108.97.110 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.55.83.101.114.118.105.99.101.32.117.116.105.108.105.115.97.116.101.117.114.32.100.101.32.110.111.116.105.102.105.99.97.116.105.111.110.115.32.80.117.115.104.32.87.105.110.100.111.119.115.95.55.54.99.51.102 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.57.69.120.112.195.169.114.105.101.110.99.101.115.32.100.101.115.32.117.116.105.108.105.115.97.116.101.117.114.115.32.99.111.110.110.101.99.116.195.169.115.32.101.116.32.116.195.169.108.195.169.109.195.169.116.114.105.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.63.83.101.114.118.105.99.101.32.100.117.32.99.108.97.118.105.101.114.32.116.97.99.116.105.108.101.32.101.116.32.100.117.32.118.111.108.101.116.32.100.226.128.153.195.169.99.114.105.116.117.114.101.32.109.97.110.117.115.99.114.105.116.101 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.66.83.101.114.118.105.99.101.32.100.226.128.153.105.110.115.112.101.99.116.105.111.110.32.114.195.169.115.101.97.117.32.100.101.32.108.226.128.153.97.110.116.105.118.105.114.117.115.32.77.105.99.114.111.115.111.102.116.32.68.101.102.101.110.100.101.114 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.69.83.101.114.118.105.99.101.32.112.111.117.114.32.117.116.105.108.105.115.97.116.101.117.114.32.100.101.32.112.108.97.116.101.102.111.114.109.101.32.100.226.128.153.97.112.112.97.114.101.105.108.115.32.99.111.110.110.101.99.116.195.169.115.95.55.54.99.51.102 = INTEGER: 1
|
||||
.1.3.6.1.4.1.77.1.2.3.1.5.78.83.101.114.118.105.99.101.32.100.101.32.100.195.169.99.111.117.118.101.114.116.101.32.97.117.116.111.109.97.116.105.113.117.101.32.100.101.32.80.114.111.120.121.32.87.101.98.32.112.111.117.114.32.108.101.115.32.115.101.114.118.105.99.101.115.32.72.84.84.80.32.87.105.110.100.111.119.115 = INTEGER: 1
|
|
@ -1,20 +1,18 @@
|
|||
*** Settings ***
|
||||
Documentation Linux Local Systemd-sc-status
|
||||
|
||||
Library OperatingSystem
|
||||
Library String
|
||||
Library Examples
|
||||
Resource ${CURDIR}${/}..${/}..${/}..${/}..${/}resources/import.resource
|
||||
|
||||
Test Timeout 120s
|
||||
|
||||
|
||||
*** Variables ***
|
||||
${CENTREON_PLUGINS} ${CURDIR}${/}..${/}..${/}..${/}src${/}centreon_plugins.pl
|
||||
${CMD} ${CENTREON_PLUGINS}
|
||||
... --plugin=os::windows::snmp::plugin
|
||||
... --mode=service
|
||||
... --hostname=127.0.0.1
|
||||
... --snmp-port=2024
|
||||
|
||||
${CMD} perl ${CENTREON_PLUGINS} --plugin=os::windows::snmp::plugin
|
||||
... --mode=service
|
||||
... --hostname=127.0.0.1
|
||||
... --snmp-port=2024
|
||||
|
||||
*** Test Cases ***
|
||||
Windows Services EN ${tc}/x
|
||||
|
@ -22,7 +20,7 @@ Windows Services EN ${tc}/x
|
|||
[Tags] os linux local
|
||||
${command} Catenate
|
||||
... ${CMD}
|
||||
... --snmp-community=os_windows_services_en
|
||||
... --snmp-community=os/windows/snmp/services-en
|
||||
... --filter-name='${filter}'
|
||||
... ${extra_option}
|
||||
|
||||
|
@ -40,13 +38,12 @@ Windows Services EN ${tc}/x
|
|||
... 4 ${EMPTY} --critical-active=1: OK: All services are ok | 'services.total.count'=168;;;0; 'services.active.count'=168;;1:;0; 'services.continue.pending.count'=0;;;0; 'services.pause.pending.count'=0;;;0; 'services.paused.count'=0;;;0;
|
||||
... 5 ${EMPTY} --critical-active=1:1 CRITICAL: Number of services active: 168 | 'services.total.count'=168;;;0; 'services.active.count'=168;;1:1;0; 'services.continue.pending.count'=0;;;0; 'services.pause.pending.count'=0;;;0; 'services.paused.count'=0;;;0;
|
||||
|
||||
|
||||
Windows Services FR ${tc}/x
|
||||
[Documentation] Systemd version < 248
|
||||
[Tags] os linux local
|
||||
${command} Catenate
|
||||
... ${CMD}
|
||||
... --snmp-community=os_windows_services_fr
|
||||
... --snmp-community=os/windows/snmp/services-fr
|
||||
... --filter-name='${filter}'
|
||||
... ${extra_option}
|
||||
|
||||
|
@ -66,5 +63,3 @@ Windows Services FR ${tc}/x
|
|||
... 6 .v.nement --critical-active=1: OK: All services are ok | 'services.total.count'=5;;;0; 'services.active.count'=5;;1:;0; 'services.continue.pending.count'=0;;;0; 'services.pause.pending.count'=0;;;0; 'services.paused.count'=0;;;0;
|
||||
... 7 \xe9v\xe9nement ${EMPTY} OK: All services are ok | 'services.total.count'=5;;;0; 'services.active.count'=5;;;0; 'services.continue.pending.count'=0;;;0; 'services.pause.pending.count'=0;;;0; 'services.paused.count'=0;;;0;
|
||||
... 8 SNMP ${EMPTY} OK: Service 'Service SNMP' state is 'active' [installed state: 'installed'] | 'services.total.count'=1;;;0; 'services.active.count'=1;;;0; 'services.continue.pending.count'=0;;;0; 'services.pause.pending.count'=0;;;0; 'services.paused.count'=0;;;0;
|
||||
|
||||
|
|
@ -1,20 +1,17 @@
|
|||
*** Settings ***
|
||||
Documentation datacore rest api plugin
|
||||
|
||||
Library Examples
|
||||
Library OperatingSystem
|
||||
Library Process
|
||||
Library String
|
||||
Resource ${CURDIR}${/}..${/}..${/}..${/}..${/}resources/import.resource
|
||||
|
||||
Suite Setup Start Mockoon
|
||||
Suite Setup Start Mockoon ${MOCKOON_JSON}
|
||||
Suite Teardown Stop Mockoon
|
||||
Test Timeout 120s
|
||||
|
||||
*** Variables ***
|
||||
${CENTREON_PLUGINS} ${CURDIR}${/}..${/}..${/}..${/}src${/}centreon_plugins.pl
|
||||
${MOCKOON_JSON} ${CURDIR}${/}..${/}..${/}resources${/}mockoon${/}storage-datacore-restapi.json
|
||||
|
||||
${CMD} perl ${CENTREON_PLUGINS} --plugin=storage::datacore::restapi::plugin --password=pass --username=user --port=3000 --hostname=127.0.0.1 --proto=http
|
||||
*** Variables ***
|
||||
${MOCKOON_JSON} ${CURDIR}${/}storage-datacore-api.json
|
||||
|
||||
${CMD} ${CENTREON_PLUGINS} --plugin=storage::datacore::restapi::plugin --password=pass --username=user --port=3000 --hostname=127.0.0.1 --proto=http
|
||||
|
||||
|
||||
*** Test Cases ***
|
||||
|
@ -61,17 +58,3 @@ Datacore check status monitor
|
|||
|
||||
Examples: result --
|
||||
... CRITICAL: 'State of HostVM2' status : 'Critical', message is 'Connected'
|
||||
|
||||
*** Keywords ***
|
||||
Start Mockoon
|
||||
${process} Start Process
|
||||
... mockoon-cli
|
||||
... start
|
||||
... --data
|
||||
... ${MOCKOON_JSON}
|
||||
... --port
|
||||
... 3000
|
||||
Sleep 5s
|
||||
|
||||
Stop Mockoon
|
||||
Terminate All Processes
|
|
@ -0,0 +1,96 @@
|
|||
*** Settings ***
|
||||
Documentation Storage Synology SNMP
|
||||
|
||||
Resource ${CURDIR}${/}..${/}..${/}..${/}..${/}resources/import.resource
|
||||
|
||||
Test Timeout 120s
|
||||
|
||||
|
||||
*** Variables ***
|
||||
${CMD} ${CENTREON_PLUGINS} --plugin=storage::synology::snmp::plugin
|
||||
|
||||
&{check_components_test1}
|
||||
... description=Checking disk components when all disks are ok
|
||||
... snmpcommunity=storage/synology/snmp/synology-disk-ok
|
||||
... expected_output=OK: All 8 components are ok [2/2 disk, 2/2 fan, 1/1 psu, 2/2 raid, 1/1 system]. | 'Disk 1#hardware.disk.bad_sectors.count'=0;;;0; 'Disk 2#hardware.disk.bad_sectors.count'=0;;;0; 'hardware.disk.count'=2;;;; 'hardware.fan.count'=2;;;; 'hardware.psu.count'=1;;;; 'hardware.raid.count'=2;;;; 'hardware.system.count'=1;;;;
|
||||
&{check_components_test2}
|
||||
... description=Checking disk components when one disks is warning
|
||||
... snmpcommunity=storage/synology/snmp/synology-disk-warning
|
||||
... expected_output=WARNING: Disk 'Disk 2' health is warning | 'Disk 1#hardware.disk.bad_sectors.count'=0;;;0; 'Disk 2#hardware.disk.bad_sectors.count'=0;;;0; 'hardware.disk.count'=2;;;; 'hardware.fan.count'=2;;;; 'hardware.psu.count'=1;;;; 'hardware.raid.count'=2;;;; 'hardware.system.count'=1;;;;
|
||||
&{check_components_test3}
|
||||
... description=Checking disk components when one disks is critical
|
||||
... snmpcommunity=storage/synology/snmp/synology-disk-critical
|
||||
... expected_output=CRITICAL: Disk 'Disk 2' health is critical | 'Disk 1#hardware.disk.bad_sectors.count'=0;;;0; 'Disk 2#hardware.disk.bad_sectors.count'=0;;;0; 'hardware.disk.count'=2;;;; 'hardware.fan.count'=2;;;; 'hardware.psu.count'=1;;;; 'hardware.raid.count'=2;;;; 'hardware.system.count'=1;;;;
|
||||
&{check_components_test4}
|
||||
... description=Checking disk components when one disks is failing
|
||||
... snmpcommunity=storage/synology/snmp/synology-disk-failing
|
||||
... expected_output=CRITICAL: Disk 'Disk 2' health is failing | 'Disk 1#hardware.disk.bad_sectors.count'=0;;;0; 'Disk 2#hardware.disk.bad_sectors.count'=0;;;0; 'hardware.disk.count'=2;;;; 'hardware.fan.count'=2;;;; 'hardware.psu.count'=1;;;; 'hardware.raid.count'=2;;;; 'hardware.system.count'=1;;;;
|
||||
@{check_components_tests}
|
||||
... &{check_components_test1}
|
||||
... &{check_components_test2}
|
||||
... &{check_components_test3}
|
||||
... &{check_components_test4}
|
||||
|
||||
&{uptime_t1}
|
||||
... description=Uptime check expected to be OK
|
||||
... snmpcommunity=storage/synology/snmp/synology-disk-ok
|
||||
... warning=
|
||||
... critical=
|
||||
... expected_output=OK: System uptime is: 46m 5s | 'uptime'=2765.00s;;;0;
|
||||
&{uptime_t2}
|
||||
... description=Uptime check expected to be warning
|
||||
... snmpcommunity=storage/synology/snmp/synology-disk-ok
|
||||
... warning=10
|
||||
... critical=
|
||||
... expected_output=WARNING: System uptime is: 46m 5s | 'uptime'=2765.00s;0:10;;0;
|
||||
&{uptime_t3}
|
||||
... description=Uptime check expected to be critical
|
||||
... snmpcommunity=storage/synology/snmp/synology-disk-ok
|
||||
... warning=
|
||||
... critical=10
|
||||
... expected_output=CRITICAL: System uptime is: 46m 5s | 'uptime'=2765.00s;;0:10;0;
|
||||
|
||||
@{uptime_tests}
|
||||
... &{uptime_t1}
|
||||
... &{uptime_t2}
|
||||
... &{uptime_t3}
|
||||
|
||||
|
||||
*** Test Cases ***
|
||||
Components
|
||||
[Tags] storage synology snmp
|
||||
FOR ${check_components_test} IN @{check_components_tests}
|
||||
${command} Catenate
|
||||
... ${CMD}
|
||||
... --mode=components
|
||||
... --hostname=127.0.0.1
|
||||
... --snmp-version=2
|
||||
... --snmp-port=2024
|
||||
... --snmp-community=${check_components_test.snmpcommunity}
|
||||
|
||||
${output} Run ${command}
|
||||
Should Be Equal As Strings
|
||||
... ${check_components_test.expected_output}
|
||||
... ${output}
|
||||
... ${check_components_test.description} failed. Wrong output for components mode: ${check_components_test}.{\n}Command output:{\n}${output}
|
||||
END
|
||||
|
||||
Uptime
|
||||
[Tags] storage synology snmp
|
||||
FOR ${test_item} IN @{uptime_tests}
|
||||
${command} Catenate
|
||||
... ${CMD}
|
||||
... --mode=uptime
|
||||
... --hostname=127.0.0.1
|
||||
... --snmp-version=2
|
||||
... --snmp-port=2024
|
||||
... --snmp-community=${test_item.snmpcommunity}
|
||||
... --warning-uptime=${test_item.warning}
|
||||
... --critical-uptime=${test_item.critical}
|
||||
|
||||
${output} Run ${command}
|
||||
Should Be Equal As Strings
|
||||
... ${test_item.expected_output}
|
||||
... ${output}
|
||||
... ${test_item.description} failed. Wrong output for components mode: ${test_item}.{\n}Command output:{\n}${output}
|
||||
END
|
Loading…
Reference in New Issue