Updated after review

This commit is contained in:
Sylvain Cresto 2025-07-11 15:38:38 +02:00
parent 32f2711876
commit f2a0a15398
30 changed files with 46 additions and 2495 deletions

View File

@ -171,6 +171,7 @@ sub manage_selection {
my $instance = $1;
my $result = $options{snmp}->map_instance(mapping => $mapping, results => $snmp_result, instance => $instance);
# Filter disks by partition dev name
next if (defined($self->{option_results}->{filter_name}) && $self->{option_results}->{filter_name} ne '' &&
$result->{name} !~ /$self->{option_results}->{filter_name}/);

View File

@ -82,11 +82,7 @@ sub new {
sub manage_selection {
my ($self, %options) = @_;
$self->{snmp} = $options{snmp};
$self->{hostname} = $self->{snmp}->get_hostname();
$self->{snmp_port} = $self->{snmp}->get_port();
if ($self->{snmp}->is_snmpv1()) {
if ($options->{snmp}->is_snmpv1()) {
$self->{output}->add_option_msg(short_msg => "Can't check SNMP 64 bits counters with SNMPv1.");
$self->{output}->option_exit();
}

View File

@ -82,17 +82,13 @@ sub new {
sub manage_selection {
my ($self, %options) = @_;
$self->{snmp} = $options{snmp};
$self->{hostname} = $self->{snmp}->get_hostname();
$self->{snmp_port} = $self->{snmp}->get_port();
if ($self->{snmp}->is_snmpv1()) {
if ($options{snmp}->is_snmpv1()) {
$self->{output}->add_option_msg(short_msg => "Can't check SNMP 64 bits counters with SNMPv1.");
$self->{output}->option_exit();
}
my $oid_fwRejected = '.1.3.6.1.4.1.47565.1.1.1.9.0';
my $result = $self->{snmp}->get_leef(oids => [ $oid_fwRejected ], nothing_quit => 1);
my $result = $options{snmp}->get_leef(oids => [ $oid_fwRejected ], nothing_quit => 1);
$self->{global} = {
rejected => $result->{$oid_fwRejected}

View File

@ -19,7 +19,7 @@ Connections ${tc}
... --hostname=${HOSTNAME}
... --snmp-version=${SNMPVERSION}
... --snmp-port=${SNMPPORT}
... --snmp-community=network/forcepoint/sdwan/snmp/forcepoint-clusterload
... --snmp-community=network/forcepoint/sdwan/snmp/forcepoint
... ${extra_options}
Ctn Run Command And Check Result As Strings ${command} ${expected_result}

View File

@ -19,7 +19,7 @@ Connections ${tc}
... --hostname=${HOSTNAME}
... --snmp-version=${SNMPVERSION}
... --snmp-port=${SNMPPORT}
... --snmp-community=network/forcepoint/sdwan/snmp/forcepoint-clusterstate
... --snmp-community=network/forcepoint/sdwan/snmp/forcepoint
... ${extra_options}
Ctn Run Command And Check Result As Strings ${command} ${expected_result}

View File

@ -19,7 +19,7 @@ Connections ${tc}
... --hostname=${HOSTNAME}
... --snmp-version=${SNMPVERSION}
... --snmp-port=${SNMPPORT}
... --snmp-community=network/forcepoint/sdwan/snmp/forcepoint-connections
... --snmp-community=network/forcepoint/sdwan/snmp/forcepoint
... ${extra_options}
Ctn Run Command And Check Result As Strings ${command} ${expected_result}

View File

@ -1,49 +0,0 @@
*** Settings ***
Documentation Forcepoint SD-WAN Mode Cpu Detailed
Resource ${CURDIR}${/}../..${/}..${/}..${/}resources/import.resource
Suite Setup Ctn Generic Suite Setup
Test Timeout 120s
*** Variables ***
${CMD} ${CENTREON_PLUGINS} --plugin=network::forcepoint::sdwan::snmp::plugin
*** Test Cases ***
cpu-detailed ${tc}
[Tags] network forcepoint sdwan snmp
${command} Catenate
... ${CMD}
... --mode=cpu-detailed
... --hostname=${HOSTNAME}
... --snmp-version=${SNMPVERSION}
... --snmp-port=${SNMPPORT}
... --snmp-community=network/forcepoint/sdwan/snmp/forcepoint-cpudetailed
... ${extra_options}
Ctn Run Command And Check Result As Strings ${command} ${expected_result}
Examples: tc extra_options expected_result --
... 1 --critical-guest OK: CPU Usage: user : Buffer creation, nice : Buffer creation, system : Buffer creation, idle : Buffer creation, wait : Buffer creation, kernel : Buffer creation, interrupt : Buffer creation, softirq : Buffer creation, steal : Buffer creation, guest : Buffer creation, guestnice : Buffer creation
... 2 --warning-nice OK: CPU Usage: user : counter not moved, nice : counter not moved, system : counter not moved, idle : counter not moved, wait : counter not moved, kernel : counter not moved, interrupt : counter not moved, softirq : counter not moved, steal : counter not moved, guest : counter not moved, guestnice : counter not moved
... 3 --warning-system OK: CPU Usage: user : counter not moved, nice : counter not moved, system : counter not moved, idle : counter not moved, wait : counter not moved, kernel : counter not moved, interrupt : counter not moved, softirq : counter not moved, steal : counter not moved, guest : counter not moved, guestnice : counter not moved
... 4 --warning-idle OK: CPU Usage: user : counter not moved, nice : counter not moved, system : counter not moved, idle : counter not moved, wait : counter not moved, kernel : counter not moved, interrupt : counter not moved, softirq : counter not moved, steal : counter not moved, guest : counter not moved, guestnice : counter not moved
... 5 --warning-wait OK: CPU Usage: user : counter not moved, nice : counter not moved, system : counter not moved, idle : counter not moved, wait : counter not moved, kernel : counter not moved, interrupt : counter not moved, softirq : counter not moved, steal : counter not moved, guest : counter not moved, guestnice : counter not moved
... 6 --warning-kernel OK: CPU Usage: user : counter not moved, nice : counter not moved, system : counter not moved, idle : counter not moved, wait : counter not moved, kernel : counter not moved, interrupt : counter not moved, softirq : counter not moved, steal : counter not moved, guest : counter not moved, guestnice : counter not moved
... 7 --warning-interrupt OK: CPU Usage: user : counter not moved, nice : counter not moved, system : counter not moved, idle : counter not moved, wait : counter not moved, kernel : counter not moved, interrupt : counter not moved, softirq : counter not moved, steal : counter not moved, guest : counter not moved, guestnice : counter not moved
... 8 --warning-softirq OK: CPU Usage: user : counter not moved, nice : counter not moved, system : counter not moved, idle : counter not moved, wait : counter not moved, kernel : counter not moved, interrupt : counter not moved, softirq : counter not moved, steal : counter not moved, guest : counter not moved, guestnice : counter not moved
... 9 --warning-steal OK: CPU Usage: user : counter not moved, nice : counter not moved, system : counter not moved, idle : counter not moved, wait : counter not moved, kernel : counter not moved, interrupt : counter not moved, softirq : counter not moved, steal : counter not moved, guest : counter not moved, guestnice : counter not moved
... 10 --warning-guest OK: CPU Usage: user : counter not moved, nice : counter not moved, system : counter not moved, idle : counter not moved, wait : counter not moved, kernel : counter not moved, interrupt : counter not moved, softirq : counter not moved, steal : counter not moved, guest : counter not moved, guestnice : counter not moved
... 11 --warning-guestnice OK: CPU Usage: user : counter not moved, nice : counter not moved, system : counter not moved, idle : counter not moved, wait : counter not moved, kernel : counter not moved, interrupt : counter not moved, softirq : counter not moved, steal : counter not moved, guest : counter not moved, guestnice : counter not moved
... 12 --critical-guestnice OK: CPU Usage: user : counter not moved, nice : counter not moved, system : counter not moved, idle : counter not moved, wait : counter not moved, kernel : counter not moved, interrupt : counter not moved, softirq : counter not moved, steal : counter not moved, guest : counter not moved, guestnice : counter not moved
... 13 --critical-user='' OK: CPU Usage: user : counter not moved, nice : counter not moved, system : counter not moved, idle : counter not moved, wait : counter not moved, kernel : counter not moved, interrupt : counter not moved, softirq : counter not moved, steal : counter not moved, guest : counter not moved, guestnice : counter not moved
... 14 --critical-nice OK: CPU Usage: user : counter not moved, nice : counter not moved, system : counter not moved, idle : counter not moved, wait : counter not moved, kernel : counter not moved, interrupt : counter not moved, softirq : counter not moved, steal : counter not moved, guest : counter not moved, guestnice : counter not moved
... 15 --critical-system OK: CPU Usage: user : counter not moved, nice : counter not moved, system : counter not moved, idle : counter not moved, wait : counter not moved, kernel : counter not moved, interrupt : counter not moved, softirq : counter not moved, steal : counter not moved, guest : counter not moved, guestnice : counter not moved
... 16 --critical-idle OK: CPU Usage: user : counter not moved, nice : counter not moved, system : counter not moved, idle : counter not moved, wait : counter not moved, kernel : counter not moved, interrupt : counter not moved, softirq : counter not moved, steal : counter not moved, guest : counter not moved, guestnice : counter not moved
... 17 --critical-wait OK: CPU Usage: user : counter not moved, nice : counter not moved, system : counter not moved, idle : counter not moved, wait : counter not moved, kernel : counter not moved, interrupt : counter not moved, softirq : counter not moved, steal : counter not moved, guest : counter not moved, guestnice : counter not moved
... 18 --critical-kernel OK: CPU Usage: user : counter not moved, nice : counter not moved, system : counter not moved, idle : counter not moved, wait : counter not moved, kernel : counter not moved, interrupt : counter not moved, softirq : counter not moved, steal : counter not moved, guest : counter not moved, guestnice : counter not moved
... 19 --critical-interrupt OK: CPU Usage: user : counter not moved, nice : counter not moved, system : counter not moved, idle : counter not moved, wait : counter not moved, kernel : counter not moved, interrupt : counter not moved, softirq : counter not moved, steal : counter not moved, guest : counter not moved, guestnice : counter not moved
... 20 --critical-softirq OK: CPU Usage: user : counter not moved, nice : counter not moved, system : counter not moved, idle : counter not moved, wait : counter not moved, kernel : counter not moved, interrupt : counter not moved, softirq : counter not moved, steal : counter not moved, guest : counter not moved, guestnice : counter not moved
... 21 --critical-steal OK: CPU Usage: user : counter not moved, nice : counter not moved, system : counter not moved, idle : counter not moved, wait : counter not moved, kernel : counter not moved, interrupt : counter not moved, softirq : counter not moved, steal : counter not moved, guest : counter not moved, guestnice : counter not moved

View File

@ -1,38 +0,0 @@
*** Settings ***
Documentation Forcepoint SD-WAN Mode Cpu
Resource ${CURDIR}${/}../..${/}..${/}..${/}resources/import.resource
Suite Setup Ctn Generic Suite Setup
Test Timeout 120s
*** Variables ***
${CMD} ${CENTREON_PLUGINS} --plugin=network::forcepoint::sdwan::snmp::plugin
*** Test Cases ***
cpu ${tc}
[Tags] network forcepoint sdwan snmp
${command} Catenate
... ${CMD}
... --mode=cpu
... --hostname=${HOSTNAME}
... --snmp-version=${SNMPVERSION}
... --snmp-port=${SNMPPORT}
... --snmp-community=network/forcepoint/sdwan/snmp/forcepoint-cpu
... ${extra_options}
Ctn Run Command And Check Result As Strings ${command} ${expected_result}
Examples: tc extra_options expected_result --
... 1 --use-ucd='0' OK: 2 CPU(s) average usage is 3.00 % | 'total_cpu_avg'=3.00%;;;0;100 'cpu_0'=4.00%;;;0;100 'cpu_1'=2.00%;;;0;100
... 2 --warning-average OK: 2 CPU(s) average usage is 3.00 % | 'total_cpu_avg'=3.00%;;;0;100 'cpu_0'=4.00%;;;0;100 'cpu_1'=2.00%;;;0;100
... 3 --critical-average OK: 2 CPU(s) average usage is 3.00 % | 'total_cpu_avg'=3.00%;;;0;100 'cpu_0'=4.00%;;;0;100 'cpu_1'=2.00%;;;0;100
... 4 --warning-core OK: 2 CPU(s) average usage is 3.00 % | 'total_cpu_avg'=3.00%;;;0;100 'cpu_0'=4.00%;;;0;100 'cpu_1'=2.00%;;;0;100
... 5 --critical-core OK: 2 CPU(s) average usage is 3.00 % | 'total_cpu_avg'=3.00%;;;0;100 'cpu_0'=4.00%;;;0;100 'cpu_1'=2.00%;;;0;100
... 6 --verbose OK: 2 CPU(s) average usage is 3.00 % | 'total_cpu_avg'=3.00%;;;0;100 'cpu_0'=4.00%;;;0;100 'cpu_1'=2.00%;;;0;100 CPU '0' usage : 4.00 % CPU '1' usage : 2.00 %
... 7 --warning-average='0' WARNING: 2 CPU(s) average usage is 3.00 % | 'total_cpu_avg'=3.00%;0:0;;0;100 'cpu_0'=4.00%;;;0;100 'cpu_1'=2.00%;;;0;100
... 8 --critical-average='0' CRITICAL: 2 CPU(s) average usage is 3.00 % | 'total_cpu_avg'=3.00%;;0:0;0;100 'cpu_0'=4.00%;;;0;100 'cpu_1'=2.00%;;;0;100
... 9 --warning-core='0' WARNING: CPU '0' usage : 4.00 % - CPU '1' usage : 2.00 % | 'total_cpu_avg'=3.00%;;;0;100 'cpu_0'=4.00%;0:0;;0;100 'cpu_1'=2.00%;0:0;;0;100
... 10 --critical-core='0' CRITICAL: CPU '0' usage : 4.00 % - CPU '1' usage : 2.00 % | 'total_cpu_avg'=3.00%;;;0;100 'cpu_0'=4.00%;;0:0;0;100 'cpu_1'=2.00%;;0:0;0;100

View File

@ -19,7 +19,7 @@ Diskusage ${tc}
... --hostname=${HOSTNAME}
... --snmp-version=${SNMPVERSION}
... --snmp-port=${SNMPPORT}
... --snmp-community=network/forcepoint/sdwan/snmp/forcepoint-diskusage
... --snmp-community=network/forcepoint/sdwan/snmp/forcepoint
... ${extra_options}
Ctn Run Command And Check Result As Strings ${command} ${expected_result}

View File

@ -19,7 +19,7 @@ Connections ${tc}
... --hostname=${HOSTNAME}
... --snmp-version=${SNMPVERSION}
... --snmp-port=${SNMPPORT}
... --snmp-community=network/forcepoint/sdwan/snmp/forcepoint-droppedpackets
... --snmp-community=network/forcepoint/sdwan/snmp/forcepoint
... ${extra_options}
Ctn Run Command And Check Result As Strings ${command} ${expected_result}

View File

@ -1,3 +0,0 @@
.1.3.6.1.2.1.25.3.3.1.2.196608 = INTEGER: 4
.1.3.6.1.2.1.25.3.3.1.2.196609 = INTEGER: 2
.1.3.6.1.4.1.2021.11.11.0 = INTEGER: 97

View File

@ -1,29 +0,0 @@
.1.3.6.1.4.1.2021.11.1.0 = INTEGER: 1
.1.3.6.1.4.1.2021.11.2.0 = STRING: systemStats
.1.3.6.1.4.1.2021.11.3.0 = INTEGER: 0 kB
.1.3.6.1.4.1.2021.11.4.0 = INTEGER: 0 kB
.1.3.6.1.4.1.2021.11.5.0 = INTEGER: 14 blocks/s
.1.3.6.1.4.1.2021.11.6.0 = INTEGER: 0 blocks/s
.1.3.6.1.4.1.2021.11.7.0 = INTEGER: 686 interrupts/s
.1.3.6.1.4.1.2021.11.8.0 = INTEGER: 1253 switches/s
.1.3.6.1.4.1.2021.11.9.0 = INTEGER: 1
.1.3.6.1.4.1.2021.11.10.0 = INTEGER: 1
.1.3.6.1.4.1.2021.11.11.0 = INTEGER: 97
.1.3.6.1.4.1.2021.11.50.0 = Counter32: 206287
.1.3.6.1.4.1.2021.11.51.0 = Counter32: 5442
.1.3.6.1.4.1.2021.11.52.0 = Counter32: 179887
.1.3.6.1.4.1.2021.11.53.0 = Counter32: 16773696
.1.3.6.1.4.1.2021.11.54.0 = Counter32: 17514
.1.3.6.1.4.1.2021.11.55.0 = Counter32: 0
.1.3.6.1.4.1.2021.11.56.0 = Counter32: 0
.1.3.6.1.4.1.2021.11.57.0 = Counter32: 3538552
.1.3.6.1.4.1.2021.11.58.0 = Counter32: 1751038
.1.3.6.1.4.1.2021.11.59.0 = Counter32: 53936436
.1.3.6.1.4.1.2021.11.60.0 = Counter32: 94504650
.1.3.6.1.4.1.2021.11.61.0 = Counter32: 16877
.1.3.6.1.4.1.2021.11.62.0 = Counter32: 44
.1.3.6.1.4.1.2021.11.63.0 = Counter32: 23165
.1.3.6.1.4.1.2021.11.64.0 = Counter32: 0
.1.3.6.1.4.1.2021.11.65.0 = Counter32: 0
.1.3.6.1.4.1.2021.11.66.0 = Counter32: 0
.1.3.6.1.4.1.2021.11.67.0 = INTEGER: 2

View File

@ -1,535 +0,0 @@
.1.3.6.1.2.1.2.2.1.2.1 = STRING: lo
.1.3.6.1.2.1.2.2.1.2.3 = STRING: Anonymized 088
.1.3.6.1.2.1.2.2.1.2.4 = STRING: Anonymized 220
.1.3.6.1.2.1.2.2.1.2.5 = STRING: Anonymized 003
.1.3.6.1.2.1.2.2.1.2.6 = STRING: Anonymized 118
.1.3.6.1.2.1.2.2.1.2.7 = STRING: Anonymized 192
.1.3.6.1.2.1.2.2.1.2.8 = STRING: Anonymized 123
.1.3.6.1.2.1.2.2.1.2.9 = STRING: Anonymized 203
.1.3.6.1.2.1.2.2.1.2.10 = STRING: Anonymized 026
.1.3.6.1.2.1.2.2.1.2.11 = STRING: Anonymized 232
.1.3.6.1.2.1.2.2.1.2.12 = STRING: Anonymized 093
.1.3.6.1.2.1.2.2.1.2.13 = STRING: Anonymized 058
.1.3.6.1.2.1.2.2.1.2.14 = STRING: Anonymized 118
.1.3.6.1.2.1.2.2.1.2.15 = STRING: Anonymized 158
.1.3.6.1.2.1.2.2.1.2.16 = STRING: Anonymized 191
.1.3.6.1.2.1.2.2.1.3.1 = INTEGER: softwareLoopback(24)
.1.3.6.1.2.1.2.2.1.3.3 = INTEGER: tunnel(131)
.1.3.6.1.2.1.2.2.1.3.4 = INTEGER: ethernetCsmacd(6)
.1.3.6.1.2.1.2.2.1.3.5 = INTEGER: ethernetCsmacd(6)
.1.3.6.1.2.1.2.2.1.3.6 = INTEGER: ethernetCsmacd(6)
.1.3.6.1.2.1.2.2.1.3.7 = INTEGER: ethernetCsmacd(6)
.1.3.6.1.2.1.2.2.1.3.8 = INTEGER: ethernetCsmacd(6)
.1.3.6.1.2.1.2.2.1.3.9 = INTEGER: ethernetCsmacd(6)
.1.3.6.1.2.1.2.2.1.3.10 = INTEGER: ethernetCsmacd(6)
.1.3.6.1.2.1.2.2.1.3.11 = INTEGER: ethernetCsmacd(6)
.1.3.6.1.2.1.2.2.1.3.12 = INTEGER: other(1)
.1.3.6.1.2.1.2.2.1.3.13 = INTEGER: ethernetCsmacd(6)
.1.3.6.1.2.1.2.2.1.3.14 = INTEGER: ethernetCsmacd(6)
.1.3.6.1.2.1.2.2.1.3.15 = INTEGER: ethernetCsmacd(6)
.1.3.6.1.2.1.2.2.1.3.16 = INTEGER: ethernetCsmacd(6)
.1.3.6.1.2.1.2.2.1.5.1 = Gauge32: 10000000
.1.3.6.1.2.1.2.2.1.5.3 = Gauge32: 0
.1.3.6.1.2.1.2.2.1.5.4 = Gauge32: 1000000000
.1.3.6.1.2.1.2.2.1.5.5 = Gauge32: 1000000000
.1.3.6.1.2.1.2.2.1.5.6 = Gauge32: 1000000000
.1.3.6.1.2.1.2.2.1.5.7 = Gauge32: 0
.1.3.6.1.2.1.2.2.1.5.8 = Gauge32: 0
.1.3.6.1.2.1.2.2.1.5.9 = Gauge32: 1000000000
.1.3.6.1.2.1.2.2.1.5.10 = Gauge32: 1000000000
.1.3.6.1.2.1.2.2.1.5.11 = Gauge32: 1000000000
.1.3.6.1.2.1.2.2.1.5.12 = Gauge32: 0
.1.3.6.1.2.1.2.2.1.5.13 = Gauge32: 1000000000
.1.3.6.1.2.1.2.2.1.5.14 = Gauge32: 1000000000
.1.3.6.1.2.1.2.2.1.5.15 = Gauge32: 1000000000
.1.3.6.1.2.1.2.2.1.5.16 = Gauge32: 0
.1.3.6.1.2.1.2.2.1.7.1 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.7.3 = INTEGER: down(2)
.1.3.6.1.2.1.2.2.1.7.4 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.7.5 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.7.6 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.7.7 = INTEGER: down(2)
.1.3.6.1.2.1.2.2.1.7.8 = INTEGER: down(2)
.1.3.6.1.2.1.2.2.1.7.9 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.7.10 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.7.11 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.7.12 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.7.13 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.7.14 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.7.15 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.7.16 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.8.1 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.8.3 = INTEGER: down(2)
.1.3.6.1.2.1.2.2.1.8.4 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.8.5 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.8.6 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.8.7 = INTEGER: down(2)
.1.3.6.1.2.1.2.2.1.8.8 = INTEGER: down(2)
.1.3.6.1.2.1.2.2.1.8.9 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.8.10 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.8.11 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.8.12 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.8.13 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.8.14 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.8.15 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.8.16 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.10.1 = Counter32: 3112
.1.3.6.1.2.1.2.2.1.10.3 = Counter32: 0
.1.3.6.1.2.1.2.2.1.10.4 = Counter32: 100086327
.1.3.6.1.2.1.2.2.1.10.5 = Counter32: 19534484
.1.3.6.1.2.1.2.2.1.10.6 = Counter32: 4681875
.1.3.6.1.2.1.2.2.1.10.7 = Counter32: 0
.1.3.6.1.2.1.2.2.1.10.8 = Counter32: 0
.1.3.6.1.2.1.2.2.1.10.9 = Counter32: 6565151
.1.3.6.1.2.1.2.2.1.10.10 = Counter32: 98278254
.1.3.6.1.2.1.2.2.1.10.11 = Counter32: 3792075615
.1.3.6.1.2.1.2.2.1.10.12 = Counter32: 0
.1.3.6.1.2.1.2.2.1.10.13 = Counter32: 463760
.1.3.6.1.2.1.2.2.1.10.14 = Counter32: 268916
.1.3.6.1.2.1.2.2.1.10.15 = Counter32: 0
.1.3.6.1.2.1.2.2.1.10.16 = Counter32: 0
.1.3.6.1.2.1.2.2.1.11.1 = Counter32: 30
.1.3.6.1.2.1.2.2.1.11.3 = Counter32: 0
.1.3.6.1.2.1.2.2.1.11.4 = Counter32: 215714
.1.3.6.1.2.1.2.2.1.11.5 = Counter32: 230317
.1.3.6.1.2.1.2.2.1.11.6 = Counter32: 76980
.1.3.6.1.2.1.2.2.1.11.7 = Counter32: 0
.1.3.6.1.2.1.2.2.1.11.8 = Counter32: 0
.1.3.6.1.2.1.2.2.1.11.9 = Counter32: 92648
.1.3.6.1.2.1.2.2.1.11.10 = Counter32: 1053436
.1.3.6.1.2.1.2.2.1.11.11 = Counter32: 6153
.1.3.6.1.2.1.2.2.1.11.12 = Counter32: 0
.1.3.6.1.2.1.2.2.1.11.13 = Counter32: 8743
.1.3.6.1.2.1.2.2.1.11.14 = Counter32: 5846
.1.3.6.1.2.1.2.2.1.11.15 = Counter32: 0
.1.3.6.1.2.1.2.2.1.11.16 = Counter32: 0
.1.3.6.1.2.1.2.2.1.13.1 = Counter32: 0
.1.3.6.1.2.1.2.2.1.13.3 = Counter32: 0
.1.3.6.1.2.1.2.2.1.13.4 = Counter32: 0
.1.3.6.1.2.1.2.2.1.13.5 = Counter32: 0
.1.3.6.1.2.1.2.2.1.13.6 = Counter32: 0
.1.3.6.1.2.1.2.2.1.13.7 = Counter32: 0
.1.3.6.1.2.1.2.2.1.13.8 = Counter32: 0
.1.3.6.1.2.1.2.2.1.13.9 = Counter32: 0
.1.3.6.1.2.1.2.2.1.13.10 = Counter32: 0
.1.3.6.1.2.1.2.2.1.13.11 = Counter32: 0
.1.3.6.1.2.1.2.2.1.13.12 = Counter32: 0
.1.3.6.1.2.1.2.2.1.13.13 = Counter32: 0
.1.3.6.1.2.1.2.2.1.13.14 = Counter32: 0
.1.3.6.1.2.1.2.2.1.13.15 = Counter32: 0
.1.3.6.1.2.1.2.2.1.13.16 = Counter32: 0
.1.3.6.1.2.1.2.2.1.14.1 = Counter32: 0
.1.3.6.1.2.1.2.2.1.14.3 = Counter32: 0
.1.3.6.1.2.1.2.2.1.14.4 = Counter32: 0
.1.3.6.1.2.1.2.2.1.14.5 = Counter32: 0
.1.3.6.1.2.1.2.2.1.14.6 = Counter32: 0
.1.3.6.1.2.1.2.2.1.14.7 = Counter32: 0
.1.3.6.1.2.1.2.2.1.14.8 = Counter32: 0
.1.3.6.1.2.1.2.2.1.14.9 = Counter32: 0
.1.3.6.1.2.1.2.2.1.14.10 = Counter32: 0
.1.3.6.1.2.1.2.2.1.14.11 = Counter32: 0
.1.3.6.1.2.1.2.2.1.14.12 = Counter32: 0
.1.3.6.1.2.1.2.2.1.14.13 = Counter32: 0
.1.3.6.1.2.1.2.2.1.14.14 = Counter32: 0
.1.3.6.1.2.1.2.2.1.14.15 = Counter32: 0
.1.3.6.1.2.1.2.2.1.14.16 = Counter32: 0
.1.3.6.1.2.1.2.2.1.16.1 = Counter32: 3112
.1.3.6.1.2.1.2.2.1.16.3 = Counter32: 0
.1.3.6.1.2.1.2.2.1.16.4 = Counter32: 77810561
.1.3.6.1.2.1.2.2.1.16.5 = Counter32: 2520
.1.3.6.1.2.1.2.2.1.16.6 = Counter32: 840
.1.3.6.1.2.1.2.2.1.16.7 = Counter32: 0
.1.3.6.1.2.1.2.2.1.16.8 = Counter32: 0
.1.3.6.1.2.1.2.2.1.16.9 = Counter32: 2758309
.1.3.6.1.2.1.2.2.1.16.10 = Counter32: 160765115
.1.3.6.1.2.1.2.2.1.16.11 = Counter32: 1571821933
.1.3.6.1.2.1.2.2.1.16.12 = Counter32: 2016
.1.3.6.1.2.1.2.2.1.16.13 = Counter32: 840
.1.3.6.1.2.1.2.2.1.16.14 = Counter32: 840
.1.3.6.1.2.1.2.2.1.16.15 = Counter32: 840
.1.3.6.1.2.1.2.2.1.16.16 = Counter32: 0
.1.3.6.1.2.1.2.2.1.17.1 = Counter32: 30
.1.3.6.1.2.1.2.2.1.17.3 = Counter32: 0
.1.3.6.1.2.1.2.2.1.17.4 = Counter32: 97506
.1.3.6.1.2.1.2.2.1.17.5 = Counter32: 60
.1.3.6.1.2.1.2.2.1.17.6 = Counter32: 20
.1.3.6.1.2.1.2.2.1.17.7 = Counter32: 0
.1.3.6.1.2.1.2.2.1.17.8 = Counter32: 0
.1.3.6.1.2.1.2.2.1.17.9 = Counter32: 29280
.1.3.6.1.2.1.2.2.1.17.10 = Counter32: 980816
.1.3.6.1.2.1.2.2.1.17.11 = Counter32: 2395942
.1.3.6.1.2.1.2.2.1.17.12 = Counter32: 21
.1.3.6.1.2.1.2.2.1.17.13 = Counter32: 20
.1.3.6.1.2.1.2.2.1.17.14 = Counter32: 20
.1.3.6.1.2.1.2.2.1.17.15 = Counter32: 20
.1.3.6.1.2.1.2.2.1.17.16 = Counter32: 0
.1.3.6.1.2.1.2.2.1.19.1 = Counter32: 0
.1.3.6.1.2.1.2.2.1.19.3 = Counter32: 0
.1.3.6.1.2.1.2.2.1.19.4 = Counter32: 0
.1.3.6.1.2.1.2.2.1.19.5 = Counter32: 0
.1.3.6.1.2.1.2.2.1.19.6 = Counter32: 0
.1.3.6.1.2.1.2.2.1.19.7 = Counter32: 0
.1.3.6.1.2.1.2.2.1.19.8 = Counter32: 0
.1.3.6.1.2.1.2.2.1.19.9 = Counter32: 0
.1.3.6.1.2.1.2.2.1.19.10 = Counter32: 0
.1.3.6.1.2.1.2.2.1.19.11 = Counter32: 0
.1.3.6.1.2.1.2.2.1.19.12 = Counter32: 0
.1.3.6.1.2.1.2.2.1.19.13 = Counter32: 0
.1.3.6.1.2.1.2.2.1.19.14 = Counter32: 0
.1.3.6.1.2.1.2.2.1.19.15 = Counter32: 0
.1.3.6.1.2.1.2.2.1.19.16 = Counter32: 0
.1.3.6.1.2.1.2.2.1.20.1 = Counter32: 0
.1.3.6.1.2.1.2.2.1.20.3 = Counter32: 0
.1.3.6.1.2.1.2.2.1.20.4 = Counter32: 0
.1.3.6.1.2.1.2.2.1.20.5 = Counter32: 0
.1.3.6.1.2.1.2.2.1.20.6 = Counter32: 0
.1.3.6.1.2.1.2.2.1.20.7 = Counter32: 0
.1.3.6.1.2.1.2.2.1.20.8 = Counter32: 0
.1.3.6.1.2.1.2.2.1.20.9 = Counter32: 0
.1.3.6.1.2.1.2.2.1.20.10 = Counter32: 0
.1.3.6.1.2.1.2.2.1.20.11 = Counter32: 0
.1.3.6.1.2.1.2.2.1.20.12 = Counter32: 0
.1.3.6.1.2.1.2.2.1.20.13 = Counter32: 0
.1.3.6.1.2.1.2.2.1.20.14 = Counter32: 0
.1.3.6.1.2.1.2.2.1.20.15 = Counter32: 0
.1.3.6.1.2.1.2.2.1.20.16 = Counter32: 0
.1.3.6.1.2.1.2.2.1.21.1 = Gauge32: 0
.1.3.6.1.2.1.2.2.1.21.3 = Gauge32: 0
.1.3.6.1.2.1.2.2.1.21.4 = Gauge32: 0
.1.3.6.1.2.1.2.2.1.21.5 = Gauge32: 0
.1.3.6.1.2.1.2.2.1.21.6 = Gauge32: 0
.1.3.6.1.2.1.2.2.1.21.7 = Gauge32: 0
.1.3.6.1.2.1.2.2.1.21.8 = Gauge32: 0
.1.3.6.1.2.1.2.2.1.21.9 = Gauge32: 0
.1.3.6.1.2.1.2.2.1.21.10 = Gauge32: 0
.1.3.6.1.2.1.2.2.1.21.11 = Gauge32: 0
.1.3.6.1.2.1.2.2.1.21.12 = Gauge32: 0
.1.3.6.1.2.1.2.2.1.21.13 = Gauge32: 0
.1.3.6.1.2.1.2.2.1.21.14 = Gauge32: 0
.1.3.6.1.2.1.2.2.1.21.15 = Gauge32: 0
.1.3.6.1.2.1.2.2.1.21.16 = Gauge32: 0
.1.3.6.1.2.1.2.2.1.22.1 = OID: .0.0
.1.3.6.1.2.1.2.2.1.22.3 = OID: .0.0
.1.3.6.1.2.1.2.2.1.22.4 = OID: .0.0
.1.3.6.1.2.1.2.2.1.22.5 = OID: .0.0
.1.3.6.1.2.1.2.2.1.22.6 = OID: .0.0
.1.3.6.1.2.1.2.2.1.22.7 = OID: .0.0
.1.3.6.1.2.1.2.2.1.22.8 = OID: .0.0
.1.3.6.1.2.1.2.2.1.22.9 = OID: .0.0
.1.3.6.1.2.1.2.2.1.22.10 = OID: .0.0
.1.3.6.1.2.1.2.2.1.22.11 = OID: .0.0
.1.3.6.1.2.1.2.2.1.22.12 = OID: .0.0
.1.3.6.1.2.1.2.2.1.22.13 = OID: .0.0
.1.3.6.1.2.1.2.2.1.22.14 = OID: .0.0
.1.3.6.1.2.1.2.2.1.22.15 = OID: .0.0
.1.3.6.1.2.1.2.2.1.22.16 = OID: .0.0
.1.3.6.1.2.1.4.20.1.2.2.33.35.202 = INTEGER: 10
.1.3.6.1.2.1.4.20.1.2.2.33.35.204 = INTEGER: 10
.1.3.6.1.2.1.4.20.1.2.10.1.50.250 = INTEGER: 6
.1.3.6.1.2.1.4.20.1.2.10.1.50.252 = INTEGER: 6
.1.3.6.1.2.1.4.20.1.2.10.3.11.250 = INTEGER: 14
.1.3.6.1.2.1.4.20.1.2.10.3.11.252 = INTEGER: 14
.1.3.6.1.2.1.4.20.1.2.10.84.50.250 = INTEGER: 13
.1.3.6.1.2.1.4.20.1.2.10.84.50.252 = INTEGER: 13
.1.3.6.1.2.1.4.20.1.2.10.190.50.24 = INTEGER: 15
.1.3.6.1.2.1.4.20.1.2.10.190.50.252 = INTEGER: 15
.1.3.6.1.2.1.4.20.1.2.127.0.0.1 = INTEGER: 1
.1.3.6.1.2.1.4.20.1.2.172.16.250.250 = INTEGER: 11
.1.3.6.1.2.1.4.20.1.2.172.16.250.252 = INTEGER: 11
.1.3.6.1.2.1.4.20.1.2.1.2.3.5 = INTEGER: 4
.1.3.6.1.2.1.4.20.1.2.1.2.3.6 = INTEGER: 4
.1.3.6.1.2.1.4.20.1.2.212.124.184.10 = INTEGER: 9
.1.3.6.1.2.1.4.20.1.2.212.124.184.12 = INTEGER: 9
.1.3.6.1.2.1.10.7.2.1.19.4 = INTEGER: fullDuplex(3)
.1.3.6.1.2.1.10.7.2.1.19.5 = INTEGER: fullDuplex(3)
.1.3.6.1.2.1.10.7.2.1.19.6 = INTEGER: fullDuplex(3)
.1.3.6.1.2.1.10.7.2.1.19.7 = INTEGER: unknown(1)
.1.3.6.1.2.1.10.7.2.1.19.8 = INTEGER: unknown(1)
.1.3.6.1.2.1.10.7.2.1.19.9 = INTEGER: fullDuplex(3)
.1.3.6.1.2.1.10.7.2.1.19.10 = INTEGER: fullDuplex(3)
.1.3.6.1.2.1.10.7.2.1.19.11 = INTEGER: fullDuplex(3)
.1.3.6.1.2.1.31.1.1.1.1.1 = STRING: lo
.1.3.6.1.2.1.31.1.1.1.1.3 = STRING: Anonymized 184
.1.3.6.1.2.1.31.1.1.1.1.4 = STRING: abc0
.1.3.6.1.2.1.31.1.1.1.1.5 = STRING: def1
.1.3.6.1.2.1.31.1.1.1.1.6 = STRING: ghi2
.1.3.6.1.2.1.31.1.1.1.1.7 = STRING: jkl3
.1.3.6.1.2.1.31.1.1.1.1.8 = STRING: mno4
.1.3.6.1.2.1.31.1.1.1.1.9 = STRING: prq5
.1.3.6.1.2.1.31.1.1.1.1.10 = STRING: stu6
.1.3.6.1.2.1.31.1.1.1.1.11 = STRING: vwx7
.1.3.6.1.2.1.31.1.1.1.1.12 = STRING: Anonymized 073
.1.3.6.1.2.1.31.1.1.1.1.13 = STRING: Anonymized 071
.1.3.6.1.2.1.31.1.1.1.1.14 = STRING: Anonymized 073
.1.3.6.1.2.1.31.1.1.1.1.15 = STRING: Anonymized 232
.1.3.6.1.2.1.31.1.1.1.1.16 = STRING: Anonymized 191
.1.3.6.1.2.1.31.1.1.1.2.1 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.2.3 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.2.4 = Counter32: 121884
.1.3.6.1.2.1.31.1.1.1.2.5 = Counter32: 19962
.1.3.6.1.2.1.31.1.1.1.2.6 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.2.7 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.2.8 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.2.9 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.2.10 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.2.11 = Counter32: 4691707
.1.3.6.1.2.1.31.1.1.1.2.12 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.2.13 = Counter32: 79
.1.3.6.1.2.1.31.1.1.1.2.14 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.2.15 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.2.16 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.3.1 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.3.3 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.3.4 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.3.5 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.3.6 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.3.7 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.3.8 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.3.9 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.3.10 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.3.11 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.3.12 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.3.13 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.3.14 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.3.15 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.3.16 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.4.1 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.4.3 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.4.4 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.4.5 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.4.6 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.4.7 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.4.8 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.4.9 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.4.10 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.4.11 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.4.12 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.4.13 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.4.14 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.4.15 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.4.16 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.5.1 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.5.3 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.5.4 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.5.5 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.5.6 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.5.7 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.5.8 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.5.9 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.5.10 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.5.11 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.5.12 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.5.13 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.5.14 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.5.15 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.5.16 = Counter32: 0
.1.3.6.1.2.1.31.1.1.1.6.1 = Counter64: 3112
.1.3.6.1.2.1.31.1.1.1.6.3 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.6.4 = Counter64: 100273817
.1.3.6.1.2.1.31.1.1.1.6.5 = Counter64: 19614539
.1.3.6.1.2.1.31.1.1.1.6.6 = Counter64: 4687875
.1.3.6.1.2.1.31.1.1.1.6.7 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.6.8 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.6.9 = Counter64: 6575121
.1.3.6.1.2.1.31.1.1.1.6.10 = Counter64: 98829146
.1.3.6.1.2.1.31.1.1.1.6.11 = Counter64: 3801371085
.1.3.6.1.2.1.31.1.1.1.6.12 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.6.13 = Counter64: 464128
.1.3.6.1.2.1.31.1.1.1.6.14 = Counter64: 269284
.1.3.6.1.2.1.31.1.1.1.6.15 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.6.16 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.7.1 = Counter64: 30
.1.3.6.1.2.1.31.1.1.1.7.3 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.7.4 = Counter64: 216732
.1.3.6.1.2.1.31.1.1.1.7.5 = Counter64: 231351
.1.3.6.1.2.1.31.1.1.1.7.6 = Counter64: 77080
.1.3.6.1.2.1.31.1.1.1.7.7 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.7.8 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.7.9 = Counter64: 92794
.1.3.6.1.2.1.31.1.1.1.7.10 = Counter64: 1059419
.1.3.6.1.2.1.31.1.1.1.7.11 = Counter64: 6194
.1.3.6.1.2.1.31.1.1.1.7.12 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.7.13 = Counter64: 8751
.1.3.6.1.2.1.31.1.1.1.7.14 = Counter64: 5854
.1.3.6.1.2.1.31.1.1.1.7.15 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.7.16 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.8.1 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.8.3 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.8.4 = Counter64: 121889
.1.3.6.1.2.1.31.1.1.1.8.5 = Counter64: 19964
.1.3.6.1.2.1.31.1.1.1.8.6 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.8.7 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.8.8 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.8.9 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.8.10 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.8.11 = Counter64: 4692100
.1.3.6.1.2.1.31.1.1.1.8.12 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.8.13 = Counter64: 79
.1.3.6.1.2.1.31.1.1.1.8.14 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.8.15 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.8.16 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.9.1 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.9.3 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.9.4 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.9.5 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.9.6 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.9.7 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.9.8 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.9.9 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.9.10 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.9.11 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.9.12 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.9.13 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.9.14 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.9.15 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.9.16 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.10.1 = Counter64: 3112
.1.3.6.1.2.1.31.1.1.1.10.3 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.10.4 = Counter64: 77914756
.1.3.6.1.2.1.31.1.1.1.10.5 = Counter64: 2520
.1.3.6.1.2.1.31.1.1.1.10.6 = Counter64: 840
.1.3.6.1.2.1.31.1.1.1.10.7 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.10.8 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.10.9 = Counter64: 2761515
.1.3.6.1.2.1.31.1.1.1.10.10 = Counter64: 161446078
.1.3.6.1.2.1.31.1.1.1.10.11 = Counter64: 1574136877
.1.3.6.1.2.1.31.1.1.1.10.12 = Counter64: 2016
.1.3.6.1.2.1.31.1.1.1.10.13 = Counter64: 840
.1.3.6.1.2.1.31.1.1.1.10.14 = Counter64: 840
.1.3.6.1.2.1.31.1.1.1.10.15 = Counter64: 840
.1.3.6.1.2.1.31.1.1.1.10.16 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.11.1 = Counter64: 30
.1.3.6.1.2.1.31.1.1.1.11.3 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.11.4 = Counter64: 97636
.1.3.6.1.2.1.31.1.1.1.11.5 = Counter64: 60
.1.3.6.1.2.1.31.1.1.1.11.6 = Counter64: 20
.1.3.6.1.2.1.31.1.1.1.11.7 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.11.8 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.11.9 = Counter64: 29315
.1.3.6.1.2.1.31.1.1.1.11.10 = Counter64: 986704
.1.3.6.1.2.1.31.1.1.1.11.11 = Counter64: 2399297
.1.3.6.1.2.1.31.1.1.1.11.12 = Counter64: 21
.1.3.6.1.2.1.31.1.1.1.11.13 = Counter64: 20
.1.3.6.1.2.1.31.1.1.1.11.14 = Counter64: 20
.1.3.6.1.2.1.31.1.1.1.11.15 = Counter64: 20
.1.3.6.1.2.1.31.1.1.1.11.16 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.12.1 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.12.3 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.12.4 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.12.5 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.12.6 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.12.7 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.12.8 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.12.9 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.12.10 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.12.11 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.12.12 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.12.13 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.12.14 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.12.15 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.12.16 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.13.1 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.13.3 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.13.4 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.13.5 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.13.6 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.13.7 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.13.8 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.13.9 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.13.10 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.13.11 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.13.12 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.13.13 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.13.14 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.13.15 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.13.16 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.14.1 = INTEGER: disabled(2)
.1.3.6.1.2.1.31.1.1.1.14.3 = INTEGER: disabled(2)
.1.3.6.1.2.1.31.1.1.1.14.4 = INTEGER: disabled(2)
.1.3.6.1.2.1.31.1.1.1.14.5 = INTEGER: disabled(2)
.1.3.6.1.2.1.31.1.1.1.14.6 = INTEGER: disabled(2)
.1.3.6.1.2.1.31.1.1.1.14.7 = INTEGER: disabled(2)
.1.3.6.1.2.1.31.1.1.1.14.8 = INTEGER: disabled(2)
.1.3.6.1.2.1.31.1.1.1.14.9 = INTEGER: disabled(2)
.1.3.6.1.2.1.31.1.1.1.14.10 = INTEGER: disabled(2)
.1.3.6.1.2.1.31.1.1.1.14.11 = INTEGER: disabled(2)
.1.3.6.1.2.1.31.1.1.1.14.12 = INTEGER: disabled(2)
.1.3.6.1.2.1.31.1.1.1.14.13 = INTEGER: disabled(2)
.1.3.6.1.2.1.31.1.1.1.14.14 = INTEGER: disabled(2)
.1.3.6.1.2.1.31.1.1.1.14.15 = INTEGER: disabled(2)
.1.3.6.1.2.1.31.1.1.1.14.16 = INTEGER: disabled(2)
.1.3.6.1.2.1.31.1.1.1.15.1 = Gauge32: 10
.1.3.6.1.2.1.31.1.1.1.15.3 = Gauge32: 0
.1.3.6.1.2.1.31.1.1.1.15.4 = Gauge32: 1000
.1.3.6.1.2.1.31.1.1.1.15.5 = Gauge32: 1000
.1.3.6.1.2.1.31.1.1.1.15.6 = Gauge32: 1000
.1.3.6.1.2.1.31.1.1.1.15.7 = Gauge32: 0
.1.3.6.1.2.1.31.1.1.1.15.8 = Gauge32: 0
.1.3.6.1.2.1.31.1.1.1.15.9 = Gauge32: 1000
.1.3.6.1.2.1.31.1.1.1.15.10 = Gauge32: 1000
.1.3.6.1.2.1.31.1.1.1.15.11 = Gauge32: 1000
.1.3.6.1.2.1.31.1.1.1.15.12 = Gauge32: 0
.1.3.6.1.2.1.31.1.1.1.15.13 = Gauge32: 1000
.1.3.6.1.2.1.31.1.1.1.15.14 = Gauge32: 1000
.1.3.6.1.2.1.31.1.1.1.15.15 = Gauge32: 1000
.1.3.6.1.2.1.31.1.1.1.15.16 = Gauge32: 0
.1.3.6.1.2.1.31.1.1.1.16.1 = INTEGER: false(2)
.1.3.6.1.2.1.31.1.1.1.16.3 = INTEGER: false(2)
.1.3.6.1.2.1.31.1.1.1.16.4 = INTEGER: false(2)
.1.3.6.1.2.1.31.1.1.1.16.5 = INTEGER: false(2)
.1.3.6.1.2.1.31.1.1.1.16.6 = INTEGER: false(2)
.1.3.6.1.2.1.31.1.1.1.16.7 = INTEGER: false(2)
.1.3.6.1.2.1.31.1.1.1.16.8 = INTEGER: false(2)
.1.3.6.1.2.1.31.1.1.1.16.9 = INTEGER: false(2)
.1.3.6.1.2.1.31.1.1.1.16.10 = INTEGER: false(2)
.1.3.6.1.2.1.31.1.1.1.16.11 = INTEGER: false(2)
.1.3.6.1.2.1.31.1.1.1.16.12 = INTEGER: false(2)
.1.3.6.1.2.1.31.1.1.1.16.13 = INTEGER: false(2)
.1.3.6.1.2.1.31.1.1.1.16.14 = INTEGER: false(2)
.1.3.6.1.2.1.31.1.1.1.16.15 = INTEGER: false(2)
.1.3.6.1.2.1.31.1.1.1.16.16 = INTEGER: false(2)
.1.3.6.1.2.1.31.1.1.1.17.1 = INTEGER: false(2)
.1.3.6.1.2.1.31.1.1.1.17.3 = INTEGER: true(1)
.1.3.6.1.2.1.31.1.1.1.17.4 = INTEGER: true(1)
.1.3.6.1.2.1.31.1.1.1.17.5 = INTEGER: true(1)
.1.3.6.1.2.1.31.1.1.1.17.6 = INTEGER: true(1)
.1.3.6.1.2.1.31.1.1.1.17.7 = INTEGER: true(1)
.1.3.6.1.2.1.31.1.1.1.17.8 = INTEGER: true(1)
.1.3.6.1.2.1.31.1.1.1.17.9 = INTEGER: true(1)
.1.3.6.1.2.1.31.1.1.1.17.10 = INTEGER: true(1)
.1.3.6.1.2.1.31.1.1.1.17.11 = INTEGER: true(1)
.1.3.6.1.2.1.31.1.1.1.17.12 = INTEGER: true(1)
.1.3.6.1.2.1.31.1.1.1.17.13 = INTEGER: true(1)
.1.3.6.1.2.1.31.1.1.1.17.14 = INTEGER: true(1)
.1.3.6.1.2.1.31.1.1.1.17.15 = INTEGER: true(1)
.1.3.6.1.2.1.31.1.1.1.17.16 = INTEGER: true(1)
.1.3.6.1.2.1.31.1.1.1.18.1 = STRING:
.1.3.6.1.2.1.31.1.1.1.18.3 = STRING:
.1.3.6.1.2.1.31.1.1.1.18.4 = STRING:
.1.3.6.1.2.1.31.1.1.1.18.5 = STRING:
.1.3.6.1.2.1.31.1.1.1.18.6 = STRING:
.1.3.6.1.2.1.31.1.1.1.18.7 = STRING:
.1.3.6.1.2.1.31.1.1.1.18.8 = STRING:
.1.3.6.1.2.1.31.1.1.1.18.9 = STRING:
.1.3.6.1.2.1.31.1.1.1.18.10 = STRING:
.1.3.6.1.2.1.31.1.1.1.18.11 = STRING:
.1.3.6.1.2.1.31.1.1.1.18.12 = STRING:
.1.3.6.1.2.1.31.1.1.1.18.13 = STRING:
.1.3.6.1.2.1.31.1.1.1.18.14 = STRING:
.1.3.6.1.2.1.31.1.1.1.18.15 = STRING:
.1.3.6.1.2.1.31.1.1.1.18.16 = STRING:
.1.3.6.1.2.1.31.1.1.1.19.1 = Timeticks: (0) 0:00:00.00
.1.3.6.1.2.1.31.1.1.1.19.3 = Timeticks: (0) 0:00:00.00
.1.3.6.1.2.1.31.1.1.1.19.4 = Timeticks: (0) 0:00:00.00
.1.3.6.1.2.1.31.1.1.1.19.5 = Timeticks: (0) 0:00:00.00
.1.3.6.1.2.1.31.1.1.1.19.6 = Timeticks: (0) 0:00:00.00
.1.3.6.1.2.1.31.1.1.1.19.7 = Timeticks: (0) 0:00:00.00
.1.3.6.1.2.1.31.1.1.1.19.8 = Timeticks: (0) 0:00:00.00
.1.3.6.1.2.1.31.1.1.1.19.9 = Timeticks: (0) 0:00:00.00
.1.3.6.1.2.1.31.1.1.1.19.10 = Timeticks: (0) 0:00:00.00
.1.3.6.1.2.1.31.1.1.1.19.11 = Timeticks: (0) 0:00:00.00
.1.3.6.1.2.1.31.1.1.1.19.12 = Timeticks: (0) 0:00:00.00
.1.3.6.1.2.1.31.1.1.1.19.13 = Timeticks: (0) 0:00:00.00
.1.3.6.1.2.1.31.1.1.1.19.14 = Timeticks: (0) 0:00:00.00
.1.3.6.1.2.1.31.1.1.1.19.15 = Timeticks: (0) 0:00:00.00
.1.3.6.1.2.1.31.1.1.1.19.16 = Timeticks: (0) 0:00:00.00

View File

@ -1,300 +0,0 @@
.1.3.6.1.2.1.2.2.1.2.1 = STRING: lo
.1.3.6.1.2.1.2.2.1.2.3 = STRING: Anonymized 088
.1.3.6.1.2.1.2.2.1.2.4 = STRING: Anonymized 220
.1.3.6.1.2.1.2.2.1.2.5 = STRING: Anonymized 003
.1.3.6.1.2.1.2.2.1.2.6 = STRING: Anonymized 118
.1.3.6.1.2.1.2.2.1.2.7 = STRING: Anonymized 192
.1.3.6.1.2.1.2.2.1.2.8 = STRING: Anonymized 123
.1.3.6.1.2.1.2.2.1.2.9 = STRING: Anonymized 203
.1.3.6.1.2.1.2.2.1.2.10 = STRING: Anonymized 026
.1.3.6.1.2.1.2.2.1.2.11 = STRING: Anonymized 232
.1.3.6.1.2.1.2.2.1.2.12 = STRING: Anonymized 093
.1.3.6.1.2.1.2.2.1.2.13 = STRING: Anonymized 058
.1.3.6.1.2.1.2.2.1.2.14 = STRING: Anonymized 118
.1.3.6.1.2.1.2.2.1.2.15 = STRING: Anonymized 158
.1.3.6.1.2.1.2.2.1.2.16 = STRING: Anonymized 191
.1.3.6.1.2.1.2.2.1.3.1 = INTEGER: softwareLoopback(24)
.1.3.6.1.2.1.2.2.1.3.3 = INTEGER: tunnel(131)
.1.3.6.1.2.1.2.2.1.3.4 = INTEGER: ethernetCsmacd(6)
.1.3.6.1.2.1.2.2.1.3.5 = INTEGER: ethernetCsmacd(6)
.1.3.6.1.2.1.2.2.1.3.6 = INTEGER: ethernetCsmacd(6)
.1.3.6.1.2.1.2.2.1.3.7 = INTEGER: ethernetCsmacd(6)
.1.3.6.1.2.1.2.2.1.3.8 = INTEGER: ethernetCsmacd(6)
.1.3.6.1.2.1.2.2.1.3.9 = INTEGER: ethernetCsmacd(6)
.1.3.6.1.2.1.2.2.1.3.10 = INTEGER: ethernetCsmacd(6)
.1.3.6.1.2.1.2.2.1.3.11 = INTEGER: ethernetCsmacd(6)
.1.3.6.1.2.1.2.2.1.3.12 = INTEGER: other(1)
.1.3.6.1.2.1.2.2.1.3.13 = INTEGER: ethernetCsmacd(6)
.1.3.6.1.2.1.2.2.1.3.14 = INTEGER: ethernetCsmacd(6)
.1.3.6.1.2.1.2.2.1.3.15 = INTEGER: ethernetCsmacd(6)
.1.3.6.1.2.1.2.2.1.3.16 = INTEGER: ethernetCsmacd(6)
.1.3.6.1.2.1.2.2.1.5.1 = Gauge32: 10000000
.1.3.6.1.2.1.2.2.1.5.3 = Gauge32: 0
.1.3.6.1.2.1.2.2.1.5.4 = Gauge32: 1000000000
.1.3.6.1.2.1.2.2.1.5.5 = Gauge32: 1000000000
.1.3.6.1.2.1.2.2.1.5.6 = Gauge32: 1000000000
.1.3.6.1.2.1.2.2.1.5.7 = Gauge32: 0
.1.3.6.1.2.1.2.2.1.5.8 = Gauge32: 0
.1.3.6.1.2.1.2.2.1.5.9 = Gauge32: 1000000000
.1.3.6.1.2.1.2.2.1.5.10 = Gauge32: 1000000000
.1.3.6.1.2.1.2.2.1.5.11 = Gauge32: 1000000000
.1.3.6.1.2.1.2.2.1.5.12 = Gauge32: 0
.1.3.6.1.2.1.2.2.1.5.13 = Gauge32: 1000000000
.1.3.6.1.2.1.2.2.1.5.14 = Gauge32: 1000000000
.1.3.6.1.2.1.2.2.1.5.15 = Gauge32: 1000000000
.1.3.6.1.2.1.2.2.1.5.16 = Gauge32: 0
.1.3.6.1.2.1.2.2.1.6.1 = STRING:
.1.3.6.1.2.1.2.2.1.6.3 = STRING:
.1.3.6.1.2.1.2.2.1.6.4 = STRING: Anonymized 003
.1.3.6.1.2.1.2.2.1.6.5 = STRING: Anonymized 132
.1.3.6.1.2.1.2.2.1.6.6 = STRING: Anonymized 026
.1.3.6.1.2.1.2.2.1.6.7 = STRING: Anonymized 167
.1.3.6.1.2.1.2.2.1.6.8 = STRING: Anonymized 198
.1.3.6.1.2.1.2.2.1.6.9 = STRING: Anonymized 085
.1.3.6.1.2.1.2.2.1.6.10 = STRING: Anonymized 084
.1.3.6.1.2.1.2.2.1.6.11 = STRING: Anonymized 184
.1.3.6.1.2.1.2.2.1.6.12 = STRING:
.1.3.6.1.2.1.2.2.1.6.13 = STRING: Anonymized 119
.1.3.6.1.2.1.2.2.1.6.14 = STRING: Anonymized 010
.1.3.6.1.2.1.2.2.1.6.15 = STRING: Anonymized 172
.1.3.6.1.2.1.2.2.1.6.16 = STRING: Anonymized 068
.1.3.6.1.2.1.2.2.1.7.1 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.7.3 = INTEGER: down(2)
.1.3.6.1.2.1.2.2.1.7.4 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.7.5 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.7.6 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.7.7 = INTEGER: down(2)
.1.3.6.1.2.1.2.2.1.7.8 = INTEGER: down(2)
.1.3.6.1.2.1.2.2.1.7.9 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.7.10 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.7.11 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.7.12 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.7.13 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.7.14 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.7.15 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.7.16 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.8.1 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.8.3 = INTEGER: down(2)
.1.3.6.1.2.1.2.2.1.8.4 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.8.5 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.8.6 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.8.7 = INTEGER: down(2)
.1.3.6.1.2.1.2.2.1.8.8 = INTEGER: down(2)
.1.3.6.1.2.1.2.2.1.8.9 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.8.10 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.8.11 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.8.12 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.8.13 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.8.14 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.8.15 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.8.16 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.20.1 = Counter32: 0
.1.3.6.1.2.1.2.2.1.20.3 = Counter32: 0
.1.3.6.1.2.1.2.2.1.20.4 = Counter32: 0
.1.3.6.1.2.1.2.2.1.20.5 = Counter32: 0
.1.3.6.1.2.1.2.2.1.20.6 = Counter32: 0
.1.3.6.1.2.1.2.2.1.20.7 = Counter32: 0
.1.3.6.1.2.1.2.2.1.20.8 = Counter32: 0
.1.3.6.1.2.1.2.2.1.20.9 = Counter32: 0
.1.3.6.1.2.1.2.2.1.20.10 = Counter32: 0
.1.3.6.1.2.1.2.2.1.20.11 = Counter32: 0
.1.3.6.1.2.1.2.2.1.20.12 = Counter32: 0
.1.3.6.1.2.1.2.2.1.20.13 = Counter32: 0
.1.3.6.1.2.1.2.2.1.20.14 = Counter32: 0
.1.3.6.1.2.1.2.2.1.20.15 = Counter32: 0
.1.3.6.1.2.1.2.2.1.20.16 = Counter32: 0
.1.3.6.1.2.1.2.2.1.21.1 = Gauge32: 0
.1.3.6.1.2.1.2.2.1.21.3 = Gauge32: 0
.1.3.6.1.2.1.2.2.1.21.4 = Gauge32: 0
.1.3.6.1.2.1.2.2.1.21.5 = Gauge32: 0
.1.3.6.1.2.1.2.2.1.21.6 = Gauge32: 0
.1.3.6.1.2.1.2.2.1.21.7 = Gauge32: 0
.1.3.6.1.2.1.2.2.1.21.8 = Gauge32: 0
.1.3.6.1.2.1.2.2.1.21.9 = Gauge32: 0
.1.3.6.1.2.1.2.2.1.21.10 = Gauge32: 0
.1.3.6.1.2.1.2.2.1.21.11 = Gauge32: 0
.1.3.6.1.2.1.2.2.1.21.12 = Gauge32: 0
.1.3.6.1.2.1.2.2.1.21.13 = Gauge32: 0
.1.3.6.1.2.1.2.2.1.21.14 = Gauge32: 0
.1.3.6.1.2.1.2.2.1.21.15 = Gauge32: 0
.1.3.6.1.2.1.2.2.1.21.16 = Gauge32: 0
.1.3.6.1.2.1.2.2.1.22.1 = OID: .0.0
.1.3.6.1.2.1.2.2.1.22.3 = OID: .0.0
.1.3.6.1.2.1.2.2.1.22.4 = OID: .0.0
.1.3.6.1.2.1.2.2.1.22.5 = OID: .0.0
.1.3.6.1.2.1.2.2.1.22.6 = OID: .0.0
.1.3.6.1.2.1.2.2.1.22.7 = OID: .0.0
.1.3.6.1.2.1.2.2.1.22.8 = OID: .0.0
.1.3.6.1.2.1.2.2.1.22.9 = OID: .0.0
.1.3.6.1.2.1.2.2.1.22.10 = OID: .0.0
.1.3.6.1.2.1.2.2.1.22.11 = OID: .0.0
.1.3.6.1.2.1.2.2.1.22.12 = OID: .0.0
.1.3.6.1.2.1.2.2.1.22.13 = OID: .0.0
.1.3.6.1.2.1.2.2.1.22.14 = OID: .0.0
.1.3.6.1.2.1.2.2.1.22.15 = OID: .0.0
.1.3.6.1.2.1.2.2.1.22.16 = OID: .0.0
.1.3.6.1.2.1.31.1.1.1.1.1 = STRING: lo
.1.3.6.1.2.1.31.1.1.1.1.3 = STRING: Anonymized 184
.1.3.6.1.2.1.31.1.1.1.1.4 = STRING: abc0
.1.3.6.1.2.1.31.1.1.1.1.5 = STRING: def1
.1.3.6.1.2.1.31.1.1.1.1.6 = STRING: ghi2
.1.3.6.1.2.1.31.1.1.1.1.7 = STRING: jkl3
.1.3.6.1.2.1.31.1.1.1.1.8 = STRING: mno4
.1.3.6.1.2.1.31.1.1.1.1.9 = STRING: prq5
.1.3.6.1.2.1.31.1.1.1.1.10 = STRING: stu6
.1.3.6.1.2.1.31.1.1.1.1.11 = STRING: vwx7
.1.3.6.1.2.1.31.1.1.1.1.12 = STRING: Anonymized 073
.1.3.6.1.2.1.31.1.1.1.1.13 = STRING: Anonymized 071
.1.3.6.1.2.1.31.1.1.1.1.14 = STRING: Anonymized 073
.1.3.6.1.2.1.31.1.1.1.1.15 = STRING: Anonymized 232
.1.3.6.1.2.1.31.1.1.1.1.16 = STRING: Anonymized 191
.1.3.6.1.2.1.31.1.1.1.10.1 = Counter64: 3112
.1.3.6.1.2.1.31.1.1.1.10.3 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.10.4 = Counter64: 77914756
.1.3.6.1.2.1.31.1.1.1.10.5 = Counter64: 2520
.1.3.6.1.2.1.31.1.1.1.10.6 = Counter64: 840
.1.3.6.1.2.1.31.1.1.1.10.7 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.10.8 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.10.9 = Counter64: 2761515
.1.3.6.1.2.1.31.1.1.1.10.10 = Counter64: 161446078
.1.3.6.1.2.1.31.1.1.1.10.11 = Counter64: 1574136877
.1.3.6.1.2.1.31.1.1.1.10.12 = Counter64: 2016
.1.3.6.1.2.1.31.1.1.1.10.13 = Counter64: 840
.1.3.6.1.2.1.31.1.1.1.10.14 = Counter64: 840
.1.3.6.1.2.1.31.1.1.1.10.15 = Counter64: 840
.1.3.6.1.2.1.31.1.1.1.10.16 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.11.1 = Counter64: 30
.1.3.6.1.2.1.31.1.1.1.11.3 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.11.4 = Counter64: 97636
.1.3.6.1.2.1.31.1.1.1.11.5 = Counter64: 60
.1.3.6.1.2.1.31.1.1.1.11.6 = Counter64: 20
.1.3.6.1.2.1.31.1.1.1.11.7 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.11.8 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.11.9 = Counter64: 29315
.1.3.6.1.2.1.31.1.1.1.11.10 = Counter64: 986704
.1.3.6.1.2.1.31.1.1.1.11.11 = Counter64: 2399297
.1.3.6.1.2.1.31.1.1.1.11.12 = Counter64: 21
.1.3.6.1.2.1.31.1.1.1.11.13 = Counter64: 20
.1.3.6.1.2.1.31.1.1.1.11.14 = Counter64: 20
.1.3.6.1.2.1.31.1.1.1.11.15 = Counter64: 20
.1.3.6.1.2.1.31.1.1.1.11.16 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.12.1 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.12.3 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.12.4 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.12.5 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.12.6 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.12.7 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.12.8 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.12.9 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.12.10 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.12.11 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.12.12 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.12.13 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.12.14 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.12.15 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.12.16 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.13.1 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.13.3 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.13.4 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.13.5 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.13.6 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.13.7 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.13.8 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.13.9 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.13.10 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.13.11 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.13.12 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.13.13 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.13.14 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.13.15 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.13.16 = Counter64: 0
.1.3.6.1.2.1.31.1.1.1.14.1 = INTEGER: disabled(2)
.1.3.6.1.2.1.31.1.1.1.14.3 = INTEGER: disabled(2)
.1.3.6.1.2.1.31.1.1.1.14.4 = INTEGER: disabled(2)
.1.3.6.1.2.1.31.1.1.1.14.5 = INTEGER: disabled(2)
.1.3.6.1.2.1.31.1.1.1.14.6 = INTEGER: disabled(2)
.1.3.6.1.2.1.31.1.1.1.14.7 = INTEGER: disabled(2)
.1.3.6.1.2.1.31.1.1.1.14.8 = INTEGER: disabled(2)
.1.3.6.1.2.1.31.1.1.1.14.9 = INTEGER: disabled(2)
.1.3.6.1.2.1.31.1.1.1.14.10 = INTEGER: disabled(2)
.1.3.6.1.2.1.31.1.1.1.14.11 = INTEGER: disabled(2)
.1.3.6.1.2.1.31.1.1.1.14.12 = INTEGER: disabled(2)
.1.3.6.1.2.1.31.1.1.1.14.13 = INTEGER: disabled(2)
.1.3.6.1.2.1.31.1.1.1.14.14 = INTEGER: disabled(2)
.1.3.6.1.2.1.31.1.1.1.14.15 = INTEGER: disabled(2)
.1.3.6.1.2.1.31.1.1.1.14.16 = INTEGER: disabled(2)
.1.3.6.1.2.1.31.1.1.1.15.1 = Gauge32: 10
.1.3.6.1.2.1.31.1.1.1.15.3 = Gauge32: 0
.1.3.6.1.2.1.31.1.1.1.15.4 = Gauge32: 1000
.1.3.6.1.2.1.31.1.1.1.15.5 = Gauge32: 1000
.1.3.6.1.2.1.31.1.1.1.15.6 = Gauge32: 1000
.1.3.6.1.2.1.31.1.1.1.15.7 = Gauge32: 0
.1.3.6.1.2.1.31.1.1.1.15.8 = Gauge32: 0
.1.3.6.1.2.1.31.1.1.1.15.9 = Gauge32: 1000
.1.3.6.1.2.1.31.1.1.1.15.10 = Gauge32: 1000
.1.3.6.1.2.1.31.1.1.1.15.11 = Gauge32: 1000
.1.3.6.1.2.1.31.1.1.1.15.12 = Gauge32: 0
.1.3.6.1.2.1.31.1.1.1.15.13 = Gauge32: 1000
.1.3.6.1.2.1.31.1.1.1.15.14 = Gauge32: 1000
.1.3.6.1.2.1.31.1.1.1.15.15 = Gauge32: 1000
.1.3.6.1.2.1.31.1.1.1.15.16 = Gauge32: 0
.1.3.6.1.2.1.31.1.1.1.16.1 = INTEGER: false(2)
.1.3.6.1.2.1.31.1.1.1.16.3 = INTEGER: false(2)
.1.3.6.1.2.1.31.1.1.1.16.4 = INTEGER: false(2)
.1.3.6.1.2.1.31.1.1.1.16.5 = INTEGER: false(2)
.1.3.6.1.2.1.31.1.1.1.16.6 = INTEGER: false(2)
.1.3.6.1.2.1.31.1.1.1.16.7 = INTEGER: false(2)
.1.3.6.1.2.1.31.1.1.1.16.8 = INTEGER: false(2)
.1.3.6.1.2.1.31.1.1.1.16.9 = INTEGER: false(2)
.1.3.6.1.2.1.31.1.1.1.16.10 = INTEGER: false(2)
.1.3.6.1.2.1.31.1.1.1.16.11 = INTEGER: false(2)
.1.3.6.1.2.1.31.1.1.1.16.12 = INTEGER: false(2)
.1.3.6.1.2.1.31.1.1.1.16.13 = INTEGER: false(2)
.1.3.6.1.2.1.31.1.1.1.16.14 = INTEGER: false(2)
.1.3.6.1.2.1.31.1.1.1.16.15 = INTEGER: false(2)
.1.3.6.1.2.1.31.1.1.1.16.16 = INTEGER: false(2)
.1.3.6.1.2.1.31.1.1.1.17.1 = INTEGER: false(2)
.1.3.6.1.2.1.31.1.1.1.17.3 = INTEGER: true(1)
.1.3.6.1.2.1.31.1.1.1.17.4 = INTEGER: true(1)
.1.3.6.1.2.1.31.1.1.1.17.5 = INTEGER: true(1)
.1.3.6.1.2.1.31.1.1.1.17.6 = INTEGER: true(1)
.1.3.6.1.2.1.31.1.1.1.17.7 = INTEGER: true(1)
.1.3.6.1.2.1.31.1.1.1.17.8 = INTEGER: true(1)
.1.3.6.1.2.1.31.1.1.1.17.9 = INTEGER: true(1)
.1.3.6.1.2.1.31.1.1.1.17.10 = INTEGER: true(1)
.1.3.6.1.2.1.31.1.1.1.17.11 = INTEGER: true(1)
.1.3.6.1.2.1.31.1.1.1.17.12 = INTEGER: true(1)
.1.3.6.1.2.1.31.1.1.1.17.13 = INTEGER: true(1)
.1.3.6.1.2.1.31.1.1.1.17.14 = INTEGER: true(1)
.1.3.6.1.2.1.31.1.1.1.17.15 = INTEGER: true(1)
.1.3.6.1.2.1.31.1.1.1.17.16 = INTEGER: true(1)
.1.3.6.1.2.1.31.1.1.1.18.1 = STRING:
.1.3.6.1.2.1.31.1.1.1.18.3 = STRING:
.1.3.6.1.2.1.31.1.1.1.18.4 = STRING:
.1.3.6.1.2.1.31.1.1.1.18.5 = STRING:
.1.3.6.1.2.1.31.1.1.1.18.6 = STRING:
.1.3.6.1.2.1.31.1.1.1.18.7 = STRING:
.1.3.6.1.2.1.31.1.1.1.18.8 = STRING:
.1.3.6.1.2.1.31.1.1.1.18.9 = STRING:
.1.3.6.1.2.1.31.1.1.1.18.10 = STRING:
.1.3.6.1.2.1.31.1.1.1.18.11 = STRING:
.1.3.6.1.2.1.31.1.1.1.18.12 = STRING:
.1.3.6.1.2.1.31.1.1.1.18.13 = STRING:
.1.3.6.1.2.1.31.1.1.1.18.14 = STRING:
.1.3.6.1.2.1.31.1.1.1.18.15 = STRING:
.1.3.6.1.2.1.31.1.1.1.18.16 = STRING:
.1.3.6.1.2.1.31.1.1.1.19.1 = Timeticks: (0) 0:00:00.00
.1.3.6.1.2.1.31.1.1.1.19.3 = Timeticks: (0) 0:00:00.00
.1.3.6.1.2.1.31.1.1.1.19.4 = Timeticks: (0) 0:00:00.00
.1.3.6.1.2.1.31.1.1.1.19.5 = Timeticks: (0) 0:00:00.00
.1.3.6.1.2.1.31.1.1.1.19.6 = Timeticks: (0) 0:00:00.00
.1.3.6.1.2.1.31.1.1.1.19.7 = Timeticks: (0) 0:00:00.00
.1.3.6.1.2.1.31.1.1.1.19.8 = Timeticks: (0) 0:00:00.00
.1.3.6.1.2.1.31.1.1.1.19.9 = Timeticks: (0) 0:00:00.00
.1.3.6.1.2.1.31.1.1.1.19.10 = Timeticks: (0) 0:00:00.00
.1.3.6.1.2.1.31.1.1.1.19.11 = Timeticks: (0) 0:00:00.00
.1.3.6.1.2.1.31.1.1.1.19.12 = Timeticks: (0) 0:00:00.00
.1.3.6.1.2.1.31.1.1.1.19.13 = Timeticks: (0) 0:00:00.00
.1.3.6.1.2.1.31.1.1.1.19.14 = Timeticks: (0) 0:00:00.00
.1.3.6.1.2.1.31.1.1.1.19.15 = Timeticks: (0) 0:00:00.00
.1.3.6.1.2.1.31.1.1.1.19.16 = Timeticks: (0) 0:00:00.00

View File

@ -1,5 +0,0 @@
.1.3.6.1.2.1.25.3.3.1.2.196608 = INTEGER: 4
.1.3.6.1.2.1.25.3.3.1.2.196609 = INTEGER: 2
.1.3.6.1.4.1.2021.10.1.3.1 = STRING: 0.09
.1.3.6.1.4.1.2021.10.1.3.2 = STRING: 0.04
.1.3.6.1.4.1.2021.10.1.3.3 = STRING: 0.01

View File

@ -1,16 +0,0 @@
.1.3.6.1.4.1.2021.4.3.0 = INTEGER: 983036 kB
.1.3.6.1.4.1.2021.4.4.0 = INTEGER: 890108 kB
.1.3.6.1.4.1.2021.4.5.0 = INTEGER: 3895776 kB
.1.3.6.1.4.1.2021.4.6.0 = INTEGER: 360640 kB
.1.3.6.1.4.1.2021.4.11.0 = INTEGER: 1250748 kB
.1.3.6.1.4.1.2021.4.13.0 = INTEGER: 809848 kB
.1.3.6.1.4.1.2021.4.14.0 = INTEGER: 97620 kB
.1.3.6.1.4.1.2021.4.15.0 = INTEGER: 1126936 kB
.1.3.6.1.4.1.2021.4.18.0 = Counter64: 983036 kB
.1.3.6.1.4.1.2021.4.19.0 = Counter64: 890108 kB
.1.3.6.1.4.1.2021.4.20.0 = Counter64: 3895776 kB
.1.3.6.1.4.1.2021.4.21.0 = Counter64: 360640 kB
.1.3.6.1.4.1.2021.4.23.0 = Counter64: 16000 kB
.1.3.6.1.4.1.2021.4.24.0 = Counter64: 809848 kB
.1.3.6.1.4.1.2021.4.25.0 = Counter64: 97620 kB
.1.3.6.1.4.1.2021.4.26.0 = Counter64: 1126936 kB

View File

@ -1,134 +0,0 @@
.1.3.6.1.2.1.25.2.3.1.2.1 = OID: .1.3.6.1.2.1.25.2.1.2
.1.3.6.1.2.1.25.2.3.1.2.3 = OID: .1.3.6.1.2.1.25.2.1.3
.1.3.6.1.2.1.25.2.3.1.2.6 = OID: .1.3.6.1.2.1.25.2.1.1
.1.3.6.1.2.1.25.2.3.1.2.7 = OID: .1.3.6.1.2.1.25.2.1.1
.1.3.6.1.2.1.25.2.3.1.2.8 = OID: .1.3.6.1.2.1.25.2.1.1
.1.3.6.1.2.1.25.2.3.1.2.10 = OID: .1.3.6.1.2.1.25.2.1.3
.1.3.6.1.2.1.25.2.3.1.2.31 = OID: .1.3.6.1.2.1.25.2.1.4
.1.3.6.1.2.1.25.2.3.1.2.37 = OID: .1.3.6.1.2.1.25.2.1.4
.1.3.6.1.2.1.25.2.3.1.2.38 = OID: .1.3.6.1.2.1.25.2.1.4
.1.3.6.1.2.1.25.2.3.1.2.42 = OID: .1.3.6.1.2.1.25.2.1.4
.1.3.6.1.2.1.25.2.3.1.2.47 = OID: .1.3.6.1.2.1.25.2.1.4
.1.3.6.1.2.1.25.2.3.1.2.48 = OID: .1.3.6.1.2.1.25.2.1.4
.1.3.6.1.2.1.25.2.3.1.2.49 = OID: .1.3.6.1.2.1.25.2.1.4
.1.3.6.1.2.1.25.2.3.1.2.50 = OID: .1.3.6.1.2.1.25.2.1.4
.1.3.6.1.2.1.25.2.3.1.2.51 = OID: .1.3.6.1.2.1.25.2.1.4
.1.3.6.1.2.1.25.2.3.1.2.57 = OID: .1.3.6.1.2.1.25.2.1.4
.1.3.6.1.2.1.25.2.3.1.2.59 = OID: .1.3.6.1.2.1.25.2.1.4
.1.3.6.1.2.1.25.2.3.1.2.60 = OID: .1.3.6.1.2.1.25.2.1.4
.1.3.6.1.2.1.25.2.3.1.2.61 = OID: .1.3.6.1.2.1.25.2.1.4
.1.3.6.1.2.1.25.2.3.1.3.1 = STRING: Physical memory
.1.3.6.1.2.1.25.2.3.1.3.3 = STRING: Virtual memory
.1.3.6.1.2.1.25.2.3.1.3.6 = STRING: Memory buffers
.1.3.6.1.2.1.25.2.3.1.3.7 = STRING: Cached memory
.1.3.6.1.2.1.25.2.3.1.3.8 = STRING: Shared memory
.1.3.6.1.2.1.25.2.3.1.3.10 = STRING: Swap space
.1.3.6.1.2.1.25.2.3.1.3.31 = STRING: /
.1.3.6.1.2.1.25.2.3.1.3.37 = STRING: /xxxx/diagnostics
.1.3.6.1.2.1.25.2.3.1.3.38 = STRING: /xxxx/config/snmp
.1.3.6.1.2.1.25.2.3.1.3.42 = STRING: /xxxX/dump/user_space_cores
.1.3.6.1.2.1.25.2.3.1.3.47 = STRING: /tmp/run/snmpd
.1.3.6.1.2.1.25.2.3.1.3.48 = STRING: /tmp/run/dmidata
.1.3.6.1.2.1.25.2.3.1.3.49 = STRING: /tmp/run/stonegate
.1.3.6.1.2.1.25.2.3.1.3.50 = STRING: /tmp/run/smonitd
.1.3.6.1.2.1.25.2.3.1.3.51 = STRING: /etc/passwd
.1.3.6.1.2.1.25.2.3.1.3.57 = STRING: /tmp/run/agentx
.1.3.6.1.2.1.25.2.3.1.3.59 = STRING: /tmp/hwmond-socket
.1.3.6.1.2.1.25.2.3.1.3.60 = STRING: /tmp/r2d2-sensor-cmdif
.1.3.6.1.2.1.25.2.3.1.3.61 = STRING: /usr/sbin/snmpd_refresh_config
.1.3.6.1.2.1.25.2.3.1.4.1 = INTEGER: 1024 Bytes
.1.3.6.1.2.1.25.2.3.1.4.3 = INTEGER: 1024 Bytes
.1.3.6.1.2.1.25.2.3.1.4.6 = INTEGER: 1024 Bytes
.1.3.6.1.2.1.25.2.3.1.4.7 = INTEGER: 1024 Bytes
.1.3.6.1.2.1.25.2.3.1.4.8 = INTEGER: 1024 Bytes
.1.3.6.1.2.1.25.2.3.1.4.10 = INTEGER: 1024 Bytes
.1.3.6.1.2.1.25.2.3.1.4.31 = INTEGER: 4096 Bytes
.1.3.6.1.2.1.25.2.3.1.4.37 = INTEGER: 4096 Bytes
.1.3.6.1.2.1.25.2.3.1.4.38 = INTEGER: 4096 Bytes
.1.3.6.1.2.1.25.2.3.1.4.42 = INTEGER: 4096 Bytes
.1.3.6.1.2.1.25.2.3.1.4.47 = INTEGER: 4096 Bytes
.1.3.6.1.2.1.25.2.3.1.4.48 = INTEGER: 4096 Bytes
.1.3.6.1.2.1.25.2.3.1.4.49 = INTEGER: 4096 Bytes
.1.3.6.1.2.1.25.2.3.1.4.50 = INTEGER: 4096 Bytes
.1.3.6.1.2.1.25.2.3.1.4.51 = INTEGER: 4096 Bytes
.1.3.6.1.2.1.25.2.3.1.4.57 = INTEGER: 4096 Bytes
.1.3.6.1.2.1.25.2.3.1.4.59 = INTEGER: 4096 Bytes
.1.3.6.1.2.1.25.2.3.1.4.60 = INTEGER: 4096 Bytes
.1.3.6.1.2.1.25.2.3.1.4.61 = INTEGER: 4096 Bytes
.1.3.6.1.2.1.25.2.3.1.5.1 = INTEGER: 3895776
.1.3.6.1.2.1.25.2.3.1.5.3 = INTEGER: 4878812
.1.3.6.1.2.1.25.2.3.1.5.6 = INTEGER: 3895776
.1.3.6.1.2.1.25.2.3.1.5.7 = INTEGER: 1126824
.1.3.6.1.2.1.25.2.3.1.5.8 = INTEGER: 809848
.1.3.6.1.2.1.25.2.3.1.5.10 = INTEGER: 983036
.1.3.6.1.2.1.25.2.3.1.5.31 = INTEGER: 486972
.1.3.6.1.2.1.25.2.3.1.5.37 = INTEGER: 495020
.1.3.6.1.2.1.25.2.3.1.5.38 = INTEGER: 495020
.1.3.6.1.2.1.25.2.3.1.5.42 = INTEGER: 821746
.1.3.6.1.2.1.25.2.3.1.5.47 = INTEGER: 486972
.1.3.6.1.2.1.25.2.3.1.5.48 = INTEGER: 486972
.1.3.6.1.2.1.25.2.3.1.5.49 = INTEGER: 486972
.1.3.6.1.2.1.25.2.3.1.5.50 = INTEGER: 486972
.1.3.6.1.2.1.25.2.3.1.5.51 = INTEGER: 495020
.1.3.6.1.2.1.25.2.3.1.5.57 = INTEGER: 486972
.1.3.6.1.2.1.25.2.3.1.5.59 = INTEGER: 486972
.1.3.6.1.2.1.25.2.3.1.5.60 = INTEGER: 486972
.1.3.6.1.2.1.25.2.3.1.5.61 = INTEGER: 486972
.1.3.6.1.2.1.25.2.3.1.6.1 = INTEGER: 3535360
.1.3.6.1.2.1.25.2.3.1.6.3 = INTEGER: 3628288
.1.3.6.1.2.1.25.2.3.1.6.6 = INTEGER: 97620
.1.3.6.1.2.1.25.2.3.1.6.7 = INTEGER: 1126824
.1.3.6.1.2.1.25.2.3.1.6.8 = INTEGER: 809848
.1.3.6.1.2.1.25.2.3.1.6.10 = INTEGER: 92928
.1.3.6.1.2.1.25.2.3.1.6.31 = INTEGER: 0
.1.3.6.1.2.1.25.2.3.1.6.37 = INTEGER: 59224
.1.3.6.1.2.1.25.2.3.1.6.38 = INTEGER: 59224
.1.3.6.1.2.1.25.2.3.1.6.42 = INTEGER: 101694
.1.3.6.1.2.1.25.2.3.1.6.47 = INTEGER: 449
.1.3.6.1.2.1.25.2.3.1.6.48 = INTEGER: 449
.1.3.6.1.2.1.25.2.3.1.6.49 = INTEGER: 449
.1.3.6.1.2.1.25.2.3.1.6.50 = INTEGER: 449
.1.3.6.1.2.1.25.2.3.1.6.51 = INTEGER: 59224
.1.3.6.1.2.1.25.2.3.1.6.57 = INTEGER: 449
.1.3.6.1.2.1.25.2.3.1.6.59 = INTEGER: 449
.1.3.6.1.2.1.25.2.3.1.6.60 = INTEGER: 449
.1.3.6.1.2.1.25.2.3.1.6.61 = INTEGER: 449
.1.3.6.1.2.1.25.3.8.1.2.1 = STRING: "/"
.1.3.6.1.2.1.25.3.8.1.2.7 = STRING: "/xxxx/diagnostics"
.1.3.6.1.2.1.25.3.8.1.2.8 = STRING: "/xxxx/config/snmp"
.1.3.6.1.2.1.25.3.8.1.2.12 = STRING: "/xxxX/dump/user_space_cores"
.1.3.6.1.2.1.25.3.8.1.2.17 = STRING: "/tmp/run/snmpd"
.1.3.6.1.2.1.25.3.8.1.2.18 = STRING: "/tmp/run/dmidata"
.1.3.6.1.2.1.25.3.8.1.2.19 = STRING: "/tmp/run/stonegate"
.1.3.6.1.2.1.25.3.8.1.2.20 = STRING: "/tmp/run/smonitd"
.1.3.6.1.2.1.25.3.8.1.2.21 = STRING: "/etc/passwd"
.1.3.6.1.2.1.25.3.8.1.2.27 = STRING: "/tmp/run/agentx"
.1.3.6.1.2.1.25.3.8.1.2.29 = STRING: "/tmp/hwmond-socket"
.1.3.6.1.2.1.25.3.8.1.2.30 = STRING: "/tmp/r2d2-sensor-cmdif"
.1.3.6.1.2.1.25.3.8.1.2.31 = STRING: "/usr/sbin/snmpd_refresh_config"
.1.3.6.1.2.1.25.3.8.1.5.1 = INTEGER: readOnly(2)
.1.3.6.1.2.1.25.3.8.1.5.7 = INTEGER: readWrite(1)
.1.3.6.1.2.1.25.3.8.1.5.8 = INTEGER: readWrite(1)
.1.3.6.1.2.1.25.3.8.1.5.12 = INTEGER: readWrite(1)
.1.3.6.1.2.1.25.3.8.1.5.17 = INTEGER: readWrite(1)
.1.3.6.1.2.1.25.3.8.1.5.18 = INTEGER: readWrite(1)
.1.3.6.1.2.1.25.3.8.1.5.19 = INTEGER: readOnly(2)
.1.3.6.1.2.1.25.3.8.1.5.20 = INTEGER: readWrite(1)
.1.3.6.1.2.1.25.3.8.1.5.21 = INTEGER: readWrite(1)
.1.3.6.1.2.1.25.3.8.1.5.27 = INTEGER: readWrite(1)
.1.3.6.1.2.1.25.3.8.1.5.29 = INTEGER: readWrite(1)
.1.3.6.1.2.1.25.3.8.1.5.30 = INTEGER: readWrite(1)
.1.3.6.1.2.1.25.3.8.1.5.31 = INTEGER: readWrite(1)
.1.3.6.1.2.1.25.3.8.1.7.1 = INTEGER: 31
.1.3.6.1.2.1.25.3.8.1.7.7 = INTEGER: 37
.1.3.6.1.2.1.25.3.8.1.7.8 = INTEGER: 38
.1.3.6.1.2.1.25.3.8.1.7.12 = INTEGER: 42
.1.3.6.1.2.1.25.3.8.1.7.17 = INTEGER: 47
.1.3.6.1.2.1.25.3.8.1.7.18 = INTEGER: 48
.1.3.6.1.2.1.25.3.8.1.7.19 = INTEGER: 49
.1.3.6.1.2.1.25.3.8.1.7.20 = INTEGER: 50
.1.3.6.1.2.1.25.3.8.1.7.21 = INTEGER: 51
.1.3.6.1.2.1.25.3.8.1.7.27 = INTEGER: 57
.1.3.6.1.2.1.25.3.8.1.7.29 = INTEGER: 59
.1.3.6.1.2.1.25.3.8.1.7.30 = INTEGER: 60
.1.3.6.1.2.1.25.3.8.1.7.31 = INTEGER: 61

View File

@ -1,2 +0,0 @@
.1.3.6.1.4.1.2021.4.3.0 = INTEGER: 983036 kB
.1.3.6.1.4.1.2021.4.4.0 = INTEGER: 890108 kB

View File

@ -1,3 +0,0 @@
.1.3.6.1.2.1.1.1.0 = STRING: Anonymized 023
.1.3.6.1.2.1.1.3.0 = Timeticks: (273984) 0:45:39.84
.1.3.6.1.2.1.25.1.1.0 = Timeticks: (8593026) 23:52:10.26

View File

@ -1,31 +0,0 @@
*** Settings ***
Documentation Forcepoint SD-WAN Mode List Interfaces
Resource ${CURDIR}${/}../..${/}..${/}..${/}resources/import.resource
Suite Setup Ctn Generic Suite Setup
Test Timeout 120s
*** Variables ***
${CMD} ${CENTREON_PLUGINS} --plugin=network::forcepoint::sdwan::snmp::plugin
*** Test Cases ***
list-interfaces ${tc}
[Tags] network forcepoint sdwan snmp
${command} Catenate
... ${CMD}
... --mode=list-interfaces
... --hostname=${HOSTNAME}
... --snmp-version=${SNMPVERSION}
... --snmp-port=${SNMPPORT}
... --snmp-community=network/forcepoint/sdwan/snmp/forcepoint-listinterfaces
... ${extra_options}
Ctn Run Command And Check Result As Strings ${command} ${expected_result}
Examples: tc extra_options expected_result --
... 1 --add-extra-oid='' List interfaces: 'lo' [speed = 10][status = up][id = 1][type = softwareLoopback] 'stu6' [speed = 1000][status = up][id = 10][type = ethernetCsmacd] 'vwx7' [speed = 1000][status = up][id = 11][type = ethernetCsmacd] 'Anonymized 073' [speed = ][status = up][id = 12][type = other] 'Anonymized 071' [speed = 1000][status = up][id = 13][type = ethernetCsmacd] 'Anonymized 073' [speed = 1000][status = up][id = 14][type = ethernetCsmacd] 'Anonymized 232' [speed = 1000][status = up][id = 15][type = ethernetCsmacd] 'Anonymized 191' [speed = ][status = up][id = 16][type = ethernetCsmacd] 'Anonymized 184' [speed = ][status = down][id = 3][type = tunnel] 'abc0' [speed = 1000][status = up][id = 4][type = ethernetCsmacd] 'def1' [speed = 1000][status = up][id = 5][type = ethernetCsmacd] 'ghi2' [speed = 1000][status = up][id = 6][type = ethernetCsmacd] 'jkl3' [speed = ][status = down][id = 7][type = ethernetCsmacd] 'mno4' [speed = ][status = down][id = 8][type = ethernetCsmacd] 'prq5' [speed = 1000][status = up][id = 9][type = ethernetCsmacd]
... 2 --add-mac-address List interfaces: 'lo' [speed = 10][status = up][id = 1][macaddress = ][type = softwareLoopback] 'stu6' [speed = 1000][status = up][id = 10][macaddress = 41:6e:6f:6e:79:6d:69:7a:65:64:20:30:38:34][type = ethernetCsmacd] 'vwx7' [speed = 1000][status = up][id = 11][macaddress = 41:6e:6f:6e:79:6d:69:7a:65:64:20:31:38:34][type = ethernetCsmacd] 'Anonymized 073' [speed = ][status = up][id = 12][macaddress = ][type = other] 'Anonymized 071' [speed = 1000][status = up][id = 13][macaddress = 41:6e:6f:6e:79:6d:69:7a:65:64:20:31:31:39][type = ethernetCsmacd] 'Anonymized 073' [speed = 1000][status = up][id = 14][macaddress = 41:6e:6f:6e:79:6d:69:7a:65:64:20:30:31:30][type = ethernetCsmacd] 'Anonymized 232' [speed = 1000][status = up][id = 15][macaddress = 41:6e:6f:6e:79:6d:69:7a:65:64:20:31:37:32][type = ethernetCsmacd] 'Anonymized 191' [speed = ][status = up][id = 16][macaddress = 41:6e:6f:6e:79:6d:69:7a:65:64:20:30:36:38][type = ethernetCsmacd] 'Anonymized 184' [speed = ][status = down][id = 3][macaddress = ][type = tunnel] 'abc0' [speed = 1000][status = up][id = 4][macaddress = 41:6e:6f:6e:79:6d:69:7a:65:64:20:30:30:33][type = ethernetCsmacd] 'def1' [speed = 1000][status = up][id = 5][macaddress = 41:6e:6f:6e:79:6d:69:7a:65:64:20:31:33:32][type = ethernetCsmacd] 'ghi2' [speed = 1000][status = up][id = 6][macaddress = 41:6e:6f:6e:79:6d:69:7a:65:64:20:30:32:36][type = ethernetCsmacd] 'jkl3' [speed = ][status = down][id = 7][macaddress = 41:6e:6f:6e:79:6d:69:7a:65:64:20:31:36:37][type = ethernetCsmacd] 'mno4' [speed = ][status = down][id = 8][macaddress = 41:6e:6f:6e:79:6d:69:7a:65:64:20:31:39:38][type = ethernetCsmacd] 'prq5' [speed = 1000][status = up][id = 9][macaddress = 41:6e:6f:6e:79:6d:69:7a:65:64:20:30:38:35][type = ethernetCsmacd]
... 3 --display-transform-src='Anonymized' --display-transform-dst='Knowned' List interfaces: 'lo' [speed = 10][status = up][id = 1][type = softwareLoopback] 'stu6' [speed = 1000][status = up][id = 10][type = ethernetCsmacd] 'vwx7' [speed = 1000][status = up][id = 11][type = ethernetCsmacd] 'Knowned 073' [speed = ][status = up][id = 12][type = other] 'Knowned 071' [speed = 1000][status = up][id = 13][type = ethernetCsmacd] 'Knowned 073' [speed = 1000][status = up][id = 14][type = ethernetCsmacd] 'Knowned 232' [speed = 1000][status = up][id = 15][type = ethernetCsmacd] 'Knowned 191' [speed = ][status = up][id = 16][type = ethernetCsmacd] 'Knowned 184' [speed = ][status = down][id = 3][type = tunnel] 'abc0' [speed = 1000][status = up][id = 4][type = ethernetCsmacd] 'def1' [speed = 1000][status = up][id = 5][type = ethernetCsmacd] 'ghi2' [speed = 1000][status = up][id = 6][type = ethernetCsmacd] 'jkl3' [speed = ][status = down][id = 7][type = ethernetCsmacd] 'mno4' [speed = ][status = down][id = 8][type = ethernetCsmacd] 'prq5' [speed = 1000][status = up][id = 9][type = ethernetCsmacd]

View File

@ -1,36 +0,0 @@
*** Settings ***
Documentation Forcepoint SD-WAN Mode Load
Resource ${CURDIR}${/}../..${/}..${/}..${/}resources/import.resource
Test Timeout 120s
Test Setup Ctn Generic Suite Setup
*** Variables ***
${CMD} ${CENTREON_PLUGINS} --plugin=network::forcepoint::sdwan::snmp::plugin
*** Test Cases ***
load ${tc}
[Tags] network forcepoint sdwan snmp
${command} Catenate
... ${CMD}
... --mode=load
... --hostname=${HOSTNAME}
... --snmp-version=${SNMPVERSION}
... --snmp-port=${SNMPPORT}
... --snmp-community=network/forcepoint/sdwan/snmp/forcepoint-load
... --critical=${critical}
... --warning=${warning}
... --average
... ${extra_options}
Ctn Run Command And Check Result As Strings ${command} ${expected_result}
Examples: tc critical warning extra_options expected_result --
... 1 '6,5,4' '4,3,2' ${EMPTY} OK: Load average: 0.04 [0.09/2 CPUs], 0.02 [0.04/2 CPUs], 0.01 [0.01/2 CPUs] | 'avg_load1'=0.04;0:4;0:6;0; 'avg_load5'=0.02;0:3;0:5;0; 'avg_load15'=0.01;0:2;0:4;0; 'load1'=0.09;0:8;0:12;0; 'load5'=0.04;0:6;0:10;0; 'load15'=0.01;0:4;0:8;0;
... 2 '0,0,0' '4,3,2' ${EMPTY} CRITICAL: Load average: 0.04 [0.09/2 CPUs], 0.02 [0.04/2 CPUs], 0.01 [0.01/2 CPUs] | 'avg_load1'=0.04;0:4;0:0;0; 'avg_load5'=0.02;0:3;0:0;0; 'avg_load15'=0.01;0:2;0:0;0; 'load1'=0.09;0:8;0:0;0; 'load5'=0.04;0:6;0:0;0; 'load15'=0.01;0:4;0:0;0;
... 3 '600,500,100' '0,0,0' ${EMPTY} WARNING: Load average: 0.04 [0.09/2 CPUs], 0.02 [0.04/2 CPUs], 0.01 [0.01/2 CPUs] | 'avg_load1'=0.04;0:0;0:600;0; 'avg_load5'=0.02;0:0;0:500;0; 'avg_load15'=0.01;0:0;0:100;0; 'load1'=0.09;0:0;0:1200;0; 'load5'=0.04;0:0;0:1000;0; 'load15'=0.01;0:0;0:200;0;
... 4 '6,5,4' '4,3,2' --change-output-adv='%(short_output) =~ /OK:/ and %(exit_code) == 0,Forced from OK to WARNING,WARNING' Forced from OK to WARNING| 'avg_load1'=0.04;0:4;0:6;0; 'avg_load5'=0.02;0:3;0:5;0; 'avg_load15'=0.01;0:2;0:4;0; 'load1'=0.09;0:8;0:12;0; 'load5'=0.04;0:6;0:10;0; 'load15'=0.01;0:4;0:8;0;
... 5 '0,0,0' '4,3,2' --change-output-adv='%(short_output) =~ /CRITICAL:/ and %(exit_code) == 2,Forced from CRITICAL to OK,OK' Forced from CRITICAL to OK| 'avg_load1'=0.04;0:4;0:0;0; 'avg_load5'=0.02;0:3;0:0;0; 'avg_load15'=0.01;0:2;0:0;0; 'load1'=0.09;0:8;0:0;0; 'load5'=0.04;0:6;0:0;0; 'load15'=0.01;0:4;0:0;0;
... 6 '600,500,100' '0,0,0' --change-output-adv='%(short_output) =~ /WARNING:/ and %(exit_code) == 1,Forced from WARNING to CRITICAL,CRITICAL' Forced from WARNING to CRITICAL| 'avg_load1'=0.04;0:0;0:600;0; 'avg_load5'=0.02;0:0;0:500;0; 'avg_load15'=0.01;0:0;0:100;0; 'load1'=0.09;0:0;0:1200;0; 'load5'=0.04;0:0;0:1000;0; 'load15'=0.01;0:0;0:200;0;

View File

@ -1,71 +0,0 @@
*** Settings ***
Documentation Forcepoint SD-WAN Mode Memory
Resource ${CURDIR}${/}../..${/}..${/}..${/}resources/import.resource
Suite Setup Ctn Generic Suite Setup
Test Timeout 120s
*** Variables ***
${CMD} ${CENTREON_PLUGINS} --plugin=network::forcepoint::sdwan::snmp::plugin
*** Test Cases ***
memory ${tc}
[Tags] network forcepoint sdwan snmp
${command} Catenate
... ${CMD}
... --mode=memory
... --hostname=${HOSTNAME}
... --snmp-version=${SNMPVERSION}
... --snmp-port=${SNMPPORT}
... --snmp-community=network/forcepoint/sdwan/snmp/forcepoint-memory
... --snmp-version=${snmpver}
... ${extra_options}
Ctn Run Command And Check Result As Strings ${command} ${expected_result}
Examples: tc snmpver extra_options expected_result --
... 1 1 --verbose OK: Ram Total: 3.72 GB Used (-buffers/cache): 2.20 GB (59.31%) Free: 1.51 GB (40.69%), Buffer: 95.33 MB, Cached: 1.07 GB, Shared: 790.87 MB | 'used'=2366033920B;;;0;3989274624 'free'=1623240704B;;;0;3989274624 'used_prct'=59.31%;;;0;100 'buffer'=99962880B;;;0; 'cached'=1153982464B;;;0; 'shared'=829284352B;;;0;
... 2 1 --warning-usage='1' WARNING: Ram Total: 3.72 GB Used (-buffers/cache): 2.20 GB (59.31%) Free: 1.51 GB (40.69%) | 'used'=2366033920B;;;0;3989274624 'free'=1623240704B;;;0;3989274624 'used_prct'=59.31%;0:1;;0;100 'buffer'=99962880B;;;0; 'cached'=1153982464B;;;0; 'shared'=829284352B;;;0;
... 3 1 --warning-usage-free='1' WARNING: Ram Total: 3.72 GB Used (-buffers/cache): 2.20 GB (59.31%) Free: 1.51 GB (40.69%) | 'used'=2366033920B;;;0;3989274624 'free'=1623240704B;0:1;;0;3989274624 'used_prct'=59.31%;;;0;100 'buffer'=99962880B;;;0; 'cached'=1153982464B;;;0; 'shared'=829284352B;;;0;
... 4 1 --warning-usage-prct='1' WARNING: Ram Total: 3.72 GB Used (-buffers/cache): 2.20 GB (59.31%) Free: 1.51 GB (40.69%) | 'used'=2366033920B;;;0;3989274624 'free'=1623240704B;;;0;3989274624 'used_prct'=59.31%;0:1;;0;100 'buffer'=99962880B;;;0; 'cached'=1153982464B;;;0; 'shared'=829284352B;;;0;
... 5 1 --warning-swap='1' OK: Ram Total: 3.72 GB Used (-buffers/cache): 2.20 GB (59.31%) Free: 1.51 GB (40.69%), Buffer: 95.33 MB, Cached: 1.07 GB, Shared: 790.87 MB | 'used'=2366033920B;;;0;3989274624 'free'=1623240704B;;;0;3989274624 'used_prct'=59.31%;;;0;100 'buffer'=99962880B;;;0; 'cached'=1153982464B;;;0; 'shared'=829284352B;;;0;
... 6 1 --warning-swap-free='1' OK: Ram Total: 3.72 GB Used (-buffers/cache): 2.20 GB (59.31%) Free: 1.51 GB (40.69%), Buffer: 95.33 MB, Cached: 1.07 GB, Shared: 790.87 MB | 'used'=2366033920B;;;0;3989274624 'free'=1623240704B;;;0;3989274624 'used_prct'=59.31%;;;0;100 'buffer'=99962880B;;;0; 'cached'=1153982464B;;;0; 'shared'=829284352B;;;0;
... 7 1 --warning-swap-prct='0' OK: Ram Total: 3.72 GB Used (-buffers/cache): 2.20 GB (59.31%) Free: 1.51 GB (40.69%), Buffer: 95.33 MB, Cached: 1.07 GB, Shared: 790.87 MB | 'used'=2366033920B;;;0;3989274624 'free'=1623240704B;;;0;3989274624 'used_prct'=59.31%;;;0;100 'buffer'=99962880B;;;0; 'cached'=1153982464B;;;0; 'shared'=829284352B;;;0;
... 8 1 --warning-buffer='40' WARNING: Buffer: 95.33 MB | 'used'=2366033920B;;;0;3989274624 'free'=1623240704B;;;0;3989274624 'used_prct'=59.31%;;;0;100 'buffer'=99962880B;0:40;;0; 'cached'=1153982464B;;;0; 'shared'=829284352B;;;0;
... 9 1 --warning-cached='1' WARNING: Cached: 1.07 GB | 'used'=2366033920B;;;0;3989274624 'free'=1623240704B;;;0;3989274624 'used_prct'=59.31%;;;0;100 'buffer'=99962880B;;;0; 'cached'=1153982464B;0:1;;0; 'shared'=829284352B;;;0;
... 10 1 --warning-shared='1' WARNING: Shared: 790.87 MB | 'used'=2366033920B;;;0;3989274624 'free'=1623240704B;;;0;3989274624 'used_prct'=59.31%;;;0;100 'buffer'=99962880B;;;0; 'cached'=1153982464B;;;0; 'shared'=829284352B;0:1;;0;
... 11 1 --patch-redhat='1' OK: Ram Total: 3.72 GB Used (-buffers/cache): 3.37 GB (90.74%) Free: 352.19 MB (9.26%), Buffer: 95.33 MB, Cached: 1.07 GB, Shared: 790.87 MB | 'used'=3619979264B;;;0;3989274624 'free'=369295360B;;;0;3989274624 'used_prct'=90.74%;;;0;100 'buffer'=99962880B;;;0; 'cached'=1153982464B;;;0; 'shared'=829284352B;;;0;
... 12 1 --critical-usage='1' CRITICAL: Ram Total: 3.72 GB Used (-buffers/cache): 2.20 GB (59.31%) Free: 1.51 GB (40.69%) | 'used'=2366033920B;;;0;3989274624 'free'=1623240704B;;;0;3989274624 'used_prct'=59.31%;;0:1;0;100 'buffer'=99962880B;;;0; 'cached'=1153982464B;;;0; 'shared'=829284352B;;;0;
... 13 1 --critical-usage-free='1' CRITICAL: Ram Total: 3.72 GB Used (-buffers/cache): 2.20 GB (59.31%) Free: 1.51 GB (40.69%) | 'used'=2366033920B;;;0;3989274624 'free'=1623240704B;;0:1;0;3989274624 'used_prct'=59.31%;;;0;100 'buffer'=99962880B;;;0; 'cached'=1153982464B;;;0; 'shared'=829284352B;;;0;
... 14 1 --critical-usage-prct='1' CRITICAL: Ram Total: 3.72 GB Used (-buffers/cache): 2.20 GB (59.31%) Free: 1.51 GB (40.69%) | 'used'=2366033920B;;;0;3989274624 'free'=1623240704B;;;0;3989274624 'used_prct'=59.31%;;0:1;0;100 'buffer'=99962880B;;;0; 'cached'=1153982464B;;;0; 'shared'=829284352B;;;0;
... 15 1 --critical-swap='1' OK: Ram Total: 3.72 GB Used (-buffers/cache): 2.20 GB (59.31%) Free: 1.51 GB (40.69%), Buffer: 95.33 MB, Cached: 1.07 GB, Shared: 790.87 MB | 'used'=2366033920B;;;0;3989274624 'free'=1623240704B;;;0;3989274624 'used_prct'=59.31%;;;0;100 'buffer'=99962880B;;;0; 'cached'=1153982464B;;;0; 'shared'=829284352B;;;0;
... 16 1 --critical-swap-free='1' OK: Ram Total: 3.72 GB Used (-buffers/cache): 2.20 GB (59.31%) Free: 1.51 GB (40.69%), Buffer: 95.33 MB, Cached: 1.07 GB, Shared: 790.87 MB | 'used'=2366033920B;;;0;3989274624 'free'=1623240704B;;;0;3989274624 'used_prct'=59.31%;;;0;100 'buffer'=99962880B;;;0; 'cached'=1153982464B;;;0; 'shared'=829284352B;;;0;
... 17 1 --critical-swap-prct='1' OK: Ram Total: 3.72 GB Used (-buffers/cache): 2.20 GB (59.31%) Free: 1.51 GB (40.69%), Buffer: 95.33 MB, Cached: 1.07 GB, Shared: 790.87 MB | 'used'=2366033920B;;;0;3989274624 'free'=1623240704B;;;0;3989274624 'used_prct'=59.31%;;;0;100 'buffer'=99962880B;;;0; 'cached'=1153982464B;;;0; 'shared'=829284352B;;;0;
... 18 1 --critical-buffer='1' CRITICAL: Buffer: 95.33 MB | 'used'=2366033920B;;;0;3989274624 'free'=1623240704B;;;0;3989274624 'used_prct'=59.31%;;;0;100 'buffer'=99962880B;;0:1;0; 'cached'=1153982464B;;;0; 'shared'=829284352B;;;0;
... 19 1 --critical-cached='1' CRITICAL: Cached: 1.07 GB | 'used'=2366033920B;;;0;3989274624 'free'=1623240704B;;;0;3989274624 'used_prct'=59.31%;;;0;100 'buffer'=99962880B;;;0; 'cached'=1153982464B;;0:1;0; 'shared'=829284352B;;;0;
... 20 1 --critical-shared='1' CRITICAL: Shared: 790.87 MB | 'used'=2366033920B;;;0;3989274624 'free'=1623240704B;;;0;3989274624 'used_prct'=59.31%;;;0;100 'buffer'=99962880B;;;0; 'cached'=1153982464B;;;0; 'shared'=829284352B;;0:1;0;
... 21 1 --patch-redhat='1' OK: Ram Total: 3.72 GB Used (-buffers/cache): 3.37 GB (90.74%) Free: 352.19 MB (9.26%), Buffer: 95.33 MB, Cached: 1.07 GB, Shared: 790.87 MB | 'used'=3619979264B;;;0;3989274624 'free'=369295360B;;;0;3989274624 'used_prct'=90.74%;;;0;100 'buffer'=99962880B;;;0; 'cached'=1153982464B;;;0; 'shared'=829284352B;;;0;
... 22 2c --warning-usage='1' WARNING: Ram Total: 3.72 GB Used (-buffers/cache): 2.20 GB (59.31%) Free: 1.51 GB (40.69%) | 'used'=2366033920B;;;0;3989274624 'free'=1623240704B;;;0;3989274624 'used_prct'=59.31%;0:1;;0;100 'buffer'=99962880B;;;0; 'cached'=1153982464B;;;0; 'shared'=829284352B;;;0;
... 23 2c --warning-usage-free='1' WARNING: Ram Total: 3.72 GB Used (-buffers/cache): 2.20 GB (59.31%) Free: 1.51 GB (40.69%) | 'used'=2366033920B;;;0;3989274624 'free'=1623240704B;0:1;;0;3989274624 'used_prct'=59.31%;;;0;100 'buffer'=99962880B;;;0; 'cached'=1153982464B;;;0; 'shared'=829284352B;;;0;
... 24 2c --warning-usage-prct='1' WARNING: Ram Total: 3.72 GB Used (-buffers/cache): 2.20 GB (59.31%) Free: 1.51 GB (40.69%) | 'used'=2366033920B;;;0;3989274624 'free'=1623240704B;;;0;3989274624 'used_prct'=59.31%;0:1;;0;100 'buffer'=99962880B;;;0; 'cached'=1153982464B;;;0; 'shared'=829284352B;;;0;
... 25 2c --warning-swap='1' OK: Ram Total: 3.72 GB Used (-buffers/cache): 2.20 GB (59.31%) Free: 1.51 GB (40.69%), Buffer: 95.33 MB, Cached: 1.07 GB, Shared: 790.87 MB | 'used'=2366033920B;;;0;3989274624 'free'=1623240704B;;;0;3989274624 'used_prct'=59.31%;;;0;100 'buffer'=99962880B;;;0; 'cached'=1153982464B;;;0; 'shared'=829284352B;;;0;
... 26 2c --warning-swap-free='1' OK: Ram Total: 3.72 GB Used (-buffers/cache): 2.20 GB (59.31%) Free: 1.51 GB (40.69%), Buffer: 95.33 MB, Cached: 1.07 GB, Shared: 790.87 MB | 'used'=2366033920B;;;0;3989274624 'free'=1623240704B;;;0;3989274624 'used_prct'=59.31%;;;0;100 'buffer'=99962880B;;;0; 'cached'=1153982464B;;;0; 'shared'=829284352B;;;0;
... 27 2c --warning-swap-prct='0' OK: Ram Total: 3.72 GB Used (-buffers/cache): 2.20 GB (59.31%) Free: 1.51 GB (40.69%), Buffer: 95.33 MB, Cached: 1.07 GB, Shared: 790.87 MB | 'used'=2366033920B;;;0;3989274624 'free'=1623240704B;;;0;3989274624 'used_prct'=59.31%;;;0;100 'buffer'=99962880B;;;0; 'cached'=1153982464B;;;0; 'shared'=829284352B;;;0;
... 28 2c --warning-buffer='40' WARNING: Buffer: 95.33 MB | 'used'=2366033920B;;;0;3989274624 'free'=1623240704B;;;0;3989274624 'used_prct'=59.31%;;;0;100 'buffer'=99962880B;0:40;;0; 'cached'=1153982464B;;;0; 'shared'=829284352B;;;0;
... 29 2c --warning-cached='1' WARNING: Cached: 1.07 GB | 'used'=2366033920B;;;0;3989274624 'free'=1623240704B;;;0;3989274624 'used_prct'=59.31%;;;0;100 'buffer'=99962880B;;;0; 'cached'=1153982464B;0:1;;0; 'shared'=829284352B;;;0;
... 30 2c --warning-shared='1' WARNING: Shared: 790.87 MB | 'used'=2366033920B;;;0;3989274624 'free'=1623240704B;;;0;3989274624 'used_prct'=59.31%;;;0;100 'buffer'=99962880B;;;0; 'cached'=1153982464B;;;0; 'shared'=829284352B;0:1;;0;
... 31 2c --patch-redhat='1' OK: Ram Total: 3.72 GB Used (-buffers/cache): 3.37 GB (90.74%) Free: 352.19 MB (9.26%), Buffer: 95.33 MB, Cached: 1.07 GB, Shared: 790.87 MB | 'used'=3619979264B;;;0;3989274624 'free'=369295360B;;;0;3989274624 'used_prct'=90.74%;;;0;100 'buffer'=99962880B;;;0; 'cached'=1153982464B;;;0; 'shared'=829284352B;;;0;
... 32 2c --critical-usage='1' CRITICAL: Ram Total: 3.72 GB Used (-buffers/cache): 2.20 GB (59.31%) Free: 1.51 GB (40.69%) | 'used'=2366033920B;;;0;3989274624 'free'=1623240704B;;;0;3989274624 'used_prct'=59.31%;;0:1;0;100 'buffer'=99962880B;;;0; 'cached'=1153982464B;;;0; 'shared'=829284352B;;;0;
... 33 2c --critical-usage-free='1' CRITICAL: Ram Total: 3.72 GB Used (-buffers/cache): 2.20 GB (59.31%) Free: 1.51 GB (40.69%) | 'used'=2366033920B;;;0;3989274624 'free'=1623240704B;;0:1;0;3989274624 'used_prct'=59.31%;;;0;100 'buffer'=99962880B;;;0; 'cached'=1153982464B;;;0; 'shared'=829284352B;;;0;
... 34 2c --critical-usage-prct='1' CRITICAL: Ram Total: 3.72 GB Used (-buffers/cache): 2.20 GB (59.31%) Free: 1.51 GB (40.69%) | 'used'=2366033920B;;;0;3989274624 'free'=1623240704B;;;0;3989274624 'used_prct'=59.31%;;0:1;0;100 'buffer'=99962880B;;;0; 'cached'=1153982464B;;;0; 'shared'=829284352B;;;0;
... 35 2c --critical-swap='1' OK: Ram Total: 3.72 GB Used (-buffers/cache): 2.20 GB (59.31%) Free: 1.51 GB (40.69%), Buffer: 95.33 MB, Cached: 1.07 GB, Shared: 790.87 MB | 'used'=2366033920B;;;0;3989274624 'free'=1623240704B;;;0;3989274624 'used_prct'=59.31%;;;0;100 'buffer'=99962880B;;;0; 'cached'=1153982464B;;;0; 'shared'=829284352B;;;0;
... 36 2c --critical-swap-free='1' OK: Ram Total: 3.72 GB Used (-buffers/cache): 2.20 GB (59.31%) Free: 1.51 GB (40.69%), Buffer: 95.33 MB, Cached: 1.07 GB, Shared: 790.87 MB | 'used'=2366033920B;;;0;3989274624 'free'=1623240704B;;;0;3989274624 'used_prct'=59.31%;;;0;100 'buffer'=99962880B;;;0; 'cached'=1153982464B;;;0; 'shared'=829284352B;;;0;
... 37 2c --critical-swap-prct='1' OK: Ram Total: 3.72 GB Used (-buffers/cache): 2.20 GB (59.31%) Free: 1.51 GB (40.69%), Buffer: 95.33 MB, Cached: 1.07 GB, Shared: 790.87 MB | 'used'=2366033920B;;;0;3989274624 'free'=1623240704B;;;0;3989274624 'used_prct'=59.31%;;;0;100 'buffer'=99962880B;;;0; 'cached'=1153982464B;;;0; 'shared'=829284352B;;;0;
... 38 2c --critical-buffer='1' CRITICAL: Buffer: 95.33 MB | 'used'=2366033920B;;;0;3989274624 'free'=1623240704B;;;0;3989274624 'used_prct'=59.31%;;;0;100 'buffer'=99962880B;;0:1;0; 'cached'=1153982464B;;;0; 'shared'=829284352B;;;0;
... 39 2c --critical-cached='1' CRITICAL: Cached: 1.07 GB | 'used'=2366033920B;;;0;3989274624 'free'=1623240704B;;;0;3989274624 'used_prct'=59.31%;;;0;100 'buffer'=99962880B;;;0; 'cached'=1153982464B;;0:1;0; 'shared'=829284352B;;;0;
... 40 2c --critical-shared='1' CRITICAL: Shared: 790.87 MB | 'used'=2366033920B;;;0;3989274624 'free'=1623240704B;;;0;3989274624 'used_prct'=59.31%;;;0;100 'buffer'=99962880B;;;0; 'cached'=1153982464B;;;0; 'shared'=829284352B;;0:1;0;
... 41 2c --patch-redhat='1' OK: Ram Total: 3.72 GB Used (-buffers/cache): 3.37 GB (90.74%) Free: 352.19 MB (9.26%), Buffer: 95.33 MB, Cached: 1.07 GB, Shared: 790.87 MB | 'used'=3619979264B;;;0;3989274624 'free'=369295360B;;;0;3989274624 'used_prct'=90.74%;;;0;100 'buffer'=99962880B;;;0; 'cached'=1153982464B;;;0; 'shared'=829284352B;;;0;

View File

@ -1,60 +0,0 @@
*** Settings ***
Documentation Forcepoint SD-WAN Mode Network Interfaces
Resource ${CURDIR}${/}../..${/}..${/}..${/}resources/import.resource
Suite Setup Ctn Generic Suite Setup
Test Timeout 120s
*** Variables ***
${CMD} ${CENTREON_PLUGINS}
... --plugin=network::forcepoint::sdwan::snmp::plugin
... --mode=interfaces
... --hostname=${HOSTNAME}
... --snmp-port=${SNMPPORT}
... --snmp-community=network/forcepoint/sdwan/snmp/forcepoint-interfaces
${COND} ${PERCENT}\{sub\} =~ /exited/ && ${PERCENT}{display} =~ /network/'
*** Test Cases ***
Interfaces by id ${tc}
[Tags] network forcepoint sdwan snmp
${command} Catenate
... ${CMD}
... --interface='${filter}'
... ${extra_options}
Ctn Run Command And Check Result As Strings ${command} ${expected_result}
Examples: tc filter extra_options expected_result --
... 1 1 ${EMPTY} OK: Interface 'lo' Status : up (admin: up)
... 2 1,3 ${EMPTY} OK: All interfaces are ok
... 3 1,3 --add-traffic OK: All interfaces are ok
... 4 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_Anonymized 184'=0.00b/s;;;0; 'traffic_out_Anonymized 184'=0.00b/s;;;0;
... 5 2,3,4 ${EMPTY} OK: All interfaces are ok
... 6 2,3,4 --add-traffic OK: All interfaces are ok
... 7 2,3,4 --add-traffic OK: All interfaces are ok | 'traffic_in_Anonymized 184'=0.00b/s;;;0; 'traffic_out_Anonymized 184'=0.00b/s;;;0; 'traffic_in_abc0'=0.00b/s;;;0;1000000000 'traffic_out_abc0'=0.00b/s;;;0;1000000000
# theese test are linked together. The test 3 create the cache file in /dev/shm/, and the test 4 use this cache file
# to calculate traffic throughput by second.
Interfaces by id regexp ${tc}
[Tags] network forcepoint sdwan snmp
${command} Catenate
... ${CMD}
... --interface='${filter}'
... --regex-id
... ${extra_options}
Ctn Run Command And Check Result As Strings ${command} ${expected_result}
Examples: tc filter extra_options expected_result --
... 1 ^1$ ${EMPTY} OK: Interface 'lo' Status : up (admin: up)
... 2 9 ${EMPTY} OK: Interface 'prq5' Status : up (admin: up)
... 3 10|13 ${EMPTY} OK: All interfaces are ok
... 4 10|13 --add-traffic OK: All interfaces are ok
... 5 10|13 --add-traffic OK: All interfaces are ok | 'traffic_in_stu6'=0.00b/s;;;0;1000000000 'traffic_out_stu6'=0.00b/s;;;0;1000000000 'traffic_in_Anonymized 071'=0.00b/s;;;0;1000000000 'traffic_out_Anonymized 071'=0.00b/s;;;0;1000000000
... 6 [234] ${EMPTY} OK: All interfaces are ok
... 7 [234] --add-traffic OK: All interfaces are ok
... 8 [234] --add-traffic OK: All interfaces are ok | 'traffic_in_Anonymized 073'=0.00b/s;;;0; 'traffic_out_Anonymized 073'=0.00b/s;;;0; 'traffic_in_Anonymized 071'=0.00b/s;;;0;1000000000 'traffic_out_Anonymized 071'=0.00b/s;;;0;1000000000 'traffic_in_Anonymized 073'=0.00b/s;;;0;1000000000 'traffic_out_Anonymized 073'=0.00b/s;;;0;1000000000 'traffic_in_Anonymized 184'=0.00b/s;;;0; 'traffic_out_Anonymized 184'=0.00b/s;;;0; 'traffic_in_abc0'=0.00b/s;;;0;1000000000 'traffic_out_abc0'=0.00b/s;;;0;1000000000

View File

@ -18,8 +18,8 @@ Connections ${tc}
... --mode=rejected-packets
... --hostname=${HOSTNAME}
... --snmp-version=${SNMPVERSION}
... --snmp-port=${SNMPPORT}
... --snmp-community=network/forcepoint/sdwan/snmp/forcepoint-rejectedpackets
... --snmp-port={SNMPPORT}
... --snmp-community=network/forcepoint/sdwan/snmp/forcepoint
... ${extra_options}
Ctn Run Command And Check Result As Strings ${command} ${expected_result}

View File

@ -0,0 +1,35 @@
*** Settings ***
Documentation Forcepoint SD-WAN Standard SNMP Mode
Resource ${CURDIR}${/}../..${/}..${/}..${/}resources/import.resource
Suite Setup Ctn Generic Suite Setup
Test Timeout 120s
*** Variables ***
${CMD} ${CENTREON_PLUGINS} --plugin=network::forcepoint::sdwan::snmp::plugin
*** Test Cases ***
Standard ${tc}
[Tags] network forcepoint sdwan snmp
${command} Catenate
... ${CMD}
... --mode=${mode}
... --help
# Only check that plugin knowns those modes because they are already tested with os::linux::snmp::plugin
Ctn Run Command And Check Result As Regexp ${command} ${expected_result}
Examples: tc mode expected_result --
... 1 cpu ^Plugin Description:
... 2 cpu-detailed ^Plugin Description:
... 3 interfaces ^Plugin Description:
... 4 list-interfaces ^Plugin Description:
... 5 load ^Plugin Description:
... 6 memory ^Plugin Description:
... 7 storage ^Plugin Description:
... 8 swap ^Plugin Description:
... 9 uptime ^Plugin Description:

View File

@ -1,33 +0,0 @@
*** Settings ***
Documentation Forcepoint SD-WAN Mode Storage
Resource ${CURDIR}${/}../..${/}..${/}..${/}resources/import.resource
Suite Setup Ctn Generic Suite Setup
Test Timeout 120s
*** Variables ***
${CMD} ${CENTREON_PLUGINS} --plugin=network::forcepoint::sdwan::snmp::plugin
*** Test Cases ***
storage ${tc}
[Tags] network forcepoint sdwan snmp
${command} Catenate
... ${CMD}
... --mode=storage
... --hostname=${HOSTNAME}
... --snmp-version=${SNMPVERSION}
... --snmp-port=${SNMPPORT}
... --snmp-community=network/forcepoint/sdwan/snmp/forcepoint-storage
... ${extra_options}
Ctn Run Command And Check Result As Strings ${command} ${expected_result}
Examples: tc extra_options expected_result --
... 1 --filter-duplicate='' OK: All storages are ok | 'count'=4;;;0; 'used_/'=0B;;;0;1994637312 'used_/xxxx/diagnostics'=242581504B;;;0;2027601920 'used_/xxxX/dump/user_space_cores'=416538624B;;;0;3365871616 'used_/tmp/run/snmpd'=1839104B;;;0;1994637312
... 2 --filter-storage-type='' OK: All storages are ok | 'count'=19;;;0; 'used_Physical memory'=3620208640B;;;0;3989274624 'used_Swap space'=95158272B;;;0;1006628864 'used_Virtual memory'=3715366912B;;;0;4995903488 'used_/'=0B;;;0;1994637312 'used_/xxxx/diagnostics'=242581504B;;;0;2027601920 'used_/xxxx/config/snmp'=242581504B;;;0;2027601920 'used_/xxxX/dump/user_space_cores'=416538624B;;;0;3365871616 'used_/tmp/run/snmpd'=1839104B;;;0;1994637312 'used_/tmp/run/dmidata'=1839104B;;;0;1994637312 'used_/tmp/run/stonegate'=1839104B;;;0;1994637312 'used_/tmp/run/smonitd'=1839104B;;;0;1994637312 'used_/etc/passwd'=242581504B;;;0;2027601920 'used_/tmp/run/agentx'=1839104B;;;0;1994637312 'used_/tmp/hwmond-socket'=1839104B;;;0;1994637312 'used_Memory buffers'=99962880B;;;0;3989274624 'used_/tmp/r2d2-sensor-cmdif'=1839104B;;;0;1994637312 'used_/usr/sbin/snmpd_refresh_config'=1839104B;;;0;1994637312 'used_Cached memory'=1153867776B;;;0;1153867776 'used_Shared memory'=829284352B;;;0;829284352
... 3 --display-transform-dst='run' OK: All storages are ok | 'count'=13;;;0; 'used_/'=0B;;;0;1994637312 'used_/xxxx/diagnostics'=242581504B;;;0;2027601920 'used_/xxxx/config/snmp'=242581504B;;;0;2027601920 'used_/xxxX/dump/user_space_cores'=416538624B;;;0;3365871616 'used_/tmp/run/snmpd'=1839104B;;;0;1994637312 'used_/tmp/run/dmidata'=1839104B;;;0;1994637312 'used_/tmp/run/stonegate'=1839104B;;;0;1994637312 'used_/tmp/run/smonitd'=1839104B;;;0;1994637312 'used_/etc/passwd'=242581504B;;;0;2027601920 'used_/tmp/run/agentx'=1839104B;;;0;1994637312 'used_/tmp/hwmond-socket'=1839104B;;;0;1994637312 'used_/tmp/r2d2-sensor-cmdif'=1839104B;;;0;1994637312 'used_/usr/sbin/snmpd_refresh_config'=1839104B;;;0;1994637312
... 4 --filter-duplicate OK: All storages are ok | 'count'=4;;;0; 'used_/'=0B;;;0;1994637312 'used_/xxxx/diagnostics'=242581504B;;;0;2027601920 'used_/xxxX/dump/user_space_cores'=416538624B;;;0;3365871616 'used_/tmp/run/snmpd'=1839104B;;;0;1994637312
... 5 --filter-storage-type OK: All storages are ok | 'count'=19;;;0; 'used_Physical memory'=3620208640B;;;0;3989274624 'used_Swap space'=95158272B;;;0;1006628864 'used_Virtual memory'=3715366912B;;;0;4995903488 'used_/'=0B;;;0;1994637312 'used_/xxxx/diagnostics'=242581504B;;;0;2027601920 'used_/xxxx/config/snmp'=242581504B;;;0;2027601920 'used_/xxxX/dump/user_space_cores'=416538624B;;;0;3365871616 'used_/tmp/run/snmpd'=1839104B;;;0;1994637312 'used_/tmp/run/dmidata'=1839104B;;;0;1994637312 'used_/tmp/run/stonegate'=1839104B;;;0;1994637312 'used_/tmp/run/smonitd'=1839104B;;;0;1994637312 'used_/etc/passwd'=242581504B;;;0;2027601920 'used_/tmp/run/agentx'=1839104B;;;0;1994637312 'used_/tmp/hwmond-socket'=1839104B;;;0;1994637312 'used_Memory buffers'=99962880B;;;0;3989274624 'used_/tmp/r2d2-sensor-cmdif'=1839104B;;;0;1994637312 'used_/usr/sbin/snmpd_refresh_config'=1839104B;;;0;1994637312 'used_Cached memory'=1153867776B;;;0;1153867776 'used_Shared memory'=829284352B;;;0;829284352

View File

@ -1,39 +0,0 @@
*** Settings ***
Documentation Forcepoint SD-WAN Mode Swap
Resource ${CURDIR}${/}../..${/}..${/}..${/}resources/import.resource
Suite Setup Ctn Generic Suite Setup
Test Timeout 120s
*** Variables ***
${CMD} ${CENTREON_PLUGINS} --plugin=network::forcepoint::sdwan::snmp::plugin
*** Test Cases ***
Swap ${tc}
[Tags] network forcepoint sdwan snmp
${command} Catenate
... ${CMD}
... --mode=swap
... --hostname=${HOSTNAME}
... --snmp-version=${SNMPVERSION}
... --snmp-port=${SNMPPORT}
... --snmp-community=network/forcepoint/sdwan/snmp/forcepoint-swap
... --no-swap=${no-swap}
... --warning-usage=${warning-usage}
... --warning-usage-free=${warning-usage-free}
... --warning-usage-prct=${warning-usage-prct}
... --critical-usage=${critical-usage}
... --critical-usage-free=${critical-usage-free}
... --critical-usage-prct=${critical-usage-prct}
Ctn Run Command And Check Result As Strings ${command} ${expected_result}
Examples: tc no-swap warning-usage warning-usage-free warning-usage-prct critical-usage critical-usage-free critical-usage-prct expected_result --
... 1 ${EMPTY} ${EMPTY} ${EMPTY} '10' ${EMPTY} ${EMPTY} '30' OK: Swap Total: 960.00 MB Used: 90.75 MB (9.45%) Free: 869.25 MB (90.55%) | 'used'=95158272B;;;0;1006628864 'free'=911470592B;;;0;1006628864 'used_prct'=9.45%;0:10;0:30;0;100
... 2 '' ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} OK: Swap Total: 960.00 MB Used: 90.75 MB (9.45%) Free: 869.25 MB (90.55%) | 'used'=95158272B;;;0;1006628864 'free'=911470592B;;;0;1006628864 'used_prct'=9.45%;;;0;100
... 3 ${EMPTY} ${EMPTY} '10' ${EMPTY} ${EMPTY} '30' ${EMPTY} CRITICAL: Swap Total: 960.00 MB Used: 90.75 MB (9.45%) Free: 869.25 MB (90.55%) | 'used'=95158272B;;;0;1006628864 'free'=911470592B;0:10;0:30;0;1006628864 'used_prct'=9.45%;;;0;100
... 4 ${EMPTY} ':5' ${EMPTY} ${EMPTY} '100:' ${EMPTY} ${EMPTY} WARNING: Swap Total: 960.00 MB Used: 90.75 MB (9.45%) Free: 869.25 MB (90.55%) | 'used'=95158272B;0:5;100:;0;1006628864 'free'=911470592B;;;0;1006628864 'used_prct'=9.45%;;;0;100
... 5 ${EMPTY} ${EMPTY} '100' ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} WARNING: Swap Total: 960.00 MB Used: 90.75 MB (9.45%) Free: 869.25 MB (90.55%) | 'used'=95158272B;;;0;1006628864 'free'=911470592B;0:100;;0;1006628864 'used_prct'=9.45%;;;0;100

File diff suppressed because it is too large Load Diff

View File

@ -1,38 +0,0 @@
*** Settings ***
Documentation Forcepoint SD-WAN Mode Uptime
Resource ${CURDIR}${/}../..${/}..${/}..${/}resources/import.resource
Suite Setup Ctn Generic Suite Setup
Test Timeout 120s
*** Variables ***
${CMD} ${CENTREON_PLUGINS} --plugin=network::forcepoint::sdwan::snmp::plugin
*** Test Cases ***
uptime ${tc}
[Tags] network forcepoint sdwan snmp
${command} Catenate
... ${CMD}
... --mode=uptime
... --hostname=${HOSTNAME}
... --snmp-version=${SNMPVERSION}
... --snmp-port=${SNMPPORT}
... --snmp-community=network/forcepoint/sdwan/snmp/forcepoint-uptime
... ${extra_options}
Ctn Run Command And Check Result As Strings ${command} ${expected_result}
Examples: tc extra_options expected_result --
... 1 --warning-uptime='2' WARNING: System uptime is: 23h 52m 10s | 'uptime'=85930.00s;0:2;;0;
... 2 --warning-uptime='1' WARNING: System uptime is: 23h 52m 10s | 'uptime'=85930.00s;0:1;;0;
... 3 --critical-uptime='2' CRITICAL: System uptime is: 23h 52m 10s | 'uptime'=85930.00s;;0:2;0;
... 4 --add-sysdesc OK: System uptime is: 23h 52m 10s, Anonymized 023 | 'uptime'=85930.00s;;;0;
... 5 --critical-uptime='1' CRITICAL: System uptime is: 23h 52m 10s | 'uptime'=85930.00s;;0:1;0;
... 6 --check-overload OK: System uptime is: 23h 52m 10s | 'uptime'=85930.00s;;;0;
... 7 --reboot-window OK: System uptime is: 23h 52m 10s | 'uptime'=85930.00s;;;0;
... 8 --unit='h' OK: System uptime is: 23h 52m 10s | 'uptime'=23.87h;;;0;
... 9 --unit='m' OK: System uptime is: 23h 52m 10s | 'uptime'=1432.17m;;;0;
... 10 --unit='s' OK: System uptime is: 23h 52m 10s | 'uptime'=85930.00s;;;0;

View File

@ -76,7 +76,6 @@ dns-resolve-time
Ekara
-EncodedCommand
env
equipments
ESX
eth
Exense