From 8304c31f67359e24f36b3a33561ac5ac85de0e03 Mon Sep 17 00:00:00 2001 From: Benoit Poulet Date: Wed, 27 Dec 2023 11:35:22 +0100 Subject: [PATCH 01/27] more info on --data --data can get directly the request on the command line. Put the info is not given in the help. --- src/apps/protocols/http/mode/jsoncontent.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/protocols/http/mode/jsoncontent.pm b/src/apps/protocols/http/mode/jsoncontent.pm index ef241ef05c..ff3a923099 100644 --- a/src/apps/protocols/http/mode/jsoncontent.pm +++ b/src/apps/protocols/http/mode/jsoncontent.pm @@ -389,7 +389,7 @@ JSON OPTIONS: =item B<--data> -Set file with JSON request +Set the JSON request or specify a file with the request inside. =item B<--lookup> From bca6746a519ab5be631db55e854f6f265311d123 Mon Sep 17 00:00:00 2001 From: Kevin Duret Date: Tue, 13 Feb 2024 16:54:00 +0100 Subject: [PATCH 02/27] fix(ci): add distrib suffix to plugins deb packages (#4906) --- .github/actions/package-nfpm/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/package-nfpm/action.yml b/.github/actions/package-nfpm/action.yml index 85f508669b..515ce8644a 100644 --- a/.github/actions/package-nfpm/action.yml +++ b/.github/actions/package-nfpm/action.yml @@ -85,7 +85,7 @@ runs: export DIST="" if [ "${{ inputs.stability }}" == "unstable" ] || [ "${{ inputs.stability }}" == "canary" ]; then export RELEASE="$RELEASE~${{ inputs.distrib }}" - elif [ "${{ inputs.stability }}" == "testing" ]; then + else export RELEASE="1~${{ inputs.distrib }}" fi export APACHE_USER="www-data" From 9e43a8dfe5241bca391e191924b47fef3cf00d1b Mon Sep 17 00:00:00 2001 From: Kevin Duret Date: Tue, 13 Feb 2024 17:44:58 +0100 Subject: [PATCH 03/27] fix(ci): do not build deb common::sense json::parse (#4903) --- .github/workflows/perl-cpan-libraries.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/perl-cpan-libraries.yml b/.github/workflows/perl-cpan-libraries.yml index 9d988460ba..4b4eca6a57 100644 --- a/.github/workflows/perl-cpan-libraries.yml +++ b/.github/workflows/perl-cpan-libraries.yml @@ -155,7 +155,11 @@ jobs: yum install -y yum-utils epel-release git yum config-manager --set-enabled crb || true # alma 9 yum config-manager --set-enabled powertools || true # alma 8 - yum install -y cpanminus rpm-build libcurl-devel libssh-devel expat-devel gcc ruby libuuid-devel zeromq-devel libxml2-devel libffi-devel perl-DBI perl-Net-Pcap freetds freetds-devel + yum install -y cpanminus rpm-build libcurl-devel libssh-devel expat-devel gcc libuuid-devel zeromq-devel libxml2-devel libffi-devel perl-DBI perl-Net-Pcap freetds freetds-devel + + dnf module reset -y ruby + dnf module enable -y ruby:3.1 + dnf install -y ruby shell: bash - if: ${{ contains(matrix.build_distribs, matrix.distrib) && matrix.spec_file == '' }} @@ -232,7 +236,6 @@ jobs: "Carp::Assert", "Clone", "Clone::Choose", - "common::sense", "Convert::EBCDIC", "Crypt::Blowfish_PP", "DateTime::Format::Duration::ISO8601", @@ -248,7 +251,6 @@ jobs: "HTTP::Daemon::SSL", "HTTP::ProxyPAC", "JMX::Jmx4Perl", - "JSON::Parse", "JSON::WebToken", "LV", "MIME::Types", From b4b0d50deeb8d2e3253bc3a1a4e3af416463e5eb Mon Sep 17 00:00:00 2001 From: Kevin Duret Date: Wed, 14 Feb 2024 14:45:33 +0100 Subject: [PATCH 04/27] fix(ci): do not rebuild perl official packages (#4911) --- .github/workflows/perl-cpan-libraries.yml | 57 ++++++----------------- 1 file changed, 15 insertions(+), 42 deletions(-) diff --git a/.github/workflows/perl-cpan-libraries.yml b/.github/workflows/perl-cpan-libraries.yml index 4b4eca6a57..3bff9a9ba6 100644 --- a/.github/workflows/perl-cpan-libraries.yml +++ b/.github/workflows/perl-cpan-libraries.yml @@ -148,7 +148,8 @@ jobs: password: ${{ secrets.DOCKER_REGISTRY_PASSWD }} steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - if: ${{ contains(matrix.build_distribs, matrix.distrib) }} + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - if: ${{ contains(matrix.build_distribs, matrix.distrib) }} run: | @@ -204,7 +205,8 @@ jobs: cp -r ~/rpmbuild/RPMS/noarch/*.rpm . shell: bash - - name: Replace '::' with - in the feature path + - if: ${{ contains(matrix.build_distribs, matrix.distrib) }} + name: Replace '::' with - in the feature path id: package-name run: | name="${{ matrix.name }}" @@ -213,7 +215,8 @@ jobs: echo "name_with_dash=$name_with_dash" >> $GITHUB_OUTPUT shell: bash - - uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 + - if: ${{ contains(matrix.build_distribs, matrix.distrib) }} + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 with: name: packages-${{ matrix.package_extension }}-${{ matrix.distrib }}-${{ steps.package-name.outputs.name_with_dash }} path: ./*.${{ matrix.package_extension }} @@ -230,54 +233,21 @@ jobs: distrib: [bullseye, bookworm, jammy] name: [ - "Authen::SASL::SASLprep", "Authen::SCRAM::Client", - "boolean", - "Carp::Assert", - "Clone", - "Clone::Choose", "Convert::EBCDIC", "Crypt::Blowfish_PP", "DateTime::Format::Duration::ISO8601", "Device::Modbus", - "Digest::MD5::File", "Digest::SHA1", "Email::Send::SMTP::Gmail", - "FFI::CheckLib", - "File::SearchPath", - "Hash::Merge", "Hash::Ordered", - "HTTP::Daemon", - "HTTP::Daemon::SSL", "HTTP::ProxyPAC", "JMX::Jmx4Perl", - "JSON::WebToken", - "LV", - "MIME::Types", - "MongoDB", "Net::FTPSSL", "Net::HTTPTunnel", - "Net::NTP", - "Net::SMTPS", "Net::SMTP_auth", - "Net::Subnet", - "Net::TFTP", - "PBKDF2::Tiny", - "Schedule::Cron", - "Statistics::Descriptive", "Statistics::Regression", - "Sys::SigAction", - "Term::Clui", - "Term::ShellUI", - "Unicode::Stringprep", - "URI::Encode", - "URI::Template", - "URL::Encode", - "UUID::URandom", "WWW::Selenium", - "XML::Filter::BufferText", - "XML::LibXML::Simple", - "XML::SAX::Writer", "ZMQ::Constants", "ZMQ::LibZMQ4" ] @@ -297,10 +267,9 @@ jobs: - distrib: jammy package_extension: deb image: packaging-plugins-jammy - - name: "DateTime::Format::Duration::ISO8601" - name: "Statistics::Regression" + build_distribs: "bullseye" version: "0.53" - - name: "ZMQ::Constants" - name: "ZMQ::LibZMQ4" use_dh_make_perl: "false" version: "0.01" @@ -313,9 +282,11 @@ jobs: password: ${{ secrets.DOCKER_REGISTRY_PASSWD }} steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - if: ${{ contains(matrix.build_distribs, matrix.distrib) }} + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - name: Get package version + - if: ${{ contains(matrix.build_distribs, matrix.distrib) }} + name: Get package version id: package-version run: | apt-get update @@ -365,7 +336,8 @@ jobs: DEB_BUILD_OPTIONS="nocheck nodocs notest" dh-make-perl make --dist ${{ matrix.distrib }} --build --version ${{ steps.package-version.outputs.package_version }}-${{ matrix.distrib }} --cpan ${{ matrix.name }} shell: bash - - name: Replace '::' with - in the feature path + - if: ${{ contains(matrix.build_distribs, matrix.distrib) }} + name: Replace '::' with - in the feature path id: package-name run: | name="${{ matrix.name }}" @@ -374,7 +346,8 @@ jobs: echo "name_with_dash=$name_with_dash" >> $GITHUB_OUTPUT shell: bash - - uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 + - if: ${{ contains(matrix.build_distribs, matrix.distrib) }} + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 with: name: packages-${{ matrix.package_extension }}-${{ matrix.distrib }}-${{ steps.package-name.outputs.name_with_dash}} path: ./*.${{ matrix.package_extension }} From 409cc16c1c7d9b4e3a71b3696ae85ebfac77fcbd Mon Sep 17 00:00:00 2001 From: Kevin Duret Date: Wed, 14 Feb 2024 16:16:39 +0100 Subject: [PATCH 05/27] enh(ci): json path version 1.0.4 (#4912) --- .github/workflows/perl-json-path.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/perl-json-path.yml b/.github/workflows/perl-json-path.yml index 0bb26794d3..3c8d90da87 100644 --- a/.github/workflows/perl-json-path.yml +++ b/.github/workflows/perl-json-path.yml @@ -71,13 +71,13 @@ jobs: if [ "${{ matrix.distrib }}" = "el8" ]; then cpanm -v -l /tmp JSON::Path@0.5 else - cpanm -v -l /tmp JSON::Path@1.0.3 + cpanm -v -l /tmp JSON::Path@1.0.4 fi shell: bash - name: Set package name and paths according to distrib run: | - VERSION="1.0.3" + VERSION="1.0.4" if [[ "${{ matrix.package_extension }}" == "deb" ]]; then NAME="libjson-path-perl" PERL_VENDORLIB="/usr/share/perl5" From 6c87ae6cdde656cf893b1fc5fde214a274bde20f Mon Sep 17 00:00:00 2001 From: Kevin Duret Date: Wed, 14 Feb 2024 16:43:06 +0100 Subject: [PATCH 06/27] enh(packaging): use nfpm to package perl-keepass-reader (#4909) --- .github/workflows/perl-keepass-reader.yml | 191 +++++++----------- .../packaging/perl-keepass-reader.yaml | 44 ++++ .../packaging/rpm/perl-KeePass-Reader.spec | 48 ----- 3 files changed, 121 insertions(+), 162 deletions(-) create mode 100644 dependencies/perl-keepass-reader/packaging/perl-keepass-reader.yaml delete mode 100644 dependencies/perl-keepass-reader/packaging/rpm/perl-KeePass-Reader.spec diff --git a/.github/workflows/perl-keepass-reader.yml b/.github/workflows/perl-keepass-reader.yml index 8e2bcc56ed..d880e1620b 100644 --- a/.github/workflows/perl-keepass-reader.yml +++ b/.github/workflows/perl-keepass-reader.yml @@ -18,145 +18,104 @@ on: paths: - "dependencies/perl-keepass-reader/**" +env: + module_name: perl-keepass-reader + jobs: get-environment: uses: ./.github/workflows/get-environment.yml - package-rpm: + package: needs: [get-environment] - if: ${{ needs.get-environment.outputs.stability != 'stable' }} - runs-on: ubuntu-22.04 strategy: + fail-fast: false matrix: include: - image: packaging-plugins-alma8 distrib: el8 + package_extension: rpm - image: packaging-plugins-alma9 distrib: el9 - name: package ${{ matrix.distrib }} - container: - image: ${{ vars.DOCKER_INTERNAL_REGISTRY_URL }}/${{ matrix.image }}:latest - credentials: - username: ${{ secrets.DOCKER_REGISTRY_ID }} - password: ${{ secrets.DOCKER_REGISTRY_PASSWD }} - - steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - - run: | - yum install -y make perl perl-devel perl-ExtUtils-MakeMaker - - mkdir -p ~/rpmbuild/{BUILD,BUILDROOT,RPMS,SOURCES,SPECS,SRPMS} - - cp -rp dependencies/perl-keepass-reader/src perl-KeePass-Reader/ - tar czf ~/rpmbuild/SOURCES/perl-KeePass-Reader.tar.gz perl-KeePass-Reader - - rpmbuild -ba dependencies/perl-keepass-reader/packaging/rpm/perl-KeePass-Reader.spec - - cp -r ~/rpmbuild/RPMS/noarch/*.rpm . - shell: bash - - - uses: actions/cache/save@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 - with: - path: ./*.rpm - key: unsigned-${{ github.sha }}-${{ github.run_id }}-rpm-${{ matrix.distrib }} + package_extension: rpm + - image: packaging-plugins-bullseye + distrib: bullseye + package_extension: deb + - image: packaging-plugins-bookworm + distrib: bookworm + package_extension: deb + - image: packaging-plugins-jammy + distrib: jammy + package_extension: deb - sign-rpm: - needs: [package-rpm] runs-on: ubuntu-22.04 - strategy: - matrix: - include: - - image: packaging-alma8 - distrib: el8 - - image: packaging-alma9 - distrib: el9 - name: sign rpm ${{ matrix.distrib }} + container: - image: ${{ vars.DOCKER_INTERNAL_REGISTRY_URL }}/rpm-signing:ubuntu - options: -t + image: ${{ vars.DOCKER_INTERNAL_REGISTRY_URL }}/${{ matrix.image }}:latest credentials: username: ${{ secrets.DOCKER_REGISTRY_ID }} password: ${{ secrets.DOCKER_REGISTRY_PASSWD }} - steps: - - run: | - apt-get update - apt-get install -y zstd - shell: bash - - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - - uses: actions/cache/restore@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 - with: - path: ./*.rpm - key: unsigned-${{ github.sha }}-${{ github.run_id }}-rpm-${{ matrix.distrib }} - - - run: echo "HOME=/root" >> $GITHUB_ENV - shell: bash - - - run: rpmsign --addsign ./*.rpm - shell: bash - - - uses: actions/cache/save@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 - with: - path: ./*.rpm - key: ${{ github.sha }}-${{ github.run_id }}-rpm-${{ matrix.distrib }} - - - uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 - with: - name: packages-${{ matrix.distrib }} - path: ./*.rpm - retention-days: 1 - - package-deb: - needs: [get-environment] - if: ${{ needs.get-environment.outputs.stability != 'stable' }} - - runs-on: ubuntu-22.04 - strategy: - matrix: - include: - - image: bullseye - distrib: bullseye - - image: bookworm - distrib: bookworm - - image: jammy - distrib: jammy name: package ${{ matrix.distrib }} - container: - image: ${{ vars.DOCKER_INTERNAL_REGISTRY_URL }}/packaging-plugins-${{ matrix.image }}:latest - credentials: - username: ${{ secrets.DOCKER_REGISTRY_ID }} - password: ${{ secrets.DOCKER_REGISTRY_PASSWD }} steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - name: Checkout sources + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - run: | - apt update - apt install -y dh-make-perl perl + - name: Build library + run: | + if [[ "${{ matrix.package_extension }}" == "rpm" ]]; then + dnf install -y make perl + else + apt-get update + apt-get install -y make perl + fi - mv dependencies/perl-keepass-reader/src/ perl-keepass-reader - tar czf perl-keepass-reader.tar.gz perl-keepass-reader + cd dependencies/perl-keepass-reader/src + perl Makefile.PL INSTALL_BASE=/tmp/perl-keepass-reader + make + make pure_install + shell: bash - DEB_BUILD_OPTIONS="nocheck nodocs notest noautodbgsym" dh-make-perl make -p libkeepass-reader-perl --verbose --build --version 0.2-${{ matrix.distrib }} perl-keepass-reader/ + - name: Set package name and paths according to distrib + run: | + if [[ "${{ matrix.package_extension }}" == "deb" ]]; then + NAME="libkeepass-reader-perl" + PERL_VENDORLIB="/usr/share/perl5" + else + NAME="perl-KeePass-Reader" + if [[ "${{ matrix.distrib }}" == "el8" ]]; then + PERL_VENDORLIB="/usr/local/share/perl5" + else + PERL_VENDORLIB="/usr/local/share/perl5/5.32" + fi + fi + + sed -i "s/@NAME@/$NAME/g" dependencies/perl-keepass-reader/packaging/perl-keepass-reader.yaml + sed -i "s#@PERL_VENDORLIB@#$PERL_VENDORLIB#g" dependencies/perl-keepass-reader/packaging/perl-keepass-reader.yaml + + cat dependencies/perl-keepass-reader/packaging/perl-keepass-reader.yaml shell: bash - - uses: actions/cache/save@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + - name: Package + uses: ./.github/actions/package-nfpm with: - path: ./*.deb - key: ${{ github.sha }}-${{ github.run_id }}-deb-${{ matrix.distrib }} + nfpm_file_pattern: "dependencies/perl-keepass-reader/packaging/perl-keepass-reader.yaml" + distrib: ${{ matrix.distrib }} + package_extension: ${{ matrix.package_extension }} + version: "0.2" + release: "2" + arch: all + commit_hash: ${{ github.sha }} + cache_key: cache-${{ github.run_id }}-${{ matrix.package_extension }}-${{ env.module_name }}-${{ matrix.distrib }} + rpm_gpg_key: ${{ secrets.RPM_GPG_SIGNING_KEY }} + rpm_gpg_signing_key_id: ${{ secrets.RPM_GPG_SIGNING_KEY_ID }} + rpm_gpg_signing_passphrase: ${{ secrets.RPM_GPG_SIGNING_PASSPHRASE }} + stability: ${{ needs.get-environment.outputs.stability }} - - uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 - with: - name: packages-${{ matrix.distrib }} - path: ./*.deb - retention-days: 1 deliver-rpm: - needs: [get-environment, sign-rpm] + needs: [get-environment, package] if: ${{ contains(fromJson('["testing", "unstable"]'), needs.get-environment.outputs.stability) }} runs-on: [self-hosted, common] @@ -164,6 +123,8 @@ jobs: matrix: distrib: [el8, el9] + name: Deliver ${{ matrix.distrib }} + steps: - name: Checkout sources uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 @@ -171,14 +132,14 @@ jobs: - name: Delivery uses: ./.github/actions/rpm-delivery with: - module_name: perl-keepass-reader + module_name: ${{ env.module_name }} distrib: ${{ matrix.distrib }} artifactory_token: ${{ secrets.ARTIFACTORY_ACCESS_TOKEN }} - cache_key: ${{ github.sha }}-${{ github.run_id }}-rpm-${{ matrix.distrib }} + cache_key: cache-${{ github.run_id }}-rpm-${{ env.module_name }}-${{ matrix.distrib }} stability: ${{ needs.get-environment.outputs.stability }} deliver-deb: - needs: [get-environment, package-deb] + needs: [get-environment, package] if: ${{ contains(fromJson('["testing", "unstable"]'), needs.get-environment.outputs.stability) }} runs-on: [self-hosted, common] @@ -186,6 +147,8 @@ jobs: matrix: distrib: [bullseye, bookworm, jammy] + name: Deliver ${{ matrix.distrib }} + steps: - name: Checkout sources uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 @@ -193,10 +156,10 @@ jobs: - name: Delivery uses: ./.github/actions/deb-delivery with: - module_name: perl-keepass-reader + module_name: ${{ env.module_name }} distrib: ${{ matrix.distrib }} artifactory_token: ${{ secrets.ARTIFACTORY_ACCESS_TOKEN }} - cache_key: ${{ github.sha }}-${{ github.run_id }}-deb-${{ matrix.distrib }} + cache_key: cache-${{ github.run_id }}-deb-${{ env.module_name }}-${{ matrix.distrib }} stability: ${{ needs.get-environment.outputs.stability }} promote: @@ -205,7 +168,7 @@ jobs: runs-on: [self-hosted, common] strategy: matrix: - distrib: [el8, el9, bullseye, bookworm] + distrib: [bullseye, bookworm] steps: - name: Checkout sources @@ -215,6 +178,6 @@ jobs: uses: ./.github/actions/promote-to-stable with: artifactory_token: ${{ secrets.ARTIFACTORY_ACCESS_TOKEN }} - module: perl-keepass-reader + module: ${{ env.module_name }} distrib: ${{ matrix.distrib }} stability: ${{ needs.get-environment.outputs.stability }} diff --git a/dependencies/perl-keepass-reader/packaging/perl-keepass-reader.yaml b/dependencies/perl-keepass-reader/packaging/perl-keepass-reader.yaml new file mode 100644 index 0000000000..052fa2cf59 --- /dev/null +++ b/dependencies/perl-keepass-reader/packaging/perl-keepass-reader.yaml @@ -0,0 +1,44 @@ +name: "@NAME@" +arch: "${ARCH}" +platform: "linux" +version_schema: "none" +version: "${VERSION}" +release: "${RELEASE}${DIST}" +section: "default" +priority: "optional" +maintainer: "Centreon " +description: | + KeePass::Reader is a perl interface to read KeePass version 4. + Commit: @COMMIT_HASH@ +vendor: "Centreon" +homepage: "https://www.centreon.com" +license: "Apache-2.0" + +contents: + - src: "/tmp/perl-keepass-reader/lib/perl5/KeePass" + dst: "@PERL_VENDORLIB@/Keepass" + type: tree + file_info: + mode: 0644 + + - src: "/tmp/perl-keepass-reader/man/man3/KeePass::Reader.3pm" + dst: "/usr/share/man/man3/" + file_info: + mode: 0644 + +overrides: + rpm: + depends: + - perl(Crypt::Argon2) + provides: + - perl(KeePass::Reader) + deb: + depends: + - libcrypt-argon2-perl + +rpm: + summary: Interface to KeePass V4 database files + compression: zstd + signature: + key_file: ${RPM_SIGNING_KEY_FILE} + key_id: ${RPM_SIGNING_KEY_ID} diff --git a/dependencies/perl-keepass-reader/packaging/rpm/perl-KeePass-Reader.spec b/dependencies/perl-keepass-reader/packaging/rpm/perl-KeePass-Reader.spec deleted file mode 100644 index f492cdca37..0000000000 --- a/dependencies/perl-keepass-reader/packaging/rpm/perl-KeePass-Reader.spec +++ /dev/null @@ -1,48 +0,0 @@ -Name: perl-KeePass-Reader -Version: 0.2 -Release: 2%{?dist} -Summary: Interface to KeePass V4 database files -Group: Development/Libraries -License: Apache2 -URL: https://github.com/garnier-quentin/perl-KeePass-Reader -Source0: %{name}.tar.gz -BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildRequires: make -BuildRequires: perl(ExtUtils::MakeMaker) - -Requires: perl(Crypt::Argon2) - -%description -KeePass::Reader is a perl interface to read KeePass version 4. - -%prep -%setup -q -n %{name} - -%build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" -make %{?_smp_mflags} - -%install -rm -rf %{buildroot} -make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT -find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' -rm -rf $RPM_BUILD_ROOT%{_usr}/bin/hexdump -%{_fixperms} $RPM_BUILD_ROOT/* - -%check -#make test - -%clean -rm -rf %{buildroot} - -%files -%defattr(-,root,root,-) -%{perl_vendorlib} -%{_mandir}/man3/*.3* - -%changelog - From 098e8bfe40ddb5563697de17efb979d2dd81789e Mon Sep 17 00:00:00 2001 From: Kevin Duret Date: Thu, 15 Feb 2024 15:42:53 +0100 Subject: [PATCH 07/27] fix(ci): fix installation path of perl libraries (#4913) Refs: MON-35359 --- .../actions/deb-delivery-legacy/action.yml | 2 +- .github/actions/deb-delivery/action.yml | 2 +- .github/actions/promote-to-stable/action.yml | 2 +- .../actions/rpm-delivery-legacy/action.yml | 2 +- .github/actions/rpm-delivery/action.yml | 2 +- .github/actions/runner-docker/action.yml | 39 ------ .github/workflows/connector-vmware.yml | 38 ++++-- .github/workflows/perl-crypt-argon2.yml | 15 ++- .github/workflows/perl-filesys-smbclient.yml | 10 +- .github/workflows/perl-json-path.yml | 12 +- .github/workflows/perl-keepass-reader.yml | 8 +- .github/workflows/perl-libssh-session.yml | 13 +- .github/workflows/perl-net-curl.yml | 15 ++- .github/workflows/perl-openwsman.yml | 51 ++++---- .github/workflows/perl-vmware-vsphere.yml | 118 +++++++++++++++--- .../src/centreon/script/centreon_vmware.pm | 6 +- .../vmware/src/centreon/vmware/common.pm | 2 +- connectors/vmware/src/centreon_vmware.pl | 8 +- .../perl-crypt-argon2/perl-crypt-argon2.yaml | 2 +- .../perl-filesys-smbclient/src/Makefile.PL | 2 +- .../src/lib/KeePass/Reader.pm | 4 +- .../perl-libssh-session.yaml | 2 +- dependencies/perl-net-curl/perl-net-curl.yaml | 4 +- dependencies/perl-openwsman/libwsman.yaml | 13 +- .../perl-openwsman/perl-openwsman.yaml | 8 +- dependencies/perl-openwsman/sblim-sfcc.yaml | 2 +- .../packaging/perl-vmware-vsphere.yaml | 18 +-- 27 files changed, 242 insertions(+), 158 deletions(-) delete mode 100644 .github/actions/runner-docker/action.yml diff --git a/.github/actions/deb-delivery-legacy/action.yml b/.github/actions/deb-delivery-legacy/action.yml index 8a89c964a9..dd70aaab9c 100644 --- a/.github/actions/deb-delivery-legacy/action.yml +++ b/.github/actions/deb-delivery-legacy/action.yml @@ -30,7 +30,7 @@ runs: key: ${{ inputs.cache_key }} fail-on-cache-miss: true - - uses: jfrog/setup-jfrog-cli@901bb9632db90821c2d3f076012bdeaf66598555 # v3.4.1 + - uses: jfrog/setup-jfrog-cli@26da2259ee7690e63b5410d7451b2938d08ce1f9 # v4.0.0 env: JF_URL: https://centreon.jfrog.io JF_ACCESS_TOKEN: ${{ inputs.artifactory_token }} diff --git a/.github/actions/deb-delivery/action.yml b/.github/actions/deb-delivery/action.yml index 846772d5ee..0a3fc332aa 100644 --- a/.github/actions/deb-delivery/action.yml +++ b/.github/actions/deb-delivery/action.yml @@ -34,7 +34,7 @@ runs: fail-on-cache-miss: true - if: ${{ ! (inputs.distrib == 'jammy' && inputs.stability == 'stable') }} - uses: jfrog/setup-jfrog-cli@901bb9632db90821c2d3f076012bdeaf66598555 # v3.4.1 + uses: jfrog/setup-jfrog-cli@26da2259ee7690e63b5410d7451b2938d08ce1f9 # v4.0.0 env: JF_URL: https://centreon.jfrog.io JF_ACCESS_TOKEN: ${{ inputs.artifactory_token }} diff --git a/.github/actions/promote-to-stable/action.yml b/.github/actions/promote-to-stable/action.yml index dd29900864..9cb76256a7 100644 --- a/.github/actions/promote-to-stable/action.yml +++ b/.github/actions/promote-to-stable/action.yml @@ -17,7 +17,7 @@ inputs: runs: using: "composite" steps: - - uses: jfrog/setup-jfrog-cli@901bb9632db90821c2d3f076012bdeaf66598555 # v3.4.1 + - uses: jfrog/setup-jfrog-cli@26da2259ee7690e63b5410d7451b2938d08ce1f9 # v4.0.0 env: JF_URL: https://centreon.jfrog.io JF_ACCESS_TOKEN: ${{ inputs.artifactory_token }} diff --git a/.github/actions/rpm-delivery-legacy/action.yml b/.github/actions/rpm-delivery-legacy/action.yml index 042a38b394..1f801a510e 100644 --- a/.github/actions/rpm-delivery-legacy/action.yml +++ b/.github/actions/rpm-delivery-legacy/action.yml @@ -30,7 +30,7 @@ runs: key: ${{ inputs.cache_key }} fail-on-cache-miss: true - - uses: jfrog/setup-jfrog-cli@901bb9632db90821c2d3f076012bdeaf66598555 # v3.4.1 + - uses: jfrog/setup-jfrog-cli@26da2259ee7690e63b5410d7451b2938d08ce1f9 # v4.0.0 env: JF_URL: https://centreon.jfrog.io JF_ACCESS_TOKEN: ${{ inputs.artifactory_token }} diff --git a/.github/actions/rpm-delivery/action.yml b/.github/actions/rpm-delivery/action.yml index b0ec29c495..b5eef4f1bd 100644 --- a/.github/actions/rpm-delivery/action.yml +++ b/.github/actions/rpm-delivery/action.yml @@ -31,7 +31,7 @@ runs: key: ${{ inputs.cache_key }} fail-on-cache-miss: true - - uses: jfrog/setup-jfrog-cli@901bb9632db90821c2d3f076012bdeaf66598555 # v3.4.1 + - uses: jfrog/setup-jfrog-cli@26da2259ee7690e63b5410d7451b2938d08ce1f9 # v4.0.0 env: JF_URL: https://centreon.jfrog.io JF_ACCESS_TOKEN: ${{ inputs.artifactory_token }} diff --git a/.github/actions/runner-docker/action.yml b/.github/actions/runner-docker/action.yml deleted file mode 100644 index a5558424ba..0000000000 --- a/.github/actions/runner-docker/action.yml +++ /dev/null @@ -1,39 +0,0 @@ -name: run-in-docker -description: Run step in docker container -inputs: - script_name: - description: "script_name" - required: true - image_name: - description: "image_name" - required: true - image_version: - description: "image_version" - required: true - centreon_pat: - description: "Secret" - required: false - registry_url: - description: Docker registry url - required: true - registry_username: - description: Docker registry username - required: true - registry_password: - description: Docker registry password - required: true - params: - description: "params for script" - required: false -runs: - using: "composite" - steps: - - name: Login to Registry (via runner) - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0 - with: - registry: ${{ inputs.registry_url }} - username: ${{ inputs.registry_username }} - password: ${{ inputs.registry_password }} - - - run: docker run -i -e TOKEN=${{ inputs.centreon_pat }} --entrypoint /src/.github/scripts/${{ inputs.script_name }}.sh -v "$PWD:/src" ${{ inputs.registry_url }}/${{ inputs.image_name }}:${{ inputs.image_version }} ${{ inputs.params }} - shell: bash diff --git a/.github/workflows/connector-vmware.yml b/.github/workflows/connector-vmware.yml index 1fcfb77432..2e25a3858e 100644 --- a/.github/workflows/connector-vmware.yml +++ b/.github/workflows/connector-vmware.yml @@ -25,8 +25,8 @@ jobs: version_file: connectors/vmware/src/centreon/script/centreon_vmware.pm package: - needs: - - get-environment + needs: [get-environment] + if: ${{ needs.get-environment.outputs.stability != 'stable' }} runs-on: ubuntu-22.04 strategy: matrix: @@ -66,7 +66,7 @@ jobs: distrib: ${{ matrix.distrib }} package_extension: ${{ matrix.package_extension }} version: ${{ needs.get-environment.outputs.version }} - release: ${{ needs.get-environment.outputs.release }} + release: 1 commit_hash: ${{ github.sha }} cache_key: ${{ github.sha }}-${{ github.run_id }}-${{ matrix.package_extension }}-${{ matrix.distrib }} rpm_gpg_key: ${{ secrets.RPM_GPG_SIGNING_KEY }} @@ -75,10 +75,8 @@ jobs: stability: ${{ needs.get-environment.outputs.stability }} deliver-rpm: - needs: - - get-environment - - package - if: ${{ contains(fromJson('["stable", "testing", "unstable"]'), needs.get-environment.outputs.stability) }} + needs: [get-environment, package] + if: ${{ contains(fromJson('["testing", "unstable"]'), needs.get-environment.outputs.stability) }} runs-on: [self-hosted, common] strategy: @@ -99,10 +97,8 @@ jobs: artifactory_token: ${{ secrets.ARTIFACTORY_ACCESS_TOKEN }} deliver-deb: - needs: - - get-environment - - package - if: ${{ contains(fromJson('["stable", "testing", "unstable"]'), needs.get-environment.outputs.stability) }} + needs: [get-environment, package] + if: ${{ contains(fromJson('["testing", "unstable"]'), needs.get-environment.outputs.stability) }} runs-on: [self-hosted, common] strategy: @@ -121,3 +117,23 @@ jobs: cache_key: ${{ github.sha }}-${{ github.run_id }}-deb-${{ matrix.distrib }} stability: ${{ needs.get-environment.outputs.stability }} artifactory_token: ${{ secrets.ARTIFACTORY_ACCESS_TOKEN }} + + promote: + needs: [get-environment] + if: ${{ contains(fromJson('["stable"]'), needs.get-environment.outputs.stability) }} + runs-on: [self-hosted, common] + strategy: + matrix: + distrib: [el8, el9, bullseye, bookworm] + + steps: + - name: Checkout sources + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + + - name: Promote ${{ matrix.distrib }} to stable + uses: ./.github/actions/promote-to-stable + with: + artifactory_token: ${{ secrets.ARTIFACTORY_ACCESS_TOKEN }} + module: connector-vmware + distrib: ${{ matrix.distrib }} + stability: ${{ needs.get-environment.outputs.stability }} diff --git a/.github/workflows/perl-crypt-argon2.yml b/.github/workflows/perl-crypt-argon2.yml index ae7c02b5ea..8629ba2607 100644 --- a/.github/workflows/perl-crypt-argon2.yml +++ b/.github/workflows/perl-crypt-argon2.yml @@ -26,6 +26,7 @@ jobs: package: needs: [get-environment] + if: ${{ needs.get-environment.outputs.stability != 'stable' }} strategy: fail-fast: false @@ -85,24 +86,28 @@ jobs: dnf install -y cpanminus gcc fi - cpanm -v -l /tmp Crypt::Argon2@0.019 + cpanm -v -l /tmp Crypt::Argon2@0.020 shell: bash - name: Set package name and paths according to distrib run: | + PERL_VERSION=$(perl -E "say $^V" | sed -E "s/v([0-9]+\.[0-9]+).+/\1/g") + + echo "Perl version is $PERL_VERSION" + if [[ "${{ matrix.package_extension }}" == "deb" ]]; then NAME="libcrypt-argon2-perl" if [ "${{ matrix.arch }}" = "amd64" ]; then - PERL_VENDORARCH="/usr/lib/x86_64-linux-gnu/perl5/5.32" + PERL_VENDORARCH="/usr/lib/x86_64-linux-gnu/perl/$PERL_VERSION" else - PERL_VENDORARCH="/usr/lib/aarch64-linux-gnu/perl5/5.32" + PERL_VENDORARCH="/usr/lib/aarch64-linux-gnu/perl/$PERL_VERSION" fi else NAME="perl-Crypt-Argon2" if [ "${{ matrix.distrib }}" = "el8" ]; then PERL_VENDORARCH="/usr/local/lib64/perl5" else - PERL_VENDORARCH="/usr/local/lib64/perl5/5.32" + PERL_VENDORARCH="/usr/local/lib64/perl5/$PERL_VERSION" fi fi @@ -119,7 +124,7 @@ jobs: distrib: ${{ matrix.distrib }} package_extension: ${{ matrix.package_extension }} arch: ${{ matrix.arch }} - release: 3 + release: 1 commit_hash: ${{ github.sha }} cache_key: cache-${{ github.sha }}-${{ matrix.package_extension }}-perl-crypt-argon2-${{ matrix.distrib }}-${{ matrix.arch }}-${{ github.head_ref || github.ref_name }} rpm_gpg_key: ${{ secrets.RPM_GPG_SIGNING_KEY }} diff --git a/.github/workflows/perl-filesys-smbclient.yml b/.github/workflows/perl-filesys-smbclient.yml index d18acd2cfa..197541af04 100644 --- a/.github/workflows/perl-filesys-smbclient.yml +++ b/.github/workflows/perl-filesys-smbclient.yml @@ -118,6 +118,10 @@ jobs: include: - image: packaging-plugins-bullseye distrib: bullseye + - image: packaging-plugins-bookworm + distrib: bookworm + - image: packaging-plugins-jammy + distrib: jammy name: package ${{ matrix.distrib }} container: image: ${{ vars.DOCKER_INTERNAL_REGISTRY_URL }}/${{ matrix.image }}:latest @@ -135,7 +139,7 @@ jobs: mv dependencies/perl-filesys-smbclient/src/ perl-filesys-smbclient tar czf perl-filesys-smbclient.tar.gz perl-filesys-smbclient - DEB_BUILD_OPTIONS="nocheck nodocs notest noautodbgsym" dh-make-perl make --verbose --build --version 4.0-${{ matrix.distrib }} perl-filesys-smbclient/ + DEB_BUILD_OPTIONS="nocheck nodocs notest noautodbgsym" dh-make-perl make --dist ${{ matrix.distrib }} --verbose --build --version 4.0-${{ matrix.distrib }} perl-filesys-smbclient/ shell: bash - uses: actions/cache/save@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 @@ -172,7 +176,7 @@ jobs: strategy: matrix: - distrib: [bullseye] + distrib: [bullseye, bookworm, jammy] steps: - name: Checkout sources @@ -193,7 +197,7 @@ jobs: runs-on: [self-hosted, common] strategy: matrix: - distrib: [el8, el9, bullseye] + distrib: [el8, el9, bullseye, bookworm] steps: - name: Checkout sources diff --git a/.github/workflows/perl-json-path.yml b/.github/workflows/perl-json-path.yml index 3c8d90da87..5289ab7984 100644 --- a/.github/workflows/perl-json-path.yml +++ b/.github/workflows/perl-json-path.yml @@ -24,6 +24,7 @@ jobs: package: needs: [get-environment] + if: ${{ needs.get-environment.outputs.stability != 'stable' }} strategy: fail-fast: false @@ -78,6 +79,11 @@ jobs: - name: Set package name and paths according to distrib run: | VERSION="1.0.4" + + PERL_VERSION=$(perl -E "say $^V" | sed -E "s/v([0-9]+\.[0-9]+).+/\1/g") + + echo "Perl version is $PERL_VERSION" + if [[ "${{ matrix.package_extension }}" == "deb" ]]; then NAME="libjson-path-perl" PERL_VENDORLIB="/usr/share/perl5" @@ -87,7 +93,7 @@ jobs: VERSION="0.5" # https://github.com/centreon/centreon-plugins/issues/4540 PERL_VENDORLIB="/usr/local/share/perl5" else - PERL_VENDORLIB="/usr/local/share/perl5/5.32" + PERL_VENDORLIB="/usr/local/share/perl5/$PERL_VERSION" fi fi @@ -153,7 +159,7 @@ jobs: strategy: matrix: - distrib: [bullseye, bookworm] + distrib: [bullseye, bookworm, jammy] name: Deliver ${{ matrix.distrib }} @@ -176,7 +182,7 @@ jobs: runs-on: [self-hosted, common] strategy: matrix: - distrib: [bullseye, bookworm] + distrib: [el8, el9, bullseye, bookworm] steps: - name: Checkout sources diff --git a/.github/workflows/perl-keepass-reader.yml b/.github/workflows/perl-keepass-reader.yml index d880e1620b..73aaf88256 100644 --- a/.github/workflows/perl-keepass-reader.yml +++ b/.github/workflows/perl-keepass-reader.yml @@ -79,6 +79,10 @@ jobs: - name: Set package name and paths according to distrib run: | + PERL_VERSION=$(perl -E "say $^V" | sed -E "s/v([0-9]+\.[0-9]+).+/\1/g") + + echo "Perl version is $PERL_VERSION" + if [[ "${{ matrix.package_extension }}" == "deb" ]]; then NAME="libkeepass-reader-perl" PERL_VENDORLIB="/usr/share/perl5" @@ -87,7 +91,7 @@ jobs: if [[ "${{ matrix.distrib }}" == "el8" ]]; then PERL_VENDORLIB="/usr/local/share/perl5" else - PERL_VENDORLIB="/usr/local/share/perl5/5.32" + PERL_VENDORLIB="/usr/local/share/perl5/$PERL_VERSION" fi fi @@ -104,7 +108,7 @@ jobs: distrib: ${{ matrix.distrib }} package_extension: ${{ matrix.package_extension }} version: "0.2" - release: "2" + release: "3" arch: all commit_hash: ${{ github.sha }} cache_key: cache-${{ github.run_id }}-${{ matrix.package_extension }}-${{ env.module_name }}-${{ matrix.distrib }} diff --git a/.github/workflows/perl-libssh-session.yml b/.github/workflows/perl-libssh-session.yml index 63cc505ef8..3c0dca5a7d 100644 --- a/.github/workflows/perl-libssh-session.yml +++ b/.github/workflows/perl-libssh-session.yml @@ -24,6 +24,7 @@ jobs: package: needs: [get-environment] + if: ${{ needs.get-environment.outputs.stability != 'stable' }} strategy: fail-fast: false @@ -88,19 +89,23 @@ jobs: - name: Set package name and paths according to distrib run: | + PERL_VERSION=$(perl -E "say $^V" | sed -E "s/v([0-9]+\.[0-9]+).+/\1/g") + + echo "Perl version is $PERL_VERSION" + if [[ "${{ matrix.package_extension }}" == "deb" ]]; then NAME="libssh-session-perl" if [ "${{ matrix.arch }}" = "amd64" ]; then - PERL_VENDORARCH="/usr/lib/x86_64-linux-gnu/perl5/5.32" + PERL_VENDORARCH="/usr/lib/x86_64-linux-gnu/perl/$PERL_VERSION" else - PERL_VENDORARCH="/usr/lib/aarch64-linux-gnu/perl5/5.32" + PERL_VENDORARCH="/usr/lib/aarch64-linux-gnu/perl/$PERL_VERSION" fi else NAME="perl-Libssh-Session" if [ "${{ matrix.distrib }}" = "el8" ]; then PERL_VENDORARCH="/usr/local/lib64/perl5" else - PERL_VENDORARCH="/usr/local/lib64/perl5/5.32" + PERL_VENDORARCH="/usr/local/lib64/perl5/$PERL_VERSION" fi fi @@ -117,7 +122,7 @@ jobs: distrib: ${{ matrix.distrib }} package_extension: ${{ matrix.package_extension }} arch: ${{ matrix.arch }} - release: 4 + release: 5 commit_hash: ${{ github.sha }} cache_key: cache-${{ github.sha }}-${{ matrix.package_extension }}-perl-libssh-session-${{ matrix.distrib }}-${{ matrix.arch }}-${{ github.head_ref || github.ref_name }} rpm_gpg_key: ${{ secrets.RPM_GPG_SIGNING_KEY }} diff --git a/.github/workflows/perl-net-curl.yml b/.github/workflows/perl-net-curl.yml index 3bf2fc9d79..5a37803f91 100644 --- a/.github/workflows/perl-net-curl.yml +++ b/.github/workflows/perl-net-curl.yml @@ -24,6 +24,7 @@ jobs: package: needs: [get-environment] + if: ${{ needs.get-environment.outputs.stability != 'stable' }} strategy: fail-fast: false @@ -83,24 +84,28 @@ jobs: dnf install -y libcurl-devel cpanminus gcc fi - cpanm -v -l /tmp Net::Curl@0.54 + cpanm -v -l /tmp Net::Curl@0.55 shell: bash - name: Set package name and paths according to distrib run: | + PERL_VERSION=$(perl -E "say $^V" | sed -E "s/v([0-9]+\.[0-9]+).+/\1/g") + + echo "Perl version is $PERL_VERSION" + if [[ "${{ matrix.package_extension }}" == "deb" ]]; then NAME="libnet-curl-perl" if [ "${{ matrix.arch }}" = "amd64" ]; then - PERL_VENDORARCH="/usr/lib/x86_64-linux-gnu/perl5/5.32" + PERL_VENDORARCH="/usr/lib/x86_64-linux-gnu/perl/$PERL_VERSION" else - PERL_VENDORARCH="/usr/lib/aarch64-linux-gnu/perl5/5.32" + PERL_VENDORARCH="/usr/lib/aarch64-linux-gnu/perl/$PERL_VERSION" fi else NAME="perl-Net-Curl" if [ "${{ matrix.distrib }}" = "el8" ]; then PERL_VENDORARCH="/usr/local/lib64/perl5" else - PERL_VENDORARCH="/usr/local/lib64/perl5/5.32" + PERL_VENDORARCH="/usr/local/lib64/perl5/$PERL_VERSION" fi fi @@ -118,7 +123,7 @@ jobs: package_extension: ${{ matrix.package_extension }} arch: ${{ matrix.arch }} commit_hash: ${{ github.sha }} - release: 3 + release: 1 cache_key: cache-${{ github.sha }}-${{ matrix.package_extension }}-perl-net-curl-${{ matrix.distrib }}-${{ matrix.arch }}-${{ github.head_ref || github.ref_name }} rpm_gpg_key: ${{ secrets.RPM_GPG_SIGNING_KEY }} rpm_gpg_signing_key_id: ${{ secrets.RPM_GPG_SIGNING_KEY_ID }} diff --git a/.github/workflows/perl-openwsman.yml b/.github/workflows/perl-openwsman.yml index c646015355..fdefc37d59 100644 --- a/.github/workflows/perl-openwsman.yml +++ b/.github/workflows/perl-openwsman.yml @@ -22,6 +22,7 @@ jobs: package: needs: [get-environment] + if: ${{ needs.get-environment.outputs.stability != 'stable' }} strategy: fail-fast: false @@ -32,37 +33,31 @@ jobs: package_extension: rpm runner: ubuntu-22.04 arch: amd64 - version: 2.7.2 - image: packaging-plugins-alma9 distrib: el9 package_extension: rpm runner: ubuntu-22.04 arch: amd64 - version: 2.7.2 - image: packaging-plugins-bullseye distrib: bullseye package_extension: deb runner: ubuntu-22.04 arch: amd64 - version: 2.7.2 - image: packaging-plugins-bookworm distrib: bookworm package_extension: deb runner: ubuntu-22.04 arch: amd64 - version: 2.7.2 - image: packaging-plugins-jammy distrib: jammy package_extension: deb runner: ubuntu-22.04 arch: amd64 - version: 2.7.2 - image: packaging-plugins-bullseye-arm64 distrib: bullseye package_extension: deb runner: ["self-hosted", "collect-arm64"] arch: arm64 - version: 2.7.2 runs-on: ${{ matrix.runner }} @@ -74,6 +69,10 @@ jobs: name: package ${{ matrix.distrib }} ${{ matrix.arch }} + env: + version: "2.7.2" + release: "6" + steps: - name: Checkout sources uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 @@ -110,8 +109,8 @@ jobs: fi cd /tmp - wget -O - https://github.com/Openwsman/openwsman/archive/refs/tags/v${{ matrix.version }}.tar.gz|tar zxvf - - cd openwsman-${{ matrix.version }}/ + wget -O - https://github.com/Openwsman/openwsman/archive/refs/tags/v${{ env.version }}.tar.gz|tar zxvf - + cd openwsman-${{ env.version }}/ mkdir build cd build cmake .. -DBUILD_PYTHON=No -DBUILD_PYTHON3=No -DBUILD_JAVA=No -DBUILD_RUBY=No -DBUILD_PERL=Yes @@ -120,13 +119,23 @@ jobs: - name: Set package name and paths according to distrib run: | + if [[ "${{ matrix.package_extension }}" == "deb" ]]; then + apt-get install -y perl + else + dnf install -y perl + fi + + PERL_VERSION=$(perl -E "say $^V" | sed -E "s/v([0-9]+\.[0-9]+).+/\1/g") + + echo "Perl version is $PERL_VERSION" + if [[ "${{ matrix.package_extension }}" == "deb" ]]; then NAME_PERL="libopenwsman-perl" USRLIB="/usr/lib/" if [ "${{ matrix.arch }}" = "amd64" ]; then - PERL_VENDORARCH="/usr/lib/x86_64-linux-gnu/perl5/5.32" + PERL_VENDORARCH="/usr/lib/x86_64-linux-gnu/perl/$PERL_VERSION" else - PERL_VENDORARCH="/usr/lib/aarch64-linux-gnu/perl5/5.32" + PERL_VENDORARCH="/usr/lib/aarch64-linux-gnu/perl/$PERL_VERSION" fi else NAME_PERL="openwsman-perl" @@ -134,15 +143,13 @@ jobs: if [ "${{ matrix.distrib }}" = "el8" ]; then PERL_VENDORARCH="/usr/local/lib64/perl5" else - PERL_VENDORARCH="/usr/local/lib64/perl5/5.32" + PERL_VENDORARCH="/usr/local/lib64/perl5/$PERL_VERSION" fi fi - sed -i "s/@VERSION@/${{ matrix.version }}/g" dependencies/perl-openwsman/libwsman.yaml sed -i "s#@USRLIB@#$USRLIB#g" dependencies/perl-openwsman/libwsman.yaml sed -i "s/@NAME@/$NAME_PERL/g" dependencies/perl-openwsman/perl-openwsman.yaml - sed -i "s/@VERSION@/${{ matrix.version }}/g" dependencies/perl-openwsman/perl-openwsman.yaml sed -i "s#@PERL_VENDORARCH@#$PERL_VENDORARCH#g" dependencies/perl-openwsman/perl-openwsman.yaml cat dependencies/perl-openwsman/sblim-sfcc.yaml @@ -158,7 +165,8 @@ jobs: distrib: ${{ matrix.distrib }} package_extension: ${{ matrix.package_extension }} arch: ${{ matrix.arch }} - release: 2 + version: ${{ env.version }} + release: ${{ env.release }} commit_hash: ${{ github.sha }} cache_key: cache-${{ github.sha }}-${{ matrix.package_extension }}-sblim-sfcc-${{ matrix.distrib }}-${{ matrix.arch }}-${{ github.head_ref || github.ref_name }} rpm_gpg_key: ${{ secrets.RPM_GPG_SIGNING_KEY }} @@ -173,7 +181,8 @@ jobs: distrib: ${{ matrix.distrib }} package_extension: ${{ matrix.package_extension }} arch: ${{ matrix.arch }} - release: 4 + version: ${{ env.version }} + release: ${{ env.release }} commit_hash: ${{ github.sha }} cache_key: cache-${{ github.sha }}-${{ matrix.package_extension }}-libwsman-${{ matrix.distrib }}-${{ matrix.arch }}-${{ github.head_ref || github.ref_name }} rpm_gpg_key: ${{ secrets.RPM_GPG_SIGNING_KEY }} @@ -188,7 +197,8 @@ jobs: distrib: ${{ matrix.distrib }} package_extension: ${{ matrix.package_extension }} arch: ${{ matrix.arch }} - release: 4 + version: ${{ env.version }} + release: ${{ env.release }} commit_hash: ${{ github.sha }} cache_key: cache-${{ github.sha }}-${{ matrix.package_extension }}-perl-openwsman-${{ matrix.distrib }}-${{ matrix.arch }}-${{ github.head_ref || github.ref_name }} rpm_gpg_key: ${{ secrets.RPM_GPG_SIGNING_KEY }} @@ -196,15 +206,6 @@ jobs: rpm_gpg_signing_passphrase: ${{ secrets.RPM_GPG_SIGNING_PASSPHRASE }} stability: ${{ needs.get-environment.outputs.stability }} - # set condition to true if artifacts are needed - - if: ${{ false }} - name: Upload package artifacts - uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 - with: - name: packages-${{ matrix.distrib }}-${{ matrix.arch }} - path: ./*.${{ matrix.package_extension}} - retention-days: 1 - deliver-rpm: needs: [get-environment, package] if: ${{ contains(fromJson('["testing", "unstable"]'), needs.get-environment.outputs.stability) }} diff --git a/.github/workflows/perl-vmware-vsphere.yml b/.github/workflows/perl-vmware-vsphere.yml index 2d16d5ebc2..7c284e42ec 100644 --- a/.github/workflows/perl-vmware-vsphere.yml +++ b/.github/workflows/perl-vmware-vsphere.yml @@ -23,6 +23,8 @@ jobs: version_file: connectors/vmware/src/centreon/script/centreon_vmware.pm get-sources: + needs: [get-environment] + if: ${{ needs.get-environment.outputs.stability != 'stable' }} runs-on: ubuntu-22.04 steps: - name: Download vsphere cli sources @@ -45,28 +47,43 @@ jobs: key: ${{ github.sha }}-${{ github.run_id }}-sources-perl-vmware-vsphere package: - needs: - - get-sources - - get-environment - runs-on: ubuntu-22.04 + needs: [get-environment, get-sources] + strategy: matrix: include: - package_extension: rpm image: packaging-plugins-alma8 distrib: el8 + runner: ubuntu-22.04 + arch: amd64 - package_extension: rpm image: packaging-plugins-alma9 distrib: el9 + runner: ubuntu-22.04 + arch: amd64 - package_extension: deb image: packaging-plugins-bullseye distrib: bullseye + runner: ubuntu-22.04 + arch: amd64 - package_extension: deb image: packaging-plugins-bookworm distrib: bookworm + runner: ubuntu-22.04 + arch: amd64 - package_extension: deb image: packaging-plugins-jammy distrib: jammy + runner: ubuntu-22.04 + arch: amd64 + - package_extension: deb + image: packaging-plugins-bullseye-arm64 + distrib: bullseye + runner: ["self-hosted", "collect-arm64"] + arch: arm64 + + runs-on: ${{ matrix.runner }} container: image: ${{ vars.DOCKER_INTERNAL_REGISTRY_URL }}/${{ matrix.image }} @@ -74,7 +91,7 @@ jobs: username: ${{ secrets.DOCKER_REGISTRY_ID }} password: ${{ secrets.DOCKER_REGISTRY_PASSWD }} - name: package ${{ matrix.distrib }} + name: package ${{ matrix.distrib }} ${{ matrix.arch }} steps: - name: Checkout sources @@ -87,25 +104,50 @@ jobs: key: ${{ github.sha }}-${{ github.run_id }}-sources-perl-vmware-vsphere fail-on-cache-miss: true + - name: Set paths according to distrib + run: | + PERL_VERSION=$(perl -E "say $^V" | sed -E "s/v([0-9]+\.[0-9]+).+/\1/g") + + echo "Perl version is $PERL_VERSION" + + if [[ "${{ matrix.package_extension }}" == "deb" ]]; then + if [ "${{ matrix.arch }}" = "amd64" ]; then + PERL_VENDORARCH="/usr/lib/x86_64-linux-gnu/perl/$PERL_VERSION" + else + PERL_VENDORARCH="/usr/lib/aarch64-linux-gnu/perl/$PERL_VERSION" + fi + else + if [ "${{ matrix.distrib }}" = "el8" ]; then + PERL_VENDORARCH="/usr/local/lib64/perl5" + else + PERL_VENDORARCH="/usr/local/lib64/perl5/$PERL_VERSION" + fi + fi + + sed -i "s#@PERL_VENDORARCH@#$PERL_VENDORARCH#g" dependencies/perl-vmware-vsphere/packaging/perl-vmware-vsphere.yaml + + cat dependencies/perl-vmware-vsphere/packaging/perl-vmware-vsphere.yaml + shell: bash + - name: Package uses: ./.github/actions/package-nfpm with: nfpm_file_pattern: "dependencies/perl-vmware-vsphere/packaging/perl-vmware-vsphere.yaml" distrib: ${{ matrix.distrib }} package_extension: ${{ matrix.package_extension }} + arch: ${{ matrix.arch }} commit_hash: ${{ github.sha }} - release: ${{ needs.get-environment.outputs.release }} - cache_key: ${{ github.sha }}-${{ github.run_id }}-${{ matrix.package_extension }}-${{ matrix.distrib }} + version: "7.0.1" + release: "17698549" + cache_key: ${{ github.sha }}-${{ github.run_id }}-${{ matrix.package_extension }}-${{ matrix.distrib }}-${{ matrix.arch }} rpm_gpg_key: ${{ secrets.RPM_GPG_SIGNING_KEY }} rpm_gpg_signing_key_id: ${{ secrets.RPM_GPG_SIGNING_KEY_ID }} rpm_gpg_signing_passphrase: ${{ secrets.RPM_GPG_SIGNING_PASSPHRASE }} stability: ${{ needs.get-environment.outputs.stability }} deliver-rpm: - needs: - - get-environment - - package - if: ${{ contains(fromJson('["stable", "testing", "unstable"]'), needs.get-environment.outputs.stability) }} + needs: [get-environment, package] + if: ${{ contains(fromJson('["testing", "unstable"]'), needs.get-environment.outputs.stability) }} runs-on: [self-hosted, common] strategy: @@ -119,22 +161,28 @@ jobs: - name: Delivery uses: ./.github/actions/rpm-delivery with: - module_name: perl-vmware-vsphere + module_name: perl-vmware-vsphere-amd64 distrib: ${{ matrix.distrib }} - cache_key: ${{ github.sha }}-${{ github.run_id }}-rpm-${{ matrix.distrib }} + cache_key: ${{ github.sha }}-${{ github.run_id }}-rpm-${{ matrix.distrib }}-amd64 stability: ${{ needs.get-environment.outputs.stability }} artifactory_token: ${{ secrets.ARTIFACTORY_ACCESS_TOKEN }} deliver-deb: - needs: - - get-environment - - package - if: ${{ contains(fromJson('["stable", "testing", "unstable"]'), needs.get-environment.outputs.stability) }} + needs: [get-environment, package] + if: ${{ contains(fromJson('["testing", "unstable"]'), needs.get-environment.outputs.stability) }} runs-on: [self-hosted, common] strategy: matrix: - distrib: [bullseye, bookworm, jammy] + include: + - distrib: bullseye + arch: amd64 + - distrib: bullseye + arch: arm64 + - distrib: bookworm + arch: amd64 + - distrib: jammy + arch: amd64 steps: - name: Checkout sources @@ -143,8 +191,38 @@ jobs: - name: Delivery uses: ./.github/actions/deb-delivery with: - module_name: perl-vmware-vsphere + module_name: perl-vmware-vsphere-${{ matrix.arch }} distrib: ${{ matrix.distrib }} - cache_key: ${{ github.sha }}-${{ github.run_id }}-deb-${{ matrix.distrib }} + cache_key: ${{ github.sha }}-${{ github.run_id }}-deb-${{ matrix.distrib }}-${{ matrix.arch }} stability: ${{ needs.get-environment.outputs.stability }} artifactory_token: ${{ secrets.ARTIFACTORY_ACCESS_TOKEN }} + + promote: + needs: [get-environment] + if: ${{ contains(fromJson('["stable"]'), needs.get-environment.outputs.stability) }} + runs-on: [self-hosted, common] + strategy: + matrix: + include: + - distrib: el8 + arch: amd64 + - distrib: el9 + arch: amd64 + - distrib: bullseye + arch: amd64 + - distrib: bookworm + arch: amd64 + - distrib: bullseye + arch: arm64 + + steps: + - name: Checkout sources + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + + - name: Promote ${{ matrix.distrib }} ${{ matrix.arch }} to stable + uses: ./.github/actions/promote-to-stable + with: + artifactory_token: ${{ secrets.ARTIFACTORY_ACCESS_TOKEN }} + module: perl-vmware-vsphere-${{ matrix.arch }} + distrib: ${{ matrix.distrib }} + stability: ${{ needs.get-environment.outputs.stability }} diff --git a/connectors/vmware/src/centreon/script/centreon_vmware.pm b/connectors/vmware/src/centreon/script/centreon_vmware.pm index a82c464326..f491dea1e3 100644 --- a/connectors/vmware/src/centreon/script/centreon_vmware.pm +++ b/connectors/vmware/src/centreon/script/centreon_vmware.pm @@ -40,9 +40,9 @@ BEGIN { # it's a hack if you unset that #$ENV{PERL_NET_HTTPS_SSL_SOCKET_CLASS} = "Net::SSL"; - # The option is not omit to verify the certificate chain. + # The option is not omit to verify the certificate chain. $ENV{PERL_LWP_SSL_VERIFY_HOSTNAME} = 0; - + eval { # required for new IO::Socket::SSL versions require IO::Socket::SSL; @@ -54,7 +54,7 @@ BEGIN { use base qw(centreon::vmware::script); use vars qw(%centreon_vmware_config); -my $VERSION = '3.2.5'; +my $VERSION = '3.2.6'; my %handlers = (TERM => {}, HUP => {}, CHLD => {}); my @load_modules = ( diff --git a/connectors/vmware/src/centreon/vmware/common.pm b/connectors/vmware/src/centreon/vmware/common.pm index 5c5080ad32..0d58f776fd 100644 --- a/connectors/vmware/src/centreon/vmware/common.pm +++ b/connectors/vmware/src/centreon/vmware/common.pm @@ -45,7 +45,7 @@ sub init_response { my (%options) = @_; $manager_response->{code} = 0; - $manager_response->{vmware_connector_version} = '3.2.5'; + $manager_response->{vmware_connector_version} = '3.2.6'; $manager_response->{short_message} = 'OK'; $manager_response->{extra_message} = ''; $manager_response->{identity} = $options{identity} if (defined($options{identity})); diff --git a/connectors/vmware/src/centreon_vmware.pl b/connectors/vmware/src/centreon_vmware.pl index 050fd2fd19..2aa48ea429 100644 --- a/connectors/vmware/src/centreon_vmware.pl +++ b/connectors/vmware/src/centreon_vmware.pl @@ -1,15 +1,15 @@ #!/usr/bin/perl # Copyright 2015 Centreon (http://www.centreon.com/) # -# Centreon is a full-fledged industry-strength solution that meets -# the needs in IT infrastructure and application monitoring for +# Centreon is a full-fledged industry-strength solution that meets +# the needs in IT infrastructure and application monitoring for # service performance. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -50,7 +50,7 @@ =head1 OPTIONS =head1 DESCRIPTION -B will connect to ESX and/or VirtualCenter. +B will connect to ESX and/or VirtualCenter. Use the plugin 'apps::vmware::connector::plugin' from: https://github.com/centreon/centreon-plugins =cut diff --git a/dependencies/perl-crypt-argon2/perl-crypt-argon2.yaml b/dependencies/perl-crypt-argon2/perl-crypt-argon2.yaml index 943d069dd5..64b1d63d40 100644 --- a/dependencies/perl-crypt-argon2/perl-crypt-argon2.yaml +++ b/dependencies/perl-crypt-argon2/perl-crypt-argon2.yaml @@ -2,7 +2,7 @@ name: "@NAME@" arch: "${ARCH}" platform: "linux" version_schema: "none" -version: "0.019" +version: "0.020" release: "${RELEASE}${DIST}" section: "default" priority: "optional" diff --git a/dependencies/perl-filesys-smbclient/src/Makefile.PL b/dependencies/perl-filesys-smbclient/src/Makefile.PL index abc7dfeb52..5d55eb2912 100644 --- a/dependencies/perl-filesys-smbclient/src/Makefile.PL +++ b/dependencies/perl-filesys-smbclient/src/Makefile.PL @@ -10,4 +10,4 @@ WriteMakefile( DEFINE => '', INC => '-I.', OBJECT => 'libauthSamba.o SmbClient.o', -); \ No newline at end of file +); diff --git a/dependencies/perl-keepass-reader/src/lib/KeePass/Reader.pm b/dependencies/perl-keepass-reader/src/lib/KeePass/Reader.pm index 8f3f95f512..f6ad531571 100644 --- a/dependencies/perl-keepass-reader/src/lib/KeePass/Reader.pm +++ b/dependencies/perl-keepass-reader/src/lib/KeePass/Reader.pm @@ -31,7 +31,7 @@ sub new { sub error { my ($self, %options) = @_; - + if (defined($options{message})) { $self->{error_msg} = $options{message}; } @@ -42,7 +42,7 @@ sub error { sub load_db { my ($self, %options) = @_; - $self->{error_msg} = undef; + $self->{error_msg} = undef; $self->{buffer_file} = undef; $self->{master_read_pos} = 0; diff --git a/dependencies/perl-libssh-session/perl-libssh-session.yaml b/dependencies/perl-libssh-session/perl-libssh-session.yaml index a1f9c7116c..1720091391 100644 --- a/dependencies/perl-libssh-session/perl-libssh-session.yaml +++ b/dependencies/perl-libssh-session/perl-libssh-session.yaml @@ -33,7 +33,7 @@ contents: overrides: rpm: depends: - - perl + - perl-interpreter - libssh conflicts: - perl-Libssh-Session-debuginfo diff --git a/dependencies/perl-net-curl/perl-net-curl.yaml b/dependencies/perl-net-curl/perl-net-curl.yaml index 61cdfccf60..29964ff178 100644 --- a/dependencies/perl-net-curl/perl-net-curl.yaml +++ b/dependencies/perl-net-curl/perl-net-curl.yaml @@ -2,7 +2,7 @@ name: "@NAME@" arch: "${ARCH}" platform: "linux" version_schema: "none" -version: "0.54" +version: "0.55" release: "${RELEASE}${DIST}" section: "default" priority: "optional" @@ -40,7 +40,7 @@ contents: overrides: rpm: depends: - - perl + - perl-interpreter - libcurl conflicts: - perl-Net-Curl-debuginfo diff --git a/dependencies/perl-openwsman/libwsman.yaml b/dependencies/perl-openwsman/libwsman.yaml index 637fe83952..4cc1a71226 100644 --- a/dependencies/perl-openwsman/libwsman.yaml +++ b/dependencies/perl-openwsman/libwsman.yaml @@ -2,7 +2,7 @@ name: "libwsman1" arch: "${ARCH}" platform: "linux" version_schema: "none" -version: "@VERSION@" +version: "${VERSION}" release: "${RELEASE}${DIST}" section: "default" priority: "optional" @@ -14,16 +14,21 @@ homepage: "http://www.openwsman.org/" license: "BSD" contents: - - src: "/tmp/openwsman-@VERSION@/build/src/lib/libwsman.so.*" + - src: "/tmp/openwsman-${VERSION}/build/src/lib/libwsman.so.*" dst: "@USRLIB@" + expand: true file_info: mode: 0644 - - src: "/tmp/openwsman-@VERSION@/build/src/lib/libwsman_client.so.*" + + - src: "/tmp/openwsman-${VERSION}/build/src/lib/libwsman_client.so.*" dst: "@USRLIB@" + expand: true file_info: mode: 0644 - - src: "/tmp/openwsman-@VERSION@/build/src/lib/libwsman_curl_client_transport.so.*" + + - src: "/tmp/openwsman-${VERSION}/build/src/lib/libwsman_curl_client_transport.so.*" dst: "@USRLIB@" + expand: true file_info: mode: 0644 diff --git a/dependencies/perl-openwsman/perl-openwsman.yaml b/dependencies/perl-openwsman/perl-openwsman.yaml index b30faae467..6a50a62f9b 100644 --- a/dependencies/perl-openwsman/perl-openwsman.yaml +++ b/dependencies/perl-openwsman/perl-openwsman.yaml @@ -2,7 +2,7 @@ name: "@NAME@" arch: "${ARCH}" platform: "linux" version_schema: "none" -version: "@VERSION@" +version: "${VERSION}" release: "${RELEASE}${DIST}" section: "default" priority: "optional" @@ -14,13 +14,15 @@ homepage: "http://www.openwsman.org/" license: "BSD" contents: - - src: "/tmp/openwsman-@VERSION@/build/bindings/perl/openwsman.so" + - src: "/tmp/openwsman-${VERSION}/build/bindings/perl/openwsman.so" dst: "@PERL_VENDORARCH@/" + expand: true file_info: mode: 0644 - - src: "/tmp/openwsman-@VERSION@/build/bindings/perl/openwsman.pm" + - src: "/tmp/openwsman-${VERSION}/build/bindings/perl/openwsman.pm" dst: "@PERL_VENDORARCH@/" + expand: true file_info: mode: 0644 diff --git a/dependencies/perl-openwsman/sblim-sfcc.yaml b/dependencies/perl-openwsman/sblim-sfcc.yaml index fe6cf25c8b..7dd4a99d65 100644 --- a/dependencies/perl-openwsman/sblim-sfcc.yaml +++ b/dependencies/perl-openwsman/sblim-sfcc.yaml @@ -2,7 +2,7 @@ name: "sblim-sfcc" arch: "${ARCH}" platform: "linux" version_schema: "none" -version: "2.7.2" +version: "${VERSION}" release: "${RELEASE}${DIST}" section: "default" priority: "optional" diff --git a/dependencies/perl-vmware-vsphere/packaging/perl-vmware-vsphere.yaml b/dependencies/perl-vmware-vsphere/packaging/perl-vmware-vsphere.yaml index ec0a6178aa..f582d2d455 100644 --- a/dependencies/perl-vmware-vsphere/packaging/perl-vmware-vsphere.yaml +++ b/dependencies/perl-vmware-vsphere/packaging/perl-vmware-vsphere.yaml @@ -1,9 +1,9 @@ name: "perl-VMware-vSphere" -arch: "amd64" +arch: "${ARCH}" platform: "linux" version_schema: "none" -version: "7.0.0" -release: "17698549${DIST}" +version: "${VERSION}" +release: "${RELEASE}${DIST}" section: "default" priority: "optional" maintainer: "Centreon " @@ -20,18 +20,10 @@ license: "GPLv2+" contents: - src: "../../../vmware-vsphere-cli-distrib/VMware" - dst: "@PERL_SITELIB@/VMware" - packager: rpm - - src: "../../../vmware-vsphere-cli-distrib/VMware" - dst: "/usr/share/perl5/VMware" - packager: deb + dst: "@PERL_VENDORARCH@/VMware" - src: "../../../vmware-vsphere-cli-distrib/WSMan" - dst: "@PERL_SITELIB@/WSMan" - packager: rpm - - src: "../../../vmware-vsphere-cli-distrib/WSMan" - dst: "/usr/share/perl5/WSMan" - packager: deb + dst: "@PERL_VENDORARCH@/WSMan" overrides: rpm: From 5677f1a5022a5e2f24f964fd55ac26a2551049a5 Mon Sep 17 00:00:00 2001 From: omercier <32134301+omercier@users.noreply.github.com> Date: Mon, 19 Feb 2024 13:22:08 +0100 Subject: [PATCH 08/27] enh(readme): restructuring the readme file (#4907) Co-authored-by: smau <102975713+smau-centreon@users.noreply.github.com> --- README.md | 87 ++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 74 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 707d1e1a25..dd585e8e1b 100644 --- a/README.md +++ b/README.md @@ -8,26 +8,55 @@ [![Forks][forks-shield]][forks-url] [![Issues][issues-shield]][issues-url] +## What are Centreon Plugins -“centreon-plugins” is a free and open source project to monitor systems. The project can be used with Centreon and all monitoring softwares compatible with Nagios plugins. +[Centreon plugins](https://github.com/centreon/centreon-plugins/) is a free and open source project to monitor systems. The project can be used with Centreon and all monitoring softwares compatible with Nagios plugins. + +### Principles + +[Centreon plugins](https://github.com/centreon/centreon-plugins/) should comply with [Monitoring Plugins Development Guidelines](https://www.monitoring-plugins.org/doc/guidelines.html). + +In short, they return: +- An error code: + - `0` for `OK` + - `1` for `WARNING` + - `2` for `CRITICAL` + - `3` for `UNKNOWN` +- A human understandable output message (example: `OK: CPU(s) average usage is 2.66 % - CPU '0' usage : 2.66 %`). +- A set of metrics provided as *perfdata* after a `|` character (example: `'cpu.utilization.percentage'=2.66%;;;0;100 '0#core.cpu.utilization.percentage'=2.66%;;;0;100`). + +### What can Centreon Plugins monitor? You can monitor many systems: -* application: Apache, Asterisk, Elasticsearch, Github, Jenkins, Kafka, Nginx, Pfsense, Redis, Tomcat, Varnish,... -* cloud: AWS, Azure, Docker, Office365, Nutanix, Prometheus,... -* database: Firebird, Informix, MS SQL, MySQL, Oracle, Postgres, Cassandra -* hardware: printers (rfc3805), UPS (Powerware, Mge, Standard), Sun Hardware, Cisco UCS, SensorIP, HP Proliant, HP Bladechassis, Dell Openmanage, Dell CMC, Raritan,... -* network: Aruba, Brocade, Bluecoat, Brocade, Checkpoint, Cisco AP/IronPort/ASA/Standard, Extreme, Fortigate, H3C, Hirschmann, HP Procurve, F5 BIG-IP, Juniper, PaloAlto, Redback, Riverbed, Ruggedcom, Stonesoft,... -* os: Linux (SNMP, NRPE), Freebsd (SNMP), AIX (SNMP), Solaris (SNMP)... -* storage: EMC Clariion, Netapp, Nimble, HP MSA p2000, Dell EqualLogic, Qnap, Panzura, Synology... +* **Application**: Apache, Asterisk, Elasticsearch, Github, Jenkins, Kafka, Nginx, Pfsense, Redis, Tomcat, Varnish, etc. +* **Cloud**: AWS, Azure, Docker, Office365, Nutanix, Prometheus, etc. +* **Databases**: Firebird, Informix, MS SQL, MySQL, Oracle, Postgres, Cassandra. +* **Hardware**: printers (RFC3805), UPS (Powerware, Mge, Standard), Sun Hardware, Cisco UCS, SensorIP, HP Proliant, HP Bladechassis, Dell Openmanage, Dell CMC, Raritan, etc. +* **Network**: Aruba, Brocade, Bluecoat, Brocade, Checkpoint, Cisco AP/IronPort/ASA/Standard, Extreme, Fortigate, H3C, Hirschmann, HP Procurve, F5 BIG-IP, Juniper, PaloAlto, Redback, Riverbed, Ruggedcom, Stonesoft, etc. +* **Operating systems**: Linux (SNMP, NRPE), Freebsd (SNMP), AIX (SNMP), Solaris (SNMP), etc. +* **Storage**: EMC Clariion, Netapp, Nimble, HP MSA p2000, Dell EqualLogic, Qnap, Panzura, Synology, etc. + +To get a complete list, run: -## Basic Usage +```bash +perl src/centreon_plugins.pl --list-plugin +``` + +### Basic Usage We'll use a basic example to show you how to monitor a system. I have finished the install section and I want to monitor a Linux in SNMP. First, I need to find the plugin to use in the list: - $ perl centreon_plugins.pl --list-plugin | grep -i linux | grep 'PLUGIN' - PLUGIN: os::linux::local::plugin - PLUGIN: os::linux::snmp::plugin +```bash +perl centreon_plugins.pl --list-plugin | grep -i linux | grep 'PLUGIN' +``` + +It will return: + +``` +PLUGIN: os::linux::local::plugin +PLUGIN: os::linux::snmp::plugin +``` It seems that 'os::linux::snmp::plugin' is the good one. So I verify with the option ``--help`` to be sure: @@ -81,7 +110,39 @@ I can set threshold with options ``--warning`` and ``--critical``: For more information or help, please read ['doc/en/user/guide.rst'](./doc/en/user/guide.rst). -## Continuous integration +## Contributions + +### Code contributions/pull requests + +If you want to contribute by submitting new functionalities, enhancements or bug fixes, first thank you for participating :-) +Then have a look, if not already done, to our **[development guide](https://github.com/centreon/centreon-plugins/blob/develop/doc/en/developer/guide.md)**. +Then create a [fork](https://github.com/centreon/centreon-plugins/fork) and a development branch, and once it's done, you may submit a [pull request](https://github.com/centreon/centreon-plugins/pulls) that the corporate development team will examine. + +### Issues/bug reports + +If you encounter a behaviour that is clearly a bug or a regression, you are welcome to submit an [issue](https://github.com/centreon/centreon-plugins/issues). Please be aware that this is an open source project and that there is no guaranteed response time. + +### Questions/search for help + +If you have trouble using our plugins, but are not sure whether it's due to a bug or a misuse, please take the time to ask for help on [The Watch, Data Collection section](https://thewatch.centreon.com/data-collection-6) and become certain that it is a bug before submitting it here. + +### Feature/enhancement request + +There is high demand for new plugins and new functionalities on existing plugins, so we have to rely on our community to help us prioritize them. +How? Post your suggestion on [The Watch Ideas](https://thewatch.centreon.com/ideas) with as much detail as possible and we will pick the most voted topics to add them to our product roadmap. + +To develop a plugin/mode, we need the following information, depending on the protocol: +* **SNMP**: MIB files and full snmpwalk of enterprise branch (`snmpwalk -ObentU -v 2c -c public address .1.3.6.1.4.1 > equipment.snmpwalk`) or [SNMP collections](https://thewatch.centreon.com/product-how-to-21/snmp-collection-tutorial-132). +* **HTTP API (SOAP, Rest/Json, XML-RPC)**: the documentation and some curl examples or HTTP [collections](https://thewatch.centreon.com/data-collection-6/centreon-plugins-discover-collection-modes-131). +* **CLI**: command line examples (command + result). +* **SQL**: queries + results + column types or [SQL collections](https://thewatch.centreon.com/product-how-to-21/sql-collection-tutorial-134). +* **JMX**: mbean names and attributes. + +If some information is confidential, such as logins or IP addresses, obfuscate them in what is sent publicly and we'll get in touch with you by private message if this information is needed. + +Please note that all the developments are open source, we will not commit to a release date. If it is an emergency for you, please contact [Centreon's sales team](https://www.centreon.com/contact/). + +### Continuous integration Please follow documentation [here](./doc/CI.md) From a71e4e5c6380d937fabfc6baf6aa288cf461b279 Mon Sep 17 00:00:00 2001 From: omercier <32134301+omercier@users.noreply.github.com> Date: Tue, 20 Feb 2024 13:08:40 +0100 Subject: [PATCH 09/27] fix(plugin): fixed an error in the recognition of the product version (#4919) --- .../socomec/netvision/snmp/mode/battery.pm | 2 +- .../hardware-ups-socomec-netvision-snmp.robot | 52 +++++++++++++++++++ .../netvision/snmp/mode/battery.snmpwalk | 11 ++++ 3 files changed, 64 insertions(+), 1 deletion(-) create mode 100644 tests/functional/snmp/hardware-ups-socomec-netvision-snmp.robot create mode 100644 tests/resources/snmp/hardware/ups/socomec/netvision/snmp/mode/battery.snmpwalk diff --git a/src/hardware/ups/socomec/netvision/snmp/mode/battery.pm b/src/hardware/ups/socomec/netvision/snmp/mode/battery.pm index fbb6e8c7b0..cb62cf41e7 100644 --- a/src/hardware/ups/socomec/netvision/snmp/mode/battery.pm +++ b/src/hardware/ups/socomec/netvision/snmp/mode/battery.pm @@ -153,7 +153,7 @@ sub manage_selection { my $snmp_result = $options{snmp}->get_leef( oids => [ map($_->{oid} . '.0', values(%{$mapping->{$label}})) ] ); - if (!defined($snmp_result->{ $mapping->{netvision6}->{status} . '.0' })) { + if (!defined($snmp_result->{ $mapping->{netvision6}->{status}->{oid} . '.0' })) { $label = 'netvision5'; $snmp_result = $options{snmp}->get_leef( oids => [ map($_->{oid} . '.0', values(%{$mapping->{$label}})) ], diff --git a/tests/functional/snmp/hardware-ups-socomec-netvision-snmp.robot b/tests/functional/snmp/hardware-ups-socomec-netvision-snmp.robot new file mode 100644 index 0000000000..ce95f7a57a --- /dev/null +++ b/tests/functional/snmp/hardware-ups-socomec-netvision-snmp.robot @@ -0,0 +1,52 @@ +*** Settings *** +Documentation Hardware UPS Socomec Netvision SNMP plugin + +Library OperatingSystem +Library String +Library Examples + +Test Timeout 120s + + +*** Variables *** +${CENTREON_PLUGINS} ${CURDIR}${/}..${/}..${/}..${/}src${/}centreon_plugins.pl + +${CMD} perl ${CENTREON_PLUGINS} --plugin=hardware::ups::socomec::netvision::snmp::plugin + +*** Test Cases *** +Battery ${tc}/4 + [Tags] hardware UPS snmp + ${command} Catenate + ... ${CMD} + ... --mode=battery + ... --hostname=127.0.0.1 + ... --snmp-version=2c + ... --snmp-port=2024 + ... --snmp-community=hardware/ups/socomec/netvision/snmp/mode/battery + + # Append options to command + ${opt} Append Option --warning-temperature ${w_temperature} + ${command} Catenate ${command} ${opt} + ${opt} Append Option --critical-temperature ${c_temperature} + ${command} Catenate ${command} ${opt} + + ${output} Run ${command} + ${output} Strip String ${output} + Should Be Equal As Strings + ... ${output} + ... ${expected_result} + ... Wrong output result for compliance of ${expected_result}{\n}Command output:{\n}${output}{\n}{\n}{\n} + + Examples: tc w_temperature c_temperature expected_result -- + ... 1 30 50 OK: battery status is normal - charge remaining: 100% (0 minutes remaining) | 'battery.charge.remaining.percent'=100%;;;0;100 'battery.charge.remaining.minutes'=0;;;0; 'battery.voltage.volt'=339.1V;;;; 'battery.temperature.celsius'=22C;0:30;0:50;; + ... 2 20 50 WARNING: temperature: 22 C | 'battery.charge.remaining.percent'=100%;;;0;100 'battery.charge.remaining.minutes'=0;;;0; 'battery.voltage.volt'=339.1V;;;; 'battery.temperature.celsius'=22C;0:20;0:50;; + ... 3 10 20 CRITICAL: temperature: 22 C | 'battery.charge.remaining.percent'=100%;;;0;100 'battery.charge.remaining.minutes'=0;;;0; 'battery.voltage.volt'=339.1V;;;; 'battery.temperature.celsius'=22C;0:10;0:20;; + ... 4 _empty_ _empty_ OK: battery status is normal - charge remaining: 100% (0 minutes remaining) | 'battery.charge.remaining.percent'=100%;;;0;100 'battery.charge.remaining.minutes'=0;;;0; 'battery.voltage.volt'=339.1V;;;; 'battery.temperature.celsius'=22C;;;; + +*** Keywords *** +Append Option + [Documentation] Concatenates the first argument (option) with the second (value) after having replaced the value with "" if its content is '_empty_' + [Arguments] ${option} ${value} + ${value} Set Variable If '${value}' == '_empty_' '' ${value} + [return] ${option}=${value} + diff --git a/tests/resources/snmp/hardware/ups/socomec/netvision/snmp/mode/battery.snmpwalk b/tests/resources/snmp/hardware/ups/socomec/netvision/snmp/mode/battery.snmpwalk new file mode 100644 index 0000000000..dc7512f491 --- /dev/null +++ b/tests/resources/snmp/hardware/ups/socomec/netvision/snmp/mode/battery.snmpwalk @@ -0,0 +1,11 @@ +.1.3.6.1.4.1.4555.1.1.7.1.2.1.0 = INTEGER: 2 +.1.3.6.1.4.1.4555.1.1.7.1.2.3.0 = INTEGER: 0 +.1.3.6.1.4.1.4555.1.1.7.1.2.4.0 = INTEGER: 100 +.1.3.6.1.4.1.4555.1.1.7.1.2.5.0 = INTEGER: 3391 +.1.3.6.1.4.1.4555.1.1.7.1.2.6.0 = INTEGER: 220 +.1.3.6.1.4.1.4555.1.1.7.1.2.8.0 = INTEGER: 0 +.1.3.6.1.4.1.4555.1.1.1.1.2.1.0 = INTEGER: 2 +.1.3.6.1.4.1.4555.1.1.1.1.2.3.0 = INTEGER: 0 +.1.3.6.1.4.1.4555.1.1.1.1.2.4.0 = INTEGER: 100 +.1.3.6.1.4.1.4555.1.1.1.1.2.5.0 = INTEGER: 3391 +.1.3.6.1.4.1.4555.1.1.1.1.2.6.0 = INTEGER: 22 From a38259a52d76b8bd3a68cc810a424c3868c5ccd0 Mon Sep 17 00:00:00 2001 From: omercier <32134301+omercier@users.noreply.github.com> Date: Tue, 27 Feb 2024 14:32:18 +0100 Subject: [PATCH 10/27] fix(errmsg): attempt to fix #4703 (renew old PR) (#4892) --- src/centreon/plugins/templates/hardware.pm | 31 +++++------ .../snmp/hardware-sensors-apc-snmp.robot | 53 +++++++++++++++++++ .../hardware/sensors/apc/sensors.snmpwalk | 10 ++++ 3 files changed, 79 insertions(+), 15 deletions(-) create mode 100644 tests/functional/snmp/hardware-sensors-apc-snmp.robot create mode 100644 tests/resources/snmp/hardware/sensors/apc/sensors.snmpwalk diff --git a/src/centreon/plugins/templates/hardware.pm b/src/centreon/plugins/templates/hardware.pm index 2c58682fad..213f578eca 100644 --- a/src/centreon/plugins/templates/hardware.pm +++ b/src/centreon/plugins/templates/hardware.pm @@ -277,6 +277,7 @@ sub display { foreach my $comp (sort(keys %{$self->{components}})) { # Skipping short msg when no components next if (!defined($self->{option_results}->{no_component_count}) && $self->{components}->{$comp}->{total} == 0 && $self->{components}->{$comp}->{skip} == 0); + next if (defined($self->{option_results}->{component}) && $comp !~ /$self->{option_results}->{component}/ ); if ($self->{count} == 1) { ($exit, $warn, $crit) = $self->get_severity_count(label => $comp, value => $self->{components}->{$comp}->{total}); @@ -488,24 +489,24 @@ Default template for hardware. Should be extended. =item B<--component> -Which component to check (default: '.*'). -Can be: 'xxx', 'yyy'. +Define which component should be monitored based on their names. +This option will be treated as a regular expression. +All components are included by default ('.*'). =item B<--filter> -Exclude the items given as a comma-separated list (example: --filter=xxx --filter=yyyy). -You can also exclude items from specific instances: --filter=xxxxx,instancevalue +Exclude some components. This option can be called several times (example: --filter=component1 --filter=component2). +You can also exclude components from a specific instance (example: --filter=component_name,instance_value). =item B<--absent-problem> -Return an error if an entity is not 'present' (default is skipping) (comma separated list) -Can be specific or global: --absent-problem=xxxx,instancevalue +Return an error if a component is not 'present' (default is skipping). +It can be set globally or for a specific instance: --absent-problem='component_name' or --absent-problem='component_name,instance_value'. =item B<--no-component> Define the expected status if no components are found (default: critical). - =item B<--threshold-overload> Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp). @@ -513,21 +514,21 @@ Example: --threshold-overload='xxxxx,CRITICAL,^(?!(normal)$)' =item B<--warning> -Set warning threshold for temperatures (syntax: type,instance,threshold) -Example: --warning='xxxxx,.*,30' +Define the warning threshold for temperatures (syntax: type,instance,threshold) +Example: --warning='temperature,.*,30' =item B<--critical> -Set critical threshold for temperatures (syntax: type,instance,threshold) -Example: --critical='xxxxx,.*,40' +Define the critical threshold for temperatures (syntax: type,instance,threshold) +Example: --critical='temperature,.*,40' -=item B<--warning-count-xxxx> +=item B<--warning-count-*> -Set warning threshold for component count. +Define the warning threshold for the number of components of one type (replace '*' with the component type). -=item B<--critical-count-xxxx> +=item B<--critical-count-*> -Set critical threshold for component count. +Define the critical threshold for the number of components of one type (replace '*' with the component type). =back diff --git a/tests/functional/snmp/hardware-sensors-apc-snmp.robot b/tests/functional/snmp/hardware-sensors-apc-snmp.robot new file mode 100644 index 0000000000..995dc39eec --- /dev/null +++ b/tests/functional/snmp/hardware-sensors-apc-snmp.robot @@ -0,0 +1,53 @@ +*** Settings *** +Documentation Hardware Sensors APC SNMP plugin + +Library OperatingSystem +Library String +Library Examples + +Test Timeout 120s + + +*** Variables *** +${CENTREON_PLUGINS} ${CURDIR}${/}..${/}..${/}..${/}src${/}centreon_plugins.pl + +${CMD} perl ${CENTREON_PLUGINS} --plugin=hardware::sensors::apc::snmp::plugin --mode=sensors --hostname=127.0.0.1 --snmp-version=2c --snmp-port=2024 + +*** Test Cases *** +APC Sensors ${tc}/9 + [Tags] hardware Sensors snmp + ${command} Catenate + ... ${CMD} + ... --snmp-community=hardware/sensors/apc/sensors + + # Append options to command + ${command} Append Option To Command ${command} --warning ${warning} + ${command} Append Option To Command ${command} --critical ${critical} + ${command} Append Option To Command ${command} --component ${component} + + ${output} Run ${command} + ${output} Strip String ${output} + Should Be Equal As Strings + ... ${output} + ... ${expected_result} + ... Wrong output result for compliance of ${expected_result}{\n}Command output:{\n}${output}{\n}{\n}{\n} +#--component 'temperature' --warning='humidity,.,45:65' --critical='humidity,.,35:70' + Examples: tc component warning critical expected_result -- + ... 1 _empty_ _empty_ _empty_ OK: All 2 components are ok [2/2 temperatures]. | 'Main Module:Sonde de temperature#hardware.sensor.temperature.celsius'=23C;;;; 'Main Module:Sonde de temperature#hardware.sensor.humidity.percentage'=35%;;;0;100 'hardware.temperature.count'=2;;;; + ... 2 _empty_ humidity,.,45:65 _empty_ WARNING: Humidity 'Main Module:Sonde de temperature' is 35 % | 'Main Module:Sonde de temperature#hardware.sensor.temperature.celsius'=23C;;;; 'Main Module:Sonde de temperature#hardware.sensor.humidity.percentage'=35%;45:65;;0;100 'hardware.temperature.count'=2;;;; + ... 3 _empty_ humidity,.,45:65 humidity,.,35:70 WARNING: Humidity 'Main Module:Sonde de temperature' is 35 % | 'Main Module:Sonde de temperature#hardware.sensor.temperature.celsius'=23C;;;; 'Main Module:Sonde de temperature#hardware.sensor.humidity.percentage'=35%;45:65;35:70;0;100 'hardware.temperature.count'=2;;;; + ... 4 _empty_ _empty_ _empty_ OK: All 2 components are ok [2/2 temperatures]. | 'Main Module:Sonde de temperature#hardware.sensor.temperature.celsius'=23C;;;; 'Main Module:Sonde de temperature#hardware.sensor.humidity.percentage'=35%;;;0;100 'hardware.temperature.count'=2;;;; + ... 5 _empty_ humidity,.,45:65 _empty_ WARNING: Humidity 'Main Module:Sonde de temperature' is 35 % | 'Main Module:Sonde de temperature#hardware.sensor.temperature.celsius'=23C;;;; 'Main Module:Sonde de temperature#hardware.sensor.humidity.percentage'=35%;45:65;;0;100 'hardware.temperature.count'=2;;;; + ... 6 _empty_ humidity,.,45:65 humidity,.,35:70 WARNING: Humidity 'Main Module:Sonde de temperature' is 35 % | 'Main Module:Sonde de temperature#hardware.sensor.temperature.celsius'=23C;;;; 'Main Module:Sonde de temperature#hardware.sensor.humidity.percentage'=35%;45:65;35:70;0;100 'hardware.temperature.count'=2;;;; + ... 7 .* _empty_ _empty_ OK: All 2 components are ok [2/2 temperatures]. | 'Main Module:Sonde de temperature#hardware.sensor.temperature.celsius'=23C;;;; 'Main Module:Sonde de temperature#hardware.sensor.humidity.percentage'=35%;;;0;100 'hardware.temperature.count'=2;;;; + ... 8 _empty_ temperature,.,22:25 temperature,.,22:25 OK: All 2 components are ok [2/2 temperatures]. | 'Main Module:Sonde de temperature#hardware.sensor.temperature.celsius'=23C;22:25;22:25;; 'Main Module:Sonde de temperature#hardware.sensor.humidity.percentage'=35%;;;0;100 'hardware.temperature.count'=2;;;; + ... 9 _empty_ _empty_ _empty_ OK: All 2 components are ok [2/2 temperatures]. | 'Main Module:Sonde de temperature#hardware.sensor.temperature.celsius'=23C;;;; 'Main Module:Sonde de temperature#hardware.sensor.humidity.percentage'=35%;;;0;100 'hardware.temperature.count'=2;;;; + +*** Keywords *** + +Append Option To Command + [Documentation] Concatenates the first argument (option) with the second (value) after having replaced the value with "" if its content is '_empty_' + [Arguments] ${cmd} ${option} ${value} + ${value} Set Variable If '${value}' == '_empty_' '' ${value} + [return] ${cmd} ${option}=${value} + diff --git a/tests/resources/snmp/hardware/sensors/apc/sensors.snmpwalk b/tests/resources/snmp/hardware/sensors/apc/sensors.snmpwalk new file mode 100644 index 0000000000..e5380183b2 --- /dev/null +++ b/tests/resources/snmp/hardware/sensors/apc/sensors.snmpwalk @@ -0,0 +1,10 @@ +.1.3.6.1.4.1.318.1.1.10.3.12.11.0 = INTEGER: 1 +.1.3.6.1.4.1.318.1.1.10.4.1.2.1.2.0 = STRING: Main Module +.1.3.6.1.4.1.318.1.1.10.4.2.3.1.1.0.1 = INTEGER: 0 +.1.3.6.1.4.1.318.1.1.10.4.2.3.1.2.0.1 = INTEGER: 1 +.1.3.6.1.4.1.318.1.1.10.4.2.3.1.3.0.1 = STRING: Sonde de temperature +.1.3.6.1.4.1.318.1.1.10.4.2.3.1.4.0.1 = STRING: salle serveur 1 +.1.3.6.1.4.1.318.1.1.10.4.2.3.1.5.0.1 = INTEGER: 23 +.1.3.6.1.4.1.318.1.1.10.4.2.3.1.6.0.1 = INTEGER: 35 +.1.3.6.1.4.1.318.1.1.10.4.2.3.1.7.0.1 = INTEGER: 2 +.1.3.6.1.4.1.318.1.1.10.4.2.3.1.8.0.1 = INTEGER: 1 \ No newline at end of file From c108c7cb694b4b5d7d89d8d4907fdcf23b788c30 Mon Sep 17 00:00:00 2001 From: omercier <32134301+omercier@users.noreply.github.com> Date: Tue, 27 Feb 2024 17:16:07 +0100 Subject: [PATCH 11/27] Ctor 378 fix snmp collections random issue (#4918) --- .github/workflows/spellchecker.yml | 2 +- src/apps/protocols/snmp/mode/collection.pm | 2 +- .../collection/snmp/sputnik-environment.json | 67 +++++++++++++++++++ .../snmp/snmp-collection-sputnik-snmp.robot | 46 +++++++++++++ 4 files changed, 115 insertions(+), 2 deletions(-) create mode 100644 src/contrib/collection/snmp/sputnik-environment.json create mode 100644 tests/functional/snmp/snmp-collection-sputnik-snmp.robot diff --git a/.github/workflows/spellchecker.yml b/.github/workflows/spellchecker.yml index 4330058fa0..ae4d9d4f63 100644 --- a/.github/workflows/spellchecker.yml +++ b/.github/workflows/spellchecker.yml @@ -27,7 +27,7 @@ jobs: list-files: shell filters: | plugins: - - added|modified: src/** + - added|modified: 'src/**/*.pm' - name: Install CPAN Libraries uses: shogo82148/actions-setup-perl@ea0507898383e7dbce382138da0c21af1849eb9e # v1.27.0 diff --git a/src/apps/protocols/snmp/mode/collection.pm b/src/apps/protocols/snmp/mode/collection.pm index 625bbc5312..0df162493e 100644 --- a/src/apps/protocols/snmp/mode/collection.pm +++ b/src/apps/protocols/snmp/mode/collection.pm @@ -242,7 +242,7 @@ sub collect_snmp_tables { my $used_instance = defined($table->{used_instance}) && $table->{used_instance} ne '' ? $table->{used_instance} : '\.(\d+)$'; my $snmp_result = $options{snmp}->get_table(oid => $table->{oid}); foreach (keys %$snmp_result) { - /$used_instance/; + /$used_instance/ or next; next if (defined($self->{snmp_collected}->{tables}->{ $table->{name} }->{$1})); my $instance = $1; diff --git a/src/contrib/collection/snmp/sputnik-environment.json b/src/contrib/collection/snmp/sputnik-environment.json new file mode 100644 index 0000000000..cdaefa7b5d --- /dev/null +++ b/src/contrib/collection/snmp/sputnik-environment.json @@ -0,0 +1,67 @@ +{ + "constants": {}, + "mapping": {}, + "snmp": { + "tables": [ + { + "name": "upsEnvSensors", + "oid": ".1.3.6.1.4.1.54661.1.1.1.2.2.1", + "used_instance": "\\.2\\.(\\d+)$", + "entries": [ + { + "name": "temperature", + "oid": ".1.3.6.1.4.1.54661.1.1.1.2.2.1.2" + }, + { + "name": "humidity", + "oid": ".1.3.6.1.4.1.54661.1.1.1.2.2.1.3" + } + ] + } + ] + }, + "selection_loop": [ + { + "name": "Sensors", + "source": "%(snmp.tables.upsEnvSensors)", + "expand_table": { + "upsEnvSensors": "%(snmp.tables.upsEnvSensors.[%(upsEnvSensors.instance)])" + }, + "functions": [ + { + "type": "replace", + "src": "%(upsEnvSensors.temperature)", + "expression": "s/(\\d?\\d)(\\d\\d)/$1.$2/" + } + ], + + "perfdatas": [ + { + "nlabel": "environment.temperature.celsius", + "instances": ["%(upsEnvSensors.instance)"], + "value": "%(upsEnvSensors.temperature)", + "critical": "", + "unit": "C" + }, + { + "nlabel": "environment.humidity.percent", + "instances": ["%(upsEnvSensors.instance)"], + "value": "%(upsEnvSensors.humidity)", + "critical": "", + "unit": "%", + "min": 0, + "max": 100 + } + ], + "formatting": { + "printf_msg": "Sensor '%s' temperature is '%s'°C and humidity is '%s'%%", + "printf_var": [ + "%(upsEnvSensors.instance)", + "%(upsEnvSensors.temperature)", + "%(upsEnvSensors.humidity)" + ], + "display_ok": true + } + } + ] +} \ No newline at end of file diff --git a/tests/functional/snmp/snmp-collection-sputnik-snmp.robot b/tests/functional/snmp/snmp-collection-sputnik-snmp.robot new file mode 100644 index 0000000000..2e380c0aab --- /dev/null +++ b/tests/functional/snmp/snmp-collection-sputnik-snmp.robot @@ -0,0 +1,46 @@ +*** Settings *** +Documentation Hardware UPS Sputnik SNMP plugin + +Library OperatingSystem +Library String +Library Examples + +Test Timeout 120s + + +*** Variables *** +${CENTREON_PLUGINS} ${CURDIR}${/}..${/}..${/}..${/}src${/}centreon_plugins.pl + +${CMD} perl ${CENTREON_PLUGINS} --plugin=apps::protocols::snmp::plugin + +*** Test Cases *** +SNMP Collection - Sputnik Environment ${tc}/3 + [Tags] SNMP Collection + ${command} Catenate + ... ${CMD} + ... --mode=collection + ... --hostname=127.0.0.1 + ... --snmp-version=2c + ... --snmp-port=2024 + ... --snmp-community=hardware-ups/hardware-ups-sputnik + ... --config=${CURDIR}${/}..${/}..${/}..${/}src/contrib/collection/snmp/sputnik-environment.json + + ${output} Run ${command} + ${output} Strip String ${output} + Should Be Equal As Strings + ... ${output} + ... ${expected_result} + ... Wrong output result for compliance of ${expected_result}{\n}Command output:{\n}${output}{\n}{\n}{\n} + + Examples: tc expected_result -- + ... 1 OK: Sensor '1' temperature is '20.06'°C and humidity is '33'% | '1#environment.temperature.celsius'=20.06C;;;; '1#environment.humidity.percent'=33%;;;0;100 + ... 2 OK: Sensor '1' temperature is '20.06'°C and humidity is '33'% | '1#environment.temperature.celsius'=20.06C;;;; '1#environment.humidity.percent'=33%;;;0;100 + ... 3 OK: Sensor '1' temperature is '20.06'°C and humidity is '33'% | '1#environment.temperature.celsius'=20.06C;;;; '1#environment.humidity.percent'=33%;;;0;100 + +*** Keywords *** +Append Option + [Documentation] Concatenates the first argument (option) with the second (value) after having replaced the value with "" if its content is '_empty_' + [Arguments] ${option} ${value} + ${value} Set Variable If '${value}' == '_empty_' '' ${value} + [return] ${option}=${value} + From 6393960d96d048d6063101fc7b5fb96b3b1fcf1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Chapron?= <34628915+sc979@users.noreply.github.com> Date: Thu, 29 Feb 2024 09:36:42 +0100 Subject: [PATCH 12/27] chore(ci): upgrade gha (#4929) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/perl-cpan-libraries.yml | 8 ++++---- .github/workflows/perl-crypt-argon2.yml | 2 +- .github/workflows/perl-json-path.yml | 2 +- .github/workflows/perl-libssh-session.yml | 2 +- .github/workflows/perl-net-curl.yml | 2 +- .github/workflows/plink.yml | 2 +- .github/workflows/plugins.yml | 6 +++--- .github/workflows/spellchecker.yml | 4 ++-- .github/workflows/tests-functional.yml | 4 ++-- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/perl-cpan-libraries.yml b/.github/workflows/perl-cpan-libraries.yml index 3bff9a9ba6..16ba4b17c8 100644 --- a/.github/workflows/perl-cpan-libraries.yml +++ b/.github/workflows/perl-cpan-libraries.yml @@ -216,7 +216,7 @@ jobs: shell: bash - if: ${{ contains(matrix.build_distribs, matrix.distrib) }} - uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 + uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 with: name: packages-${{ matrix.package_extension }}-${{ matrix.distrib }}-${{ steps.package-name.outputs.name_with_dash }} path: ./*.${{ matrix.package_extension }} @@ -347,7 +347,7 @@ jobs: shell: bash - if: ${{ contains(matrix.build_distribs, matrix.distrib) }} - uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 + uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 with: name: packages-${{ matrix.package_extension }}-${{ matrix.distrib }}-${{ steps.package-name.outputs.name_with_dash}} path: ./*.${{ matrix.package_extension }} @@ -410,7 +410,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3 with: name: packages-rpm-${{ matrix.distrib }} path: ./ @@ -433,7 +433,7 @@ jobs: matrix: distrib: [bullseye, bookworm, jammy] steps: - - uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3 with: name: packages-deb-${{ matrix.distrib }} path: ./ diff --git a/.github/workflows/perl-crypt-argon2.yml b/.github/workflows/perl-crypt-argon2.yml index 8629ba2607..808458b4cd 100644 --- a/.github/workflows/perl-crypt-argon2.yml +++ b/.github/workflows/perl-crypt-argon2.yml @@ -135,7 +135,7 @@ jobs: # set condition to true if artifacts are needed - if: ${{ false }} name: Upload package artifacts - uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 + uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 with: name: packages-${{ matrix.distrib }}-${{ matrix.arch }} path: ./*.${{ matrix.package_extension}} diff --git a/.github/workflows/perl-json-path.yml b/.github/workflows/perl-json-path.yml index 5289ab7984..f3206b70b1 100644 --- a/.github/workflows/perl-json-path.yml +++ b/.github/workflows/perl-json-path.yml @@ -122,7 +122,7 @@ jobs: # set condition to true if artifacts are needed - if: ${{ false }} name: Upload package artifacts - uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 + uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 with: name: packages-${{ matrix.distrib }} path: ./*.${{ matrix.package_extension}} diff --git a/.github/workflows/perl-libssh-session.yml b/.github/workflows/perl-libssh-session.yml index 3c0dca5a7d..69f068d40d 100644 --- a/.github/workflows/perl-libssh-session.yml +++ b/.github/workflows/perl-libssh-session.yml @@ -133,7 +133,7 @@ jobs: # set condition to true if artifacts are needed - if: ${{ false }} name: Upload package artifacts - uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 + uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 with: name: packages-${{ matrix.distrib }}-${{ matrix.arch }} path: ./*.${{ matrix.package_extension}} diff --git a/.github/workflows/perl-net-curl.yml b/.github/workflows/perl-net-curl.yml index 5a37803f91..830c2aaef9 100644 --- a/.github/workflows/perl-net-curl.yml +++ b/.github/workflows/perl-net-curl.yml @@ -133,7 +133,7 @@ jobs: # set condition to true if artifacts are needed - if: ${{ false }} name: Upload package artifacts - uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 + uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 with: name: packages-${{ matrix.distrib }}-${{ matrix.arch }} path: ./*.${{ matrix.package_extension }} diff --git a/.github/workflows/plink.yml b/.github/workflows/plink.yml index e5b55e53e4..1b1f64c235 100644 --- a/.github/workflows/plink.yml +++ b/.github/workflows/plink.yml @@ -102,7 +102,7 @@ jobs: path: ./*.rpm key: ${{ github.sha }}-${{ github.run_id }}-rpm-${{ matrix.distrib }} - - uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 + - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 with: name: packages-${{ matrix.distrib }} path: ./*.rpm diff --git a/.github/workflows/plugins.yml b/.github/workflows/plugins.yml index d2287bdf06..72d4f45d7f 100644 --- a/.github/workflows/plugins.yml +++ b/.github/workflows/plugins.yml @@ -37,7 +37,7 @@ jobs: with: python-version: '3.9' - - uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 # v2.11.1 + - uses: dorny/paths-filter@ebc4d7e9ebcb0b1eb21480bb8f43113e996ac77a # v3.0.1 id: filter with: base: ${{ github.ref }} @@ -93,7 +93,7 @@ jobs: fetch-depth: 1 - name: Prepare FatPacker - uses: shogo82148/actions-setup-perl@ea0507898383e7dbce382138da0c21af1849eb9e # v1.27.0 + uses: shogo82148/actions-setup-perl@28eae78d12c2bba1163aec45d123f6d9228bc307 # v1.29.0 with: perl-version: '5.34' install-modules-with: cpm @@ -155,7 +155,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - if: ${{ matrix.distrib == 'el7' }} - uses: actions/cache/restore@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 + uses: actions/cache/restore@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 with: path: ./build/ key: fatpacked-plugins-${{ github.sha }}-${{ github.run_id }} diff --git a/.github/workflows/spellchecker.yml b/.github/workflows/spellchecker.yml index ae4d9d4f63..1ccb28fbff 100644 --- a/.github/workflows/spellchecker.yml +++ b/.github/workflows/spellchecker.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 # v2.11.1 + - uses: dorny/paths-filter@ebc4d7e9ebcb0b1eb21480bb8f43113e996ac77a # v3.0.1 id: filter with: base: ${{ github.ref }} @@ -30,7 +30,7 @@ jobs: - added|modified: 'src/**/*.pm' - name: Install CPAN Libraries - uses: shogo82148/actions-setup-perl@ea0507898383e7dbce382138da0c21af1849eb9e # v1.27.0 + uses: shogo82148/actions-setup-perl@28eae78d12c2bba1163aec45d123f6d9228bc307 # v1.29.0 with: perl-version: '5.34' install-modules-with: cpm diff --git a/.github/workflows/tests-functional.yml b/.github/workflows/tests-functional.yml index 88dc3ebc56..ab6de004e6 100644 --- a/.github/workflows/tests-functional.yml +++ b/.github/workflows/tests-functional.yml @@ -28,7 +28,7 @@ jobs: sudo apt-get install -qqy snmpsim - name: Install Node.js - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: 16 @@ -36,7 +36,7 @@ jobs: run: npm install -g -D @mockoon/cli@3.1.0 - name: Install perl dependencies - uses: shogo82148/actions-setup-perl@ea0507898383e7dbce382138da0c21af1849eb9e # v1.27.0 + uses: shogo82148/actions-setup-perl@28eae78d12c2bba1163aec45d123f6d9228bc307 # v1.29.0 with: perl-version: '5.34' install-modules-with: cpm From 53162b34592d7513757297397a032156f0da7c5a Mon Sep 17 00:00:00 2001 From: Lucie Dubrunfaut <123162035+lucie-dubrunfaut@users.noreply.github.com> Date: Mon, 4 Mar 2024 10:49:13 +0100 Subject: [PATCH 13/27] [CTOR-306] [Plugin] [CommunityPR] Allow to filter ActiveMQ Brokers by mbean and attributes (#4883) Co-authored-by: Colin Gagnaire Co-authored-by: Lucie Dubrunfaut --- .github/scripts/stopwords.t | 3 ++ .github/workflows/plugins.yml | 2 +- src/apps/mq/activemq/jmx/mode/brokers.pm | 39 +++++++++++++++++++++++- 3 files changed, 42 insertions(+), 2 deletions(-) diff --git a/.github/scripts/stopwords.t b/.github/scripts/stopwords.t index ef299c3705..d363f846bf 100644 --- a/.github/scripts/stopwords.t +++ b/.github/scripts/stopwords.t @@ -4,12 +4,15 @@ Centreon Fortinet Fortigate license-instances-usage-prct +MBean OID oneaccess-sys-mib perfdata powershell +queue-messages-inflighted SNMP space-usage-prct SSH SureBackup +topic-messages-inflighted Veeam diff --git a/.github/workflows/plugins.yml b/.github/workflows/plugins.yml index 72d4f45d7f..24ba130101 100644 --- a/.github/workflows/plugins.yml +++ b/.github/workflows/plugins.yml @@ -155,7 +155,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - if: ${{ matrix.distrib == 'el7' }} - uses: actions/cache/restore@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + uses: actions/cache/restore@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 with: path: ./build/ key: fatpacked-plugins-${{ github.sha }}-${{ github.run_id }} diff --git a/src/apps/mq/activemq/jmx/mode/brokers.pm b/src/apps/mq/activemq/jmx/mode/brokers.pm index c79b790b50..fd0614fb9c 100644 --- a/src/apps/mq/activemq/jmx/mode/brokers.pm +++ b/src/apps/mq/activemq/jmx/mode/brokers.pm @@ -204,7 +204,8 @@ sub new { $options{options}->add_options(arguments => { 'filter-broker-name:s' => { name => 'filter_broker_name' }, 'filter-destination-name:s' => { name => 'filter_destination_name' }, - 'filter-destination-type:s' => { name => 'filter_destination_type' } + 'filter-destination-type:s' => { name => 'filter_destination_type' }, + 'request:s@' => { name => 'request' } }); return $self; @@ -238,6 +239,24 @@ sub manage_selection { ] } ]; + + if (defined($self->{option_results}->{request}) && $self->{option_results}->{request} ne '') { + centreon::plugins::misc::mymodule_load( + output => $self->{output}, module => 'JSON::XS', + error_msg => "Cannot load module 'JSON::XS'." + ); + $request = undef; + foreach (@{$self->{option_results}->{request}}) { + eval { + push @$request, JSON::XS->new->utf8->decode($_); + }; + if ($@) { + $self->{output}->add_option_msg(short_msg => "Cannot use request as it is a malformed JSON: " . $@); + $self->{output}->option_exit(); + } + } + } + my $result = $options{custom}->get_attributes(request => $request, nothing_quit => 1); $self->{cache_name} = 'activemq_' . $self->{mode} . '_' . md5_hex($options{custom}->get_connection_info()) . '_' . @@ -318,6 +337,24 @@ Filter destination name (can be a regexp). Filter destination type (can be a regexp). +=item B<--request> + +EXPERIMENTAL Option : Community-supported only (no support from Centreon at this time) + +Set the MBean and attributes to request (will replace defaults) +in a JSON-formatted fashion. + +This is useful to reduce the size of returned data by providing destination +type and name or broker name instead of filtering afterwards, and grabbing +exactly the wanted attributes. + +This can be set multiple times. + +Example: + +--request='{"mbean":"org.apache.activemq:brokerName=*,destinationName=MyQueue,destinationType=Queue,type=Broker","attributes":[{"name":"QueueSize"}]}' +--request='{"mbean":"org.apache.activemq:brokerName=*,type=Broker,service=Health","attributes":[{"name":"CurrentStatus"}]}' + =item B<--warning-status> Define the conditions to match for the status to be WARNING. From 2106593af61df40534c9e27a11fe643b4239c62a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Chapron?= <34628915+sc979@users.noreply.github.com> Date: Mon, 4 Mar 2024 11:06:32 +0100 Subject: [PATCH 14/27] chore(ci): downgrade action (#4935) --- .github/workflows/plugins.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/plugins.yml b/.github/workflows/plugins.yml index 24ba130101..c5d579dfd6 100644 --- a/.github/workflows/plugins.yml +++ b/.github/workflows/plugins.yml @@ -155,6 +155,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - if: ${{ matrix.distrib == 'el7' }} + # el7 is not compatible with checkout v4 which uses node20 uses: actions/cache/restore@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 with: path: ./build/ From 058620c545ded78ffa8332aca2cec61f909d6705 Mon Sep 17 00:00:00 2001 From: omercier <32134301+omercier@users.noreply.github.com> Date: Fri, 8 Mar 2024 16:02:50 +0100 Subject: [PATCH 15/27] new(pkg): build the nrpe daemon as nrpe4 (#4931) --- .github/workflows/nrpe.yml | 6 +- nrpe/packaging/centreon-nrpe4-daemon.yaml | 92 +++++++++++++++++++ nrpe/packaging/files/nrpe4.deb.service | 23 +++++ nrpe/packaging/files/nrpe4.rpm.service | 23 +++++ nrpe/packaging/files/nrpe4.sysconfig | 2 + .../files/nrpe4_add_centreon_cmd.patch | 29 ++++++ .../centreon-nrpe4-daemon-postinstall.sh | 31 +++++++ .../centreon-nrpe4-daemon-preinstall.sh | 6 ++ .../centreon-nrpe4-daemon-preremove.sh | 3 + .../deb.json | 2 + .../rpm.json | 7 +- 11 files changed, 219 insertions(+), 5 deletions(-) create mode 100644 nrpe/packaging/centreon-nrpe4-daemon.yaml create mode 100644 nrpe/packaging/files/nrpe4.deb.service create mode 100644 nrpe/packaging/files/nrpe4.rpm.service create mode 100644 nrpe/packaging/files/nrpe4.sysconfig create mode 100644 nrpe/packaging/files/nrpe4_add_centreon_cmd.patch create mode 100644 nrpe/packaging/scripts/centreon-nrpe4-daemon-postinstall.sh create mode 100644 nrpe/packaging/scripts/centreon-nrpe4-daemon-preinstall.sh create mode 100644 nrpe/packaging/scripts/centreon-nrpe4-daemon-preremove.sh diff --git a/.github/workflows/nrpe.yml b/.github/workflows/nrpe.yml index c51017cddd..7b542e1a49 100644 --- a/.github/workflows/nrpe.yml +++ b/.github/workflows/nrpe.yml @@ -20,7 +20,7 @@ jobs: get-environment: uses: ./.github/workflows/get-environment.yml with: - version_file: nrpe/packaging/centreon-nrpe3-daemon.yaml + version_file: nrpe/packaging/centreon-nrpe4-daemon.yaml package: needs: [get-environment] @@ -59,7 +59,7 @@ jobs: - name: Download nrpe sources run: | - curl -Lo - "https://github.com/NagiosEnterprises/nrpe/releases/download/nrpe-${{ needs.get-environment.outputs.version }}/nrpe-${{ needs.get-environment.outputs.version }}.tar.gz" | tar zxpf - + curl -sLo - "https://github.com/NagiosEnterprises/nrpe/releases/download/nrpe-${{ needs.get-environment.outputs.version }}/nrpe-${{ needs.get-environment.outputs.version }}.tar.gz" | tar zxpf - mv nrpe-${{ needs.get-environment.outputs.version }} nrpe-src shell: bash @@ -67,7 +67,7 @@ jobs: run: | cd nrpe-src - patch -p1 < ../nrpe/packaging/files/nrpe3_add_centreon_cmd.patch + patch -p1 < ../nrpe/packaging/files/nrpe4_add_centreon_cmd.patch if [ "${{ matrix.package_extension }}" = "deb" ]; then NAGIOS_PLUGINS_PATH="/usr/lib/nagios/plugins" diff --git a/nrpe/packaging/centreon-nrpe4-daemon.yaml b/nrpe/packaging/centreon-nrpe4-daemon.yaml new file mode 100644 index 0000000000..acf50c8c5e --- /dev/null +++ b/nrpe/packaging/centreon-nrpe4-daemon.yaml @@ -0,0 +1,92 @@ +name: "centreon-nrpe4-daemon" +arch: "amd64" +platform: "linux" +version_schema: "none" +version: "4.1.0" +release: "${RELEASE}${DIST}" +section: "default" +priority: "optional" +maintainer: "Centreon " +description: | + The centreon-nrpe packages contains the Nagios Remote Plug-ins Executor. + Daemon which can execute predefined commands on the remote host. + Commit: @COMMIT_HASH@ +vendor: "Centreon" +homepage: "https://centreon.com" +license: "GPLv2+" + +contents: + - src: "../../nrpe-src/src/nrpe" + dst: "/usr/sbin/centreon-nrpe4" + + - src: "../../nrpe-src/sample-config/nrpe.cfg" + dst: "/etc/nrpe/centreon-nrpe4.cfg" + type: config|noreplace + file_info: + mode: 0644 + + - src: "files/nrpe4.sysconfig" + dst: "/etc/sysconfig/centreon-nrpe4" + packager: rpm + file_info: + mode: 0644 + - src: "files/nrpe4.sysconfig" + dst: "/etc/default/centreon-nrpe4" + packager: deb + file_info: + mode: 0644 + + - src: "files/nrpe4.rpm.service" + dst: "/lib/systemd/system/centreon-nrpe4.service" + packager: rpm + file_info: + mode: 0644 + - src: "files/nrpe4.deb.service" + dst: "/lib/systemd/system/centreon-nrpe4.service" + packager: deb + file_info: + mode: 0644 + + - dst: "/var/log/nrpe" + type: dir + file_info: + mode: 0755 + owner: centreon-engine + group: centreon-engine + + - dst: "/var/log/nrpe/centplugins" + type: dir + file_info: + mode: 0755 + owner: centreon-engine + group: centreon-engine + +scripts: + preinstall: ./scripts/centreon-nrpe4-daemon-preinstall.sh + postinstall: ./scripts/centreon-nrpe4-daemon-postinstall.sh + preremove: ./scripts/centreon-nrpe4-daemon-preremove.sh + +overrides: + rpm: + replaces: + - centreon-nrpe4-daemon-debuginfo + - centreon-nrpe4-daemon-debugsource + conflicts: + - centreon-nrpe4-daemon-debuginfo + - centreon-nrpe4-daemon-debugsource + provides: + - centreon-nrpe4-daemon-debuginfo + - centreon-nrpe4-daemon-debugsource + deb: + replaces: + - centreon-nrpe4-daemon-dbgsym + conflicts: + - centreon-nrpe4-daemon-dbgsym + provides: + - centreon-nrpe4-daemon-dbgsym + +rpm: + summary: Nagios Remote Plugins Execution daemon + signature: + key_file: ${RPM_SIGNING_KEY_FILE} + key_id: ${RPM_SIGNING_KEY_ID} diff --git a/nrpe/packaging/files/nrpe4.deb.service b/nrpe/packaging/files/nrpe4.deb.service new file mode 100644 index 0000000000..cbcb430b6a --- /dev/null +++ b/nrpe/packaging/files/nrpe4.deb.service @@ -0,0 +1,23 @@ +[Unit] +Description=Nagios Remote Program Executor +Documentation=http://www.nagios.org/documentation +After=var-run.mount nss-lookup.target network.target local-fs.target time-sync.target +Before=getty@tty1.service plymouth-quit.service xdm.service +Conflicts=nrpe.socket +Requires=network.target + +[Service] +Type=forking +User=centreon-engine +Group=centreon-engine +EnvironmentFile=/etc/default/centreon-nrpe4 +ExecStart=/usr/sbin/centreon-nrpe4 -c /etc/nrpe/centreon-nrpe4.cfg -d $NRPE_OPT +Restart=on-abort +PIDFile=/var/log/nrpe/nrpe4.pid +ExecStopPost=/bin/rm -f /var/log/nrpe/nrpe4.pid +TimeoutStopSec=60 +PrivateTmp=false +OOMScoreAdjust=-500 + +[Install] +WantedBy=multi-user.target diff --git a/nrpe/packaging/files/nrpe4.rpm.service b/nrpe/packaging/files/nrpe4.rpm.service new file mode 100644 index 0000000000..c4b8b6e03f --- /dev/null +++ b/nrpe/packaging/files/nrpe4.rpm.service @@ -0,0 +1,23 @@ +[Unit] +Description=Nagios Remote Program Executor +Documentation=http://www.nagios.org/documentation +After=var-run.mount nss-lookup.target network.target local-fs.target time-sync.target +Before=getty@tty1.service plymouth-quit.service xdm.service +Conflicts=nrpe.socket +Requires=network.target + +[Service] +Type=forking +User=centreon-engine +Group=centreon-engine +EnvironmentFile=/etc/sysconfig/centreon-nrpe4 +ExecStart=/usr/sbin/centreon-nrpe4 -c /etc/nrpe/centreon-nrpe4.cfg -d $NRPE_OPT +Restart=on-abort +PIDFile=/var/log/nrpe/nrpe4.pid +ExecStopPost=/bin/rm -f /var/log/nrpe/nrpe4.pid +TimeoutStopSec=60 +PrivateTmp=false +OOMScoreAdjust=-500 + +[Install] +WantedBy=multi-user.target diff --git a/nrpe/packaging/files/nrpe4.sysconfig b/nrpe/packaging/files/nrpe4.sysconfig new file mode 100644 index 0000000000..a1fe957b4e --- /dev/null +++ b/nrpe/packaging/files/nrpe4.sysconfig @@ -0,0 +1,2 @@ +# specify additional command line arguments for nrpe +NRPE_OPT="" diff --git a/nrpe/packaging/files/nrpe4_add_centreon_cmd.patch b/nrpe/packaging/files/nrpe4_add_centreon_cmd.patch new file mode 100644 index 0000000000..7fed46e5f2 --- /dev/null +++ b/nrpe/packaging/files/nrpe4_add_centreon_cmd.patch @@ -0,0 +1,29 @@ +--- a/sample-config/nrpe.cfg.in 2018-09-14 13:40:08.496324915 +0200 ++++ b/sample-config/nrpe.cfg.in 2018-09-14 13:47:57.624296953 +0200 +@@ -40,7 +40,7 @@ + # number. The file is only written if the NRPE daemon is started by the root + # user and is running in standalone mode. + +-pid_file=@piddir@/nrpe.pid ++pid_file=@piddir@/nrpe4.pid + + + +@@ -119,7 +119,7 @@ + # + # Values: 0=do not allow arguments, 1=allow command arguments + +-dont_blame_nrpe=0 ++dont_blame_nrpe=1 + + + +@@ -300,7 +300,7 @@ + command[check_hda1]=@pluginsdir@/check_disk -w 20% -c 10% -p /dev/hda1 + command[check_zombie_procs]=@pluginsdir@/check_procs -w 5 -c 10 -s Z + command[check_total_procs]=@pluginsdir@/check_procs -w 150 -c 200 +- ++command[check_centreon_plugins]=/usr/lib/centreon/plugins/centreon_linux_local.pl --plugin=$ARG1$ --mode=$ARG2$ $ARG3$ + + # The following examples allow user-supplied arguments and can + # only be used if the NRPE daemon was compiled with support for diff --git a/nrpe/packaging/scripts/centreon-nrpe4-daemon-postinstall.sh b/nrpe/packaging/scripts/centreon-nrpe4-daemon-postinstall.sh new file mode 100644 index 0000000000..9623918669 --- /dev/null +++ b/nrpe/packaging/scripts/centreon-nrpe4-daemon-postinstall.sh @@ -0,0 +1,31 @@ +#!/bin/sh + +startNrpeDaemon() { + systemctl daemon-reload ||: + systemctl unmask centreon-nrpe4.service ||: + systemctl preset centreon-nrpe4.service ||: + systemctl enable centreon-nrpe4.service ||: + systemctl restart centreon-nrpe4.service ||: +} + +action="$1" +if [ "$1" = "configure" ] && [ -z "$2" ]; then + # Alpine linux does not pass args, and deb passes $1=configure + action="install" +elif [ "$1" = "configure" ] && [ -n "$2" ]; then + # deb passes $1=configure $2= + action="upgrade" +fi + +case "$action" in + "1" | "install") + startNrpeDaemon + ;; + "2" | "upgrade") + startNrpeDaemon + ;; + *) + # $1 == version being installed + startNrpeDaemon + ;; +esac diff --git a/nrpe/packaging/scripts/centreon-nrpe4-daemon-preinstall.sh b/nrpe/packaging/scripts/centreon-nrpe4-daemon-preinstall.sh new file mode 100644 index 0000000000..e15030f851 --- /dev/null +++ b/nrpe/packaging/scripts/centreon-nrpe4-daemon-preinstall.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +getent group centreon-engine > /dev/null 2>&1 || groupadd -r centreon-engine +getent passwd centreon-engine > /dev/null 2>&1 || useradd -g centreon-engine --shell /bin/bash -m -d /var/lib/centreon-engine -r centreon-engine > /dev/null 2>&1 ||: +mkdir -p /var/lib/centreon/centplugins/ +chown centreon-engine: /var/lib/centreon/centplugins/ diff --git a/nrpe/packaging/scripts/centreon-nrpe4-daemon-preremove.sh b/nrpe/packaging/scripts/centreon-nrpe4-daemon-preremove.sh new file mode 100644 index 0000000000..7bcbd7beae --- /dev/null +++ b/nrpe/packaging/scripts/centreon-nrpe4-daemon-preremove.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +systemctl stop centreon-nrpe4.service ||: diff --git a/packaging/centreon-plugin-Operatingsystems-Linux-Local/deb.json b/packaging/centreon-plugin-Operatingsystems-Linux-Local/deb.json index 8b49667cf1..5c7b077db5 100644 --- a/packaging/centreon-plugin-Operatingsystems-Linux-Local/deb.json +++ b/packaging/centreon-plugin-Operatingsystems-Linux-Local/deb.json @@ -1,5 +1,7 @@ { "dependencies": [ + "libdatetime-perl", + "libxml-libxml-perl", "net-tools", "quota" ] diff --git a/packaging/centreon-plugin-Operatingsystems-Linux-Local/rpm.json b/packaging/centreon-plugin-Operatingsystems-Linux-Local/rpm.json index 9804af0084..f2003e2753 100644 --- a/packaging/centreon-plugin-Operatingsystems-Linux-Local/rpm.json +++ b/packaging/centreon-plugin-Operatingsystems-Linux-Local/rpm.json @@ -2,9 +2,12 @@ "dependencies": [ "net-tools", "quota", + "lsof", "perl(Data::Dumper)", - "perl(Pod::Parser)", + "perl(DateTime)", "perl(Digest::MD5)", - "perl(NetAddr::IP)" + "perl(NetAddr::IP)", + "perl(Pod::Parser)", + "perl(XML::LibXML)" ] } From 321806011fbf70c19fd14a0fbcc3ef24629244e5 Mon Sep 17 00:00:00 2001 From: Evan-Adam <152897682+Evan-Adam@users.noreply.github.com> Date: Mon, 11 Mar 2024 11:25:35 +0100 Subject: [PATCH 16/27] [CTOR-284] new Datacore plugin with rest api (#4896) Co-authored-by: Sophie Depassio --- .github/scripts/stopwords.t | 5 +- .github/workflows/tests-functional.yml | 4 +- doc/en/developer/plugins_advanced.md | 4 +- .../deb.json | 4 + .../pkg.json | 9 + .../rpm.json | 4 + src/centreon/plugins/misc.pm | 8 + src/storage/datacore/restapi/custom/api.pm | 172 +++++++++++++++++ src/storage/datacore/restapi/mode/alerts.pm | 174 +++++++++++++++++ src/storage/datacore/restapi/mode/listpool.pm | 115 +++++++++++ .../datacore/restapi/mode/monitorstatus.pm | 148 +++++++++++++++ .../datacore/restapi/mode/poolspaceusage.pm | 121 ++++++++++++ src/storage/datacore/restapi/plugin.pm | 27 +++ ...l.robot => cloud-aws-cloudtrail.robot.old} | 12 +- ...ure-policyinsights-policystates.robot.old} | 21 +- .../api/storage-datacore-restapi.robot | 77 ++++++++ .../mockoon/storage-datacore-api.json | 174 +++++++++++++++++ .../mockoon/storage-datacore-restapi.json | 179 ++++++++++++++++++ 18 files changed, 1232 insertions(+), 26 deletions(-) create mode 100644 packaging/centreon-plugin-Hardware-Storage-DataCore-Sansymphony-Restapi/deb.json create mode 100644 packaging/centreon-plugin-Hardware-Storage-DataCore-Sansymphony-Restapi/pkg.json create mode 100644 packaging/centreon-plugin-Hardware-Storage-DataCore-Sansymphony-Restapi/rpm.json create mode 100644 src/storage/datacore/restapi/custom/api.pm create mode 100644 src/storage/datacore/restapi/mode/alerts.pm create mode 100644 src/storage/datacore/restapi/mode/listpool.pm create mode 100644 src/storage/datacore/restapi/mode/monitorstatus.pm create mode 100644 src/storage/datacore/restapi/mode/poolspaceusage.pm create mode 100644 src/storage/datacore/restapi/plugin.pm rename tests/functional/api/{cloud-aws-cloudtrail.robot => cloud-aws-cloudtrail.robot.old} (97%) rename tests/functional/api/{cloud-azure-policyinsights-policystates.robot => cloud-azure-policyinsights-policystates.robot.old} (87%) create mode 100644 tests/functional/api/storage-datacore-restapi.robot create mode 100644 tests/resources/mockoon/storage-datacore-api.json create mode 100644 tests/resources/mockoon/storage-datacore-restapi.json diff --git a/.github/scripts/stopwords.t b/.github/scripts/stopwords.t index d363f846bf..9c5c5a58b5 100644 --- a/.github/scripts/stopwords.t +++ b/.github/scripts/stopwords.t @@ -1,14 +1,17 @@ --filter-vdom --force-counters32 Centreon -Fortinet +Datacore Fortigate +Fortinet license-instances-usage-prct MBean OID oneaccess-sys-mib perfdata powershell +proto +Sansymphony queue-messages-inflighted SNMP space-usage-prct diff --git a/.github/workflows/tests-functional.yml b/.github/workflows/tests-functional.yml index ab6de004e6..c8f470c974 100644 --- a/.github/workflows/tests-functional.yml +++ b/.github/workflows/tests-functional.yml @@ -30,10 +30,10 @@ jobs: - name: Install Node.js uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: - node-version: 16 + node-version: 20 - name: Install Mockoon CLI - run: npm install -g -D @mockoon/cli@3.1.0 + run: npm install -g -D @mockoon/cli@6.2.0 - name: Install perl dependencies uses: shogo82148/actions-setup-perl@28eae78d12c2bba1163aec45d123f6d9228bc307 # v1.29.0 diff --git a/doc/en/developer/plugins_advanced.md b/doc/en/developer/plugins_advanced.md index f4dda783e2..b5f8a8a4b8 100644 --- a/doc/en/developer/plugins_advanced.md +++ b/doc/en/developer/plugins_advanced.md @@ -943,9 +943,9 @@ List of methods: * **new**: class constructor. Overload if you need to add some specific options or to use a statefile. * **check_options**: overload if you need to check your specific options. -* **manage_selection**: overload if *mandatory*. Method to get informations for +* **manage_selection**: overload is *mandatory*. Method to get informations for the equipment. -* **set_counters**: overload if **mandatory**. Method to configure counters. +* **set_counters**: overload is **mandatory**. Method to configure counters. **Class hardware** diff --git a/packaging/centreon-plugin-Hardware-Storage-DataCore-Sansymphony-Restapi/deb.json b/packaging/centreon-plugin-Hardware-Storage-DataCore-Sansymphony-Restapi/deb.json new file mode 100644 index 0000000000..9757fe1126 --- /dev/null +++ b/packaging/centreon-plugin-Hardware-Storage-DataCore-Sansymphony-Restapi/deb.json @@ -0,0 +1,4 @@ +{ + "dependencies": [ + ] +} diff --git a/packaging/centreon-plugin-Hardware-Storage-DataCore-Sansymphony-Restapi/pkg.json b/packaging/centreon-plugin-Hardware-Storage-DataCore-Sansymphony-Restapi/pkg.json new file mode 100644 index 0000000000..824189ab21 --- /dev/null +++ b/packaging/centreon-plugin-Hardware-Storage-DataCore-Sansymphony-Restapi/pkg.json @@ -0,0 +1,9 @@ +{ + "pkg_name": "centreon-plugin-Hardware-Storage-DataCore-Sansymphony-Restapi", + "pkg_summary": "Centreon Plugin", + "plugin_name": "centreon_datacore_api.pl", + "files": [ + "centreon/plugins/script_custom.pm", + "storage/datacore/api/" + ] +} diff --git a/packaging/centreon-plugin-Hardware-Storage-DataCore-Sansymphony-Restapi/rpm.json b/packaging/centreon-plugin-Hardware-Storage-DataCore-Sansymphony-Restapi/rpm.json new file mode 100644 index 0000000000..9757fe1126 --- /dev/null +++ b/packaging/centreon-plugin-Hardware-Storage-DataCore-Sansymphony-Restapi/rpm.json @@ -0,0 +1,4 @@ +{ + "dependencies": [ + ] +} diff --git a/src/centreon/plugins/misc.pm b/src/centreon/plugins/misc.pm index 94789397c8..29d4f7df4f 100644 --- a/src/centreon/plugins/misc.pm +++ b/src/centreon/plugins/misc.pm @@ -311,6 +311,14 @@ sub backtick { return (0, join("\n", @output), $return_code); } +sub is_empty { + my $value = shift; + if (!defined($value) or $value eq '') { + return 1; + } + return 0; +} + sub trim { my ($value) = $_[0]; diff --git a/src/storage/datacore/restapi/custom/api.pm b/src/storage/datacore/restapi/custom/api.pm new file mode 100644 index 0000000000..4f0de4d1a8 --- /dev/null +++ b/src/storage/datacore/restapi/custom/api.pm @@ -0,0 +1,172 @@ +# +# Copyright 2024 Centreon (http://www.centreon.com/) +# +# Centreon is a full-fledged industry-strength solution that meets +# the needs in IT infrastructure and application monitoring for +# service performance. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +package storage::datacore::restapi::custom::api; +use strict; +use warnings; +use centreon::plugins::http; +use centreon::plugins::statefile; +use JSON::XS; +use centreon::plugins::misc qw(empty); + +sub new { + my ($class, %options) = @_; + if (!defined($options{output})) { + print "Class Custom: Need to specify 'output' argument.\n"; + exit 3; + } + if (!defined($options{options})) { + $options{output}->add_option_msg(short_msg => "Class Custom: Need to specify 'options' argument."); + $options{output}->option_exit(); + } + my $self = {}; + bless $self, $class; + + + $options{options}->add_options(arguments => { + 'hostname:s' => { name => 'hostname' }, + 'port:s' => { name => 'port', default => 443 }, + 'proto:s' => { name => 'proto', default => 'https' }, + 'timeout:s' => { name => 'timeout' }, + 'username:s' => { name => 'username' }, + 'password:s' => { name => 'password' }, + 'unknown-http-status:s' => { name => 'unknown_http_status' }, + 'warning-http-status:s' => { name => 'warning_http_status' }, + 'critical-http-status:s' => { name => 'critical_http_status' } + }); + + $options{options}->add_help(package => __PACKAGE__, sections => 'REST API OPTIONS', once => 1); + + $self->{output} = $options{output}; + + $self->{http} = centreon::plugins::http->new(%options, default_backend => 'curl'); + + return $self; +} + +sub set_options { + my ($self, %options) = @_; + + $self->{option_results} = $options{option_results}; +} +sub set_defaults {} + +# hostname,username and password are required options +sub check_options { + my ($self, %options) = @_; + $self->{http}->set_options(%{$self->{option_results}}); + + $self->{timeout} = (defined($self->{option_results}->{timeout})) ? $self->{option_results}->{timeout} : 50; + + if (centreon::plugins::misc::is_empty($self->{option_results}->{hostname})) { + $self->{output}->add_option_msg(short_msg => 'Please set hostname option'); + $self->{output}->option_exit(); + } + if (centreon::plugins::misc::is_empty($self->{option_results}->{username})) { + $self->{output}->add_option_msg(short_msg => 'Please set username option to authenticate against datacore rest api'); + $self->{output}->option_exit(); + } + if (centreon::plugins::misc::is_empty($self->{option_results}->{password})) { + $self->{output}->add_option_msg(short_msg => 'Please set password option to authenticate against datacore rest api'); + $self->{output}->option_exit(); + } + +} + +sub settings { + my ($self, %options) = @_; + + return if (defined($self->{settings_done})); + $self->{http}->add_header(key => 'ServerHost', value => $self->{option_results}->{hostname}); + $self->{http}->set_options(basic => 1, credentials => 1); + $self->{settings_done} = 1; +} + +# wrapper around centreon::plugins::http::request to add authentication and decode json. +# output : deserialized json from the api if not error found in http call. +sub request_api { + my ($self, %options) = @_; + + # datacore api require a ServerHost header with the hostname used to query the api to respond. + # authentication is http standard basic auth. + my $result = $self->{http}->request( + username => $self->{option_results}->{username}, + password => $self->{option_results}->{password}, + unknown_status => $self->{option_results}->{unknown_http_status}, + warning_status => $self->{option_results}->{warning_http_status}, + critical_status => $self->{option_results}->{critical_http_status}, + %options, + ); + # Declare a scalar to deserialize the JSON content string into a perl data structure + my $decoded_content; + eval { + $decoded_content = JSON::XS->new->decode($result); + }; + # Catch the error that may arise in case the data received is not JSON + if ($@) { + $self->{output}->add_option_msg(short_msg => "Cannot decode JSON result"); + $self->{output}->option_exit(); + } + return $decoded_content; + +} +1; + + +__END__ + +=head1 NAME + +Datacore Sansymphony Rest API + +=head1 REST API OPTIONS + +Datacore Sansymphony Rest API + +=over 8 + +=item B<--hostname> + +Address of the Datacore server that hosts the API endpoint. + +=item B<--port> + +Port of the resource to connect to (default: 443). + +=item B<--proto> + +HTTP protocol, either http or https (default: 'https') + +=item B<--username> + +Username to access the endpoint. + +=item B<--password> + +Password to access the endpoint. + +=item B<--timeout> + +Set timeout in seconds (default: 10). + +=back + +=head1 DESCRIPTION + +B. diff --git a/src/storage/datacore/restapi/mode/alerts.pm b/src/storage/datacore/restapi/mode/alerts.pm new file mode 100644 index 0000000000..9307ba4163 --- /dev/null +++ b/src/storage/datacore/restapi/mode/alerts.pm @@ -0,0 +1,174 @@ +# +# Copyright 2024 Centreon (http://www.centreon.com/) +# +# Centreon is a full-fledged industry-strength solution that meets +# the needs in IT infrastructure and application monitoring for +# service performance. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +package storage::datacore::restapi::mode::alerts; +use strict; +use warnings; +use centreon::plugins::misc qw(empty); + +use base qw(centreon::plugins::templates::counter); + +my %alerts_level = ('trace' => 0, 'info' => 1, 'warning' => 2, 'error' => 3); + +sub set_counters { + my ($self, %options) = @_; + + $self->{maps_counters_type} = [ + { name => 'alerts', type => 0}, + ]; + $self->{maps_counters}->{alerts} = [ + { + label => 'error', + nlabel => 'datacore.event.error.count', + set => { + key_values => [ { name => 'error' } ], + output_template => 'number of error alerts : %s', + perfdatas => [ { template => '%d', min => 0 } ] + } + }, { + label => 'warning', + nlabel => 'datacore.alerts.warning.count', + set => { + key_values => [ { name => 'warning' } ], + output_template => 'number of warning alerts : %s', + perfdatas => [ { template => '%d', min => 0 } ] + } + }, { + label => 'info', + nlabel => 'datacore.alerts.info.count', + set => { + key_values => [ { name => 'info' } ], + output_template => 'number of info alerts : %s', + perfdatas => [ { template => '%d', min => 0 } ] + } + }, { + label => 'trace', + nlabel => 'datacore.alerts.trace.count', + set => { + key_values => [ { name => 'trace' } ], + output_template => 'number of trace alerts : %s', + perfdatas => [ { template => '%d', min => 0 } ] + } + }, + ]; + +} + +sub new { + my ($class, %options) = @_; + + my $self = $class->SUPER::new(package => __PACKAGE__, %options, force_new_perfdata => 1); + bless $self, $class; + $options{options}->add_options(arguments => { + 'filter-server:s' => { name => 'filter_server' }, + 'max-alert-age:s' => { name => 'max_alert_age' } }); + + $self->{output} = $options{output}; + + return $self; +} + +sub check_options { + my ($self, %options) = @_; + $self->SUPER::check_options(%options); +} + +sub manage_selection { + my ($self, %options) = @_; + + my $alerts = $options{custom}->request_api( + url_path => '/RestService/rest.svc/1.0/alerts' + ); + + my %alerts_count = ( + 0 => { count => 0, list => [] }, + 1 => { count => 0, list => [] }, + 2 => { count => 0, list => [] }, + 3 => { count => 0, list => [] }); + + for my $alert (@$alerts) { + + # spec require to filter on time of the log. + $alert->{TimeStamp} =~ /\/Date\((\d+)\)\/$/; + my $alert_date = $1; + if (centreon::plugins::misc::is_empty($alert_date) or $alert_date !~ /^[0-9]*[.,]?\d*$/){ + $self->{output}->output_add(long_msg => "alert on $alert->{MachineName} have an invalid date : $alert->{TimeStamp}\n", debug => 1); + next; + } + + # filter on age of the alert with a user defined max age + next if (defined($self->{option_results}->{max_alert_age}) + and $alert_date < (time - $self->{option_results}->{max_alert_age}) * 1000); + # filter on the machine issuing the alert with a user defined regex + + if (!centreon::plugins::misc::is_empty($self->{option_results}->{filter_server}) + and $alert->{MachineName} !~ $self->{option_results}->{filter_server}) { + $self->{output}->output_add(long_msg => "excluding alert from machine $alert->{MachineName}\n", debug => 1); + next; + } + + $alerts_count{$alert->{Level}}->{count}++; + # we don't want to clog the long output, so we keep only the few first logs. + # we use a array instead of directly adding to long_output because we need to sort errors + if (scalar(@{$alerts_count{$alert->{Level}}->{list}}) < 50) { + push(@{$alerts_count{$alert->{Level}}->{list}}, $alert->{MessageText}) + } + } + + $self->{output}->output_add(long_msg => "error : " . join("\n", @{$alerts_count{$alerts_level{error}}->{list}})); + $self->{output}->output_add(long_msg => "warning : " . join("\n", @{$alerts_count{$alerts_level{warning}}->{list}})); + + + + $self->{alerts} = { + trace => $alerts_count{$alerts_level{trace}}->{count}, + info => $alerts_count{$alerts_level{info}}->{count}, + warning => $alerts_count{$alerts_level{warning}}->{count}, + error => $alerts_count{$alerts_level{error}}->{count}, + }; + +} + +1; + +__END__ + +=head1 MODE + +Check Datacore alerts number exposed through the rest api + +=over 8 + +=item B<--max-alert-age> + +filter alerts to check those newer than this parameter (s) + +=item B<--filter-server> + +Define which devices should be monitored based on the MachineName. This option will be treated as a regular expression. +By default all machine will be checked. + +=item B<--warning/critical-*> + +Warning and critical threshold on the number of alerts of a type before changing state. +Replace * with trace, alert, warning, or error. + +=back + + diff --git a/src/storage/datacore/restapi/mode/listpool.pm b/src/storage/datacore/restapi/mode/listpool.pm new file mode 100644 index 0000000000..104dfe6cce --- /dev/null +++ b/src/storage/datacore/restapi/mode/listpool.pm @@ -0,0 +1,115 @@ +# +# Copyright 2024 Centreon (http://www.centreon.com/) +# +# Centreon is a full-fledged industry-strength solution that meets +# the needs in IT infrastructure and application monitoring for +# service performance. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +package storage::datacore::restapi::mode::listpool; +use strict; +use warnings; + +use base qw(centreon::plugins::mode); + +sub new { + my ($class, %options) = @_; + my $self = $class->SUPER::new(package => __PACKAGE__, %options); + bless $self, $class; + $options{options}->add_options(arguments => { + 'filter-name:s' => { name => 'filter_name' }, + }); + + + return $self; +} +sub check_options { + my ($self, %options) = @_; + $self->SUPER::init(%options); +} + +sub manage_selection { + my ($self, %options) = @_; + $self->{pools} = (); + my $pool_list = $options{custom}->request_api( + url_path => '/RestService/rest.svc/1.0/pools'); + + if (scalar(@$pool_list) == 0) { + $self->{output}->add_option_msg(short_msg => "No pool found in api response."); + $self->{output}->option_exit(); + } + for my $pool (@$pool_list) { + next if (defined($self->{option_results}->{filter_name}) && $self->{option_results}->{filter_name} ne '' + && $pool->{Alias} !~ /$self->{option_results}->{filter_name}/); + push(@{$self->{pools}}, { + ExtendedCaption => $pool->{ExtendedCaption}, + Caption => $pool->{Caption}, + Id => $pool->{Id}, + Alias => $pool->{Alias}} + ); + } + +} + +sub run { + my ($self, %options) = @_; + $self->manage_selection(%options); + if (scalar $self->{pools} == 0) { + $self->{output}->add_option_msg(short_msg => "No pool found."); + $self->{output}->option_exit(); + } + foreach (sort @{$self->{pools}}) { + $self->{output}->output_add(long_msg => sprintf("[ExtendedCaption = %s] [Caption = %s] [Id = %s] [Alias = %s]", + $_->{ExtendedCaption}, $_->{Caption}, $_->{Id}, $_->{Alias})); + } + + $self->{output}->output_add( + severity => 'OK', + short_msg => 'List pools : ' + ); + $self->{output}->display(nolabel => 1, force_ignore_perfdata => 1, force_long_output => 1); + $self->{output}->exit(); +} + +sub disco_format { + my ($self, %options) = @_; + + $self->{output}->add_disco_format(elements => ['ExtendedCaption', 'Caption', 'Id', 'Alias']); +} + +sub disco_show { + my ($self, %options) = @_; + + $self->manage_selection(%options); + + foreach (sort @{$self->{pools}}) { + $self->{output}->add_disco_entry(ExtendedCaption => $_->{ExtendedCaption}, Caption => $_->{Caption}, + Id => $_->{Id}, Id => $_->{Id}, Alias => $_->{Alias}); + } +} +1; + +=head1 MODE + +List pools. + +=over 8 + +=item B<--filter-name> + +Filter pool name (can be a regexp). + +=back + +=cut \ No newline at end of file diff --git a/src/storage/datacore/restapi/mode/monitorstatus.pm b/src/storage/datacore/restapi/mode/monitorstatus.pm new file mode 100644 index 0000000000..faf5f5515b --- /dev/null +++ b/src/storage/datacore/restapi/mode/monitorstatus.pm @@ -0,0 +1,148 @@ +# +# Copyright 2024 Centreon (http://www.centreon.com/) +# +# Centreon is a full-fledged industry-strength solution that meets +# the needs in IT infrastructure and application monitoring for +# service performance. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +package storage::datacore::restapi::mode::monitorstatus; +use strict; +use warnings; + +use base qw(centreon::plugins::templates::counter); +use JSON::XS; +use Digest::MD5 qw(md5_hex); +use centreon::plugins::templates::catalog_functions qw(catalog_status_threshold_ng); +use centreon::plugins::misc qw(empty); + +my %monitor_state = (1 => "Undefined", 2 => "Healthy", 4 => "Attention", 8 => "Warning", 16 => "Critical"); + +sub custom_status_output { + my ($self, %options) = @_; + my $res = sprintf( + "'%s' status : '%s', message is '%s'", + $self->{result_values}->{extendedcaption}, + $self->{result_values}->{state}, + $self->{result_values}->{messagetext} + ); + return $res; +} + +sub set_counters { + my ($self, %options) = @_; + + $self->{maps_counters_type} = [ + { name => 'global', type => 1, message_multiple => 'All memory usages are ok', skipped_code => { -10 => 1 } } + ]; + + $self->{maps_counters}->{global} = [ + { label => 'state', + type => 2, + warning_default => '%{state} =~ /Warning/i', + critical_default => '%{state} =~ /Critical/i', + set => { + key_values => [ { name => 'state' }, { name => 'extendedcaption' }, { name => 'messagetext' } ], + closure_custom_output => $self->can('custom_status_output'), + closure_custom_perfdata => sub {return 0;}, + closure_custom_threshold_check => \&catalog_status_threshold_ng + } + } + ]; +} + +sub new { + my ($class, %options) = @_; + + my $self = $class->SUPER::new(package => __PACKAGE__, %options, force_new_perfdata => 1); + bless $self, $class; + $options{options}->add_options(arguments => { + 'filter-caption:s' => { name => 'filter_caption' } }); + $self->{cache} = centreon::plugins::statefile->new(%options); + return $self; +} + +sub check_options { + my ($self, %options) = @_; + $self->SUPER::check_options(%options); + $self->{cache}->check_options(option_results => $self->{option_results}); +} + +sub manage_selection { + my ($self, %options) = @_; + + if ($self->{cache}->read('statefile' => 'datacore_api_monitors' . md5_hex($self->{option_results}->{hostname} . $self->{option_results}->{username})) + and $self->{cache}->get(name => 'expires_on') > time() + 1) { + + return $self->{cache}->get(name => 'monitor_data'); + } + + my $monitor_data = $options{custom}->request_api( + url_path => '/RestService/rest.svc/1.0/monitors'); + + my $datas = { last_timestamp => time(), monitor_data => $monitor_data, expires_on => time() + 60 }; + $self->{cache}->write(data => $datas); + + my $monitored_count = 0; + for my $object (@$monitor_data) { + + if (!centreon::plugins::misc::is_empty($self->{option_results}->{filter_caption}) + and $object->{ExtendedCaption} !~ $self->{option_results}->{filter_caption}) { + next; + } + $self->{global}->{$monitored_count} = { + state => $monitor_state{$object->{State}}, + messagetext => $object->{MessageText}, + extendedcaption => $object->{ExtendedCaption} + }; + $monitored_count++; + } + # for now if no data is given to the counter, output is OK: with status ok, instead of unknown. + # We manage this case in each plugin for now. + if ($monitored_count == 0) { + $self->{output}->add_option_msg(short_msg => 'No monitors where checked, please check filter_caption parameter and api response.'); + $self->{output}->option_exit(); + } +} + +# as --filter-caption allow to filter element to check and this api don't allow parameter filtering, we should cache +# the output in case a client make multiples check a minute. + +1; + +__END__ + +=head1 MODE + +Check Datacore monitor status exposed through the rest api. + +=over 8 + +=item B<--filter-caption> + +Define which element should be monitored based on the extended caption. This option will be treated as a regular expression. +By default all elements will be checked. + +=item B<--warning-state> B<--critical-state> + +define which output from the api should be considered warning or critical. + +warning_default = '%{state} =~ /Warning/i', + +critical_default = '%{state} =~ /Critical/i', + +possible value for state : Undefined, Healthy, Attention, Warning, Critical. + +=back + diff --git a/src/storage/datacore/restapi/mode/poolspaceusage.pm b/src/storage/datacore/restapi/mode/poolspaceusage.pm new file mode 100644 index 0000000000..3fe233bc75 --- /dev/null +++ b/src/storage/datacore/restapi/mode/poolspaceusage.pm @@ -0,0 +1,121 @@ +# +# Copyright 2024 Centreon (http://www.centreon.com/) +# +# Centreon is a full-fledged industry-strength solution that meets +# the needs in IT infrastructure and application monitoring for +# service performance. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +package storage::datacore::restapi::mode::poolspaceusage; +use strict; +use warnings; + +use base qw(centreon::plugins::templates::counter); +use JSON::XS; + +sub set_counters { + my ($self, %options) = @_; + + $self->{maps_counters_type} = [ + # BytesAllocatedPercentage is the disk usage of the pool + # in datacore you can make thin provisionning, where you give to each partition more than what you really have. + # oversubscribed is the number of Bytes allocated minus the number of bytes present in the system. + { name => 'BytesAllocatedPercentage', type => 0 }, + { name => 'oversubscribed', type => 0 }, + ]; + $self->{maps_counters}->{BytesAllocatedPercentage} = [ + + { + label => 'bytesallocatedpercentage', + nlabel => 'datacore.pool.bytesallocated.percentage', + set => { + key_values => [ { name => 'bytesallocatedpercentage' } ], + output_template => 'Bytes Allocated : %s %%', + perfdatas => [ + { template => '%d', unit => '%', min => 0, max => 100 } + ] + } + } ]; + $self->{maps_counters}->{oversubscribed} = [ { + label => 'oversubscribed', + nlabel => 'datacore.pool.oversubscribed.bytes', + set => { + key_values => [ { name => 'oversubscribed' } ], + output_template => 'Over subscribed bytes : %s', + perfdatas => [ + { template => '%d', unit => 'bytes', min => 0 } + ] + } + } ]; +} + +sub new { + my ($class, %options) = @_; + + my $self = $class->SUPER::new(package => __PACKAGE__, %options, force_new_perfdata => 1); + bless $self, $class; + $options{options}->add_options(arguments => { + 'pool-id:s' => { name => 'pool_id' } }); + + return $self; +} + +sub check_options { + my ($self, %options) = @_; + $self->SUPER::check_options(%options); + if (centreon::plugins::misc::is_empty($self->{option_results}->{pool_id})) { + $self->{output}->add_option_msg(short_msg => 'Please set pool-id option'); + $self->{output}->option_exit(); + } +} + +sub manage_selection { + my ($self, %options) = @_; + + my $data = $options{custom}->request_api( + url_path => '/RestService/rest.svc/1.0/performances/' . $self->{option_results}->{pool_id}, + ); + if (defined($data->[1])) { + $self->{output}->add_option_msg(short_msg => 'multiples pools found in api response, only one is expected. Please check pool_id and datacore versions.'); + $self->{output}->option_exit(); + } + $self->{BytesAllocatedPercentage}->{bytesallocatedpercentage} = $data->[0]->{"BytesAllocatedPercentage"}; + $self->{oversubscribed}->{oversubscribed} = $data->[0]->{"BytesOverSubscribed"}; + +} +1; + +__END__ + +=head1 MODE + +Check Datacore pool space and over subscribed usage exposed through the rest api. + +=over 8 + +=item B<--pool-id> + +Id of the pool to check. See list-pool autodiscovery mode to list pools id (required). + +=item B<--warning-oversubscribed> B<--critical-oversubscribed> + +Warning and critical threshold on the number of Bytes suscribed over the real space of the pool. + +=item B<--warning-bytesallocatedpercentage> B<--critical-bytesallocatedpercentage> + +Warning and critical threshold on the percentage of bytes allocated in the pool. + +=back + + diff --git a/src/storage/datacore/restapi/plugin.pm b/src/storage/datacore/restapi/plugin.pm new file mode 100644 index 0000000000..98aed2f641 --- /dev/null +++ b/src/storage/datacore/restapi/plugin.pm @@ -0,0 +1,27 @@ +package storage::datacore::restapi::plugin; +use strict; +use warnings; +use base qw(centreon::plugins::script_custom); + +sub new { + my ($class, %options) = @_; + my $self = $class->SUPER::new(package => __PACKAGE__, %options); + bless $self, $class; + + # A version, we don't really use it but could help if your want to version your code + $self->{version} = '0.1'; + + $self->{modes} = { + 'pool-usage' => 'storage::datacore::restapi::mode::poolspaceusage', + 'alerts' => 'storage::datacore::restapi::mode::alerts', + 'list-pool' => 'storage::datacore::restapi::mode::listpool', + 'status-monitor' => 'storage::datacore::restapi::mode::monitorstatus', + }; + $self->{custom_modes}->{api} = 'storage::datacore::restapi::custom::api'; + return $self; +} +1; +=head1 PLUGIN DESCRIPTION + +Check Datacore using rest API. + diff --git a/tests/functional/api/cloud-aws-cloudtrail.robot b/tests/functional/api/cloud-aws-cloudtrail.robot.old similarity index 97% rename from tests/functional/api/cloud-aws-cloudtrail.robot rename to tests/functional/api/cloud-aws-cloudtrail.robot.old index 2252800df3..445a0de15a 100644 --- a/tests/functional/api/cloud-aws-cloudtrail.robot +++ b/tests/functional/api/cloud-aws-cloudtrail.robot.old @@ -153,6 +153,7 @@ AWS CloudTrail check trail status FOR ${checktrailstatus_value} IN @{checktrailstatus_values} ${output} Run ... ${CMD} --mode=checktrailstatus --endpoint=http://localhost:3000/cloudtrail/gettrailstatus/${checktrailstatus_value.trailstatus} --trail-name=${checktrailstatus_value.trailname} + ${output} Strip String ${output} Should Be Equal As Strings ... ${output} ... ${checktrailstatus_value.result} @@ -188,6 +189,7 @@ AWS CloudTrail count events ${command} Catenate ${command} --critical-count=${countevents_value.criticalcount} END ${output} Run ${command} + ${output} Strip String ${output} Should Be Equal As Strings ... ${output} ... ${countevents_value.result} @@ -204,13 +206,7 @@ Start Mockoon ... ${MOCKOON_JSON} ... --port ... 3000 - ... --pname - ... aws-cloudtrail - Wait For Process ${process} + Sleep 5s Stop Mockoon - ${process} Start Process - ... mockoon-cli - ... stop - ... mockoon-aws-cloudtrail - Wait For Process ${process} + Terminate All Processes diff --git a/tests/functional/api/cloud-azure-policyinsights-policystates.robot b/tests/functional/api/cloud-azure-policyinsights-policystates.robot.old similarity index 87% rename from tests/functional/api/cloud-azure-policyinsights-policystates.robot rename to tests/functional/api/cloud-azure-policyinsights-policystates.robot.old index 51b5851f7b..5b9bd61a60 100644 --- a/tests/functional/api/cloud-azure-policyinsights-policystates.robot +++ b/tests/functional/api/cloud-azure-policyinsights-policystates.robot.old @@ -14,29 +14,29 @@ Test Timeout 120s ${CENTREON_PLUGINS} ${CURDIR}${/}..${/}..${/}..${/}src${/}centreon_plugins.pl ${MOCKOON_JSON} ${CURDIR}${/}..${/}..${/}resources${/}mockoon${/}cloud-azure-policyinsights-policystates.json -${LOGIN_ENDPOINT} http://localhost:3000/login +${LOGIN_ENDPOINT} http://localhost:3001/login ${CMD} perl ${CENTREON_PLUGINS} --plugin=cloud::azure::policyinsights::policystates::plugin --subscription=subscription --tenant=tenant --client-id=client_id --client-secret=secret --login-endpoint=${LOGIN_ENDPOINT} &{compliance_value1} -... endpoint=http://localhost:3000/ok +... endpoint=http://localhost:3001/ok ... policyname= ... resourcelocation= ... resourcetype= ... result=OK: Number of non compliant policies: 0 - All compliances states are ok | 'policies.non_compliant.count'=0;;;0; &{compliance_value2} -... endpoint=http://localhost:3000/oknextlink +... endpoint=http://localhost:3001/oknextlink ... policyname=9daedab3-fb2d-461e-b861-71790eead4f6 ... resourcelocation= ... resourcetype= ... result=OK: Number of non compliant policies: 0 - All compliances states are ok | 'policies.non_compliant.count'=0;;;0; &{compliance_value3} -... endpoint=http://localhost:3000/nok1 +... endpoint=http://localhost:3001/nok1 ... policyname=9daedab3-fb2d-461e-b861-71790eead4f6 ... resourcelocation=fr ... resourcetype= ... result=CRITICAL: Compliance state for policy '9daedab3-fb2d-461e-b861-71790eead4f6' on resource 'mypubip1' is 'NonCompliant' | 'policies.non_compliant.count'=1;;;0; &{compliance_value4} -... endpoint=http://localhost:3000/nok2 +... endpoint=http://localhost:3001/nok2 ... policyname=9daedab3-fb2d-461e-b861-71790eead4f6 ... resourcelocation=fr ... resourcetype=ip @@ -66,6 +66,7 @@ Azure PolicyInsights PolicyStates compliance ${command} Catenate ${command} --resource-type=${compliance_value.resourcetype} END ${output} Run ${command} + ${output} Strip String ${output} Should Be Equal As Strings ... ${output} ... ${compliance_value.result} @@ -82,13 +83,7 @@ Start Mockoon ... ${MOCKOON_JSON} ... --port ... 3000 - ... --pname - ... azure-policyinsights - Wait For Process ${process} + Sleep 5s Stop Mockoon - ${process} Start Process - ... mockoon-cli - ... stop - ... mockoon-azure-policyinsights - Wait For Process ${process} + Terminate All Processes diff --git a/tests/functional/api/storage-datacore-restapi.robot b/tests/functional/api/storage-datacore-restapi.robot new file mode 100644 index 0000000000..c1b95d661c --- /dev/null +++ b/tests/functional/api/storage-datacore-restapi.robot @@ -0,0 +1,77 @@ +*** Settings *** +Documentation datacore rest api plugin + +Library Examples +Library OperatingSystem +Library Process +Library String + +Suite Setup Start Mockoon +Suite Teardown Stop Mockoon +Test Timeout 120s + +*** Variables *** +${CENTREON_PLUGINS} ${CURDIR}${/}..${/}..${/}..${/}src${/}centreon_plugins.pl +${MOCKOON_JSON} ${CURDIR}${/}..${/}..${/}resources${/}mockoon${/}storage-datacore-restapi.json + +${CMD} perl ${CENTREON_PLUGINS} --plugin=storage::datacore::restapi::plugin --password=pass --username=user --port=3000 --hostname=127.0.0.1 --proto=http + + +*** Test Cases *** +Datacore check pool usage + [Documentation] Check Datacore pool usage + [Tags] storage api + ${output} Run + ... ${CMD} --mode=pool-usage --critical-oversubscribed=${critical-oversubscribed} --warning-oversubscribed=${warning-oversubscribed} --warning-bytesallocatedpercentage=${warning-bytesallocatedpercentage} --critical-bytesallocatedpercentage=${critical-bytesallocatedpercentage} --pool-id=B5C140F5-6B13-4CAD-AF9D-F7C4172B3A1D:{4dec1b5a-2577-11e5-80c3-00155d651622} + ${output} Strip String ${output} + Should Be Equal As Strings + ... ${output} + ... ${result} + ... Wrong output result for pool usage :\n\n ${output} \n\n ${result}\n\n + + Examples: warning-bytesallocatedpercentage critical-bytesallocatedpercentage warning-oversubscribed critical-oversubscribed result -- + ... 2 5 -1 3 CRITICAL: Bytes Allocated : 12 % WARNING: Over subscribed bytes : 0 | 'datacore.pool.bytesallocated.percentage'=12%;0:2;0:5;0;100 'datacore.pool.oversubscribed.bytes'=0bytes;0:-1;0:3;0; + ... 70 80 10 20 OK: Bytes Allocated : 12 % - Over subscribed bytes : 0 | 'datacore.pool.bytesallocated.percentage'=12%;0:70;0:80;0;100 'datacore.pool.oversubscribed.bytes'=0bytes;0:10;0:20;0; + +Datacore check alert count + [Documentation] Check Datacore pool usage + [Tags] storage api + ${output} Run + ... ${CMD} --mode=alerts --warning-error=${warning-error} --critical-error=${critical-error} --warning-warning=${warning-warning} --critical-warning=${critical-warning} + ${output} Strip String ${output} + Should Be Equal As Strings + ... ${output} + ... ${result} + ... Wrong output result for alert count :\n\n ${output} \n\n ${result}\n\n + + Examples: warning-error critical-error warning-warning critical-warning result -- + ... 0 1 5 5 WARNING: number of error alerts : 1 | 'datacore.event.error.count'=1;0:0;0:1;0; 'datacore.alerts.warning.count'=1;0:5;0:5;0; 'datacore.alerts.info.count'=0;;;0; 'datacore.alerts.trace.count'=0;;;0; + ... 5 5 5 5 OK: number of error alerts : 1, number of warning alerts : 1, number of info alerts : 0, number of trace alerts : 0 | 'datacore.event.error.count'=1;0:5;0:5;0; 'datacore.alerts.warning.count'=1;0:5;0:5;0; 'datacore.alerts.info.count'=0;;;0; 'datacore.alerts.trace.count'=0;;;0; + +Datacore check status monitor + [Documentation] Check Datacore pool usage + [Tags] storage api + ${output} Run + ... ${CMD} --mode=status-monitor + ${output} Strip String ${output} + Should Be Equal As Strings + ... ${output} + ... ${result} + ... Wrong output result for status monitor :\n${output} \nresult:\n${result}\n\n + + Examples: result -- + ... CRITICAL: 'State of HostVM2' status : 'Critical', message is 'Connected' + +*** Keywords *** +Start Mockoon + ${process} Start Process + ... mockoon-cli + ... start + ... --data + ... ${MOCKOON_JSON} + ... --port + ... 3000 + Sleep 5s + +Stop Mockoon + Terminate All Processes \ No newline at end of file diff --git a/tests/resources/mockoon/storage-datacore-api.json b/tests/resources/mockoon/storage-datacore-api.json new file mode 100644 index 0000000000..15938230b4 --- /dev/null +++ b/tests/resources/mockoon/storage-datacore-api.json @@ -0,0 +1,174 @@ +{ + "uuid": "317849df-2152-4b89-88f7-f22ea37aab32", + "lastMigration": 27, + "name": "Storage datacore api", + "endpointPrefix": "", + "latency": 0, + "port": 3000, + "hostname": "", + "folders": [], + "routes": [ + { + "uuid": "9d203639-fb39-402b-9759-91c156e247c6", + "type": "http", + "documentation": "", + "method": "get", + "endpoint": "RestService/rest.svc/1.0/pools", + "responses": [ + { + "uuid": "f8d1590b-878f-4884-9214-dea80580eb75", + "body": "[{\r\n \"Caption\" : \"Disk pool 1\",\r\n \"ExtendedCaption\" : \"Disk pool 1 on StorageSvr001\",\r\n \"Id\" : \"A3E78CFA-DBEC-44E1-A23C-E9E262EC4551:{d68b8a36-0ec4-11e5-80ba-00155d651622}\",\r\n \"Internal\" : false,\r\n \"SequenceNumber\" : 11963,\r\n \"Alias\" : \"Disk pool 1\",\r\n \"AutoTieringEnabled\" : true,\r\n \"ChunkSize\" : {\r\n \"Value\" : 134217728\r\n },\r\n \"Description\" : null,\r\n \"InSharedMode\" : false,\r\n \"IsAuthorized\" : true,\r\n \"MaxTierNumber\" : 3,\r\n \"PoolMode\" : 1,\r\n \"PoolStatus\" : 0,\r\n \"PresenceStatus\" : 1,\r\n \"SMPAApproved\" : false,\r\n \"ServerId\" : \"A3E78CFA-DBEC-44E1-A23C-E9E262EC4551\",\r\n \"SharedPoolId\" : null,\r\n \"TierReservedPct\" : 0,\r\n \"Type\" : 0,\r\n \"IsBulk\" : false\r\n},\r\n{\r\n \"Caption\" : \"Shared pool 1\",\r\n \"ExtendedCaption\" : \"Shared pool 1 on StorageSvr002\",\r\n \"Id\" : \"B5C140F5-6B13-4CAD-AF9D-F7C4172B3A1D:{4dec1b5a-2577-11e5-80c3-00155d651622}\",\r\n \"Internal\" : false,\r\n \"SequenceNumber\" : 11967,\r\n \"Alias\" : \"Shared pool 1\",\r\n \"AutoTieringEnabled\" : true,\r\n \"ChunkSize\" : {\r\n \"Value\" : 134217728\r\n },\r\n \"Description\" : null,\r\n \"InSharedMode\" : true,\r\n \"IsAuthorized\" : true,\r\n \"MaxTierNumber\" : 3,\r\n \"PoolMode\" : 1,\r\n \"PoolStatus\" : 0,\r\n \"PresenceStatus\" : 1,\r\n \"SMPAApproved\" : true,\r\n \"ServerId\" : \"B5C140F5-6B13-4CAD-AF9D-F7C4172B3A1D\",\r\n \"SharedPoolId\" : \"{4dec1b5a-2577-11e5-80c3-00155d651622}\",\r\n \"TierReservedPct\" : 0,\r\n \"Type\" : 0,\r\n \"IsBulk\" : false\r\n} ]", + "latency": 0, + "statusCode": 200, + "label": "", + "headers": [], + "bodyType": "INLINE", + "filePath": "", + "databucketID": "", + "sendFileAsBody": false, + "rules": [], + "rulesOperator": "OR", + "disableTemplating": false, + "fallbackTo404": false, + "default": true + } + ], + "enabled": true, + "responseMode": null + }, + { + "uuid": "8837f5cd-5ca3-4779-ba8e-6b46692c487b", + "type": "http", + "documentation": "", + "method": "get", + "endpoint": "RestService/rest.svc/1.0/performances/B5C140F5-6B13-4CAD-AF9D-F7C4172B3A1D:%7B4dec1b5a-2577-11e5-80c3-00155d651622%7D", + "responses": [ + { + "uuid": "a5bf53e2-5edf-437e-a684-68315cfa7824", + "body": "[\n {\n \"CollectionTime\": \"/Date(1486402608775)/\",\n \"NullCounterMap\": 0,\n \"BytesAllocated\": 6174015488,\n \"BytesAllocatedPercentage\": 12,\n \"BytesAvailable\": 47110422528,\n \"BytesAvailablePercentage\": 88,\n \"BytesInReclamation\": 0,\n \"BytesInReclamationPercentage\": 0,\n \"BytesOverSubscribed\": 0,\n \"BytesReserved\": 0,\n \"BytesReservedPercentage\": 0,\n \"BytesTotal\": 53284438016,\n \"EstimatedDepletionTime\": 2592000001,\n \"MaxPoolBytes\": 1108127332171776,\n \"MaxReadTime\" : 0,\n \"MaxReadWriteTime\" : 0,\n \"MaxWriteTime\" : 0,\n \"PercentAllocated\" : 12,\n \"PercentAvailable\" : 88,\n \"TotalBytesMigrated\" : 0,\n \"TotalBytesRead\" : 307200,\n \"TotalBytesTransferred\" : 2036756992,\n \"TotalBytesWritten\" : 2036470272,\n \"TotalOperations\" : 53002,\n \"TotalReadTime\" : 0,\n \"TotalReads\" : 18,\n \"TotalWriteTime\" : 74994,\n \"TotalWrites\" : 52998\n }\n]", + "latency": 0, + "statusCode": 200, + "label": "", + "headers": [], + "bodyType": "INLINE", + "filePath": "", + "databucketID": "", + "sendFileAsBody": false, + "rules": [], + "rulesOperator": "OR", + "disableTemplating": false, + "fallbackTo404": false, + "default": true + } + ], + "enabled": true, + "responseMode": null + }, + { + "uuid": "ce9e85c8-c72e-47d4-b70a-0fd3c3a6d703", + "type": "http", + "documentation": "", + "method": "get", + "endpoint": "RestService/rest.svc/1.0/alerts", + "responses": [ + { + "uuid": "b6425c83-2f13-4ffe-a9f6-c73feb54c2ec", + "body": "[ {\n \"Caller\" : \"ServerMachineGroup.UpdateServers\",\n \"HighPriority\" : true,\n \"Id\" : {\n \"MachineId\" : \"A3E78CFA-DBEC-44E1-A23C-E9E262EC4551\",\n \"SequenceNumber\" : 34937\n },\n \"Level\" : 2,\n \"MachineName\" : \"STORAGESVR001\",\n \"MessageData\" : [ \"StorageSvr002\" ],\n \"MessageText\" : \"Connection to server {0} has been lost.\",\n \"NeedsAcknowledge\" : false,\n \"Sources\" : [ {\n \"SourceCaption\" : \"Group1\",\n \"SourceId\" : \"4b428832-fd51-45df-9c21-ce267e1ceb7a\",\n \"SourceType\" : 12\n } ],\n \"TimeStamp\" : \"/Date(1437398005546)/\",\n \"UserId\" : null,\n \"UserName\" : null,\n \"Visibility\" : 64\n}, {\n \"Caller\" : \"BasePerfMonitor`1.SetState\",\n \"HighPriority\" : true,\n \"Id\" : {\n \"MachineId\" : \"A3E78CFA-DBEC-44E1-A23C-E9E262EC4551\",\n \"SequenceNumber\" : 33985\n },\n \"Level\" : 3,\n \"MachineName\" : \"STORAGESVR001\",\n \"MessageData\" : null,\n \"MessageText\" : \"The Replication buffer free space of StorageSvr001 in Group1 is <= 10%\",\n \"NeedsAcknowledge\" : false,\n \"Sources\" : [ {\n \"SourceCaption\" : \"Replication buffer free space of StorageSvr001 in Group1\",\n \"SourceId\" : \"FallingThresholdPerfMonitor`1ReplicationBufferPercentFreeSpace\",\n \"SourceType\" : 3\n }, {\n \"SourceCaption\" : \"StorageSvr001 in Group1\",\n \"SourceId\" : \"A3E78CFA-DBEC-44E1-A23C-E9E262EC4551\",\n \"SourceType\" : 12\n }, {\n \"SourceCaption\" : \"Group1\",\n \"SourceId\" : \"4b428832-fd51-45df-9c21-ce267e1ceb7a\",\n \"SourceType\" : 12\n } ],\n \"TimeStamp\" : \"/Date(1437397587894)/\",\n \"UserId\" : null,\n \"UserName\" : null,\n \"Visibility\" : 64\n}]", + "latency": 0, + "statusCode": 200, + "label": "", + "headers": [], + "bodyType": "INLINE", + "filePath": "", + "databucketID": "", + "sendFileAsBody": false, + "rules": [], + "rulesOperator": "OR", + "disableTemplating": false, + "fallbackTo404": false, + "default": true + } + ], + "enabled": true, + "responseMode": null + }, + { + "uuid": "a916f10f-b2f2-498a-9b87-3aeffd80c8dc", + "type": "http", + "documentation": "", + "method": "get", + "endpoint": "RestService/rest.svc/1.0/monitors", + "responses": [ + { + "uuid": "d2713bdd-33e9-415a-bffe-16e279b1b753", + "body": "[\n {\n \"Caption\": \"State\",\n \"ExtendedCaption\": \"State of HostVM2\",\n \"Id\": \"ClientMachineStateMonitor\",\n \"Internal\": false,\n \"SequenceNumber\": 9417,\n \"Description\": \"Monitors the state of hosts.\",\n \"MessageText\": \"Connected\",\n \"MonitoredObjectId\": \"ed89ef91d72142dc958e02c5b7014fac\",\n \"State\": 16,\n \"TemplateId\": \"T(DataCore.Executive.Controller.ClientMachineStateMonitor)\",\n \"TimeStamp\": \"/Date(1486136115475-0500)/\"\n },\n {\n \"Caption\": \"I/O latency\",\n \"ExtendedCaption\": \"I/O latency of Mirror of Virtual disk 1 on StorageSvr005\",\n \"Id\": \"RisingThresholdPerfMonitor`1TotalOperationsTime\",\n \"Internal\": false,\n \"SequenceNumber\": 10036,\n \"Description\": \"Monitors the physical disks latency.\",\n \"MessageText\": \"Disabled\",\n \"MonitoredObjectId\": \"V.{2f652562-e7e3-11e6-80d7-00155d651611}-00000001_N.22690030D9218568\",\n \"State\": 1,\n \"TemplateId\": \"T(DataCore.Executive.Controller.RisingThresholdPerfMonitor`1[T]TotalOperationsTime)\",\n \"TimeStamp\": \"/Date(1486148705910-0500)/\"\n }\n]", + "latency": 0, + "statusCode": 200, + "label": "", + "headers": [], + "bodyType": "INLINE", + "filePath": "", + "databucketID": "", + "sendFileAsBody": false, + "rules": [], + "rulesOperator": "OR", + "disableTemplating": false, + "fallbackTo404": false, + "default": true + } + ], + "enabled": true, + "responseMode": null + } + ], + "rootChildren": [ + { + "type": "route", + "uuid": "9d203639-fb39-402b-9759-91c156e247c6" + }, + { + "type": "route", + "uuid": "8837f5cd-5ca3-4779-ba8e-6b46692c487b" + }, + { + "type": "route", + "uuid": "ce9e85c8-c72e-47d4-b70a-0fd3c3a6d703" + }, + { + "type": "route", + "uuid": "a916f10f-b2f2-498a-9b87-3aeffd80c8dc" + } + ], + "proxyMode": false, + "proxyHost": "", + "proxyRemovePrefix": false, + "tlsOptions": { + "enabled": false, + "type": "CERT", + "pfxPath": "", + "certPath": "", + "keyPath": "", + "caPath": "", + "passphrase": "" + }, + "cors": true, + "headers": [ + { + "key": "Content-Type", + "value": "application/json" + } + ], + "proxyReqHeaders": [ + { + "key": "", + "value": "" + } + ], + "proxyResHeaders": [ + { + "key": "", + "value": "" + } + ], + "data": [] +} \ No newline at end of file diff --git a/tests/resources/mockoon/storage-datacore-restapi.json b/tests/resources/mockoon/storage-datacore-restapi.json new file mode 100644 index 0000000000..f7aae507ac --- /dev/null +++ b/tests/resources/mockoon/storage-datacore-restapi.json @@ -0,0 +1,179 @@ +{ + "uuid": "8cba072c-7794-4ff7-ab36-158ef1abed39", + "lastMigration": 32, + "name": "Storage datacore api", + "endpointPrefix": "", + "latency": 0, + "port": 3001, + "hostname": "", + "folders": [], + "routes": [ + { + "uuid": "148371c5-aaa7-4bf0-a818-e81a21aa7f9a", + "type": "http", + "documentation": "", + "method": "get", + "endpoint": "RestService/rest.svc/1.0/pools", + "responses": [ + { + "uuid": "003eae6e-f58f-44db-bd03-3b44ca578046", + "body": "[ {\n \"Caption\" : \"Disk pool 1\",\n \"ExtendedCaption\" : \"Disk pool 1 on StorageSvr001\",\n \"Id\" : \"A3E78CFA-DBEC-44E1-A23C-E9E262EC4551:{d68b8a36-0ec4-11e5-80ba-00155d651622}\",\n \"Internal\" : false,\n \"SequenceNumber\" : 11963,\n \"Alias\" : \"Disk pool 1\",\n \"AutoTieringEnabled\" : true,\n \"ChunkSize\" : {\n \"Value\" : 134217728\n },\n \"Description\" : null,\n \"InSharedMode\" : false,\n \"IsAuthorized\" : true,\n \"MaxTierNumber\" : 3,\n \"PoolMode\" : 1,\n \"PoolStatus\" : 0,\n \"PresenceStatus\" : 1,\n \"SMPAApproved\" : false,\n \"ServerId\" : \"A3E78CFA-DBEC-44E1-A23C-E9E262EC4551\",\n \"SharedPoolId\" : null,\n \"TierReservedPct\" : 0,\n \"Type\" : 0,\n \"IsBulk\" : false\n},\n{\n \"Caption\" : \"Shared pool 1\",\n \"ExtendedCaption\" : \"Shared pool 1 on StorageSvr002\",\n \"Id\" : \"B5C140F5-6B13-4CAD-AF9D-F7C4172B3A1D:{4dec1b5a-2577-11e5-80c3-00155d651622}\",\n \"Internal\" : false,\n \"SequenceNumber\" : 11967,\n \"Alias\" : \"Shared pool 1\",\n \"AutoTieringEnabled\" : true,\n \"ChunkSize\" : {\n \"Value\" : 134217728\n },\n \"Description\" : null,\n \"InSharedMode\" : true,\n \"IsAuthorized\" : true,\n \"MaxTierNumber\" : 3,\n \"PoolMode\" : 1,\n \"PoolStatus\" : 0,\n \"PresenceStatus\" : 1,\n \"SMPAApproved\" : true,\n \"ServerId\" : \"B5C140F5-6B13-4CAD-AF9D-F7C4172B3A1D\",\n \"SharedPoolId\" : \"{4dec1b5a-2577-11e5-80c3-00155d651622}\",\n \"TierReservedPct\" : 0,\n \"Type\" : 0,\n \"IsBulk\" : false\n} ]", + "latency": 0, + "statusCode": 200, + "label": "", + "headers": [], + "bodyType": "INLINE", + "filePath": "", + "databucketID": "", + "sendFileAsBody": false, + "rules": [], + "rulesOperator": "OR", + "disableTemplating": false, + "fallbackTo404": false, + "default": true, + "crudKey": "id", + "callbacks": [] + } + ], + "responseMode": null + }, + { + "uuid": "0c038179-3723-4d67-9bed-fc226629c847", + "type": "http", + "documentation": "", + "method": "get", + "endpoint": "RestService/rest.svc/1.0/performances/B5C140F5-6B13-4CAD-AF9D-F7C4172B3A1D:%7B4dec1b5a-2577-11e5-80c3-00155d651622%7D", + "responses": [ + { + "uuid": "0eb0a2ca-2f12-40af-ba94-0feef989b6a1", + "body": "[\n {\n \"CollectionTime\": \"/Date(1486402608775)/\",\n \"NullCounterMap\": 0,\n \"BytesAllocated\": 6174015488,\n \"BytesAllocatedPercentage\": 12,\n \"BytesAvailable\": 47110422528,\n \"BytesAvailablePercentage\": 88,\n \"BytesInReclamation\": 0,\n \"BytesInReclamationPercentage\": 0,\n \"BytesOverSubscribed\": 0,\n \"BytesReserved\": 0,\n \"BytesReservedPercentage\": 0,\n \"BytesTotal\": 53284438016,\n \"EstimatedDepletionTime\": 2592000001,\n \"MaxPoolBytes\": 1108127332171776,\n \"MaxReadTime\" : 0,\n \"MaxReadWriteTime\" : 0,\n \"MaxWriteTime\" : 0,\n \"PercentAllocated\" : 12,\n \"PercentAvailable\" : 88,\n \"TotalBytesMigrated\" : 0,\n \"TotalBytesRead\" : 307200,\n \"TotalBytesTransferred\" : 2036756992,\n \"TotalBytesWritten\" : 2036470272,\n \"TotalOperations\" : 53002,\n \"TotalReadTime\" : 0,\n \"TotalReads\" : 18,\n \"TotalWriteTime\" : 74994,\n \"TotalWrites\" : 52998\n }\n]", + "latency": 0, + "statusCode": 200, + "label": "", + "headers": [], + "bodyType": "INLINE", + "filePath": "", + "databucketID": "", + "sendFileAsBody": false, + "rules": [], + "rulesOperator": "OR", + "disableTemplating": false, + "fallbackTo404": false, + "default": true, + "crudKey": "id", + "callbacks": [] + } + ], + "responseMode": null + }, + { + "uuid": "b9f7dd2b-e1e1-4902-95ba-c6b76a1de390", + "type": "http", + "documentation": "", + "method": "get", + "endpoint": "RestService/rest.svc/1.0/alerts", + "responses": [ + { + "uuid": "a1dece29-074b-4100-a764-f7ddccdec8da", + "body": "[ {\n \"Caller\" : \"ServerMachineGroup.UpdateServers\",\n \"HighPriority\" : true,\n \"Id\" : {\n \"MachineId\" : \"A3E78CFA-DBEC-44E1-A23C-E9E262EC4551\",\n \"SequenceNumber\" : 34937\n },\n \"Level\" : 2,\n \"MachineName\" : \"STORAGESVR001\",\n \"MessageData\" : [ \"StorageSvr002\" ],\n \"MessageText\" : \"Connection to server {0} has been lost.\",\n \"NeedsAcknowledge\" : false,\n \"Sources\" : [ {\n \"SourceCaption\" : \"Group1\",\n \"SourceId\" : \"4b428832-fd51-45df-9c21-ce267e1ceb7a\",\n \"SourceType\" : 12\n } ],\n \"TimeStamp\" : \"/Date(1437398005546)/\",\n \"UserId\" : null,\n \"UserName\" : null,\n \"Visibility\" : 64\n}, {\n \"Caller\" : \"BasePerfMonitor`1.SetState\",\n \"HighPriority\" : true,\n \"Id\" : {\n \"MachineId\" : \"A3E78CFA-DBEC-44E1-A23C-E9E262EC4551\",\n \"SequenceNumber\" : 33985\n },\n \"Level\" : 3,\n \"MachineName\" : \"STORAGESVR001\",\n \"MessageData\" : null,\n \"MessageText\" : \"The Replication buffer free space of StorageSvr001 in Group1 is <= 10%\",\n \"NeedsAcknowledge\" : false,\n \"Sources\" : [ {\n \"SourceCaption\" : \"Replication buffer free space of StorageSvr001 in Group1\",\n \"SourceId\" : \"FallingThresholdPerfMonitor`1ReplicationBufferPercentFreeSpace\",\n \"SourceType\" : 3\n }, {\n \"SourceCaption\" : \"StorageSvr001 in Group1\",\n \"SourceId\" : \"A3E78CFA-DBEC-44E1-A23C-E9E262EC4551\",\n \"SourceType\" : 12\n }, {\n \"SourceCaption\" : \"Group1\",\n \"SourceId\" : \"4b428832-fd51-45df-9c21-ce267e1ceb7a\",\n \"SourceType\" : 12\n } ],\n \"TimeStamp\" : \"/Date(1437397587894)/\",\n \"UserId\" : null,\n \"UserName\" : null,\n \"Visibility\" : 64\n}]", + "latency": 0, + "statusCode": 200, + "label": "", + "headers": [], + "bodyType": "INLINE", + "filePath": "", + "databucketID": "", + "sendFileAsBody": false, + "rules": [], + "rulesOperator": "OR", + "disableTemplating": false, + "fallbackTo404": false, + "default": true, + "crudKey": "id", + "callbacks": [] + } + ], + "responseMode": null + }, + { + "uuid": "be0b350e-f8da-4998-a045-a3cf840745c0", + "type": "http", + "documentation": "", + "method": "get", + "endpoint": "RestService/rest.svc/1.0/monitors", + "responses": [ + { + "uuid": "6f53cd5e-7417-4fdf-a310-e2a7af4b7c3a", + "body": "[\r\n {\r\n \"Caption\": \"State\",\r\n \"ExtendedCaption\": \"State of HostVM2\",\r\n \"Id\": \"ClientMachineStateMonitor\",\r\n \"Internal\": false,\r\n \"SequenceNumber\": 9417,\r\n \"Description\": \"Monitors the state of hosts.\",\r\n \"MessageText\": \"Connected\",\r\n \"MonitoredObjectId\": \"ed89ef91d72142dc958e02c5b7014fac\",\r\n \"State\": 16,\r\n \"TemplateId\": \"T(DataCore.Executive.Controller.ClientMachineStateMonitor)\",\r\n \"TimeStamp\": \"/Date(1486136115475-0500)/\"\r\n },\r\n {\r\n \"Caption\": \"I/O latency\",\r\n \"ExtendedCaption\": \"I/O latency of Mirror of Virtual disk 1 on StorageSvr005\",\r\n \"Id\": \"RisingThresholdPerfMonitor`1TotalOperationsTime\",\r\n \"Internal\": false,\r\n \"SequenceNumber\": 10036,\r\n \"Description\": \"Monitors the physical disks latency.\",\r\n \"MessageText\": \"Disabled\",\r\n \"MonitoredObjectId\": \"V.{2f652562-e7e3-11e6-80d7-00155d651611}-00000001_N.22690030D9218568\",\r\n \"State\": 1,\r\n \"TemplateId\": \"T(DataCore.Executive.Controller.RisingThresholdPerfMonitor`1[T]TotalOperationsTime)\",\r\n \"TimeStamp\": \"/Date(1486148705910-0500)/\"\r\n }\r\n]", + "latency": 0, + "statusCode": 200, + "label": "", + "headers": [], + "bodyType": "INLINE", + "filePath": "", + "databucketID": "", + "sendFileAsBody": false, + "rules": [], + "rulesOperator": "OR", + "disableTemplating": false, + "fallbackTo404": false, + "default": true, + "crudKey": "id", + "callbacks": [] + } + ], + "responseMode": null + } + ], + "rootChildren": [ + { + "type": "route", + "uuid": "148371c5-aaa7-4bf0-a818-e81a21aa7f9a" + }, + { + "type": "route", + "uuid": "0c038179-3723-4d67-9bed-fc226629c847" + }, + { + "type": "route", + "uuid": "b9f7dd2b-e1e1-4902-95ba-c6b76a1de390" + }, + { + "type": "route", + "uuid": "be0b350e-f8da-4998-a045-a3cf840745c0" + } + ], + "proxyMode": false, + "proxyHost": "", + "proxyRemovePrefix": false, + "tlsOptions": { + "enabled": false, + "type": "CERT", + "pfxPath": "", + "certPath": "", + "keyPath": "", + "caPath": "", + "passphrase": "" + }, + "cors": true, + "headers": [ + { + "key": "Content-Type", + "value": "application/json" + } + ], + "proxyReqHeaders": [ + { + "key": "", + "value": "" + } + ], + "proxyResHeaders": [ + { + "key": "", + "value": "" + } + ], + "data": [], + "callbacks": [] +} \ No newline at end of file From f18e74065713a8d5fcd345b3eb90bd2911f15516 Mon Sep 17 00:00:00 2001 From: pkippes Date: Mon, 11 Mar 2024 16:27:12 +0100 Subject: [PATCH 17/27] Empty-Commit From 5bc30d8fa2f182bd98931be2919e3f1478fef877 Mon Sep 17 00:00:00 2001 From: Evan-Adam <152897682+Evan-Adam@users.noreply.github.com> Date: Fri, 15 Mar 2024 13:19:38 +0100 Subject: [PATCH 18/27] CTOR-439-datacore-plugin-bad-path-in-pkg-json-source-code-is-not-properly-fatpacked (#4950) --- .../pkg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/centreon-plugin-Hardware-Storage-DataCore-Sansymphony-Restapi/pkg.json b/packaging/centreon-plugin-Hardware-Storage-DataCore-Sansymphony-Restapi/pkg.json index 824189ab21..07abebb160 100644 --- a/packaging/centreon-plugin-Hardware-Storage-DataCore-Sansymphony-Restapi/pkg.json +++ b/packaging/centreon-plugin-Hardware-Storage-DataCore-Sansymphony-Restapi/pkg.json @@ -4,6 +4,6 @@ "plugin_name": "centreon_datacore_api.pl", "files": [ "centreon/plugins/script_custom.pm", - "storage/datacore/api/" + "storage/datacore/restapi/" ] } From c1890f632dc2e3423806e69e85f33c873aff7585 Mon Sep 17 00:00:00 2001 From: omercier <32134301+omercier@users.noreply.github.com> Date: Mon, 18 Mar 2024 11:16:47 +0100 Subject: [PATCH 19/27] Changed the 'experimental' message of Veeam WSMAN modules as we are going to support it (#4953) --- .github/CODEOWNERS | 1 + .github/scripts/pod_spell_check.t | 4 ++-- src/apps/backup/veeam/wsman/mode/jobstatus.pm | 4 +--- src/apps/backup/veeam/wsman/mode/licenses.pm | 4 +--- src/apps/backup/veeam/wsman/mode/listjobs.pm | 4 +--- src/apps/backup/veeam/wsman/mode/listrepositories.pm | 4 +--- src/apps/backup/veeam/wsman/mode/repositories.pm | 4 +--- src/apps/backup/veeam/wsman/mode/tapejobs.pm | 4 +--- src/apps/backup/veeam/wsman/mode/vsbjobs.pm | 4 +--- src/apps/backup/veeam/wsman/plugin.pm | 4 +--- {.github/scripts => tests/resources/spellcheck}/stopwords.t | 3 ++- 11 files changed, 13 insertions(+), 27 deletions(-) rename {.github/scripts => tests/resources/spellcheck}/stopwords.t (97%) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 18427fb5aa..9470036c4a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -19,3 +19,4 @@ tests/** @centreon/owners-robot-e2e .github/** @centreon/owners-pipelines packaging/** @centreon/owners-pipelines selinux/** @centreon/owners-pipelines +.github/scripts/pod_spell_check.t @centreon/owners-perl diff --git a/.github/scripts/pod_spell_check.t b/.github/scripts/pod_spell_check.t index dd932714fc..3aef6bb8a2 100644 --- a/.github/scripts/pod_spell_check.t +++ b/.github/scripts/pod_spell_check.t @@ -8,7 +8,7 @@ if (!@ARGV) { die "Missing perl file to check."; } -my $stopword_filename='.github/scripts/stopwords.t'; +my $stopword_filename='tests/resources/spellcheck/stopwords.t'; if(defined($ARGV[1])){ $stopword_filename=$ARGV[1]; } @@ -19,4 +19,4 @@ printf("stopword file use : ".$stopword_filename." \n"); add_stopwords(); set_spell_cmd('hunspell -l'); all_pod_files_spelling_ok($ARGV[0]); -close(FILE); \ No newline at end of file +close(FILE); diff --git a/src/apps/backup/veeam/wsman/mode/jobstatus.pm b/src/apps/backup/veeam/wsman/mode/jobstatus.pm index 6202fd705a..aeb54cde4e 100644 --- a/src/apps/backup/veeam/wsman/mode/jobstatus.pm +++ b/src/apps/backup/veeam/wsman/mode/jobstatus.pm @@ -239,9 +239,7 @@ __END__ =head1 MODE -EXPERIMENTAL Mode : Community-supported only (no support from Centreon at this time) - -Check job status. +[EXPERIMENTAL] Monitor job status. =over 8 diff --git a/src/apps/backup/veeam/wsman/mode/licenses.pm b/src/apps/backup/veeam/wsman/mode/licenses.pm index 91395857e1..283cd7cfd0 100644 --- a/src/apps/backup/veeam/wsman/mode/licenses.pm +++ b/src/apps/backup/veeam/wsman/mode/licenses.pm @@ -266,9 +266,7 @@ __END__ =head1 MODE -EXPERIMENTAL Mode : Community-supported only (no support from Centreon at this time) - -Check licenses. +[EXPERIMENTAL] Monitor licenses. =over 8 diff --git a/src/apps/backup/veeam/wsman/mode/listjobs.pm b/src/apps/backup/veeam/wsman/mode/listjobs.pm index 6ef26aa9f5..5678ed25e7 100644 --- a/src/apps/backup/veeam/wsman/mode/listjobs.pm +++ b/src/apps/backup/veeam/wsman/mode/listjobs.pm @@ -132,9 +132,7 @@ __END__ =head1 MODE -EXPERIMENTAL Mode : Community-supported only (no support from Centreon at this time) - -List jobs. +[EXPERIMENTAL] List jobs. =over 8 diff --git a/src/apps/backup/veeam/wsman/mode/listrepositories.pm b/src/apps/backup/veeam/wsman/mode/listrepositories.pm index 5fb94331ba..edd08f051a 100644 --- a/src/apps/backup/veeam/wsman/mode/listrepositories.pm +++ b/src/apps/backup/veeam/wsman/mode/listrepositories.pm @@ -136,9 +136,7 @@ __END__ =head1 MODE -EXPERIMENTAL Mode : Community-supported only (no support from Centreon at this time) - -List repositories. +[EXPERIMENTAL] List repositories. =over 8 diff --git a/src/apps/backup/veeam/wsman/mode/repositories.pm b/src/apps/backup/veeam/wsman/mode/repositories.pm index 85791c1a55..2fa4896036 100644 --- a/src/apps/backup/veeam/wsman/mode/repositories.pm +++ b/src/apps/backup/veeam/wsman/mode/repositories.pm @@ -225,9 +225,7 @@ __END__ =head1 MODE -EXPERIMENTAL Mode : Community-supported only (no support from Centreon at this time) - -Check repositories. +[EXPERIMENTAL] Monitor repositories. =over 8 diff --git a/src/apps/backup/veeam/wsman/mode/tapejobs.pm b/src/apps/backup/veeam/wsman/mode/tapejobs.pm index bd00554493..5ded86ad76 100644 --- a/src/apps/backup/veeam/wsman/mode/tapejobs.pm +++ b/src/apps/backup/veeam/wsman/mode/tapejobs.pm @@ -179,9 +179,7 @@ __END__ =head1 MODE -EXPERIMENTAL Mode : Community-supported only (no support from Centreon at this time) - -Check tape jobs status. +[EXPERIMENTAL] Monitor tape jobs status. =over 8 diff --git a/src/apps/backup/veeam/wsman/mode/vsbjobs.pm b/src/apps/backup/veeam/wsman/mode/vsbjobs.pm index 302f3a7866..b026f0035d 100644 --- a/src/apps/backup/veeam/wsman/mode/vsbjobs.pm +++ b/src/apps/backup/veeam/wsman/mode/vsbjobs.pm @@ -213,9 +213,7 @@ __END__ =head1 MODE -EXPERIMENTAL Mode : Community-supported only (no support from Centreon at this time) - -Check SureBackup jobs. +[EXPERIMENTAL] Monitor SureBackup jobs. =over 8 diff --git a/src/apps/backup/veeam/wsman/plugin.pm b/src/apps/backup/veeam/wsman/plugin.pm index db889bdddc..9b56b26898 100644 --- a/src/apps/backup/veeam/wsman/plugin.pm +++ b/src/apps/backup/veeam/wsman/plugin.pm @@ -48,8 +48,6 @@ __END__ =head1 PLUGIN DESCRIPTION -EXPERIMENTAL Plugin : Community-supported only (no support from Centreon at this time) - -Check Veeam through powershell. +[EXPERIMENTAL] Monitor Veeam backup server using powershell script via WSMAN protocol. =cut diff --git a/.github/scripts/stopwords.t b/tests/resources/spellcheck/stopwords.t similarity index 97% rename from .github/scripts/stopwords.t rename to tests/resources/spellcheck/stopwords.t index 9c5c5a58b5..5112a2e447 100644 --- a/.github/scripts/stopwords.t +++ b/tests/resources/spellcheck/stopwords.t @@ -11,11 +11,12 @@ oneaccess-sys-mib perfdata powershell proto -Sansymphony queue-messages-inflighted +Sansymphony SNMP space-usage-prct SSH SureBackup topic-messages-inflighted Veeam +WSMAN From 0abb9253e19acdf6f571c73c29cca05897b9efd7 Mon Sep 17 00:00:00 2001 From: omercier <32134301+omercier@users.noreply.github.com> Date: Tue, 19 Mar 2024 14:41:48 +0100 Subject: [PATCH 20/27] Fix random test on Linux local plugin (#4949) --- .../linux/os-linux-list-systemdservices.robot | 64 +++ tests/functional/linux/os-linux-local.robot | 377 ------------------ .../linux/os-linux-system-sc-status.robot | 110 +++++ tests/resources/linux/systemd-219/systemctl | 237 +++++++++++ tests/resources/linux/systemd-252/systemctl | 275 +++++++++++++ 5 files changed, 686 insertions(+), 377 deletions(-) create mode 100644 tests/functional/linux/os-linux-list-systemdservices.robot delete mode 100644 tests/functional/linux/os-linux-local.robot create mode 100644 tests/functional/linux/os-linux-system-sc-status.robot create mode 100755 tests/resources/linux/systemd-219/systemctl create mode 100755 tests/resources/linux/systemd-252/systemctl diff --git a/tests/functional/linux/os-linux-list-systemdservices.robot b/tests/functional/linux/os-linux-list-systemdservices.robot new file mode 100644 index 0000000000..30f1a5375f --- /dev/null +++ b/tests/functional/linux/os-linux-list-systemdservices.robot @@ -0,0 +1,64 @@ +*** Settings *** +Documentation Linux Local list-systemdservices + +Library OperatingSystem +Library String +Library Examples + +Test Timeout 120s + + +*** Variables *** +${CENTREON_PLUGINS} ${CURDIR}${/}..${/}..${/}..${/}src${/}centreon_plugins.pl + +${CMD} perl ${CENTREON_PLUGINS} --plugin=os::linux::local::plugin +${PERCENT} % + +${COND} ${PERCENT}\{sub\} =~ /exited/ && ${PERCENT}{display} =~ /network/' + +*** Test Cases *** +List-Systemdservices v219 ${tc}/4 + [Documentation] Systemd version < 248 + [Tags] os linux local + ${command} Catenate + ... ${CMD} + ... --mode=list-systemdservices + ... --command-path=${CURDIR}${/}..${/}..${/}resources${/}linux${/}systemd-219 + ... --filter-name='${filtername}' + ... --filter-description='${filterdescription}' + + ${output} Run ${command} + ${output} Strip String ${output} + Should Be Equal As Strings + ... ${output} + ... ${expected_result} + ... \nWrong output result for command:\n${command}\n\nExpected:\n${expected_result}\nCommand output:\n${output}\n + + Examples: tc filtername filterdescription expected_result -- + ... 1 toto ${EMPTY} List systemd services: + ... 2 NetworkManager.service ${EMPTY} List systemd services: \n\'NetworkManager.service\' [desc = Network Manager] [load = loaded] [active = active] [sub = running] + ... 3 ${EMPTY} toto List systemd services: + ... 4 ${EMPTY} Permit User Sessions List systemd services: \n\'systemd-user-sessions.service\' [desc = Permit User Sessions] [load = loaded] [active = active] [sub = exited] + +List-Systemdservices v252 ${tc}/4 + [Documentation] Systemd version >= 248 + [Tags] os linux local + ${command} Catenate + ... ${CMD} + ... --mode=list-systemdservices + ... --command-path=${CURDIR}${/}..${/}..${/}resources${/}linux${/}systemd-252 + ... --filter-name='${filtername}' + ... --filter-description='${filterdescription}' + + ${output} Run ${command} + ${output} Strip String ${output} + Should Be Equal As Strings + ... ${output} + ... ${expected_result} + ... \nWrong output result for command:\n${command}\n\nExpected:\n${expected_result}\nCommand output:\n${output}\n + + Examples: tc filtername filterdescription expected_result -- + ... 1 toto ${EMPTY} List systemd services: + ... 2 NetworkManager.service ${EMPTY} List systemd services: \n\'NetworkManager.service\' [desc = Network Manager] [load = loaded] [active = active] [sub = running] + ... 3 ${EMPTY} toto List systemd services: + ... 4 ${EMPTY} Permit User Sessions List systemd services: \n\'systemd-user-sessions.service\' [desc = Permit User Sessions] [load = loaded] [active = active] [sub = exited] diff --git a/tests/functional/linux/os-linux-local.robot b/tests/functional/linux/os-linux-local.robot deleted file mode 100644 index 0a1446fa92..0000000000 --- a/tests/functional/linux/os-linux-local.robot +++ /dev/null @@ -1,377 +0,0 @@ -*** Settings *** -Documentation OS Linux Local plugin - -Library OperatingSystem -Library String - -Test Timeout 120s - - -*** Variables *** -${CENTREON_PLUGINS} ${CURDIR}${/}..${/}..${/}..${/}src${/}centreon_plugins.pl - -${CMD} perl ${CENTREON_PLUGINS} --plugin=os::linux::local::plugin - -# Test list-systemdservices mode with filter-name option set to a fake value -&{linux_local_listsystemd_test1} -... filtername=toto -... filterdescription= -... result=List systemd services: - -# Test list-systemdservices mode with filter-name option set to a service name value -&{linux_local_listsystemd_test2} -... filtername=NetworkManager.service -... filterdescription= -... result=List systemd services: \n\'NetworkManager.service\' [desc = NetworkManager.service] [load = not-found] [active = inactive] [sub = dead] - -# Test list-systemdservices mode with filter-description option set to a fake value -&{linux_local_listsystemd_test3} -... filtername= -... filterdescription=toto -... result=List systemd services: - -# Test list-systemdservices mode with filter-description option set to a service description value -&{linux_local_listsystemd_test4} -... filtername= -... filterdescription='User Manager for UID 1001' -... result=List systemd services: \n\'user@1001.service\' [desc = User Manager for UID 1001] [load = loaded] [active = active] [sub = running] - -@{linux_local_listsystemd_tests} -... &{linux_local_listsystemd_test1} -... &{linux_local_listsystemd_test2} -... &{linux_local_listsystemd_test3} -... &{linux_local_listsystemd_test4} - -# Test simple usage of the systemd-sc-status mode -&{linux_local_systemd_test_1} -... filtername= -... excludename= -... warningstatus= -... criticalstatus= -... warningtotalrunning= -... criticaltotalrunning= -... warningtotaldead= -... criticaltotaldead= -... warningtotalexited= -... criticaltotalexited= -... warningtotalfailed= -... criticaltotalfailed= -... result=OK: Total Running: 40, Total Failed: 0, Total Dead: 120, Total Exited: 40 - All services are ok | 'total_running'=40;;;0;414 'total_failed'=0;;;0;414 'total_dead'=120;;;0;414 'total_exited'=40;;;0;414 - -# Test systemd-sc-status mode with filter-name option set to a fake value -&{linux_local_systemd_test_2} -... filtername=toto -... excludename= -... warningstatus= -... criticalstatus= -... warningtotalrunning= -... criticaltotalrunning= -... warningtotaldead= -... criticaltotaldead= -... warningtotalexited= -... criticaltotalexited= -... warningtotalfailed= -... criticaltotalfailed= -... result=UNKNOWN: No service found. - -# Test systemd-sc-status mode with filter-name option set to a service name value -&{linux_local_systemd_test_3} -... filtername=NetworkManager.service -... excludename= -... warningstatus= -... criticalstatus= -... warningtotalrunning= -... criticaltotalrunning= -... warningtotaldead= -... criticaltotaldead= -... warningtotalexited= -... criticaltotalexited= -... warningtotalfailed= -... criticaltotalfailed= -... result=OK: Total Running: 0, Total Failed: 0, Total Dead: 1, Total Exited: 0 - Service 'NetworkManager.service' status : not-found/inactive/dead [boot: -] | 'total_running'=0;;;0;1 'total_failed'=0;;;0;1 'total_dead'=1;;;0;1 'total_exited'=0;;;0;1 - -# Test systemd-sc-status mode with exclude-name option set to a fake value -&{linux_local_systemd_test_4} -... filtername= -... excludename=toto -... warningstatus= -... criticalstatus= -... warningtotalrunning= -... criticaltotalrunning= -... warningtotaldead= -... criticaltotaldead= -... warningtotalexited= -... criticaltotalexited= -... warningtotalfailed= -... criticaltotalfailed= -... result=OK: Total Running: 40, Total Failed: 0, Total Dead: 120, Total Exited: 40 - All services are ok | 'total_running'=40;;;0;414 'total_failed'=0;;;0;414 'total_dead'=120;;;0;414 'total_exited'=40;;;0;414 - -# Test systemd-sc-status mode with exclude-name option set to a service name value -&{linux_local_systemd_test_5} -... filtername= -... excludename=NetworkManager.service -... warningstatus= -... criticalstatus= -... warningtotalrunning= -... criticaltotalrunning= -... warningtotaldead= -... criticaltotaldead= -... warningtotalexited= -... criticaltotalexited= -... warningtotalfailed= -... criticaltotalfailed= -... result=OK: Total Running: 40, Total Failed: 0, Total Dead: 119, Total Exited: 40 - All services are ok | 'total_running'=40;;;0;413 'total_failed'=0;;;0;413 'total_dead'=119;;;0;413 'total_exited'=40;;;0;413 - -# Test systemd-sc-status mode with warning-status option set to '\%{sub} =~ /exited/ && \%{display} =~ /network/' -&{linux_local_systemd_test_6} -... filtername= -... excludename= -... warningstatus='\%{sub} =~ /exited/ && \%{display} =~ /network/' -... criticalstatus= -... warningtotalrunning= -... criticaltotalrunning= -... warningtotaldead= -... criticaltotaldead= -... warningtotalexited= -... criticaltotalexited= -... warningtotalfailed= -... criticaltotalfailed= -... result=WARNING: Service 'systemd-networkd-wait-online.service' status : loaded/active/exited [boot: enabled] - Service 'walinuxagent-network-setup.service' status : loaded/active/exited [boot: enabled] | 'total_running'=40;;;0;414 'total_failed'=0;;;0;414 'total_dead'=120;;;0;414 'total_exited'=40;;;0;414 - -# Test systemd-sc-status mode with critical-status option set to '\%{sub} =~ /exited/ && \%{display} =~ /network/' -&{linux_local_systemd_test_7} -... filtername= -... excludename= -... warningstatus= -... criticalstatus='\%{sub} =~ /exited/ && \%{display} =~ /network/' -... warningtotalrunning= -... criticaltotalrunning= -... warningtotaldead= -... criticaltotaldead= -... warningtotalexited= -... criticaltotalexited= -... warningtotalfailed= -... criticaltotalfailed= -... result=CRITICAL: Service 'systemd-networkd-wait-online.service' status : loaded/active/exited [boot: enabled] - Service 'walinuxagent-network-setup.service' status : loaded/active/exited [boot: enabled] | 'total_running'=40;;;0;414 'total_failed'=0;;;0;414 'total_dead'=120;;;0;414 'total_exited'=40;;;0;414 - -# Test systemd-sc-status mode with warning-total-running option set to 20 -&{linux_local_systemd_test_8} -... filtername= -... excludename= -... warningstatus= -... criticalstatus= -... warningtotalrunning=20 -... criticaltotalrunning= -... warningtotaldead= -... criticaltotaldead= -... warningtotalexited= -... criticaltotalexited= -... warningtotalfailed= -... criticaltotalfailed= -... result=WARNING: Total Running: 40 | 'total_running'=40;0:20;;0;414 'total_failed'=0;;;0;414 'total_dead'=120;;;0;414 'total_exited'=40;;;0;414 - -# Test systemd-sc-status mode with critical-total-running option set to 20 -&{linux_local_systemd_test_9} -... filtername= -... excludename= -... warningstatus= -... criticalstatus= -... warningtotalrunning= -... criticaltotalrunning=20 -... warningtotaldead= -... criticaltotaldead= -... warningtotalexited= -... criticaltotalexited= -... warningtotalfailed= -... criticaltotalfailed= -... result=CRITICAL: Total Running: 40 | 'total_running'=40;;0:20;0;414 'total_failed'=0;;;0;414 'total_dead'=120;;;0;414 'total_exited'=40;;;0;414 - -# Test systemd-sc-status mode with warning-total-dead option set to 20 -&{linux_local_systemd_test_10} -... filtername= -... excludename= -... warningstatus= -... criticalstatus= -... warningtotalrunning= -... criticaltotalrunning= -... warningtotaldead=20 -... criticaltotaldead= -... warningtotalexited= -... criticaltotalexited= -... warningtotalfailed= -... criticaltotalfailed= -... result=WARNING: Total Dead: 120 | 'total_running'=40;;;0;414 'total_failed'=0;;;0;414 'total_dead'=120;0:20;;0;414 'total_exited'=40;;;0;414 - -# Test systemd-sc-status mode with critical-total-dead option set to 20 -&{linux_local_systemd_test_11} -... filtername= -... excludename= -... warningstatus= -... criticalstatus= -... warningtotalrunning= -... criticaltotalrunning= -... warningtotaldead= -... criticaltotaldead=20 -... warningtotalexited= -... criticaltotalexited= -... warningtotalfailed= -... criticaltotalfailed= -... result=CRITICAL: Total Dead: 120 | 'total_running'=40;;;0;414 'total_failed'=0;;;0;414 'total_dead'=120;;0:20;0;414 'total_exited'=40;;;0;414 - -# Test systemd-sc-status mode with warning-total-exited option set to 20 -&{linux_local_systemd_test_12} -... filtername= -... excludename= -... warningstatus= -... criticalstatus= -... warningtotalrunning= -... criticaltotalrunning= -... warningtotaldead= -... criticaltotaldead= -... warningtotalexited=20 -... criticaltotalexited= -... warningtotalfailed= -... criticaltotalfailed= -... result=WARNING: Total Exited: 40 | 'total_running'=40;;;0;414 'total_failed'=0;;;0;414 'total_dead'=120;;;0;414 'total_exited'=40;0:20;;0;414 - -# Test systemd-sc-status mode with critical-total-exited option set to 20 -&{linux_local_systemd_test_13} -... filtername= -... excludename= -... warningstatus= -... criticalstatus= -... warningtotalrunning= -... criticaltotalrunning= -... warningtotaldead= -... criticaltotaldead= -... warningtotalexited= -... criticaltotalexited=20 -... warningtotalfailed= -... criticaltotalfailed= -... result=CRITICAL: Total Exited: 40 | 'total_running'=40;;;0;414 'total_failed'=0;;;0;414 'total_dead'=120;;;0;414 'total_exited'=40;;0:20;0;414 - -# Test systemd-sc-status mode with warning-total-failed option : NO DATA FOR THIS TEST - -# Test systemd-sc-status mode with critical-total-failed option : NO DATA FOR THIS TEST - -@{linux_local_systemd_tests} -... &{linux_local_systemd_test_1} -... &{linux_local_systemd_test_2} -... &{linux_local_systemd_test_3} -... &{linux_local_systemd_test_4} -... &{linux_local_systemd_test_5} -... &{linux_local_systemd_test_6} -... &{linux_local_systemd_test_7} -... &{linux_local_systemd_test_8} -... &{linux_local_systemd_test_9} -... &{linux_local_systemd_test_10} -... &{linux_local_systemd_test_11} -... &{linux_local_systemd_test_12} -... &{linux_local_systemd_test_13} - - -*** Test Cases *** -Linux Local Systemd-sc-status - [Documentation] Linux Local Systemd services status - [Tags] os linux local - FOR ${linux_local_systemd_test} IN @{linux_local_systemd_tests} - ${command} Catenate - ... ${CMD} - ... --mode=systemd-sc-status - ${length} Get Length ${linux_local_systemd_test.filtername} - IF ${length} > 0 - ${command} Catenate ${command} --filter-name=${linux_local_systemd_test.filtername} - END - ${length} Get Length ${linux_local_systemd_test.excludename} - IF ${length} > 0 - ${command} Catenate ${command} --exclude-name=${linux_local_systemd_test.excludename} - END - ${length} Get Length ${linux_local_systemd_test.warningstatus} - IF ${length} > 0 - ${command} Catenate ${command} --warning-status=${linux_local_systemd_test.warningstatus} - END - ${length} Get Length ${linux_local_systemd_test.criticalstatus} - IF ${length} > 0 - ${command} Catenate ${command} --critical-status=${linux_local_systemd_test.criticalstatus} - END - ${length} Get Length ${linux_local_systemd_test.warningtotalrunning} - IF ${length} > 0 - ${command} Catenate - ... ${command} - ... --warning-total-running=${linux_local_systemd_test.warningtotalrunning} - END - ${length} Get Length ${linux_local_systemd_test.criticaltotalrunning} - IF ${length} > 0 - ${command} Catenate - ... ${command} - ... --critical-total-running=${linux_local_systemd_test.criticaltotalrunning} - END - ${length} Get Length ${linux_local_systemd_test.warningtotaldead} - IF ${length} > 0 - ${command} Catenate ${command} --warning-total-dead=${linux_local_systemd_test.warningtotaldead} - END - ${length} Get Length ${linux_local_systemd_test.criticaltotaldead} - IF ${length} > 0 - ${command} Catenate ${command} --critical-total-dead=${linux_local_systemd_test.criticaltotaldead} - END - ${length} Get Length ${linux_local_systemd_test.warningtotalexited} - IF ${length} > 0 - ${command} Catenate - ... ${command} - ... --warning-total-exited=${linux_local_systemd_test.warningtotalexited} - END - ${length} Get Length ${linux_local_systemd_test.criticaltotalexited} - IF ${length} > 0 - ${command} Catenate - ... ${command} - ... --critical-total-exited=${linux_local_systemd_test.criticaltotalexited} - END - ${length} Get Length ${linux_local_systemd_test.warningtotalfailed} - IF ${length} > 0 - ${command} Catenate - ... ${command} - ... --warning-total-failed=${linux_local_systemd_test.warningtotalfailed} - END - ${length} Get Length ${linux_local_systemd_test.criticaltotalfailed} - IF ${length} > 0 - ${command} Catenate - ... ${command} - ... --critical-total-failed=${linux_local_systemd_test.criticaltotalfailed} - END - - ${output} Run ${command} - Log To Console . no_newline=true - ${output} Strip String ${output} - Should Be Equal As Strings - ... ${output} - ... ${linux_local_systemd_test.result} - ... Wrong result output for:${\n}Command: ${\n}${command}${\n}${\n}Expected output: ${\n}${linux_local_systemd_test.result}${\n}${\n}Obtained output:${\n}${output}${\n}${\n}${\n} - ... values=False - END - -Linux Local List-systemd-services - [Documentation] Linux Local List Systemd services - [Tags] os linux local - FOR ${linux_local_listsystemd_test} IN @{linux_local_listsystemd_tests} - ${command} Catenate - ... ${CMD} - ... --mode=list-systemdservices - ${length} Get Length ${linux_local_listsystemd_test.filtername} - IF ${length} > 0 - ${command} Catenate ${command} --filter-name=${linux_local_listsystemd_test.filtername} - END - ${length} Get Length ${linux_local_listsystemd_test.filterdescription} - IF ${length} > 0 - ${command} Catenate - ... ${command} - ... --filter-description=${linux_local_listsystemd_test.filterdescription} - END - - ${output} Run ${command} - ${output} Strip String ${output} - Should Be Equal As Strings - ... ${output} - ... ${linux_local_listsystemd_test.result} - ... Wrong result output for:${\n}Command: ${\n}${command}${\n}${\n}Expected output: ${\n}${linux_local_listsystemd_test.result}${\n}${\n}Obtained output:${\n}${output}${\n}${\n}${\n} - ... values=False - END diff --git a/tests/functional/linux/os-linux-system-sc-status.robot b/tests/functional/linux/os-linux-system-sc-status.robot new file mode 100644 index 0000000000..f6de4194fe --- /dev/null +++ b/tests/functional/linux/os-linux-system-sc-status.robot @@ -0,0 +1,110 @@ +*** Settings *** +Documentation Linux Local Systemd-sc-status + +Library OperatingSystem +Library String +Library Examples + +Test Timeout 120s + + +*** Variables *** +${CENTREON_PLUGINS} ${CURDIR}${/}..${/}..${/}..${/}src${/}centreon_plugins.pl + +${CMD} perl ${CENTREON_PLUGINS} --plugin=os::linux::local::plugin +# attempt to work around the interpretation of %{} as env variables instead of plugin macros +#${PERCENT} % +#${COND} ${PERCENT}\{sub\} =~ /exited/ && ${PERCENT}{display} =~ /network/' + +*** Test Cases *** +Systemd-sc-status v219 ${tc}/15 + [Documentation] Systemd version < 248 + [Tags] os linux local + ${command} Catenate + ... ${CMD} + ... --mode=systemd-sc-status + ... --command-path=${CURDIR}${/}..${/}..${/}resources${/}linux${/}systemd-219 + ... --filter-name='${filter}' + ... --exclude-name='${exclude}' + ... --warning-status='${w_stat}' + ... --critical-status='${c_stat}' + ... --warning-total-running='${w_running}' + ... --critical-total-running='${c_running}' + ... --warning-total-dead='${w_dead}' + ... --critical-total-dead='${c_dead}' + ... --warning-total-exited='${w_exited}' + ... --critical-total-exited='${c_exited}' + ... --warning-total-failed='${w_failed}' + ... --critical-total-failed='${c_failed}' + + ${output} Run ${command} + ${output} Strip String ${output} + Should Be Equal As Strings + ... ${output} + ... ${expected_result} + ... \nWrong output result for command:\n${command}\n\nExpected:\n${expected_result}\nCommand output:\n${output}\n + + Examples: tc filter exclude w_stat c_stat w_running c_running w_dead c_dead w_exited c_exited w_failed c_failed expected_result -- + ... 1 ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} OK: Total Running: 34, Total Failed: 1, Total Dead: 97, Total Exited: 25 - All services are ok | 'total_running'=34;;;0;220 'total_failed'=1;;;0;220 'total_dead'=97;;;0;220 'total_exited'=25;;;0;220 + ... 2 toto ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} UNKNOWN: No service found. + ... 3 NetworkManager ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} OK: Total Running: 1, Total Failed: 0, Total Dead: 0, Total Exited: 1 - All services are ok | 'total_running'=1;;;0;2 'total_failed'=0;;;0;2 'total_dead'=0;;;0;2 'total_exited'=1;;;0;2 + ... 4 ${EMPTY} Manager ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} OK: Total Running: 33, Total Failed: 1, Total Dead: 97, Total Exited: 24 - All services are ok | 'total_running'=33;;;0;218 'total_failed'=1;;;0;218 'total_dead'=97;;;0;218 'total_exited'=24;;;0;218 + ... 5 NetworkManager ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} OK: Total Running: 1, Total Failed: 0, Total Dead: 0, Total Exited: 1 - All services are ok | 'total_running'=1;;;0;2 'total_failed'=0;;;0;2 'total_dead'=0;;;0;2 'total_exited'=1;;;0;2 + ... 8 ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} 0 ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} WARNING: Total Running: 34 | 'total_running'=34;0:0;;0;220 'total_failed'=1;;;0;220 'total_dead'=97;;;0;220 'total_exited'=25;;;0;220 + ... 9 ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} 0 ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} CRITICAL: Total Running: 34 | 'total_running'=34;;0:0;0;220 'total_failed'=1;;;0;220 'total_dead'=97;;;0;220 'total_exited'=25;;;0;220 + ... 10 ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} 0 ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} WARNING: Total Dead: 97 | 'total_running'=34;;;0;220 'total_failed'=1;;;0;220 'total_dead'=97;0:0;;0;220 'total_exited'=25;;;0;220 + ... 11 ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} 0 ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} CRITICAL: Total Dead: 97 | 'total_running'=34;;;0;220 'total_failed'=1;;;0;220 'total_dead'=97;;0:0;0;220 'total_exited'=25;;;0;220 + ... 12 ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} 0 ${EMPTY} ${EMPTY} ${EMPTY} WARNING: Total Exited: 25 | 'total_running'=34;;;0;220 'total_failed'=1;;;0;220 'total_dead'=97;;;0;220 'total_exited'=25;0:0;;0;220 + ... 13 ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} 0 ${EMPTY} ${EMPTY} CRITICAL: Total Exited: 25 | 'total_running'=34;;;0;220 'total_failed'=1;;;0;220 'total_dead'=97;;;0;220 'total_exited'=25;;0:0;0;220 + ... 14 ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} 0 ${EMPTY} WARNING: Total Failed: 1 | 'total_running'=34;;;0;220 'total_failed'=1;0:0;;0;220 'total_dead'=97;;;0;220 'total_exited'=25;;;0;220 + ... 15 ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} 0 CRITICAL: Total Failed: 1 | 'total_running'=34;;;0;220 'total_failed'=1;;0:0;0;220 'total_dead'=97;;;0;220 'total_exited'=25;;;0;220 +# not working atm + # ... 6 ${EMPTY} ${EMPTY} ${COND} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} WARNING + # ... 7 ${EMPTY} ${EMPTY} ${EMPTY} ${COND} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} CRITICAL + +Systemd-sc-status v252 ${tc}/15 + [Documentation] Systemd version >= 248 + [Tags] os linux local + ${command} Catenate + ... ${CMD} + ... --mode=systemd-sc-status + ... --command-path=${CURDIR}${/}..${/}..${/}resources${/}linux${/}systemd-252 + ... --filter-name='${filter}' + ... --exclude-name='${exclude}' + ... --warning-status='${w_stat}' + ... --critical-status='${c_stat}' + ... --warning-total-running='${w_running}' + ... --critical-total-running='${c_running}' + ... --warning-total-dead='${w_dead}' + ... --critical-total-dead='${c_dead}' + ... --warning-total-exited='${w_exited}' + ... --critical-total-exited='${c_exited}' + ... --warning-total-failed='${w_failed}' + ... --critical-total-failed='${c_failed}' + + ${output} Run ${command} + ${output} Strip String ${output} + Should Be Equal As Strings + ... ${output} + ... ${expected_result} + ... Wrong output result for command:\n${command}\n\nExpected:\n${expected_result}\nCommand output:\n${output}\n\n + + Examples: tc filter exclude w_stat c_stat w_running c_running w_dead c_dead w_exited c_exited w_failed c_failed expected_result -- + ... 1 ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} OK: Total Running: 31, Total Failed: 4, Total Dead: 108, Total Exited: 19 - All services are ok | 'total_running'=31;;;0;258 'total_failed'=4;;;0;258 'total_dead'=108;;;0;258 'total_exited'=19;;;0;258 + ... 2 toto ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} UNKNOWN: No service found. + ... 3 NetworkManager ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} OK: Total Running: 1, Total Failed: 0, Total Dead: 0, Total Exited: 1 - All services are ok | 'total_running'=1;;;0;2 'total_failed'=0;;;0;2 'total_dead'=0;;;0;2 'total_exited'=1;;;0;2 + ... 4 ${EMPTY} Manager ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} OK: Total Running: 30, Total Failed: 4, Total Dead: 108, Total Exited: 18 - All services are ok | 'total_running'=30;;;0;256 'total_failed'=4;;;0;256 'total_dead'=108;;;0;256 'total_exited'=18;;;0;256 + ... 5 NetworkManager ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} OK: Total Running: 1, Total Failed: 0, Total Dead: 0, Total Exited: 1 - All services are ok | 'total_running'=1;;;0;2 'total_failed'=0;;;0;2 'total_dead'=0;;;0;2 'total_exited'=1;;;0;2 + ... 8 ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} 2 ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} WARNING: Total Running: 31 | 'total_running'=31;0:2;;0;258 'total_failed'=4;;;0;258 'total_dead'=108;;;0;258 'total_exited'=19;;;0;258 + ... 9 ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} 2 ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} CRITICAL: Total Running: 31 | 'total_running'=31;;0:2;0;258 'total_failed'=4;;;0;258 'total_dead'=108;;;0;258 'total_exited'=19;;;0;258 + ... 10 ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} 2 ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} WARNING: Total Dead: 108 | 'total_running'=31;;;0;258 'total_failed'=4;;;0;258 'total_dead'=108;0:2;;0;258 'total_exited'=19;;;0;258 + ... 11 ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} 2 ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} CRITICAL: Total Dead: 108 | 'total_running'=31;;;0;258 'total_failed'=4;;;0;258 'total_dead'=108;;0:2;0;258 'total_exited'=19;;;0;258 + ... 12 ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} 2 ${EMPTY} ${EMPTY} ${EMPTY} WARNING: Total Exited: 19 | 'total_running'=31;;;0;258 'total_failed'=4;;;0;258 'total_dead'=108;;;0;258 'total_exited'=19;0:2;;0;258 + ... 13 ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} 2 ${EMPTY} ${EMPTY} CRITICAL: Total Exited: 19 | 'total_running'=31;;;0;258 'total_failed'=4;;;0;258 'total_dead'=108;;;0;258 'total_exited'=19;;0:2;0;258 + ... 14 ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} 2 ${EMPTY} WARNING: Total Failed: 4 | 'total_running'=31;;;0;258 'total_failed'=4;0:2;;0;258 'total_dead'=108;;;0;258 'total_exited'=19;;;0;258 + ... 15 ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} 2 CRITICAL: Total Failed: 4 | 'total_running'=31;;;0;258 'total_failed'=4;;0:2;0;258 'total_dead'=108;;;0;258 'total_exited'=19;;;0;258 + +# not working atm + # ... 6 ${EMPTY} ${EMPTY} ${COND} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} WARNING + # ... 7 ${EMPTY} ${EMPTY} ${EMPTY} ${COND} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} ${EMPTY} CRITICAL + diff --git a/tests/resources/linux/systemd-219/systemctl b/tests/resources/linux/systemd-219/systemctl new file mode 100755 index 0000000000..f2c9ea701c --- /dev/null +++ b/tests/resources/linux/systemd-219/systemctl @@ -0,0 +1,237 @@ +#!/bin/bash +case "$*" in + --version) + cat <<'EOF' +systemd 219 ++PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN +EOF + ;; + '-a --no-pager --plain --no-legend') + cat <<'EOF' +proc-sys-fs-binfmt_misc.automount loaded active waiting Arbitrary Executable File Formats File System +dev-disk-by\x2did-scsi\x2d0QEMU_QEMU_HARDDISK_drive\x2dscsi0\x2d0\x2d0\x2d0.device loaded active plugged QEMU_HARDDISK +dev-disk-by\x2did-scsi\x2d0QEMU_QEMU_HARDDISK_drive\x2dscsi0\x2d0\x2d0\x2d0\x2dpart1.device loaded active plugged QEMU_HARDDISK 1 +dev-disk-by\x2dpath-pci\x2d0000:00:04.0\x2dscsi\x2d0:0:0:0.device loaded active plugged QEMU_HARDDISK +dev-disk-by\x2dpath-pci\x2d0000:00:04.0\x2dscsi\x2d0:0:0:0\x2dpart1.device loaded active plugged QEMU_HARDDISK 1 +dev-disk-by\x2duuid-85ea49f1\x2d50e9\x2d4dc2\x2d83e4\x2d76499dffa11b.device loaded active plugged QEMU_HARDDISK 1 +dev-sda.device loaded active plugged QEMU_HARDDISK +dev-sda1.device loaded active plugged QEMU_HARDDISK 1 +dev-ttyS0.device loaded active plugged /dev/ttyS0 +dev-ttyS1.device loaded active plugged /dev/ttyS1 +dev-ttyS2.device loaded active plugged /dev/ttyS2 +dev-ttyS3.device loaded active plugged /dev/ttyS3 +dev-virtio\x2dports-org.qemu.guest_agent.0.device loaded active plugged /dev/virtio-ports/org.qemu.guest_agent.0 +dev-vport2p1.device loaded active plugged /dev/vport2p1 +sys-devices-pci0000:00-0000:00:03.0-virtio0-net-eth0.device loaded active plugged Virtio network device +sys-devices-pci0000:00-0000:00:04.0-virtio1-host2-target2:0:0-2:0:0:0-block-sda-sda1.device loaded active plugged QEMU_HARDDISK 1 +sys-devices-pci0000:00-0000:00:04.0-virtio1-host2-target2:0:0-2:0:0:0-block-sda.device loaded active plugged QEMU_HARDDISK +sys-devices-pci0000:00-0000:00:05.0-virtio2-virtio\x2dports-vport2p1.device loaded active plugged /sys/devices/pci0000:00/0000:00:05.0/virtio2/v +sys-devices-platform-serial8250-tty-ttyS1.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS1 +sys-devices-platform-serial8250-tty-ttyS2.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS2 +sys-devices-platform-serial8250-tty-ttyS3.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS3 +sys-devices-pnp0-00:04-tty-ttyS0.device loaded active plugged /sys/devices/pnp0/00:04/tty/ttyS0 +sys-module-configfs.device loaded active plugged /sys/module/configfs +sys-subsystem-net-devices-eth0.device loaded active plugged Virtio network device +-.mount loaded active mounted / +dev-hugepages.mount loaded active mounted Huge Pages File System +dev-mqueue.mount loaded active mounted POSIX Message Queue File System +proc-sys-fs-binfmt_misc.mount loaded inactive dead Arbitrary Executable File Formats File System +run-user-0.mount loaded active mounted /run/user/0 +sys-fs-fuse-connections.mount loaded inactive dead FUSE Control File System +sys-kernel-config.mount loaded active mounted Configuration File System +sys-kernel-debug.mount loaded active mounted Debug File System +sysroot.mount not-found inactive dead sysroot.mount +tmp.mount loaded inactive dead Temporary Directory +var-run.mount not-found inactive dead var-run.mount +brandbot.path loaded active waiting Flexible branding +systemd-ask-password-console.path loaded inactive dead Dispatch Password Requests to Console Director +systemd-ask-password-plymouth.path loaded active waiting Forward Password Requests to Plymouth Director +systemd-ask-password-wall.path loaded active waiting Forward Password Requests to Wall Directory Wa +session-187554.scope loaded active running Session 187554 of user root +atd.service loaded active running Job spooling tools +auditd.service loaded active running Security Auditing Service +brandbot.service loaded inactive dead Flexible Branding Service +cbd.service loaded active running Centreon Broker watchdog +centcore.service not-found inactive dead centcore.service +centengine.service loaded active running Centreon Engine +centreon-map.service loaded failed failed Centreon Studio map server +centreon-nrpe3.service loaded active running Nagios Remote Program Executor +centreon.service loaded active exited One Service to rule them all. +chronyd.service loaded active running NTP client/server +cloud-config.service loaded active exited Apply the settings specified in cloud-config +cloud-final.service loaded active exited Execute cloud user/final scripts +cloud-init-local.service loaded active exited Initial cloud-init job (pre-networking) +cloud-init.service loaded active exited Initial cloud-init job (metadata service crawl +cpupower.service loaded inactive dead Configure CPU power related settings +crond.service loaded active running Command Scheduler +dbus.service loaded active running D-Bus System Message Bus +display-manager.service not-found inactive dead display-manager.service +dm-event.service loaded inactive dead Device-mapper event daemon +dracut-cmdline.service loaded inactive dead dracut cmdline hook +dracut-initqueue.service loaded inactive dead dracut initqueue hook +dracut-mount.service loaded inactive dead dracut mount hook +dracut-pre-mount.service loaded inactive dead dracut pre-mount hook +dracut-pre-pivot.service loaded inactive dead dracut pre-pivot and cleanup hook +dracut-pre-trigger.service loaded inactive dead dracut pre-trigger hook +dracut-pre-udev.service loaded inactive dead dracut pre-udev hook +dracut-shutdown.service loaded inactive dead Restore /run/initramfs +ebtables.service loaded inactive dead Ethernet Bridge Filtering tables +emergency.service loaded inactive dead Emergency Shell +exim.service not-found inactive dead exim.service +firewalld.service loaded active running firewalld - dynamic firewall daemon +getty@tty1.service loaded active running Getty on tty1 +gorgoned.service loaded active running Centreon Gorgone +haproxy.service loaded active running HAProxy Load Balancer +httpd24-httpd.service loaded active running The Apache HTTP Server +initrd-cleanup.service loaded inactive dead Cleaning Up and Shutting Down Daemons +initrd-parse-etc.service loaded inactive dead Reload Configuration from the Real Root +initrd-switch-root.service loaded inactive dead Switch Root +initrd-udevadm-cleanup-db.service loaded inactive dead Cleanup udevd DB +ip6tables.service not-found inactive dead ip6tables.service +ipset.service not-found inactive dead ipset.service +iptables.service not-found inactive dead iptables.service +irqbalance.service loaded inactive dead irqbalance daemon +kdump.service loaded active exited Crash recovery kernel arming +kmod-static-nodes.service loaded active exited Create list of required static device nodes fo +lvm2-activation.service not-found inactive dead lvm2-activation.service +lvm2-lvmetad.service loaded active running LVM2 metadata daemon +lvm2-lvmpolld.service loaded inactive dead LVM2 poll daemon +lvm2-monitor.service loaded active exited Monitoring of LVM2 mirrors, snapshots etc. usi +mariadb.service loaded active running MariaDB 10.5.17 database server +microcode.service loaded inactive dead Load CPU microcode update +network.service loaded active exited LSB: Bring up/down networking +NetworkManager-wait-online.service loaded active exited Network Manager Wait Online +NetworkManager.service loaded active running Network Manager +ntpd.service not-found inactive dead ntpd.service +ntpdate.service not-found inactive dead ntpdate.service +php-fpm.service loaded active running The PHP FastCGI Process Manager +plymouth-quit-wait.service loaded inactive dead Wait for Plymouth Boot Screen to Quit +plymouth-quit.service loaded inactive dead Terminate Plymouth Boot Screen +plymouth-read-write.service loaded inactive dead Tell Plymouth To Write Out Runtime Data +plymouth-start.service loaded inactive dead Show Plymouth Boot Screen +plymouth-switch-root.service loaded inactive dead Plymouth switch root service +polkit.service loaded active running Authorization Manager +postfix.service loaded active running Postfix Mail Transport Agent +rc-local.service loaded inactive dead /etc/rc.d/rc.local Compatibility +rescue.service loaded inactive dead Rescue Shell +rhel-autorelabel-mark.service loaded inactive dead Mark the need to relabel after reboot +rhel-autorelabel.service loaded inactive dead Relabel all filesystems, if necessary +rhel-configure.service loaded inactive dead Reconfigure the system on administrator reques +rhel-dmesg.service loaded active exited Dump dmesg to /var/log/dmesg +rhel-domainname.service loaded active exited Read and set NIS domainname from /etc/sysconfi +rhel-import-state.service loaded active exited Import network configuration from initramfs +rhel-loadmodules.service loaded inactive dead Load legacy module configuration +rhel-readonly.service loaded active exited Configure read-only root support +rpcbind.service loaded active running RPC bind service +rsyslog.service loaded active running System Logging Service +selinux-policy-migrate-local-changes@targeted.service loaded inactive dead Migrate local SELinux policy changes from the +sendmail.service not-found inactive dead sendmail.service +snmpd.service loaded active running Simple Network Management Protocol (SNMP) Daem +sntp.service not-found inactive dead sntp.service +sshd-keygen.service loaded inactive dead OpenSSH Server Key Generation +sshd.service loaded active running OpenSSH server daemon +syslog.service not-found inactive dead syslog.service +systemd-ask-password-console.service loaded inactive dead Dispatch Password Requests to Console +systemd-ask-password-plymouth.service loaded inactive dead Forward Password Requests to Plymouth +systemd-ask-password-wall.service loaded inactive dead Forward Password Requests to Wall +systemd-binfmt.service loaded inactive dead Set Up Additional Binary Formats +systemd-firstboot.service loaded inactive dead First Boot Wizard +systemd-fsck-root.service loaded active exited File System Check on Root Device +systemd-hwdb-update.service loaded inactive dead Rebuild Hardware Database +systemd-initctl.service loaded inactive dead /dev/initctl Compatibility Daemon +systemd-journal-catalog-update.service loaded inactive dead Rebuild Journal Catalog +systemd-journal-flush.service loaded active exited Flush Journal to Persistent Storage +systemd-journald.service loaded active running Journal Service +systemd-logind.service loaded active running Login Service +systemd-machine-id-commit.service loaded inactive dead Commit a transient machine-id on disk +systemd-modules-load.service loaded inactive dead Load Kernel Modules +systemd-random-seed.service loaded active exited Load/Save Random Seed +systemd-readahead-collect.service loaded inactive dead Collect Read-Ahead Data +systemd-readahead-done.service loaded inactive dead Stop Read-Ahead Data Collection +systemd-readahead-replay.service loaded inactive dead Replay Read-Ahead Data +systemd-reboot.service loaded inactive dead Reboot +systemd-remount-fs.service loaded active exited Remount Root and Kernel File Systems +systemd-shutdownd.service loaded inactive dead Delayed Shutdown Service +systemd-sysctl.service loaded active exited Apply Kernel Variables +systemd-sysusers.service not-found inactive dead systemd-sysusers.service +systemd-timesyncd.service not-found inactive dead systemd-timesyncd.service +systemd-tmpfiles-clean.service loaded inactive dead Cleanup of Temporary Directories +systemd-tmpfiles-setup-dev.service loaded active exited Create Static Device Nodes in /dev +systemd-tmpfiles-setup.service loaded active exited Create Volatile Files and Directories +systemd-udev-trigger.service loaded active exited udev Coldplug all Devices +systemd-udevd.service loaded active running udev Kernel Device Manager +systemd-update-done.service loaded inactive dead Update is Completed +systemd-update-utmp-runlevel.service loaded inactive dead Update UTMP about System Runlevel Changes +systemd-update-utmp.service loaded active exited Update UTMP about System Boot/Shutdown +systemd-user-sessions.service loaded active exited Permit User Sessions +systemd-vconsole-setup.service loaded active exited Setup Virtual Console +tuned.service loaded active running Dynamic System Tuning Daemon +xdm.service not-found inactive dead xdm.service +ypbind.service not-found inactive dead ypbind.service +yppasswdd.service not-found inactive dead yppasswdd.service +ypserv.service not-found inactive dead ypserv.service +ypxfrd.service not-found inactive dead ypxfrd.service +-.slice loaded active active Root Slice +system-getty.slice loaded active active system-getty.slice +system-selinux\x2dpolicy\x2dmigrate\x2dlocal\x2dchanges.slice loaded active active system-selinux\x2dpolicy\x2dmigrate\x2dlocal\x +system.slice loaded active active System Slice +user-0.slice loaded active active User Slice of root +user.slice loaded active active User and Session Slice +dbus.socket loaded active running D-Bus System Message Bus Socket +dm-event.socket loaded active listening Device-mapper event daemon FIFOs +lvm2-lvmetad.socket loaded active running LVM2 metadata daemon socket +lvm2-lvmpolld.socket loaded active listening LVM2 poll daemon socket +nrpe.socket not-found inactive dead nrpe.socket +rpcbind.socket loaded active running RPCbind Server Activation Socket +sshd.socket loaded inactive dead OpenSSH Server Socket +syslog.socket loaded inactive dead Syslog Socket +systemd-initctl.socket loaded active listening /dev/initctl Compatibility Named Pipe +systemd-journald.socket loaded active running Journal Socket +systemd-shutdownd.socket loaded active listening Delayed Shutdown Socket +systemd-udevd-control.socket loaded active running udev Control Socket +systemd-udevd-kernel.socket loaded active running udev Kernel Socket +basic.target loaded active active Basic System +cloud-config.target loaded active active Cloud-config availability +cloud-init.target loaded active active Cloud-init target +cryptsetup.target loaded active active Local Encrypted Volumes +emergency.target loaded inactive dead Emergency Mode +final.target loaded inactive dead Final Step +firewalld.target not-found inactive dead firewalld.target +getty-pre.target loaded inactive dead Login Prompts (Pre) +getty.target loaded active active Login Prompts +graphical.target loaded inactive dead Graphical Interface +initrd-fs.target loaded inactive dead Initrd File Systems +initrd-root-fs.target loaded inactive dead Initrd Root File System +initrd-switch-root.target loaded inactive dead Switch Root +initrd.target loaded inactive dead Initrd Default Target +local-fs-pre.target loaded active active Local File Systems (Pre) +local-fs.target loaded active active Local File Systems +multi-user.target loaded active active Multi-User System +network-online.target loaded active active Network is Online +network-pre.target loaded active active Network (Pre) +network.target loaded active active Network +nss-lookup.target loaded inactive dead Host and Network Name Lookups +nss-user-lookup.target loaded inactive dead User and Group Name Lookups +paths.target loaded active active Paths +remote-fs-pre.target loaded inactive dead Remote File Systems (Pre) +remote-fs.target loaded active active Remote File Systems +rescue.target loaded inactive dead Rescue Mode +rpcbind.target loaded active active RPC Port Mapper +shutdown.target loaded inactive dead Shutdown +slices.target loaded active active Slices +sockets.target loaded active active Sockets +swap.target loaded active active Swap +sysinit.target loaded active active System Initialization +syslog.target not-found inactive dead syslog.target +time-sync.target loaded inactive dead System Time Synchronized +timers.target loaded active active Timers +umount.target loaded inactive dead Unmount All Filesystems +systemd-readahead-done.timer loaded inactive dead Stop Read-Ahead Data Collection 10s After Comp +systemd-tmpfiles-clean.timer loaded active waiting Daily Cleanup of Temporary Directories +EOF + ;; + *) + echo "Unknown option" + ;; +esac + diff --git a/tests/resources/linux/systemd-252/systemctl b/tests/resources/linux/systemd-252/systemctl new file mode 100755 index 0000000000..4294c37322 --- /dev/null +++ b/tests/resources/linux/systemd-252/systemctl @@ -0,0 +1,275 @@ +#!/bin/bash +case "$*" in + --version) + cat <<'EOF' +systemd 252 (252-18.el9) ++PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS -FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified +EOF + ;; + '-a --no-pager --plain --legend=false') + cat <<'EOF' +boot.automount not-found inactive dead boot.automount +proc-sys-fs-binfmt_misc.automount loaded active waiting Arbitrary Executable File Formats File Syst… +dev-disk-by\x2ddiskseq-1.device loaded active plugged VBOX_HARDDISK +dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VBd2… loaded active plugged VBOX_HARDDISK +dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VBd2… loaded active plugged VBOX_HARDDISK 1 +dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VBd2… loaded active plugged VBOX_HARDDISK 2 +dev-disk-by\x2did-scsi\x2d0ATA_VBOX_HARDDIS… loaded active plugged VBOX_HARDDISK +dev-disk-by\x2did-scsi\x2d0ATA_VBOX_HARDDIS… loaded active plugged VBOX_HARDDISK 1 +dev-disk-by\x2did-scsi\x2d0ATA_VBOX_HARDDIS… loaded active plugged VBOX_HARDDISK 2 +dev-disk-by\x2did-scsi\x2d1ATA_VBOX_HARDDIS… loaded active plugged VBOX_HARDDISK +dev-disk-by\x2did-scsi\x2d1ATA_VBOX_HARDDIS… loaded active plugged VBOX_HARDDISK 1 +dev-disk-by\x2did-scsi\x2d1ATA_VBOX_HARDDIS… loaded active plugged VBOX_HARDDISK 2 +dev-disk-by\x2did-scsi\x2dSATA_VBOX_HARDDIS… loaded active plugged VBOX_HARDDISK +dev-disk-by\x2did-scsi\x2dSATA_VBOX_HARDDIS… loaded active plugged VBOX_HARDDISK 1 +dev-disk-by\x2did-scsi\x2dSATA_VBOX_HARDDIS… loaded active plugged VBOX_HARDDISK 2 +dev-disk-by\x2dpartuuid-44ac7039\x2d2ef4\x2… loaded active plugged VBOX_HARDDISK 1 +dev-disk-by\x2dpartuuid-4d2e7c69\x2d19ea\x2… loaded active plugged VBOX_HARDDISK 2 +dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2d… loaded active plugged VBOX_HARDDISK +dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2d… loaded active plugged VBOX_HARDDISK 1 +dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2d… loaded active plugged VBOX_HARDDISK 2 +dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2d… loaded active plugged VBOX_HARDDISK +dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2d… loaded active plugged VBOX_HARDDISK 1 +dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2d… loaded active plugged VBOX_HARDDISK 2 +dev-disk-by\x2duuid-04468d69\x2ddd58\x2d4fc… loaded active plugged VBOX_HARDDISK 2 +dev-rfkill.device loaded active plugged /dev/rfkill +dev-sda.device loaded active plugged VBOX_HARDDISK +dev-sda1.device loaded active plugged VBOX_HARDDISK 1 +dev-sda2.device loaded active plugged VBOX_HARDDISK 2 +dev-ttyS0.device loaded active plugged /dev/ttyS0 +dev-ttyS1.device loaded active plugged /dev/ttyS1 +dev-ttyS2.device loaded active plugged /dev/ttyS2 +dev-ttyS3.device loaded active plugged /dev/ttyS3 +sys-devices-pci0000:00-0000:00:03.0-net-enp… loaded active plugged 82540EM Gigabit Ethernet Controller (PRO/10… +sys-devices-pci0000:00-0000:00:08.0-net-enp… loaded active plugged 82540EM Gigabit Ethernet Controller (PRO/10… +sys-devices-pci0000:00-0000:00:0d.0-ata3-ho… loaded active plugged VBOX_HARDDISK 1 +sys-devices-pci0000:00-0000:00:0d.0-ata3-ho… loaded active plugged VBOX_HARDDISK 2 +sys-devices-pci0000:00-0000:00:0d.0-ata3-ho… loaded active plugged VBOX_HARDDISK +sys-devices-platform-serial8250-tty-ttyS0.d… loaded active plugged /sys/devices/platform/serial8250/tty/ttyS0 +sys-devices-platform-serial8250-tty-ttyS1.d… loaded active plugged /sys/devices/platform/serial8250/tty/ttyS1 +sys-devices-platform-serial8250-tty-ttyS2.d… loaded active plugged /sys/devices/platform/serial8250/tty/ttyS2 +sys-devices-platform-serial8250-tty-ttyS3.d… loaded active plugged /sys/devices/platform/serial8250/tty/ttyS3 +sys-devices-virtual-misc-rfkill.device loaded active plugged /sys/devices/virtual/misc/rfkill +sys-module-configfs.device loaded active plugged /sys/module/configfs +sys-module-fuse.device loaded active plugged /sys/module/fuse +sys-subsystem-net-devices-enp0s3.device loaded active plugged 82540EM Gigabit Ethernet Controller (PRO/10… +sys-subsystem-net-devices-enp0s8.device loaded active plugged 82540EM Gigabit Ethernet Controller (PRO/10… +-.mount loaded active mounted Root Mount +boot.mount not-found inactive dead boot.mount +dev-hugepages.mount loaded active mounted Huge Pages File System +dev-mqueue.mount loaded active mounted POSIX Message Queue File System +home.mount not-found inactive dead home.mount +proc-fs-nfsd.mount loaded inactive dead NFSD configuration filesystem +proc-sys-fs-binfmt_misc.mount loaded inactive dead Arbitrary Executable File Formats File Syst… +run-credentials-systemd\x2dsysctl.service.m… loaded active mounted /run/credentials/systemd-sysctl.service +run-credentials-systemd\x2dtmpfiles\x2dsetu… loaded active mounted /run/credentials/systemd-tmpfiles-setup.ser… +run-credentials-systemd\x2dtmpfiles\x2dsetu… loaded active mounted /run/credentials/systemd-tmpfiles-setup-dev… +run-user-0.mount loaded active mounted /run/user/0 +sys-fs-fuse-connections.mount loaded active mounted FUSE Control File System +sys-kernel-config.mount loaded active mounted Kernel Configuration File System +sys-kernel-debug.mount loaded active mounted Kernel Debug File System +sys-kernel-tracing.mount loaded active mounted Kernel Trace File System +sysroot.mount not-found inactive dead sysroot.mount +tmp.mount loaded inactive dead Temporary Directory /tmp +vagrant.mount loaded failed failed /vagrant +var-lib-nfs-rpc_pipefs.mount loaded active mounted RPC Pipe File System +systemd-ask-password-console.path loaded active waiting Dispatch Password Requests to Console Direc… +systemd-ask-password-wall.path loaded active waiting Forward Password Requests to Wall Directory… +init.scope loaded active running System and Service Manager +session-3.scope loaded active running Session 3 of User root +auditd.service loaded active running Security Auditing Service +auth-rpcgss-module.service loaded inactive dead Kernel Module supporting RPCSEC_GSS +autofs.service not-found inactive dead autofs.service +cbd.service loaded active running Centreon Broker watchdog +centengine.service loaded inactive dead Centreon Engine +centreon.service loaded active exited One Service to rule them all. +centreontrapd.service loaded active running Centreon Trapd Daemon is a Centreon program… +chronyd.service loaded active running NTP client/server +crond.service loaded active running Command Scheduler +dbus-broker.service loaded active running D-Bus System Message Bus +display-manager.service not-found inactive dead display-manager.service +dnf-makecache.service loaded inactive dead dnf makecache +dracut-cmdline.service loaded inactive dead dracut cmdline hook +dracut-initqueue.service loaded inactive dead dracut initqueue hook +dracut-mount.service loaded inactive dead dracut mount hook +dracut-pre-mount.service loaded inactive dead dracut pre-mount hook +dracut-pre-pivot.service loaded inactive dead dracut pre-pivot and cleanup hook +dracut-pre-trigger.service loaded inactive dead dracut pre-trigger hook +dracut-pre-udev.service loaded inactive dead dracut pre-udev hook +dracut-shutdown-onfailure.service loaded inactive dead Service executing upon dracut-shutdown fail… +dracut-shutdown.service loaded active exited Restore /run/initramfs on shutdown +emergency.service loaded inactive dead Emergency Shell +getty@tty1.service loaded active running Getty on tty1 +gorgoned.service loaded active running Centreon Gorgone +gssproxy.service loaded active running GSSAPI Proxy Daemon +httpd-init.service not-found inactive dead httpd-init.service +httpd.service loaded active running The Apache HTTP Server +import-state.service loaded active exited Import network configuration from initramfs +initrd-cleanup.service loaded inactive dead Cleaning Up and Shutting Down Daemons +initrd-parse-etc.service loaded inactive dead Mountpoints Configured in the Real Root +initrd-switch-root.service loaded inactive dead Switch Root +initrd-udevadm-cleanup-db.service loaded inactive dead Cleanup udev Database +irqbalance.service loaded active running irqbalance daemon +kdump.service loaded active exited Crash recovery kernel arming +kmod-static-nodes.service loaded active exited Create List of Static Device Nodes +ldconfig.service loaded inactive dead Rebuild Dynamic Linker Cache +loadmodules.service loaded inactive dead Load legacy module configuration +logrotate.service loaded failed failed Rotate log files +mariadb.service loaded active running MariaDB 10.5.24 database server +microcode.service loaded inactive dead Load CPU microcode update +modprobe@configfs.service loaded inactive dead Load Kernel Module configfs +modprobe@drm.service loaded inactive dead Load Kernel Module drm +modprobe@fuse.service loaded inactive dead Load Kernel Module fuse +network.service not-found inactive dead network.service +NetworkManager-wait-online.service loaded active exited Network Manager Wait Online +NetworkManager.service loaded active running Network Manager +nfs-idmapd.service loaded inactive dead NFSv4 ID-name mapping service +nfs-mountd.service loaded inactive dead NFS Mount Daemon +nfs-server.service loaded inactive dead NFS server and services +nfs-utils.service loaded inactive dead NFS server and client services +nfsdcld.service loaded inactive dead NFSv4 Client Tracking Daemon +nis-domainname.service loaded active exited Read and set NIS domainname from /etc/sysco… +ntpd.service not-found inactive dead ntpd.service +ntpdate.service not-found inactive dead ntpdate.service +php-fpm.service loaded active running The PHP FastCGI Process Manager +plymouth-quit-wait.service not-found inactive dead plymouth-quit-wait.service +plymouth-start.service not-found inactive dead plymouth-start.service +rc-local.service loaded inactive dead /etc/rc.d/rc.local Compatibility +rescue.service loaded inactive dead Rescue Shell +rpc-gssd.service loaded inactive dead RPC security service for NFS client and ser… +rpc-statd-notify.service loaded active exited Notify NFS peers of a restart +rpc-statd.service loaded inactive dead NFS status monitor for NFSv2/3 locking. +rpc-svcgssd.service not-found inactive dead rpc-svcgssd.service +rpcbind.service loaded active running RPC Bind +rsyslog.service loaded active running System Logging Service +selinux-autorelabel-mark.service loaded inactive dead Mark the need to relabel after reboot +snmpd.service loaded active running Simple Network Management Protocol (SNMP) D… +snmptrapd.service loaded active running Simple Network Management Protocol (SNMP) T… +sntp.service not-found inactive dead sntp.service +sshd-keygen@ecdsa.service loaded inactive dead OpenSSH ecdsa Server Key Generation +sshd-keygen@ed25519.service loaded inactive dead OpenSSH ed25519 Server Key Generation +sshd-keygen@rsa.service loaded inactive dead OpenSSH rsa Server Key Generation +sshd.service loaded active running OpenSSH server daemon +sssd-kcm.service loaded inactive dead SSSD Kerberos Cache Manager +sssd.service loaded inactive dead System Security Services Daemon +syslog.service not-found inactive dead syslog.service +systemd-ask-password-console.service loaded inactive dead Dispatch Password Requests to Console +systemd-ask-password-wall.service loaded inactive dead Forward Password Requests to Wall +systemd-binfmt.service loaded inactive dead Set Up Additional Binary Formats +systemd-boot-system-token.service loaded inactive dead Store a System Token in an EFI Variable +systemd-firstboot.service loaded inactive dead First Boot Wizard +systemd-fsck-root.service loaded inactive dead File System Check on Root Device +systemd-hwdb-update.service loaded inactive dead Rebuild Hardware Database +systemd-initctl.service loaded inactive dead initctl Compatibility Daemon +systemd-journal-catalog-update.service loaded inactive dead Rebuild Journal Catalog +systemd-journal-flush.service loaded active exited Flush Journal to Persistent Storage +systemd-journald.service loaded active running Journal Service +systemd-logind.service loaded active running User Login Management +systemd-machine-id-commit.service loaded inactive dead Commit a transient machine-id on disk +systemd-modules-load.service loaded inactive dead Load Kernel Modules +systemd-network-generator.service loaded active exited Generate network units from Kernel command … +systemd-pcrphase-initrd.service loaded inactive dead TPM2 PCR Barrier (initrd) +systemd-pcrphase-sysinit.service loaded inactive dead TPM2 PCR Barrier (Initialization) +systemd-pcrphase.service loaded inactive dead TPM2 PCR Barrier (User) +systemd-random-seed.service loaded active exited Load/Save Random Seed +systemd-remount-fs.service loaded active exited Remount Root and Kernel File Systems +systemd-repart.service loaded inactive dead Repartition Root Disk +systemd-rfkill.service loaded inactive dead Load/Save RF Kill Switch Status +systemd-sysctl.service loaded active exited Apply Kernel Variables +systemd-sysext.service loaded inactive dead Merge System Extension Images into /usr/ an… +systemd-sysusers.service loaded inactive dead Create System Users +systemd-timesyncd.service not-found inactive dead systemd-timesyncd.service +systemd-tmpfiles-clean.service loaded inactive dead Cleanup of Temporary Directories +systemd-tmpfiles-setup-dev.service loaded active exited Create Static Device Nodes in /dev +systemd-tmpfiles-setup.service loaded active exited Create Volatile Files and Directories +systemd-tmpfiles.service not-found inactive dead systemd-tmpfiles.service +systemd-udev-settle.service loaded inactive dead Wait for udev To Complete Device Initializa… +systemd-udev-trigger.service loaded active exited Coldplug All udev Devices +systemd-udevd.service loaded active running Rule-based Manager for Device Events and Fi… +systemd-update-done.service loaded inactive dead Update is Completed +systemd-update-utmp-runlevel.service loaded inactive dead Record Runlevel Change in UTMP +systemd-update-utmp.service loaded active exited Record System Boot/Shutdown in UTMP +systemd-user-sessions.service loaded active exited Permit User Sessions +systemd-vconsole-setup.service loaded inactive dead Setup Virtual Console +user-runtime-dir@0.service loaded active exited User Runtime Directory /run/user/0 +user@0.service loaded active running User Manager for UID 0 +vboxadd-service.service loaded failed failed vboxadd-service.service +vboxadd.service loaded failed failed vboxadd.service +ypbind.service not-found inactive dead ypbind.service +yppasswdd.service not-found inactive dead yppasswdd.service +ypserv.service not-found inactive dead ypserv.service +ypxfrd.service not-found inactive dead ypxfrd.service +-.slice loaded active active Root Slice +system-getty.slice loaded active active Slice /system/getty +system-modprobe.slice loaded active active Slice /system/modprobe +system-sshd\x2dkeygen.slice loaded active active Slice /system/sshd-keygen +system.slice loaded active active System Slice +user-0.slice loaded active active User Slice of UID 0 +user.slice loaded active active User and Session Slice +dbus.socket loaded active running D-Bus System Message Bus Socket +rpcbind.socket loaded active running RPCbind Server Activation Socket +sssd-kcm.socket loaded active listening SSSD Kerberos Cache Manager responder socket +syslog.socket loaded inactive dead Syslog Socket +systemd-coredump.socket loaded active listening Process Core Dump Socket +systemd-initctl.socket loaded active listening initctl Compatibility Named Pipe +systemd-journald-dev-log.socket loaded active running Journal Socket (/dev/log) +systemd-journald.socket loaded active running Journal Socket +systemd-rfkill.socket loaded active listening Load/Save RF Kill Switch Status /dev/rfkill… +systemd-udevd-control.socket loaded active running udev Control Socket +systemd-udevd-kernel.socket loaded active running udev Kernel Socket +basic.target loaded active active Basic System +blockdev@dev-disk-by\x2duuid-04468d69\x2ddd… loaded inactive dead Block Device Preparation for /dev/disk/by-u… +cryptsetup-pre.target loaded inactive dead Local Encrypted Volumes (Pre) +cryptsetup.target loaded active active Local Encrypted Volumes +emergency.target loaded inactive dead Emergency Mode +first-boot-complete.target loaded inactive dead First Boot Complete +getty-pre.target loaded inactive dead Preparation for Logins +getty.target loaded active active Login Prompts +graphical.target loaded inactive dead Graphical Interface +initrd-fs.target loaded inactive dead Initrd File Systems +initrd-root-device.target loaded inactive dead Initrd Root Device +initrd-root-fs.target loaded inactive dead Initrd Root File System +initrd-switch-root.target loaded inactive dead Switch Root +initrd-usr-fs.target loaded inactive dead Initrd /usr File System +initrd.target loaded inactive dead Initrd Default Target +integritysetup.target loaded active active Local Integrity Protected Volumes +local-fs-pre.target loaded active active Preparation for Local File Systems +local-fs.target loaded active active Local File Systems +multi-user.target loaded active active Multi-User System +network-online.target loaded active active Network is Online +network-pre.target loaded active active Preparation for Network +network.target loaded active active Network +nfs-client.target loaded active active NFS client services +nss-lookup.target loaded inactive dead Host and Network Name Lookups +nss-user-lookup.target loaded active active User and Group Name Lookups +paths.target loaded active active Path Units +remote-cryptsetup.target loaded inactive dead Remote Encrypted Volumes +remote-fs-pre.target loaded active active Preparation for Remote File Systems +remote-fs.target loaded inactive dead Remote File Systems +remote-veritysetup.target loaded inactive dead Remote Verity Protected Volumes +rescue.target loaded inactive dead Rescue Mode +rpc_pipefs.target loaded active active rpc_pipefs.target +rpcbind.target loaded active active RPC Port Mapper +shutdown.target loaded inactive dead System Shutdown +slices.target loaded active active Slice Units +sockets.target loaded active active Socket Units +sshd-keygen.target loaded active active sshd-keygen.target +swap.target loaded active active Swaps +sysinit.target loaded active active System Initialization +syslog.target not-found inactive dead syslog.target +time-set.target loaded inactive dead System Time Set +time-sync.target loaded inactive dead System Time Synchronized +timers.target loaded active active Timer Units +umount.target loaded inactive dead Unmount All Filesystems +veritysetup-pre.target loaded inactive dead Local Verity Protected Volumes (Pre) +veritysetup.target loaded active active Local Verity Protected Volumes +dnf-makecache.timer loaded active waiting dnf makecache --timer +logrotate.timer loaded active waiting Daily rotation of log files +systemd-tmpfiles-clean.timer loaded active waiting Daily Cleanup of Temporary Directories +EOF + ;; + *) + echo "Unknown option" + ;; +esac + From 754135b40ba7160496a55dfd1f2661d81b77e921 Mon Sep 17 00:00:00 2001 From: sdepassio <114986849+sdepassio@users.noreply.github.com> Date: Wed, 20 Mar 2024 16:25:03 +0100 Subject: [PATCH 21/27] Update mockoon version + adapt existing tests (#4938) --- .github/workflows/tests-functional.yml | 4 +- ...l.robot.old => cloud-aws-cloudtrail.robot} | 0 ...d-azure-policyinsights-policystates.robot} | 10 ++-- .../mockoon/cloud-aws-cloudtrail.json | 31 ++++++------ ...oud-azure-policyinsights-policystates.json | 49 ++++++++++++------- 5 files changed, 54 insertions(+), 40 deletions(-) rename tests/functional/api/{cloud-aws-cloudtrail.robot.old => cloud-aws-cloudtrail.robot} (100%) rename tests/functional/api/{cloud-azure-policyinsights-policystates.robot.old => cloud-azure-policyinsights-policystates.robot} (92%) diff --git a/.github/workflows/tests-functional.yml b/.github/workflows/tests-functional.yml index c8f470c974..b1925098aa 100644 --- a/.github/workflows/tests-functional.yml +++ b/.github/workflows/tests-functional.yml @@ -30,10 +30,10 @@ jobs: - name: Install Node.js uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: - node-version: 20 + node-version: 21 - name: Install Mockoon CLI - run: npm install -g -D @mockoon/cli@6.2.0 + run: npm install -g -D @mockoon/cli@7.0.0 - name: Install perl dependencies uses: shogo82148/actions-setup-perl@28eae78d12c2bba1163aec45d123f6d9228bc307 # v1.29.0 diff --git a/tests/functional/api/cloud-aws-cloudtrail.robot.old b/tests/functional/api/cloud-aws-cloudtrail.robot similarity index 100% rename from tests/functional/api/cloud-aws-cloudtrail.robot.old rename to tests/functional/api/cloud-aws-cloudtrail.robot diff --git a/tests/functional/api/cloud-azure-policyinsights-policystates.robot.old b/tests/functional/api/cloud-azure-policyinsights-policystates.robot similarity index 92% rename from tests/functional/api/cloud-azure-policyinsights-policystates.robot.old rename to tests/functional/api/cloud-azure-policyinsights-policystates.robot index 5b9bd61a60..14e4d856d3 100644 --- a/tests/functional/api/cloud-azure-policyinsights-policystates.robot.old +++ b/tests/functional/api/cloud-azure-policyinsights-policystates.robot @@ -14,29 +14,29 @@ Test Timeout 120s ${CENTREON_PLUGINS} ${CURDIR}${/}..${/}..${/}..${/}src${/}centreon_plugins.pl ${MOCKOON_JSON} ${CURDIR}${/}..${/}..${/}resources${/}mockoon${/}cloud-azure-policyinsights-policystates.json -${LOGIN_ENDPOINT} http://localhost:3001/login +${LOGIN_ENDPOINT} http://localhost:3000/login ${CMD} perl ${CENTREON_PLUGINS} --plugin=cloud::azure::policyinsights::policystates::plugin --subscription=subscription --tenant=tenant --client-id=client_id --client-secret=secret --login-endpoint=${LOGIN_ENDPOINT} &{compliance_value1} -... endpoint=http://localhost:3001/ok +... endpoint=http://localhost:3000/ok ... policyname= ... resourcelocation= ... resourcetype= ... result=OK: Number of non compliant policies: 0 - All compliances states are ok | 'policies.non_compliant.count'=0;;;0; &{compliance_value2} -... endpoint=http://localhost:3001/oknextlink +... endpoint=http://localhost:3000/oknextlink ... policyname=9daedab3-fb2d-461e-b861-71790eead4f6 ... resourcelocation= ... resourcetype= ... result=OK: Number of non compliant policies: 0 - All compliances states are ok | 'policies.non_compliant.count'=0;;;0; &{compliance_value3} -... endpoint=http://localhost:3001/nok1 +... endpoint=http://localhost:3000/nok1 ... policyname=9daedab3-fb2d-461e-b861-71790eead4f6 ... resourcelocation=fr ... resourcetype= ... result=CRITICAL: Compliance state for policy '9daedab3-fb2d-461e-b861-71790eead4f6' on resource 'mypubip1' is 'NonCompliant' | 'policies.non_compliant.count'=1;;;0; &{compliance_value4} -... endpoint=http://localhost:3001/nok2 +... endpoint=http://localhost:3000/nok2 ... policyname=9daedab3-fb2d-461e-b861-71790eead4f6 ... resourcelocation=fr ... resourcetype=ip diff --git a/tests/resources/mockoon/cloud-aws-cloudtrail.json b/tests/resources/mockoon/cloud-aws-cloudtrail.json index f25264798f..fc680bb463 100644 --- a/tests/resources/mockoon/cloud-aws-cloudtrail.json +++ b/tests/resources/mockoon/cloud-aws-cloudtrail.json @@ -1,6 +1,6 @@ { "uuid": "e59ad81e-2050-480d-bbae-0e71c607c927", - "lastMigration": 27, + "lastMigration": 32, "name": "Aws cloudtrail", "endpointPrefix": "", "latency": 0, @@ -35,10 +35,11 @@ "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, - "default": true + "default": true, + "crudKey": "id", + "callbacks": [] } ], - "enabled": true, "responseMode": null }, { @@ -50,7 +51,7 @@ "responses": [ { "uuid": "7dd41177-8d63-458a-abcc-b3af3ea8c9cd", - "body": "{\r\n\t\"Events\": [\r\n\t\t{{#each (dataRaw 'Events')}}\r\n\t\t {{#if (gt @index 0)}}\r\n\t\t ,\r\n\t\t {{/if}}\r\n \t\t{\r\n \t\t\t\"AccessKeyId\": \"{{AccessKeyId}}\",\r\n \t\t\t\"CloudTrailEvent\": \"{\\\"awsRegion\\\": \\\"eu-west-1\\\", {{#if Error}}\\\"errorCode\\\": \\\"{{ErrorCode}}\\\", \\\"errorMessage\\\": \\\"{{ErrorMessage}}\\\",{{/if}} \\\"eventCategory\\\": \\\"Management\\\", \\\"eventID\\\": \\\"{{EventId}}\\\", \\\"eventName\\\": \\\"{{EventName}}\\\", \\\"eventSource\\\": \\\"{{EventSource}}\\\", \\\"eventTime\\\": \\\"{{EventTime}}\\\", \\\"eventType\\\": \\\"{{EventType}}\\\", \\\"eventVersion\\\": \\\"1.08\\\", \\\"managementEvent\\\": true, \\\"readOnly\\\": true, \\\"recipientAccountId\\\": \\\"{{AccountId}}\\\", \\\"requestID\\\": \\\"{{ faker 'datatype.uuid' }}\\\", \\\"requestParameters\\\": null, \\\"responseElements\\\": null, \\\"sourceIPAddress\\\": \\\"{{ faker 'internet.ip' }}\\\", \\\"tlsDetails\\\": {\\\"cipherSuite\\\": \\\"ECDHE-RSA-AES128-GCM-SHA256\\\", \\\"clientProvidedHostHeader\\\": \\\"cloudtrail.eu-west-1.amazonaws.com\\\", \\\"tlsVersion\\\": \\\"TLSv1.2\\\"}, \\\"userAgent\\\": \\\"aws-cli/2.11.0 Python/3.11.2 Darwin/22.2.0 source/x86_64 prompt/off command/cloudtrail.lookup-events\\\", \\\"userIdentity\\\": {\\\"accessKeyId\\\": \\\"{{AccessKeyId}}\\\", \\\"accountId\\\": \\\"{{AccountId}}\\\", \\\"arn\\\": \\\"arn:aws:sts::{{AccountId}}:assumed-role/{{UserRole}}/{{UserName}}\\\", \\\"principalId\\\": \\\"{{PrincipalId}}:{{UserName}}\\\", \\\"sessionContext\\\": {\\\"attributes\\\": {\\\"creationDate\\\": \\\"{{ faker 'date.past' EventTime }}\\\", \\\"mfaAuthenticated\\\": \\\"false\\\"}, \\\"sessionIssuer\\\": {\\\"accountId\\\": \\\"{{AccountId}}\\\", \\\"arn\\\": \\\"arn:aws:iam::{{AccountId}}:role/{{UserRole}}\\\", \\\"principalId\\\": \\\"{{PrincipalId}}\\\", \\\"type\\\": \\\"Role\\\", \\\"userName\\\": \\\"{{UserRole}}\\\"}, \\\"webIdFederationData\\\": {}}, \\\"type\\\": \\\"{{ faker 'name.jobArea' }}\\\"}}\",\r\n \t\t\t\"EventId\": \"{{EventId}}\",\r\n \t\t\t\"EventName\": \"{{EventName}}\",\r\n \t\t\t\"EventSource\": \"{{EventSource}}\",\r\n \t\t\t\"EventTime\": \"{{EventTime}}\",\r\n \t\t\t\"ReadOnly\": \"true\",\r\n \t\t\t\"Resources\": [\r\n \t\t\t],\r\n \t\t\t\"Username\": \"{{UserName}}\"\r\n \t\t}\r\n\t\t{{/each}}\r\n\t]\r\n\t{{#if (gte (indexOf (urlParam 'NextToken') 'true' 0) 0)}}\r\n\t {{#unless (includes (stringify (body)) 'NextToken')}}\r\n\t\t ,\"NextToken\": \"{{ faker 'random.alphaNumeric' 64 casing='upper' }}\"\r\n\t\t{{/unless}}\r\n\t{{/if}}\r\n}", + "body": "{\r\n\t\"Events\": [\r\n\t\t{{#each (dataRaw 'EventsData')}}\r\n\t\t {{#if (gt @index 0)}}\r\n\t\t ,\r\n\t\t {{/if}}\r\n \t\t{\r\n \t\t\t\"AccessKeyId\": \"{{AccessKeyId}}\",\r\n \t\t\t\"CloudTrailEvent\": \"{\\\"awsRegion\\\": \\\"eu-west-1\\\", {{#if Error}}\\\"errorCode\\\": \\\"{{ErrorCode}}\\\", \\\"errorMessage\\\": \\\"{{ErrorMessage}}\\\",{{/if}} \\\"eventCategory\\\": \\\"Management\\\", \\\"eventID\\\": \\\"{{EventId}}\\\", \\\"eventName\\\": \\\"{{EventName}}\\\", \\\"eventSource\\\": \\\"{{EventSource}}\\\", \\\"eventTime\\\": \\\"{{EventTime}}\\\", \\\"eventType\\\": \\\"{{EventType}}\\\", \\\"eventVersion\\\": \\\"1.08\\\", \\\"managementEvent\\\": true, \\\"readOnly\\\": true, \\\"recipientAccountId\\\": \\\"{{AccountId}}\\\", \\\"requestID\\\": \\\"{{ faker 'string.uuid' }}\\\", \\\"requestParameters\\\": null, \\\"responseElements\\\": null, \\\"sourceIPAddress\\\": \\\"{{ faker 'internet.ip' }}\\\", \\\"tlsDetails\\\": {\\\"cipherSuite\\\": \\\"ECDHE-RSA-AES128-GCM-SHA256\\\", \\\"clientProvidedHostHeader\\\": \\\"cloudtrail.eu-west-1.amazonaws.com\\\", \\\"tlsVersion\\\": \\\"TLSv1.2\\\"}, \\\"userAgent\\\": \\\"aws-cli/2.11.0 Python/3.11.2 Darwin/22.2.0 source/x86_64 prompt/off command/cloudtrail.lookup-events\\\", \\\"userIdentity\\\": {\\\"accessKeyId\\\": \\\"{{AccessKeyId}}\\\", \\\"accountId\\\": \\\"{{AccountId}}\\\", \\\"arn\\\": \\\"arn:aws:sts::{{AccountId}}:assumed-role/{{UserRole}}/{{UserName}}\\\", \\\"principalId\\\": \\\"{{PrincipalId}}:{{UserName}}\\\", \\\"sessionContext\\\": {\\\"attributes\\\": {\\\"creationDate\\\": \\\"{{ faker 'date.past' EventTime }}\\\", \\\"mfaAuthenticated\\\": \\\"false\\\"}, \\\"sessionIssuer\\\": {\\\"accountId\\\": \\\"{{AccountId}}\\\", \\\"arn\\\": \\\"arn:aws:iam::{{AccountId}}:role/{{UserRole}}\\\", \\\"principalId\\\": \\\"{{PrincipalId}}\\\", \\\"type\\\": \\\"Role\\\", \\\"userName\\\": \\\"{{UserRole}}\\\"}, \\\"webIdFederationData\\\": {}}, \\\"type\\\": \\\"{{ faker 'person.jobArea' }}\\\"}}\",\r\n \t\t\t\"EventId\": \"{{EventId}}\",\r\n \t\t\t\"EventName\": \"{{EventName}}\",\r\n \t\t\t\"EventSource\": \"{{EventSource}}\",\r\n \t\t\t\"EventTime\": \"{{EventTime}}\",\r\n \t\t\t\"ReadOnly\": \"true\",\r\n \t\t\t\"Resources\": [\r\n \t\t\t],\r\n \t\t\t\"Username\": \"{{UserName}}\"\r\n \t\t}\r\n\t\t{{/each}}\r\n\t]\r\n\t{{#if (gte (indexOf (urlParam 'NextToken') 'true' 0) 0)}}\r\n\t {{#unless (includes (stringify (body)) 'NextToken')}}\r\n\t\t ,\"NextToken\": \"{{ faker 'string.alphanumeric' 64 casing='upper' }}\"\r\n\t\t{{/unless}}\r\n\t{{/if}}\r\n}", "latency": 0, "statusCode": 200, "label": "", @@ -63,10 +64,11 @@ "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, - "default": true + "default": true, + "crudKey": "id", + "callbacks": [] } ], - "enabled": true, "responseMode": null } ], @@ -112,19 +114,20 @@ } ], "data": [ - { - "uuid": "76dec2a5-ff63-4e81-9611-94b900ab16e1", - "id": "c5kh", - "name": "EventsData", - "documentation": "", - "value": "[\n {{#each (dataRaw 'EventsTypeData')}}\n {{#if (gte @isEvent 1)}}\n ,\n {{/if}}\n {{setVar 'isEvent' (add (urlParam name) @isEvent)}}\n {{#repeat (urlParam name comma=true)}}\n {\n \"AccessKeyId\": \"{{ faker 'random.alphaNumeric' 20 casing='upper' }}\",\n \"AccountId\": \"{{ faker 'random.numeric' 12 }}\",\n \"Error\": {{error}},\n {{#if error}}\n \"ErrorCode\": \"{{errorCode}}\",\n\t \"ErrorMessage\": \"{{errorMessage}}\",\n {{/if}}\n \"EventId\": \"{{ faker 'datatype.uuid' }}\",\n \"EventName\": \"{{oneOf (array 'LookupEvents' 'ListInstanceAssociations' 'AssumeRoleWithWebIdentity')}}\",\n \"EventSource\": \"{{oneOf (array 'cloudtrail.amazonaws.com' 'ssm.amazonaws.com' 'sts.amazonaws.com')}}\",\n \"EventTime\": \"{{ faker 'date.recent' }}\",\n \"EventType\": \"{{name}}\",\n \"PrincipalId\": \"{{ faker 'random.alphaNumeric' 20 casing='upper' }}\",\n \"UserName\": \"{{ faker 'internet.userName' }}\",\n \"UserRole\": \"{{ faker 'name.jobType' }}\"\n }\n {{/repeat}}\n {{/each}}\n]" - }, { "uuid": "5dce6340-bade-4336-8041-50fd22570055", "id": "nu28", "name": "EventsTypeData", "documentation": "", "value": "[\n {\n \"name\": \"AwsApiCall\",\n \"error\": false\n },\n {\n \"name\": \"AwsServiceEvent\",\n \"error\": false\n },\n {\n \"name\": \"AwsConsoleAction\",\n \"error\": true,\n \t\"errorCode\": \"ThrottlingException\",\n \t\"errorMessage\": \"Rate exceeded error\"\n },\n {\n \"name\": \"AwsConsoleSignIn\",\n \"error\": true,\n \"errorCode\": \"LoginErrorException\",\n \"errorMessage\": \"Login error\"\n }\n]" + }, + { + "uuid": "76dec2a5-ff63-4e81-9611-94b900ab16e1", + "id": "c5kh", + "name": "EventsData", + "documentation": "", + "value": "[\n {{#each (dataRaw 'EventsTypeData')}}\n {{#if (gte @isEvent 1)}}\n ,\n {{/if}}\n {{setVar 'isEvent' (add (urlParam name) @isEvent)}}\n {{#repeat (urlParam name comma=true)}}\n {\n \"AccessKeyId\": \"{{ faker 'string.alphanumeric' 20 casing='upper' }}\",\n \"AccountId\": \"{{ faker 'string.numeric' 12 }}\",\n \"Error\": {{error}},\n {{#if error}}\n \"ErrorCode\": \"{{errorCode}}\",\n\t \"ErrorMessage\": \"{{errorMessage}}\",\n {{/if}}\n \"EventId\": \"{{ faker 'string.uuid' }}\",\n \"EventName\": \"{{oneOf (array 'LookupEvents' 'ListInstanceAssociations' 'AssumeRoleWithWebIdentity')}}\",\n \"EventSource\": \"{{oneOf (array 'cloudtrail.amazonaws.com' 'ssm.amazonaws.com' 'sts.amazonaws.com')}}\",\n \"EventTime\": \"{{ faker 'date.recent' }}\",\n \"EventType\": \"{{name}}\",\n \"PrincipalId\": \"{{ faker 'string.alphanumeric' 20 casing='upper' }}\",\n \"UserName\": \"{{ faker 'internet.userName' }}\",\n \"UserRole\": \"{{ faker 'person.jobType' }}\"\n }\n {{/repeat}}\n {{/each}}\n]" } - ] + ], + "callbacks": [] } \ No newline at end of file diff --git a/tests/resources/mockoon/cloud-azure-policyinsights-policystates.json b/tests/resources/mockoon/cloud-azure-policyinsights-policystates.json index 9163ce351f..d9f5634e0b 100644 --- a/tests/resources/mockoon/cloud-azure-policyinsights-policystates.json +++ b/tests/resources/mockoon/cloud-azure-policyinsights-policystates.json @@ -1,11 +1,11 @@ { "uuid": "101906e9-f832-416c-8781-880c33a0a778", - "lastMigration": 25, + "lastMigration": 32, "name": "Azure API", "endpointPrefix": "", "latency": 0, "port": 3000, - "hostname": "0.0.0.0", + "hostname": "", "folders": [], "routes": [ { @@ -16,7 +16,7 @@ "responses": [ { "uuid": "0c775d57-8661-4c4f-9f30-a3a134d6d09c", - "body": "{\n \"access_token\": \"token\",\n \"expires_on\": \"{{ faker 'random.numeric' 10 }}\"\n}", + "body": "{\n \"access_token\": \"token\",\n \"expires_on\": \"{{ faker 'string.numeric' 10 }}\"\n}", "latency": 0, "statusCode": 200, "label": "", @@ -29,11 +29,13 @@ "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, - "default": true + "default": true, + "crudKey": "id", + "callbacks": [] } ], - "enabled": true, - "responseMode": null + "responseMode": null, + "type": "http" }, { "uuid": "3f190dd9-690a-413a-bafa-5c9d369b7d22", @@ -56,11 +58,13 @@ "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, - "default": true + "default": true, + "crudKey": "id", + "callbacks": [] } ], - "enabled": true, - "responseMode": null + "responseMode": null, + "type": "http" }, { "uuid": "31c8940d-4623-444c-92e1-f340fe74b5b3", @@ -83,11 +87,13 @@ "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, - "default": true + "default": true, + "crudKey": "id", + "callbacks": [] } ], - "enabled": true, - "responseMode": null + "responseMode": null, + "type": "http" }, { "uuid": "13bf6e0e-8843-4681-942e-404b01326f32", @@ -110,11 +116,13 @@ "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, - "default": true + "default": true, + "crudKey": "id", + "callbacks": [] } ], - "enabled": true, - "responseMode": null + "responseMode": null, + "type": "http" }, { "uuid": "1eb461f8-c128-432b-a7ca-7ddd71c28fa4", @@ -137,11 +145,13 @@ "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, - "default": true + "default": true, + "crudKey": "id", + "callbacks": [] } ], - "enabled": true, - "responseMode": null + "responseMode": null, + "type": "http" } ], "rootChildren": [ @@ -197,5 +207,6 @@ "value": "" } ], - "data": [] + "data": [], + "callbacks": [] } \ No newline at end of file From 8561043088b537fb66df2aeb77e08bc0689e7a0f Mon Sep 17 00:00:00 2001 From: omercier <32134301+omercier@users.noreply.github.com> Date: Mon, 25 Mar 2024 21:58:36 +0100 Subject: [PATCH 22/27] Ctor 302 windows services decode filter (#4955) Co-authored-by: Roman Morandell <46994680+rmorandell-pgum@users.noreply.github.com> --- src/os/windows/snmp/mode/service.pm | 1 + .../functional/snmp/os-windows-services.robot | 70 ++ .../snmp/os_windows_services_en.snmpwalk | 840 ++++++++++++++++++ .../snmp/os_windows_services_fr.snmpwalk | 400 +++++++++ 4 files changed, 1311 insertions(+) create mode 100644 tests/functional/snmp/os-windows-services.robot create mode 100644 tests/resources/snmp/os_windows_services_en.snmpwalk create mode 100644 tests/resources/snmp/os_windows_services_fr.snmpwalk diff --git a/src/os/windows/snmp/mode/service.pm b/src/os/windows/snmp/mode/service.pm index 705631edb3..9a0a24a28d 100644 --- a/src/os/windows/snmp/mode/service.pm +++ b/src/os/windows/snmp/mode/service.pm @@ -212,6 +212,7 @@ sub manage_selection { my $instance = $1 . '.' . $2; my $name = $self->{output}->decode(join('', map(chr($_), split(/\./, $2)))); + $self->{option_results}->{filter_name} = $self->{output}->decode($self->{option_results}->{filter_name}); next if (defined($self->{option_results}->{filter_name}) && $self->{option_results}->{filter_name} ne '' && $name !~ /$self->{option_results}->{filter_name}/); diff --git a/tests/functional/snmp/os-windows-services.robot b/tests/functional/snmp/os-windows-services.robot new file mode 100644 index 0000000000..33f8103172 --- /dev/null +++ b/tests/functional/snmp/os-windows-services.robot @@ -0,0 +1,70 @@ +*** Settings *** +Documentation Linux Local Systemd-sc-status + +Library OperatingSystem +Library String +Library Examples + +Test Timeout 120s + + +*** Variables *** +${CENTREON_PLUGINS} ${CURDIR}${/}..${/}..${/}..${/}src${/}centreon_plugins.pl + +${CMD} perl ${CENTREON_PLUGINS} --plugin=os::windows::snmp::plugin +... --mode=service +... --hostname=127.0.0.1 +... --snmp-port=2024 + +*** Test Cases *** +Windows Services EN ${tc}/x + [Documentation] Full ASCII + [Tags] os linux local + ${command} Catenate + ... ${CMD} + ... --snmp-community=os_windows_services_en + ... --filter-name='${filter}' + ... ${extra_option} + + ${output} Run ${command} + ${output} Strip String ${output} + Should Be Equal As Strings + ... ${output} + ... ${expected_result} + ... \nWrong output result for command:\n${command}\n\nExpected:\n${expected_result}\nCommand output:\n${output}\n\n + + Examples: tc filter extra_option expected_result -- + ... 1 ${EMPTY} ${EMPTY} OK: All services are ok | 'services.total.count'=168;;;0; 'services.active.count'=168;;;0; 'services.continue.pending.count'=0;;;0; 'services.pause.pending.count'=0;;;0; 'services.paused.count'=0;;;0; + ... 2 toto ${EMPTY} OK: ${SPACE}| 'services.total.count'=0;;;0; 'services.active.count'=0;;;0; 'services.continue.pending.count'=0;;;0; 'services.pause.pending.count'=0;;;0; 'services.paused.count'=0;;;0; + ... 3 toto --critical-active=1: CRITICAL: Number of services active: 0 | 'services.total.count'=0;;;0; 'services.active.count'=0;;1:;0; 'services.continue.pending.count'=0;;;0; 'services.pause.pending.count'=0;;;0; 'services.paused.count'=0;;;0; + ... 4 ${EMPTY} --critical-active=1: OK: All services are ok | 'services.total.count'=168;;;0; 'services.active.count'=168;;1:;0; 'services.continue.pending.count'=0;;;0; 'services.pause.pending.count'=0;;;0; 'services.paused.count'=0;;;0; + ... 5 ${EMPTY} --critical-active=1:1 CRITICAL: Number of services active: 168 | 'services.total.count'=168;;;0; 'services.active.count'=168;;1:1;0; 'services.continue.pending.count'=0;;;0; 'services.pause.pending.count'=0;;;0; 'services.paused.count'=0;;;0; + + +Windows Services FR ${tc}/x + [Documentation] Systemd version < 248 + [Tags] os linux local + ${command} Catenate + ... ${CMD} + ... --snmp-community=os_windows_services_fr + ... --filter-name='${filter}' + ... ${extra_option} + + ${output} Run ${command} + ${output} Strip String ${output} + Should Be Equal As Strings + ... ${output} + ... ${expected_result} + ... \nWrong output result for command:\n${command}\n\nExpected:\n${expected_result}\nCommand output:\n${output}\n\n + + Examples: tc filter extra_option expected_result -- + ... 1 ${EMPTY} ${EMPTY} OK: All services are ok | 'services.total.count'=80;;;0; 'services.active.count'=80;;;0; 'services.continue.pending.count'=0;;;0; 'services.pause.pending.count'=0;;;0; 'services.paused.count'=0;;;0; + ... 2 toto ${EMPTY} OK: ${SPACE}| 'services.total.count'=0;;;0; 'services.active.count'=0;;;0; 'services.continue.pending.count'=0;;;0; 'services.pause.pending.count'=0;;;0; 'services.paused.count'=0;;;0; + ... 3 toto --critical-active=1: CRITICAL: Number of services active: 0 | 'services.total.count'=0;;;0; 'services.active.count'=0;;1:;0; 'services.continue.pending.count'=0;;;0; 'services.pause.pending.count'=0;;;0; 'services.paused.count'=0;;;0; + ... 4 ${EMPTY} --critical-active=1: OK: All services are ok | 'services.total.count'=80;;;0; 'services.active.count'=80;;1:;0; 'services.continue.pending.count'=0;;;0; 'services.pause.pending.count'=0;;;0; 'services.paused.count'=0;;;0; + ... 5 ${EMPTY} --critical-active=1:1 CRITICAL: Number of services active: 80 | 'services.total.count'=80;;;0; 'services.active.count'=80;;1:1;0; 'services.continue.pending.count'=0;;;0; 'services.pause.pending.count'=0;;;0; 'services.paused.count'=0;;;0; + ... 6 .v.nement --critical-active=1: OK: All services are ok | 'services.total.count'=5;;;0; 'services.active.count'=5;;1:;0; 'services.continue.pending.count'=0;;;0; 'services.pause.pending.count'=0;;;0; 'services.paused.count'=0;;;0; + ... 7 \xe9v\xe9nement ${EMPTY} OK: All services are ok | 'services.total.count'=5;;;0; 'services.active.count'=5;;;0; 'services.continue.pending.count'=0;;;0; 'services.pause.pending.count'=0;;;0; 'services.paused.count'=0;;;0; + ... 8 SNMP ${EMPTY} OK: Service 'Service SNMP' state is 'active' [installed state: 'installed'] | 'services.total.count'=1;;;0; 'services.active.count'=1;;;0; 'services.continue.pending.count'=0;;;0; 'services.pause.pending.count'=0;;;0; 'services.paused.count'=0;;;0; + + diff --git a/tests/resources/snmp/os_windows_services_en.snmpwalk b/tests/resources/snmp/os_windows_services_en.snmpwalk new file mode 100644 index 0000000000..6fe53bac2c --- /dev/null +++ b/tests/resources/snmp/os_windows_services_en.snmpwalk @@ -0,0 +1,840 @@ +.1.3.6.1.4.1.77.1.2.3.1.1.5.80.68.70.50.52 = STRING: "PDF24" +.1.3.6.1.4.1.77.1.2.3.1.1.5.80.111.119.101.114 = STRING: "Power" +.1.3.6.1.4.1.77.1.2.3.1.1.6.80.97.110.71.80.83 = STRING: "PanGPS" +.1.3.6.1.4.1.77.1.2.3.1.1.6.83.101.114.118.101.114 = STRING: "Server" +.1.3.6.1.4.1.77.1.2.3.1.1.6.84.104.101.109.101.115 = STRING: "Themes" +.1.3.6.1.4.1.77.1.2.3.1.1.7.83.121.115.77.97.105.110 = STRING: "SysMain" +.1.3.6.1.4.1.77.1.2.3.1.1.9.65.112.115.73.110.115.83.118.99 = STRING: "ApsInsSvc" +.1.3.6.1.4.1.77.1.2.3.1.1.9.73.80.32.72.101.108.112.101.114 = STRING: "IP Helper" +.1.3.6.1.4.1.77.1.2.3.1.1.9.84.101.108.101.112.104.111.110.121 = STRING: "Telephony" +.1.3.6.1.4.1.77.1.2.3.1.1.9.87.101.98.67.108.105.101.110.116 = STRING: "WebClient" +.1.3.6.1.4.1.77.1.2.3.1.1.10.68.78.83.32.67.108.105.101.110.116 = STRING: "DNS Client" +.1.3.6.1.4.1.77.1.2.3.1.1.10.68.97.116.97.32.85.115.97.103.101 = STRING: "Data Usage" +.1.3.6.1.4.1.77.1.2.3.1.1.10.83.109.97.114.116.32.67.97.114.100 = STRING: "Smart Card" +.1.3.6.1.4.1.77.1.2.3.1.1.11.68.72.67.80.32.67.108.105.101.110.116 = STRING: "DHCP Client" +.1.3.6.1.4.1.77.1.2.3.1.1.11.83.121.85.73.85.69.120.116.83.118.99 = STRING: "SyUIUExtSvc" +.1.3.6.1.4.1.77.1.2.3.1.1.11.84.105.109.101.32.66.114.111.107.101.114 = STRING: "Time Broker" +.1.3.6.1.4.1.77.1.2.3.1.1.11.87.111.114.107.115.116.97.116.105.111.110 = STRING: "Workstation" +.1.3.6.1.4.1.77.1.2.3.1.1.12.69.108.97.110.32.83.101.114.118.105.99.101 = STRING: "Elan Service" +.1.3.6.1.4.1.77.1.2.3.1.1.12.83.78.77.80.32.83.101.114.118.105.99.101 = STRING: "SNMP Service" +.1.3.6.1.4.1.77.1.2.3.1.1.12.85.115.101.114.32.77.97.110.97.103.101.114 = STRING: "User Manager" +.1.3.6.1.4.1.77.1.2.3.1.1.13.65.86.67.84.80.32.115.101.114.118.105.99.101 = STRING: "AVCTP service" +.1.3.6.1.4.1.77.1.2.3.1.1.13.67.111.114.101.77.101.115.115.97.103.105.110.103 = STRING: "CoreMessaging" +.1.3.6.1.4.1.77.1.2.3.1.1.13.76.111.103.105.32.79.112.116.105.111.110.115.43 = STRING: "Logi Options+" +.1.3.6.1.4.1.77.1.2.3.1.1.13.80.104.111.110.101.32.83.101.114.118.105.99.101 = STRING: "Phone Service" +.1.3.6.1.4.1.77.1.2.3.1.1.13.80.108.117.103.32.97.110.100.32.80.108.97.121 = STRING: "Plug and Play" +.1.3.6.1.4.1.77.1.2.3.1.1.13.80.114.105.110.116.32.83.112.111.111.108.101.114 = STRING: "Print Spooler" +.1.3.6.1.4.1.77.1.2.3.1.1.13.87.105.110.100.111.119.115.32.65.117.100.105.111 = STRING: "Windows Audio" +.1.3.6.1.4.1.77.1.2.3.1.1.14.83.83.68.80.32.68.105.115.99.111.118.101.114.121 = STRING: "SSDP Discovery" +.1.3.6.1.4.1.77.1.2.3.1.1.14.84.97.115.107.32.83.99.104.101.100.117.108.101.114 = STRING: "Task Scheduler" +.1.3.6.1.4.1.77.1.2.3.1.1.14.87.105.110.100.111.119.115.32.66.97.99.107.117.112 = STRING: "Windows Backup" +.1.3.6.1.4.1.77.1.2.3.1.1.14.87.105.110.100.111.119.115.32.83.101.97.114.99.104 = STRING: "Windows Search" +.1.3.6.1.4.1.77.1.2.3.1.1.15.83.101.99.117.114.105.116.121.32.67.101.110.116.101.114 = STRING: "Security Center" +.1.3.6.1.4.1.77.1.2.3.1.1.15.83.116.111.114.97.103.101.32.83.101.114.118.105.99.101 = STRING: "Storage Service" +.1.3.6.1.4.1.77.1.2.3.1.1.15.87.76.65.78.32.65.117.116.111.67.111.110.102.105.103 = STRING: "WLAN AutoConfig" +.1.3.6.1.4.1.77.1.2.3.1.1.15.87.87.65.78.32.65.117.116.111.67.111.110.102.105.103 = STRING: "WWAN AutoConfig" +.1.3.6.1.4.1.77.1.2.3.1.1.16.83.121.110.99.32.72.111.115.116.95.49.55.97.99.56.53 = STRING: "Sync Host_17ac85" +.1.3.6.1.4.1.77.1.2.3.1.1.17.67.78.71.32.75.101.121.32.73.115.111.108.97.116.105.111.110 = STRING: "CNG Key Isolation" +.1.3.6.1.4.1.77.1.2.3.1.1.17.67.79.77.43.32.69.118.101.110.116.32.83.121.115.116.101.109 = STRING: "COM+ Event System" +.1.3.6.1.4.1.77.1.2.3.1.1.17.76.101.110.111.118.111.32.80.77.32.83.101.114.118.105.99.101 = STRING: "Lenovo PM Service" +.1.3.6.1.4.1.77.1.2.3.1.1.17.87.105.110.100.111.119.115.32.69.118.101.110.116.32.76.111.103 = STRING: "Windows Event Log" +.1.3.6.1.4.1.77.1.2.3.1.1.18.67.114.101.100.101.110.116.105.97.108.32.77.97.110.97.103.101.114 = STRING: "Credential Manager" +.1.3.6.1.4.1.77.1.2.3.1.1.18.73.80.115.101.99.32.80.111.108.105.99.121.32.65.103.101.110.116 = STRING: "IPsec Policy Agent" +.1.3.6.1.4.1.77.1.2.3.1.1.18.77.105.99.114.111.115.111.102.116.32.80.97.115.115.112.111.114.116 = STRING: "Microsoft Passport" +.1.3.6.1.4.1.77.1.2.3.1.1.18.86.77.119.97.114.101.32.78.65.84.32.83.101.114.118.105.99.101 = STRING: "VMware NAT Service" +.1.3.6.1.4.1.77.1.2.3.1.1.19.67.111.110.116.97.99.116.32.68.97.116.97.95.49.55.97.99.56.53 = STRING: "Contact Data_17ac85" +.1.3.6.1.4.1.77.1.2.3.1.1.19.71.101.111.108.111.99.97.116.105.111.110.32.83.101.114.118.105.99.101 = STRING: "Geolocation Service" +.1.3.6.1.4.1.77.1.2.3.1.1.19.82.80.67.32.69.110.100.112.111.105.110.116.32.77.97.112.112.101.114 = STRING: "RPC Endpoint Mapper" +.1.3.6.1.4.1.77.1.2.3.1.1.19.86.77.119.97.114.101.32.68.72.67.80.32.83.101.114.118.105.99.101 = STRING: "VMware DHCP Service" +.1.3.6.1.4.1.77.1.2.3.1.1.19.87.101.98.32.65.99.99.111.117.110.116.32.77.97.110.97.103.101.114 = STRING: "Web Account Manager" +.1.3.6.1.4.1.77.1.2.3.1.1.20.65.112.112.108.105.99.97.116.105.111.110.32.73.100.101.110.116.105.116.121 = STRING: "Application Identity" +.1.3.6.1.4.1.77.1.2.3.1.1.20.68.97.116.97.32.83.104.97.114.105.110.103.32.83.101.114.118.105.99.101 = STRING: "Data Sharing Service" +.1.3.6.1.4.1.77.1.2.3.1.1.20.72.111.115.116.32.78.101.116.119.111.114.107.32.83.101.114.118.105.99.101 = STRING: "Host Network Service" +.1.3.6.1.4.1.77.1.2.3.1.1.20.76.101.110.111.118.111.86.97.110.116.97.103.101.83.101.114.118.105.99.101 = STRING: "LenovoVantageService" +.1.3.6.1.4.1.77.1.2.3.1.1.20.78.101.116.119.111.114.107.32.76.105.115.116.32.83.101.114.118.105.99.101 = STRING: "Network List Service" +.1.3.6.1.4.1.77.1.2.3.1.1.20.80.114.105.110.116.87.111.114.107.102.108.111.119.95.49.55.97.99.56.53 = STRING: "PrintWorkflow_17ac85" +.1.3.6.1.4.1.77.1.2.3.1.1.20.83.121.115.116.101.109.32.69.118.101.110.116.115.32.66.114.111.107.101.114 = STRING: "System Events Broker" +.1.3.6.1.4.1.77.1.2.3.1.1.20.85.115.101.114.32.80.114.111.102.105.108.101.32.83.101.114.118.105.99.101 = STRING: "User Profile Service" +.1.3.6.1.4.1.77.1.2.3.1.1.21.66.97.115.101.32.70.105.108.116.101.114.105.110.103.32.69.110.103.105.110.101 = STRING: "Base Filtering Engine" +.1.3.6.1.4.1.77.1.2.3.1.1.21.69.112.115.111.110.32.83.99.97.110.110.101.114.32.83.101.114.118.105.99.101 = STRING: "Epson Scanner Service" +.1.3.6.1.4.1.77.1.2.3.1.1.21.70.105.114.109.119.97.114.101.85.112.100.97.116.101.83.101.114.118.105.99.101 = STRING: "FirmwareUpdateService" +.1.3.6.1.4.1.77.1.2.3.1.1.21.70.117.115.105.111.110.73.110.118.101.110.116.111.114.121.32.65.103.101.110.116 = STRING: "FusionInventory Agent" +.1.3.6.1.4.1.77.1.2.3.1.1.21.76.111.99.97.108.32.83.101.115.115.105.111.110.32.77.97.110.97.103.101.114 = STRING: "Local Session Manager" +.1.3.6.1.4.1.77.1.2.3.1.1.21.82.101.97.108.116.101.107.32.65.117.100.105.111.32.83.101.114.118.105.99.101 = STRING: "Realtek Audio Service" +.1.3.6.1.4.1.77.1.2.3.1.1.21.83.81.76.32.83.101.114.118.101.114.32.86.83.83.32.87.114.105.116.101.114 = STRING: "SQL Server VSS Writer" +.1.3.6.1.4.1.77.1.2.3.1.1.21.84.67.80.47.73.80.32.78.101.116.66.73.79.83.32.72.101.108.112.101.114 = STRING: "TCP/IP NetBIOS Helper" +.1.3.6.1.4.1.77.1.2.3.1.1.22.67.114.121.112.116.111.103.114.97.112.104.105.99.32.83.101.114.118.105.99.101.115 = STRING: "Cryptographic Services" +.1.3.6.1.4.1.77.1.2.3.1.1.22.68.105.115.112.108.97.121.32.80.111.108.105.99.121.32.83.101.114.118.105.99.101 = STRING: "Display Policy Service" +.1.3.6.1.4.1.77.1.2.3.1.1.22.68.111.108.98.121.32.68.65.88.50.32.65.80.73.32.83.101.114.118.105.99.101 = STRING: "Dolby DAX2 API Service" +.1.3.6.1.4.1.77.1.2.3.1.1.23.65.112.112.108.105.99.97.116.105.111.110.32.73.110.102.111.114.109.97.116.105.111.110 = STRING: "Application Information" +.1.3.6.1.4.1.77.1.2.3.1.1.23.67.101.114.116.105.102.105.99.97.116.101.32.80.114.111.112.97.103.97.116.105.111.110 = STRING: "Certificate Propagation" +.1.3.6.1.4.1.77.1.2.3.1.1.23.67.104.101.114.114.121.32.68.101.118.105.99.101.32.73.110.116.101.114.102.97.99.101 = STRING: "Cherry Device Interface" +.1.3.6.1.4.1.77.1.2.3.1.1.23.68.105.97.103.110.111.115.116.105.99.32.83.101.114.118.105.99.101.32.72.111.115.116 = STRING: "Diagnostic Service Host" +.1.3.6.1.4.1.77.1.2.3.1.1.23.82.101.109.111.116.101.32.68.101.115.107.116.111.112.32.83.101.114.118.105.99.101.115 = STRING: "Remote Desktop Services" +.1.3.6.1.4.1.77.1.2.3.1.1.23.84.104.117.110.100.101.114.98.111.108.116.40.84.77.41.32.83.101.114.118.105.99.101 = STRING: "Thunderbolt(TM) Service" +.1.3.6.1.4.1.77.1.2.3.1.1.23.85.115.101.114.32.68.97.116.97.32.65.99.99.101.115.115.95.49.55.97.99.56.53 = STRING: "User Data Access_17ac85" +.1.3.6.1.4.1.77.1.2.3.1.1.24.82.97.100.105.111.32.77.97.110.97.103.101.109.101.110.116.32.83.101.114.118.105.99.101 = STRING: "Radio Management Service" +.1.3.6.1.4.1.77.1.2.3.1.1.24.83.104.101.108.108.32.72.97.114.100.119.97.114.101.32.68.101.116.101.99.116.105.111.110 = STRING: "Shell Hardware Detection" +.1.3.6.1.4.1.77.1.2.3.1.1.24.83.116.97.116.101.32.82.101.112.111.115.105.116.111.114.121.32.83.101.114.118.105.99.101 = STRING: "State Repository Service" +.1.3.6.1.4.1.77.1.2.3.1.1.24.85.115.101.114.32.68.97.116.97.32.83.116.111.114.97.103.101.95.49.55.97.99.56.53 = STRING: "User Data Storage_17ac85" +.1.3.6.1.4.1.77.1.2.3.1.1.24.87.105.110.100.111.119.115.32.83.101.99.117.114.105.116.121.32.83.101.114.118.105.99.101 = STRING: "Windows Security Service" +.1.3.6.1.4.1.77.1.2.3.1.1.25.68.105.97.103.110.111.115.116.105.99.32.80.111.108.105.99.121.32.83.101.114.118.105.99.101 = STRING: "Diagnostic Policy Service" +.1.3.6.1.4.1.77.1.2.3.1.1.25.76.101.110.111.118.111.32.69.97.115.121.82.101.115.117.109.101.32.83.101.114.118.105.99.101 = STRING: "Lenovo EasyResume Service" +.1.3.6.1.4.1.77.1.2.3.1.1.25.78.101.116.119.111.114.107.32.67.111.110.110.101.99.116.105.111.110.32.66.114.111.107.101.114 = STRING: "Network Connection Broker" +.1.3.6.1.4.1.77.1.2.3.1.1.25.83.101.99.117.114.105.116.121.32.65.99.99.111.117.110.116.115.32.77.97.110.97.103.101.114 = STRING: "Security Accounts Manager" +.1.3.6.1.4.1.77.1.2.3.1.1.25.87.97.116.99.104.71.117.97.114.100.32.83.83.76.86.80.78.32.83.101.114.118.105.99.101 = STRING: "WatchGuard SSLVPN Service" +.1.3.6.1.4.1.77.1.2.3.1.1.25.87.105.110.100.111.119.115.32.66.105.111.109.101.116.114.105.99.32.83.101.114.118.105.99.101 = STRING: "Windows Biometric Service" +.1.3.6.1.4.1.77.1.2.3.1.1.25.87.105.110.100.111.119.115.32.68.101.102.101.110.100.101.114.32.70.105.114.101.119.97.108.108 = STRING: "Windows Defender Firewall" +.1.3.6.1.4.1.77.1.2.3.1.1.26.68.101.118.105.99.101.32.65.115.115.111.99.105.97.116.105.111.110.32.83.101.114.118.105.99.101 = STRING: "Device Association Service" +.1.3.6.1.4.1.77.1.2.3.1.1.26.78.101.116.119.111.114.107.32.76.111.99.97.116.105.111.110.32.65.119.97.114.101.110.101.115.115 = STRING: "Network Location Awareness" +.1.3.6.1.4.1.77.1.2.3.1.1.26.87.105.110.100.111.119.115.32.67.111.110.110.101.99.116.105.111.110.32.77.97.110.97.103.101.114 = STRING: "Windows Connection Manager" +.1.3.6.1.4.1.77.1.2.3.1.1.26.87.105.110.100.111.119.115.32.70.111.110.116.32.67.97.99.104.101.32.83.101.114.118.105.99.101 = STRING: "Windows Font Cache Service" +.1.3.6.1.4.1.77.1.2.3.1.1.27.68.105.115.112.108.97.121.32.69.110.104.97.110.99.101.109.101.110.116.32.83.101.114.118.105.99.101 = STRING: "Display Enhancement Service" +.1.3.6.1.4.1.77.1.2.3.1.1.27.76.101.110.111.118.111.32.72.111.116.107.101.121.32.67.108.105.101.110.116.32.76.111.97.100.101.114 = STRING: "Lenovo Hotkey Client Loader" +.1.3.6.1.4.1.77.1.2.3.1.1.27.78.83.67.108.105.101.110.116.43.43.32.77.111.110.105.116.111.114.105.110.103.32.65.103.101.110.116 = STRING: "NSClient++ Monitoring Agent" +.1.3.6.1.4.1.77.1.2.3.1.1.27.79.112.101.110.86.80.78.32.73.110.116.101.114.97.99.116.105.118.101.32.83.101.114.118.105.99.101 = STRING: "OpenVPN Interactive Service" +.1.3.6.1.4.1.77.1.2.3.1.1.27.80.97.121.109.101.110.116.115.32.97.110.100.32.78.70.67.47.83.69.32.77.97.110.97.103.101.114 = STRING: "Payments and NFC/SE Manager" +.1.3.6.1.4.1.77.1.2.3.1.1.27.82.101.109.111.116.101.32.80.114.111.99.101.100.117.114.101.32.67.97.108.108.32.40.82.80.67.41 = STRING: "Remote Procedure Call (RPC)" +.1.3.6.1.4.1.77.1.2.3.1.1.27.85.112.100.97.116.101.32.79.114.99.104.101.115.116.114.97.116.111.114.32.83.101.114.118.105.99.101 = STRING: "Update Orchestrator Service" +.1.3.6.1.4.1.77.1.2.3.1.1.28.65.100.111.98.101.32.65.99.114.111.98.97.116.32.85.112.100.97.116.101.32.83.101.114.118.105.99.101 = STRING: "Adobe Acrobat Update Service" +.1.3.6.1.4.1.77.1.2.3.1.1.28.67.105.116.114.105.120.32.83.101.99.117.114.101.32.65.99.99.101.115.115.32.83.101.114.118.105.99.101 = STRING: "Citrix Secure Access Service" +.1.3.6.1.4.1.77.1.2.3.1.1.28.68.67.79.77.32.83.101.114.118.101.114.32.80.114.111.99.101.115.115.32.76.97.117.110.99.104.101.114 = STRING: "DCOM Server Process Launcher" +.1.3.6.1.4.1.77.1.2.3.1.1.28.69.110.99.114.121.112.116.105.110.103.32.70.105.108.101.32.83.121.115.116.101.109.32.40.69.70.83.41 = STRING: "Encrypting File System (EFS)" +.1.3.6.1.4.1.77.1.2.3.1.1.28.72.80.32.80.114.105.110.116.32.83.99.97.110.32.68.111.99.116.111.114.32.83.101.114.118.105.99.101 = STRING: "HP Print Scan Doctor Service" +.1.3.6.1.4.1.77.1.2.3.1.1.28.77.105.99.114.111.115.111.102.116.32.73.73.83.32.65.100.109.105.110.105.115.116.114.97.116.105.111.110 = STRING: "Microsoft IIS Administration" +.1.3.6.1.4.1.77.1.2.3.1.1.28.77.105.99.114.111.115.111.102.116.32.80.97.115.115.112.111.114.116.32.67.111.110.116.97.105.110.101.114 = STRING: "Microsoft Passport Container" +.1.3.6.1.4.1.77.1.2.3.1.1.28.82.101.109.111.116.101.32.68.101.115.107.116.111.112.32.67.111.110.102.105.103.117.114.97.116.105.111.110 = STRING: "Remote Desktop Configuration" +.1.3.6.1.4.1.77.1.2.3.1.1.28.86.77.119.97.114.101.32.65.117.116.104.111.114.105.122.97.116.105.111.110.32.83.101.114.118.105.99.101 = STRING: "VMware Authorization Service" +.1.3.6.1.4.1.77.1.2.3.1.1.28.116.101.115.116.115.101.114.118.105.99.101.32.195.188.195.164.195.182.195.161.195.160.32.40.49.50.51.41 = Hex-STRING: 74 65 73 74 73 65 72 76 69 63 65 20 C3 BC C3 A4 C3 B6 C3 A1 C3 A0 20 28 31 32 33 29 +.1.3.6.1.4.1.77.1.2.3.1.1.29.67.108.105.112.98.111.97.114.100.32.85.115.101.114.32.83.101.114.118.105.99.101.95.49.55.97.99.56.53 = STRING: "Clipboard User Service_17ac85" +.1.3.6.1.4.1.77.1.2.3.1.1.29.70.111.114.116.105.67.108.105.101.110.116.32.83.101.114.118.105.99.101.32.83.99.104.101.100.117.108.101.114 = STRING: "FortiClient Service Scheduler" +.1.3.6.1.4.1.77.1.2.3.1.1.29.83.111.110.105.99.87.97.108.108.32.78.101.116.69.120.116.101.110.100.101.114.32.83.101.114.118.105.99.101 = STRING: "SonicWall NetExtender Service" +.1.3.6.1.4.1.77.1.2.3.1.1.30.72.117.109.97.110.32.73.110.116.101.114.102.97.99.101.32.68.101.118.105.99.101.32.83.101.114.118.105.99.101 = STRING: "Human Interface Device Service" +.1.3.6.1.4.1.77.1.2.3.1.1.30.78.101.116.119.111.114.107.32.86.105.114.116.117.97.108.105.122.97.116.105.111.110.32.83.101.114.118.105.99.101 = STRING: "Network Virtualization Service" +.1.3.6.1.4.1.77.1.2.3.1.1.30.87.105.110.100.111.119.115.32.65.117.100.105.111.32.69.110.100.112.111.105.110.116.32.66.117.105.108.100.101.114 = STRING: "Windows Audio Endpoint Builder" +.1.3.6.1.4.1.77.1.2.3.1.1.31.65.112.112.108.105.99.97.116.105.111.110.32.72.111.115.116.32.72.101.108.112.101.114.32.83.101.114.118.105.99.101 = STRING: "Application Host Helper Service" +.1.3.6.1.4.1.77.1.2.3.1.1.31.77.105.99.114.111.115.111.102.116.32.83.116.111.114.101.32.73.110.115.116.97.108.108.32.83.101.114.118.105.99.101 = STRING: "Microsoft Store Install Service" +.1.3.6.1.4.1.77.1.2.3.1.1.31.77.105.99.114.111.115.111.102.116.32.85.112.100.97.116.101.32.72.101.97.108.116.104.32.83.101.114.118.105.99.101 = STRING: "Microsoft Update Health Service" +.1.3.6.1.4.1.77.1.2.3.1.1.31.78.101.116.119.111.114.107.32.83.116.111.114.101.32.73.110.116.101.114.102.97.99.101.32.83.101.114.118.105.99.101 = STRING: "Network Store Interface Service" +.1.3.6.1.4.1.77.1.2.3.1.1.31.79.112.101.110.86.80.78.32.65.103.101.110.116.32.97.103.101.110.116.95.111.118.112.110.99.111.110.110.101.99.116 = STRING: "OpenVPN Agent agent_ovpnconnect" +.1.3.6.1.4.1.77.1.2.3.1.1.31.87.105.110.100.111.119.115.32.73.109.97.103.101.32.65.99.113.117.105.115.105.116.105.111.110.32.40.87.73.65.41 = STRING: "Windows Image Acquisition (WIA)" +.1.3.6.1.4.1.77.1.2.3.1.1.31.87.105.110.100.111.119.115.32.76.105.99.101.110.115.101.32.77.97.110.97.103.101.114.32.83.101.114.118.105.99.101 = STRING: "Windows License Manager Service" +.1.3.6.1.4.1.77.1.2.3.1.1.32.67.108.105.101.110.116.32.76.105.99.101.110.115.101.32.83.101.114.118.105.99.101.32.40.67.108.105.112.83.86.67.41 = STRING: "Client License Service (ClipSVC)" +.1.3.6.1.4.1.77.1.2.3.1.1.32.68.105.115.116.114.105.98.117.116.101.100.32.76.105.110.107.32.84.114.97.99.107.105.110.103.32.67.108.105.101.110.116 = STRING: "Distributed Link Tracking Client" +.1.3.6.1.4.1.77.1.2.3.1.1.32.70.117.110.99.116.105.111.110.32.68.105.115.99.111.118.101.114.121.32.80.114.111.118.105.100.101.114.32.72.111.115.116 = STRING: "Function Discovery Provider Host" +.1.3.6.1.4.1.77.1.2.3.1.1.32.82.101.109.111.116.101.32.65.99.99.101.115.115.32.67.111.110.110.101.99.116.105.111.110.32.77.97.110.97.103.101.114 = STRING: "Remote Access Connection Manager" +.1.3.6.1.4.1.77.1.2.3.1.1.33.65.112.112.88.32.68.101.112.108.111.121.109.101.110.116.32.83.101.114.118.105.99.101.32.40.65.112.112.88.83.86.67.41 = STRING: "AppX Deployment Service (AppXSVC)" +.1.3.6.1.4.1.77.1.2.3.1.1.33.67.97.112.97.98.105.108.105.116.121.32.65.99.99.101.115.115.32.77.97.110.97.103.101.114.32.83.101.114.118.105.99.101 = STRING: "Capability Access Manager Service" +.1.3.6.1.4.1.77.1.2.3.1.1.33.73.110.116.101.114.110.101.116.32.67.111.110.110.101.99.116.105.111.110.32.83.104.97.114.105.110.103.32.40.73.67.83.41 = STRING: "Internet Connection Sharing (ICS)" +.1.3.6.1.4.1.77.1.2.3.1.1.33.83.121.115.116.101.109.32.69.118.101.110.116.32.78.111.116.105.102.105.99.97.116.105.111.110.32.83.101.114.118.105.99.101 = STRING: "System Event Notification Service" +.1.3.6.1.4.1.77.1.2.3.1.1.34.66.105.116.76.111.99.107.101.114.32.68.114.105.118.101.32.69.110.99.114.121.112.116.105.111.110.32.83.101.114.118.105.99.101 = STRING: "BitLocker Drive Encryption Service" +.1.3.6.1.4.1.77.1.2.3.1.1.34.67.111.110.110.101.99.116.101.100.32.68.101.118.105.99.101.115.32.80.108.97.116.102.111.114.109.32.83.101.114.118.105.99.101 = STRING: "Connected Devices Platform Service" +.1.3.6.1.4.1.77.1.2.3.1.1.34.73.110.116.101.108.40.82.41.32.80.82.79.83.101.116.47.87.105.114.101.108.101.115.115.32.69.118.101.110.116.32.76.111.103 = STRING: "Intel(R) PROSet/Wireless Event Log" +.1.3.6.1.4.1.77.1.2.3.1.1.34.87.105.110.100.111.119.115.32.77.97.110.97.103.101.109.101.110.116.32.73.110.115.116.114.117.109.101.110.116.97.116.105.111.110 = STRING: "Windows Management Instrumentation" +.1.3.6.1.4.1.77.1.2.3.1.1.35.73.75.69.32.97.110.100.32.65.117.116.104.73.80.32.73.80.115.101.99.32.75.101.121.105.110.103.32.77.111.100.117.108.101.115 = STRING: "IKE and AuthIP IPsec Keying Modules" +.1.3.6.1.4.1.77.1.2.3.1.1.35.82.101.109.111.116.101.32.80.114.111.99.101.100.117.114.101.32.67.97.108.108.32.40.82.80.67.41.32.76.111.99.97.116.111.114 = STRING: "Remote Procedure Call (RPC) Locator" +.1.3.6.1.4.1.77.1.2.3.1.1.35.83.111.110.105.99.87.97.108.108.32.67.108.105.101.110.116.32.80.114.111.116.101.99.116.105.111.110.32.83.101.114.118.105.99.101 = STRING: "SonicWall Client Protection Service" +.1.3.6.1.4.1.77.1.2.3.1.1.35.83.121.115.116.101.109.32.71.117.97.114.100.32.82.117.110.116.105.109.101.32.77.111.110.105.116.111.114.32.66.114.111.107.101.114 = STRING: "System Guard Runtime Monitor Broker" +.1.3.6.1.4.1.77.1.2.3.1.1.35.83.121.115.116.101.109.32.73.110.116.101.114.102.97.99.101.32.70.111.117.110.100.97.116.105.111.110.32.83.101.114.118.105.99.101 = STRING: "System Interface Foundation Service" +.1.3.6.1.4.1.77.1.2.3.1.1.36.68.101.118.81.117.101.114.121.32.66.97.99.107.103.114.111.117.110.100.32.68.105.115.99.111.118.101.114.121.32.66.114.111.107.101.114 = STRING: "DevQuery Background Discovery Broker" +.1.3.6.1.4.1.77.1.2.3.1.1.36.77.105.99.114.111.115.111.102.116.32.68.101.102.101.110.100.101.114.32.65.110.116.105.118.105.114.117.115.32.83.101.114.118.105.99.101 = STRING: "Microsoft Defender Antivirus Service" +.1.3.6.1.4.1.77.1.2.3.1.1.37.67.105.116.114.105.120.32.83.101.99.117.114.101.32.65.99.99.101.115.115.32.65.108.119.97.121.115.79.110.32.83.101.114.118.105.99.101 = STRING: "Citrix Secure Access AlwaysOn Service" +.1.3.6.1.4.1.77.1.2.3.1.1.37.77.105.99.114.111.115.111.102.116.32.73.110.116.117.110.101.32.77.97.110.97.103.101.109.101.110.116.32.69.120.116.101.110.115.105.111.110 = STRING: "Microsoft Intune Management Extension" +.1.3.6.1.4.1.77.1.2.3.1.1.37.77.105.99.114.111.115.111.102.116.32.79.102.102.105.99.101.32.67.108.105.99.107.45.116.111.45.82.117.110.32.83.101.114.118.105.99.101 = STRING: "Microsoft Office Click-to-Run Service" +.1.3.6.1.4.1.77.1.2.3.1.1.37.77.105.99.114.111.115.111.102.116.32.87.105.110.100.111.119.115.32.83.77.83.32.82.111.117.116.101.114.32.83.101.114.118.105.99.101.46 = STRING: "Microsoft Windows SMS Router Service." +.1.3.6.1.4.1.77.1.2.3.1.1.39.66.97.99.107.103.114.111.117.110.100.32.84.97.115.107.115.32.73.110.102.114.97.115.116.114.117.99.116.117.114.101.32.83.101.114.118.105.99.101 = STRING: "Background Tasks Infrastructure Service" +.1.3.6.1.4.1.77.1.2.3.1.1.39.70.117.110.99.116.105.111.110.32.68.105.115.99.111.118.101.114.121.32.82.101.115.111.117.114.99.101.32.80.117.98.108.105.99.97.116.105.111.110 = STRING: "Function Discovery Resource Publication" +.1.3.6.1.4.1.77.1.2.3.1.1.39.80.114.111.103.114.97.109.32.67.111.109.112.97.116.105.98.105.108.105.116.121.32.65.115.115.105.115.116.97.110.116.32.83.101.114.118.105.99.101 = STRING: "Program Compatibility Assistant Service" +.1.3.6.1.4.1.77.1.2.3.1.1.40.67.111.110.110.101.99.116.101.100.32.85.115.101.114.32.69.120.112.101.114.105.101.110.99.101.115.32.97.110.100.32.84.101.108.101.109.101.116.114.121 = STRING: "Connected User Experiences and Telemetry" +.1.3.6.1.4.1.77.1.2.3.1.1.40.73.110.116.101.108.40.82.41.32.67.111.110.116.101.110.116.32.80.114.111.116.101.99.116.105.111.110.32.72.68.67.80.32.83.101.114.118.105.99.101 = STRING: "Intel(R) Content Protection HDCP Service" +.1.3.6.1.4.1.77.1.2.3.1.1.40.73.110.116.101.108.40.82.41.32.67.111.110.116.101.110.116.32.80.114.111.116.101.99.116.105.111.110.32.72.69.67.73.32.83.101.114.118.105.99.101 = STRING: "Intel(R) Content Protection HECI Service" +.1.3.6.1.4.1.77.1.2.3.1.1.40.73.110.116.101.108.40.82.41.32.71.114.97.112.104.105.99.115.32.67.111.109.109.97.110.100.32.67.101.110.116.101.114.32.83.101.114.118.105.99.101 = STRING: "Intel(R) Graphics Command Center Service" +.1.3.6.1.4.1.77.1.2.3.1.1.40.83.101.99.117.114.101.32.83.111.99.107.101.116.32.84.117.110.110.101.108.105.110.103.32.80.114.111.116.111.99.111.108.32.83.101.114.118.105.99.101 = STRING: "Secure Socket Tunneling Protocol Service" +.1.3.6.1.4.1.77.1.2.3.1.1.40.87.105.110.72.84.84.80.32.87.101.98.32.80.114.111.120.121.32.65.117.116.111.45.68.105.115.99.111.118.101.114.121.32.83.101.114.118.105.99.101 = STRING: "WinHTTP Web Proxy Auto-Discovery Service" +.1.3.6.1.4.1.77.1.2.3.1.1.41.87.105.110.100.111.119.115.32.80.117.115.104.32.78.111.116.105.102.105.99.97.116.105.111.110.115.32.83.121.115.116.101.109.32.83.101.114.118.105.99.101 = STRING: "Windows Push Notifications System Service" +.1.3.6.1.4.1.77.1.2.3.1.1.42.73.110.116.101.108.40.82.41.32.72.68.32.71.114.97.112.104.105.99.115.32.67.111.110.116.114.111.108.32.80.97.110.101.108.32.83.101.114.118.105.99.101 = STRING: "Intel(R) HD Graphics Control Panel Service" +.1.3.6.1.4.1.77.1.2.3.1.1.43.76.101.110.111.118.111.32.73.110.116.101.108.108.105.103.101.110.116.32.84.104.101.114.109.97.108.32.83.111.108.117.116.105.111.110.32.83.101.114.118.105.99.101 = STRING: "Lenovo Intelligent Thermal Solution Service" +.1.3.6.1.4.1.77.1.2.3.1.1.44.84.111.117.99.104.32.75.101.121.98.111.97.114.100.32.97.110.100.32.72.97.110.100.119.114.105.116.105.110.103.32.80.97.110.101.108.32.83.101.114.118.105.99.101 = STRING: "Touch Keyboard and Handwriting Panel Service" +.1.3.6.1.4.1.77.1.2.3.1.1.46.67.111.110.110.101.99.116.101.100.32.68.101.118.105.99.101.115.32.80.108.97.116.102.111.114.109.32.85.115.101.114.32.83.101.114.118.105.99.101.95.49.55.97.99.56.53 = STRING: "Connected Devices Platform User Service_17ac85" +.1.3.6.1.4.1.77.1.2.3.1.1.46.87.105.110.100.111.119.115.32.80.117.115.104.32.78.111.116.105.102.105.99.97.116.105.111.110.115.32.85.115.101.114.32.83.101.114.118.105.99.101.95.49.55.97.99.56.53 = STRING: "Windows Push Notifications User Service_17ac85" +.1.3.6.1.4.1.77.1.2.3.1.1.48.82.101.109.111.116.101.32.68.101.115.107.116.111.112.32.83.101.114.118.105.99.101.115.32.85.115.101.114.77.111.100.101.32.80.111.114.116.32.82.101.100.105.114.101.99.116.111.114 = STRING: "Remote Desktop Services UserMode Port Redirector" +.1.3.6.1.4.1.77.1.2.3.1.1.50.87.105.110.100.111.119.115.32.80.114.101.115.101.110.116.97.116.105.111.110.32.70.111.117.110.100.97.116.105.111.110.32.70.111.110.116.32.67.97.99.104.101.32.51.46.48.46.48.46.48 = STRING: "Windows Presentation Foundation Font Cache 3.0.0.0" +.1.3.6.1.4.1.77.1.2.3.1.1.51.87.105.110.100.111.119.115.32.68.101.102.101.110.100.101.114.32.65.100.118.97.110.99.101.100.32.84.104.114.101.97.116.32.80.114.111.116.101.99.116.105.111.110.32.83.101.114.118.105.99.101 = STRING: "Windows Defender Advanced Threat Protection Service" +.1.3.6.1.4.1.77.1.2.3.1.1.52.73.110.116.101.108.40.82.41.32.77.97.110.97.103.101.109.101.110.116.32.69.110.103.105.110.101.32.87.77.73.32.80.114.111.118.105.100.101.114.32.82.101.103.105.115.116.114.97.116.105.111.110 = STRING: "Intel(R) Management Engine WMI Provider Registration" +.1.3.6.1.4.1.77.1.2.3.1.1.55.73.110.116.101.108.40.82.41.32.68.121.110.97.109.105.99.32.80.108.97.116.102.111.114.109.32.97.110.100.32.84.104.101.114.109.97.108.32.70.114.97.109.101.119.111.114.107.32.115.101.114.118.105.99.101 = STRING: "Intel(R) Dynamic Platform and Thermal Framework service" +.1.3.6.1.4.1.77.1.2.3.1.1.55.77.105.99.114.111.115.111.102.116.32.68.101.102.101.110.100.101.114.32.65.110.116.105.118.105.114.117.115.32.78.101.116.119.111.114.107.32.73.110.115.112.101.99.116.105.111.110.32.83.101.114.118.105.99.101 = STRING: "Microsoft Defender Antivirus Network Inspection Service" +.1.3.6.1.4.1.77.1.2.3.1.1.58.73.110.116.101.108.40.82.41.32.68.121.110.97.109.105.99.32.65.112.112.108.105.99.97.116.105.111.110.32.76.111.97.100.101.114.32.72.111.115.116.32.73.110.116.101.114.102.97.99.101.32.83.101.114.118.105.99.101 = STRING: "Intel(R) Dynamic Application Loader Host Interface Service" +.1.3.6.1.4.1.77.1.2.3.1.1.69.73.110.116.101.108.40.82.41.32.77.97.110.97.103.101.109.101.110.116.32.97.110.100.32.83.101.99.117.114.105.116.121.32.65.112.112.108.105.99.97.116.105.111.110.32.76.111.99.97.108.32.77.97.110.97.103.101.109.101.110.116.32.83.101.114.118.105.99.101 = STRING: "Intel(R) Management and Security Application Local Management Service" +.1.3.6.1.4.1.77.1.2.3.1.1.82.68.101.118.105.99.101.32.77.97.110.97.103.101.109.101.110.116.32.87.105.114.101.108.101.115.115.32.65.112.112.108.105.99.97.116.105.111.110.32.80.114.111.116.111.99.111.108.32.40.87.65.80.41.32.80.117.115.104.32.109.101.115.115.97.103.101.32.82.111.117.116.105.110.103.32.83.101.114.118.105.99.101 = STRING: "Device Management Wireless Application Protocol (WAP) Push message Routing Service" +.1.3.6.1.4.1.77.1.2.3.1.2.5.80.68.70.50.52 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.5.80.111.119.101.114 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.6.80.97.110.71.80.83 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.6.83.101.114.118.101.114 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.6.84.104.101.109.101.115 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.7.83.121.115.77.97.105.110 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.9.65.112.115.73.110.115.83.118.99 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.9.73.80.32.72.101.108.112.101.114 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.9.84.101.108.101.112.104.111.110.121 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.9.87.101.98.67.108.105.101.110.116 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.10.68.78.83.32.67.108.105.101.110.116 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.10.68.97.116.97.32.85.115.97.103.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.10.83.109.97.114.116.32.67.97.114.100 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.11.68.72.67.80.32.67.108.105.101.110.116 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.11.83.121.85.73.85.69.120.116.83.118.99 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.11.84.105.109.101.32.66.114.111.107.101.114 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.11.87.111.114.107.115.116.97.116.105.111.110 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.12.69.108.97.110.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.12.83.78.77.80.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.12.85.115.101.114.32.77.97.110.97.103.101.114 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.13.65.86.67.84.80.32.115.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.13.67.111.114.101.77.101.115.115.97.103.105.110.103 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.13.76.111.103.105.32.79.112.116.105.111.110.115.43 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.13.80.104.111.110.101.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.13.80.108.117.103.32.97.110.100.32.80.108.97.121 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.13.80.114.105.110.116.32.83.112.111.111.108.101.114 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.13.87.105.110.100.111.119.115.32.65.117.100.105.111 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.14.83.83.68.80.32.68.105.115.99.111.118.101.114.121 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.14.84.97.115.107.32.83.99.104.101.100.117.108.101.114 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.14.87.105.110.100.111.119.115.32.66.97.99.107.117.112 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.14.87.105.110.100.111.119.115.32.83.101.97.114.99.104 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.15.83.101.99.117.114.105.116.121.32.67.101.110.116.101.114 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.15.83.116.111.114.97.103.101.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.15.87.76.65.78.32.65.117.116.111.67.111.110.102.105.103 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.15.87.87.65.78.32.65.117.116.111.67.111.110.102.105.103 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.16.83.121.110.99.32.72.111.115.116.95.49.55.97.99.56.53 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.17.67.78.71.32.75.101.121.32.73.115.111.108.97.116.105.111.110 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.17.67.79.77.43.32.69.118.101.110.116.32.83.121.115.116.101.109 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.17.76.101.110.111.118.111.32.80.77.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.17.87.105.110.100.111.119.115.32.69.118.101.110.116.32.76.111.103 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.18.67.114.101.100.101.110.116.105.97.108.32.77.97.110.97.103.101.114 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.18.73.80.115.101.99.32.80.111.108.105.99.121.32.65.103.101.110.116 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.18.77.105.99.114.111.115.111.102.116.32.80.97.115.115.112.111.114.116 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.18.86.77.119.97.114.101.32.78.65.84.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.19.67.111.110.116.97.99.116.32.68.97.116.97.95.49.55.97.99.56.53 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.19.71.101.111.108.111.99.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.19.82.80.67.32.69.110.100.112.111.105.110.116.32.77.97.112.112.101.114 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.19.86.77.119.97.114.101.32.68.72.67.80.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.19.87.101.98.32.65.99.99.111.117.110.116.32.77.97.110.97.103.101.114 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.20.65.112.112.108.105.99.97.116.105.111.110.32.73.100.101.110.116.105.116.121 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.20.68.97.116.97.32.83.104.97.114.105.110.103.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.20.72.111.115.116.32.78.101.116.119.111.114.107.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.20.76.101.110.111.118.111.86.97.110.116.97.103.101.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.20.78.101.116.119.111.114.107.32.76.105.115.116.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.20.80.114.105.110.116.87.111.114.107.102.108.111.119.95.49.55.97.99.56.53 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.20.83.121.115.116.101.109.32.69.118.101.110.116.115.32.66.114.111.107.101.114 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.20.85.115.101.114.32.80.114.111.102.105.108.101.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.21.66.97.115.101.32.70.105.108.116.101.114.105.110.103.32.69.110.103.105.110.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.21.69.112.115.111.110.32.83.99.97.110.110.101.114.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.21.70.105.114.109.119.97.114.101.85.112.100.97.116.101.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.21.70.117.115.105.111.110.73.110.118.101.110.116.111.114.121.32.65.103.101.110.116 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.21.76.111.99.97.108.32.83.101.115.115.105.111.110.32.77.97.110.97.103.101.114 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.21.82.101.97.108.116.101.107.32.65.117.100.105.111.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.21.83.81.76.32.83.101.114.118.101.114.32.86.83.83.32.87.114.105.116.101.114 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.21.84.67.80.47.73.80.32.78.101.116.66.73.79.83.32.72.101.108.112.101.114 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.22.67.114.121.112.116.111.103.114.97.112.104.105.99.32.83.101.114.118.105.99.101.115 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.22.68.105.115.112.108.97.121.32.80.111.108.105.99.121.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.22.68.111.108.98.121.32.68.65.88.50.32.65.80.73.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.23.65.112.112.108.105.99.97.116.105.111.110.32.73.110.102.111.114.109.97.116.105.111.110 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.23.67.101.114.116.105.102.105.99.97.116.101.32.80.114.111.112.97.103.97.116.105.111.110 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.23.67.104.101.114.114.121.32.68.101.118.105.99.101.32.73.110.116.101.114.102.97.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.23.68.105.97.103.110.111.115.116.105.99.32.83.101.114.118.105.99.101.32.72.111.115.116 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.23.82.101.109.111.116.101.32.68.101.115.107.116.111.112.32.83.101.114.118.105.99.101.115 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.23.84.104.117.110.100.101.114.98.111.108.116.40.84.77.41.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.23.85.115.101.114.32.68.97.116.97.32.65.99.99.101.115.115.95.49.55.97.99.56.53 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.24.82.97.100.105.111.32.77.97.110.97.103.101.109.101.110.116.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.24.83.104.101.108.108.32.72.97.114.100.119.97.114.101.32.68.101.116.101.99.116.105.111.110 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.24.83.116.97.116.101.32.82.101.112.111.115.105.116.111.114.121.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.24.85.115.101.114.32.68.97.116.97.32.83.116.111.114.97.103.101.95.49.55.97.99.56.53 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.24.87.105.110.100.111.119.115.32.83.101.99.117.114.105.116.121.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.25.68.105.97.103.110.111.115.116.105.99.32.80.111.108.105.99.121.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.25.76.101.110.111.118.111.32.69.97.115.121.82.101.115.117.109.101.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.25.78.101.116.119.111.114.107.32.67.111.110.110.101.99.116.105.111.110.32.66.114.111.107.101.114 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.25.83.101.99.117.114.105.116.121.32.65.99.99.111.117.110.116.115.32.77.97.110.97.103.101.114 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.25.87.97.116.99.104.71.117.97.114.100.32.83.83.76.86.80.78.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.25.87.105.110.100.111.119.115.32.66.105.111.109.101.116.114.105.99.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.25.87.105.110.100.111.119.115.32.68.101.102.101.110.100.101.114.32.70.105.114.101.119.97.108.108 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.26.68.101.118.105.99.101.32.65.115.115.111.99.105.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.26.78.101.116.119.111.114.107.32.76.111.99.97.116.105.111.110.32.65.119.97.114.101.110.101.115.115 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.26.87.105.110.100.111.119.115.32.67.111.110.110.101.99.116.105.111.110.32.77.97.110.97.103.101.114 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.26.87.105.110.100.111.119.115.32.70.111.110.116.32.67.97.99.104.101.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.27.68.105.115.112.108.97.121.32.69.110.104.97.110.99.101.109.101.110.116.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.27.76.101.110.111.118.111.32.72.111.116.107.101.121.32.67.108.105.101.110.116.32.76.111.97.100.101.114 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.27.78.83.67.108.105.101.110.116.43.43.32.77.111.110.105.116.111.114.105.110.103.32.65.103.101.110.116 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.27.79.112.101.110.86.80.78.32.73.110.116.101.114.97.99.116.105.118.101.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.27.80.97.121.109.101.110.116.115.32.97.110.100.32.78.70.67.47.83.69.32.77.97.110.97.103.101.114 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.27.82.101.109.111.116.101.32.80.114.111.99.101.100.117.114.101.32.67.97.108.108.32.40.82.80.67.41 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.27.85.112.100.97.116.101.32.79.114.99.104.101.115.116.114.97.116.111.114.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.28.65.100.111.98.101.32.65.99.114.111.98.97.116.32.85.112.100.97.116.101.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.28.67.105.116.114.105.120.32.83.101.99.117.114.101.32.65.99.99.101.115.115.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.28.68.67.79.77.32.83.101.114.118.101.114.32.80.114.111.99.101.115.115.32.76.97.117.110.99.104.101.114 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.28.69.110.99.114.121.112.116.105.110.103.32.70.105.108.101.32.83.121.115.116.101.109.32.40.69.70.83.41 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.28.72.80.32.80.114.105.110.116.32.83.99.97.110.32.68.111.99.116.111.114.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.28.77.105.99.114.111.115.111.102.116.32.73.73.83.32.65.100.109.105.110.105.115.116.114.97.116.105.111.110 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.28.77.105.99.114.111.115.111.102.116.32.80.97.115.115.112.111.114.116.32.67.111.110.116.97.105.110.101.114 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.28.82.101.109.111.116.101.32.68.101.115.107.116.111.112.32.67.111.110.102.105.103.117.114.97.116.105.111.110 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.28.86.77.119.97.114.101.32.65.117.116.104.111.114.105.122.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.28.116.101.115.116.115.101.114.118.105.99.101.32.195.188.195.164.195.182.195.161.195.160.32.40.49.50.51.41 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.29.67.108.105.112.98.111.97.114.100.32.85.115.101.114.32.83.101.114.118.105.99.101.95.49.55.97.99.56.53 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.29.70.111.114.116.105.67.108.105.101.110.116.32.83.101.114.118.105.99.101.32.83.99.104.101.100.117.108.101.114 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.29.83.111.110.105.99.87.97.108.108.32.78.101.116.69.120.116.101.110.100.101.114.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.30.72.117.109.97.110.32.73.110.116.101.114.102.97.99.101.32.68.101.118.105.99.101.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.30.78.101.116.119.111.114.107.32.86.105.114.116.117.97.108.105.122.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.30.87.105.110.100.111.119.115.32.65.117.100.105.111.32.69.110.100.112.111.105.110.116.32.66.117.105.108.100.101.114 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.31.65.112.112.108.105.99.97.116.105.111.110.32.72.111.115.116.32.72.101.108.112.101.114.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.31.77.105.99.114.111.115.111.102.116.32.83.116.111.114.101.32.73.110.115.116.97.108.108.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.31.77.105.99.114.111.115.111.102.116.32.85.112.100.97.116.101.32.72.101.97.108.116.104.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.31.78.101.116.119.111.114.107.32.83.116.111.114.101.32.73.110.116.101.114.102.97.99.101.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.31.79.112.101.110.86.80.78.32.65.103.101.110.116.32.97.103.101.110.116.95.111.118.112.110.99.111.110.110.101.99.116 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.31.87.105.110.100.111.119.115.32.73.109.97.103.101.32.65.99.113.117.105.115.105.116.105.111.110.32.40.87.73.65.41 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.31.87.105.110.100.111.119.115.32.76.105.99.101.110.115.101.32.77.97.110.97.103.101.114.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.32.67.108.105.101.110.116.32.76.105.99.101.110.115.101.32.83.101.114.118.105.99.101.32.40.67.108.105.112.83.86.67.41 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.32.68.105.115.116.114.105.98.117.116.101.100.32.76.105.110.107.32.84.114.97.99.107.105.110.103.32.67.108.105.101.110.116 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.32.70.117.110.99.116.105.111.110.32.68.105.115.99.111.118.101.114.121.32.80.114.111.118.105.100.101.114.32.72.111.115.116 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.32.82.101.109.111.116.101.32.65.99.99.101.115.115.32.67.111.110.110.101.99.116.105.111.110.32.77.97.110.97.103.101.114 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.33.65.112.112.88.32.68.101.112.108.111.121.109.101.110.116.32.83.101.114.118.105.99.101.32.40.65.112.112.88.83.86.67.41 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.33.67.97.112.97.98.105.108.105.116.121.32.65.99.99.101.115.115.32.77.97.110.97.103.101.114.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.33.73.110.116.101.114.110.101.116.32.67.111.110.110.101.99.116.105.111.110.32.83.104.97.114.105.110.103.32.40.73.67.83.41 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.33.83.121.115.116.101.109.32.69.118.101.110.116.32.78.111.116.105.102.105.99.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.34.66.105.116.76.111.99.107.101.114.32.68.114.105.118.101.32.69.110.99.114.121.112.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.34.67.111.110.110.101.99.116.101.100.32.68.101.118.105.99.101.115.32.80.108.97.116.102.111.114.109.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.34.73.110.116.101.108.40.82.41.32.80.82.79.83.101.116.47.87.105.114.101.108.101.115.115.32.69.118.101.110.116.32.76.111.103 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.34.87.105.110.100.111.119.115.32.77.97.110.97.103.101.109.101.110.116.32.73.110.115.116.114.117.109.101.110.116.97.116.105.111.110 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.35.73.75.69.32.97.110.100.32.65.117.116.104.73.80.32.73.80.115.101.99.32.75.101.121.105.110.103.32.77.111.100.117.108.101.115 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.35.82.101.109.111.116.101.32.80.114.111.99.101.100.117.114.101.32.67.97.108.108.32.40.82.80.67.41.32.76.111.99.97.116.111.114 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.35.83.111.110.105.99.87.97.108.108.32.67.108.105.101.110.116.32.80.114.111.116.101.99.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.35.83.121.115.116.101.109.32.71.117.97.114.100.32.82.117.110.116.105.109.101.32.77.111.110.105.116.111.114.32.66.114.111.107.101.114 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.35.83.121.115.116.101.109.32.73.110.116.101.114.102.97.99.101.32.70.111.117.110.100.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.36.68.101.118.81.117.101.114.121.32.66.97.99.107.103.114.111.117.110.100.32.68.105.115.99.111.118.101.114.121.32.66.114.111.107.101.114 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.36.77.105.99.114.111.115.111.102.116.32.68.101.102.101.110.100.101.114.32.65.110.116.105.118.105.114.117.115.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.37.67.105.116.114.105.120.32.83.101.99.117.114.101.32.65.99.99.101.115.115.32.65.108.119.97.121.115.79.110.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.37.77.105.99.114.111.115.111.102.116.32.73.110.116.117.110.101.32.77.97.110.97.103.101.109.101.110.116.32.69.120.116.101.110.115.105.111.110 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.37.77.105.99.114.111.115.111.102.116.32.79.102.102.105.99.101.32.67.108.105.99.107.45.116.111.45.82.117.110.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.37.77.105.99.114.111.115.111.102.116.32.87.105.110.100.111.119.115.32.83.77.83.32.82.111.117.116.101.114.32.83.101.114.118.105.99.101.46 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.39.66.97.99.107.103.114.111.117.110.100.32.84.97.115.107.115.32.73.110.102.114.97.115.116.114.117.99.116.117.114.101.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.39.70.117.110.99.116.105.111.110.32.68.105.115.99.111.118.101.114.121.32.82.101.115.111.117.114.99.101.32.80.117.98.108.105.99.97.116.105.111.110 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.39.80.114.111.103.114.97.109.32.67.111.109.112.97.116.105.98.105.108.105.116.121.32.65.115.115.105.115.116.97.110.116.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.40.67.111.110.110.101.99.116.101.100.32.85.115.101.114.32.69.120.112.101.114.105.101.110.99.101.115.32.97.110.100.32.84.101.108.101.109.101.116.114.121 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.40.73.110.116.101.108.40.82.41.32.67.111.110.116.101.110.116.32.80.114.111.116.101.99.116.105.111.110.32.72.68.67.80.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.40.73.110.116.101.108.40.82.41.32.67.111.110.116.101.110.116.32.80.114.111.116.101.99.116.105.111.110.32.72.69.67.73.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.40.73.110.116.101.108.40.82.41.32.71.114.97.112.104.105.99.115.32.67.111.109.109.97.110.100.32.67.101.110.116.101.114.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.40.83.101.99.117.114.101.32.83.111.99.107.101.116.32.84.117.110.110.101.108.105.110.103.32.80.114.111.116.111.99.111.108.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.40.87.105.110.72.84.84.80.32.87.101.98.32.80.114.111.120.121.32.65.117.116.111.45.68.105.115.99.111.118.101.114.121.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.41.87.105.110.100.111.119.115.32.80.117.115.104.32.78.111.116.105.102.105.99.97.116.105.111.110.115.32.83.121.115.116.101.109.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.42.73.110.116.101.108.40.82.41.32.72.68.32.71.114.97.112.104.105.99.115.32.67.111.110.116.114.111.108.32.80.97.110.101.108.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.43.76.101.110.111.118.111.32.73.110.116.101.108.108.105.103.101.110.116.32.84.104.101.114.109.97.108.32.83.111.108.117.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.44.84.111.117.99.104.32.75.101.121.98.111.97.114.100.32.97.110.100.32.72.97.110.100.119.114.105.116.105.110.103.32.80.97.110.101.108.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.46.67.111.110.110.101.99.116.101.100.32.68.101.118.105.99.101.115.32.80.108.97.116.102.111.114.109.32.85.115.101.114.32.83.101.114.118.105.99.101.95.49.55.97.99.56.53 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.46.87.105.110.100.111.119.115.32.80.117.115.104.32.78.111.116.105.102.105.99.97.116.105.111.110.115.32.85.115.101.114.32.83.101.114.118.105.99.101.95.49.55.97.99.56.53 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.48.82.101.109.111.116.101.32.68.101.115.107.116.111.112.32.83.101.114.118.105.99.101.115.32.85.115.101.114.77.111.100.101.32.80.111.114.116.32.82.101.100.105.114.101.99.116.111.114 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.50.87.105.110.100.111.119.115.32.80.114.101.115.101.110.116.97.116.105.111.110.32.70.111.117.110.100.97.116.105.111.110.32.70.111.110.116.32.67.97.99.104.101.32.51.46.48.46.48.46.48 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.51.87.105.110.100.111.119.115.32.68.101.102.101.110.100.101.114.32.65.100.118.97.110.99.101.100.32.84.104.114.101.97.116.32.80.114.111.116.101.99.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.52.73.110.116.101.108.40.82.41.32.77.97.110.97.103.101.109.101.110.116.32.69.110.103.105.110.101.32.87.77.73.32.80.114.111.118.105.100.101.114.32.82.101.103.105.115.116.114.97.116.105.111.110 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.55.73.110.116.101.108.40.82.41.32.68.121.110.97.109.105.99.32.80.108.97.116.102.111.114.109.32.97.110.100.32.84.104.101.114.109.97.108.32.70.114.97.109.101.119.111.114.107.32.115.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.55.77.105.99.114.111.115.111.102.116.32.68.101.102.101.110.100.101.114.32.65.110.116.105.118.105.114.117.115.32.78.101.116.119.111.114.107.32.73.110.115.112.101.99.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.58.73.110.116.101.108.40.82.41.32.68.121.110.97.109.105.99.32.65.112.112.108.105.99.97.116.105.111.110.32.76.111.97.100.101.114.32.72.111.115.116.32.73.110.116.101.114.102.97.99.101.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.69.73.110.116.101.108.40.82.41.32.77.97.110.97.103.101.109.101.110.116.32.97.110.100.32.83.101.99.117.114.105.116.121.32.65.112.112.108.105.99.97.116.105.111.110.32.76.111.99.97.108.32.77.97.110.97.103.101.109.101.110.116.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.82.68.101.118.105.99.101.32.77.97.110.97.103.101.109.101.110.116.32.87.105.114.101.108.101.115.115.32.65.112.112.108.105.99.97.116.105.111.110.32.80.114.111.116.111.99.111.108.32.40.87.65.80.41.32.80.117.115.104.32.109.101.115.115.97.103.101.32.82.111.117.116.105.110.103.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.3.5.80.68.70.50.52 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.5.80.111.119.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.6.80.97.110.71.80.83 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.6.83.101.114.118.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.6.84.104.101.109.101.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.7.83.121.115.77.97.105.110 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.9.65.112.115.73.110.115.83.118.99 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.9.73.80.32.72.101.108.112.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.9.84.101.108.101.112.104.111.110.121 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.9.87.101.98.67.108.105.101.110.116 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.10.68.78.83.32.67.108.105.101.110.116 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.10.68.97.116.97.32.85.115.97.103.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.10.83.109.97.114.116.32.67.97.114.100 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.11.68.72.67.80.32.67.108.105.101.110.116 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.11.83.121.85.73.85.69.120.116.83.118.99 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.11.84.105.109.101.32.66.114.111.107.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.11.87.111.114.107.115.116.97.116.105.111.110 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.12.69.108.97.110.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.12.83.78.77.80.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.12.85.115.101.114.32.77.97.110.97.103.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.13.65.86.67.84.80.32.115.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.13.67.111.114.101.77.101.115.115.97.103.105.110.103 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.13.76.111.103.105.32.79.112.116.105.111.110.115.43 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.13.80.104.111.110.101.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.13.80.108.117.103.32.97.110.100.32.80.108.97.121 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.13.80.114.105.110.116.32.83.112.111.111.108.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.13.87.105.110.100.111.119.115.32.65.117.100.105.111 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.14.83.83.68.80.32.68.105.115.99.111.118.101.114.121 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.14.84.97.115.107.32.83.99.104.101.100.117.108.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.14.87.105.110.100.111.119.115.32.66.97.99.107.117.112 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.14.87.105.110.100.111.119.115.32.83.101.97.114.99.104 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.15.83.101.99.117.114.105.116.121.32.67.101.110.116.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.15.83.116.111.114.97.103.101.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.15.87.76.65.78.32.65.117.116.111.67.111.110.102.105.103 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.15.87.87.65.78.32.65.117.116.111.67.111.110.102.105.103 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.16.83.121.110.99.32.72.111.115.116.95.49.55.97.99.56.53 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.17.67.78.71.32.75.101.121.32.73.115.111.108.97.116.105.111.110 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.17.67.79.77.43.32.69.118.101.110.116.32.83.121.115.116.101.109 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.17.76.101.110.111.118.111.32.80.77.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.17.87.105.110.100.111.119.115.32.69.118.101.110.116.32.76.111.103 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.18.67.114.101.100.101.110.116.105.97.108.32.77.97.110.97.103.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.18.73.80.115.101.99.32.80.111.108.105.99.121.32.65.103.101.110.116 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.18.77.105.99.114.111.115.111.102.116.32.80.97.115.115.112.111.114.116 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.18.86.77.119.97.114.101.32.78.65.84.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.19.67.111.110.116.97.99.116.32.68.97.116.97.95.49.55.97.99.56.53 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.19.71.101.111.108.111.99.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.19.82.80.67.32.69.110.100.112.111.105.110.116.32.77.97.112.112.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.19.86.77.119.97.114.101.32.68.72.67.80.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.19.87.101.98.32.65.99.99.111.117.110.116.32.77.97.110.97.103.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.20.65.112.112.108.105.99.97.116.105.111.110.32.73.100.101.110.116.105.116.121 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.20.68.97.116.97.32.83.104.97.114.105.110.103.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.20.72.111.115.116.32.78.101.116.119.111.114.107.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.20.76.101.110.111.118.111.86.97.110.116.97.103.101.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.20.78.101.116.119.111.114.107.32.76.105.115.116.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.20.80.114.105.110.116.87.111.114.107.102.108.111.119.95.49.55.97.99.56.53 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.20.83.121.115.116.101.109.32.69.118.101.110.116.115.32.66.114.111.107.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.20.85.115.101.114.32.80.114.111.102.105.108.101.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.21.66.97.115.101.32.70.105.108.116.101.114.105.110.103.32.69.110.103.105.110.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.21.69.112.115.111.110.32.83.99.97.110.110.101.114.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.21.70.105.114.109.119.97.114.101.85.112.100.97.116.101.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.21.70.117.115.105.111.110.73.110.118.101.110.116.111.114.121.32.65.103.101.110.116 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.21.76.111.99.97.108.32.83.101.115.115.105.111.110.32.77.97.110.97.103.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.21.82.101.97.108.116.101.107.32.65.117.100.105.111.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.21.83.81.76.32.83.101.114.118.101.114.32.86.83.83.32.87.114.105.116.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.21.84.67.80.47.73.80.32.78.101.116.66.73.79.83.32.72.101.108.112.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.22.67.114.121.112.116.111.103.114.97.112.104.105.99.32.83.101.114.118.105.99.101.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.22.68.105.115.112.108.97.121.32.80.111.108.105.99.121.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.22.68.111.108.98.121.32.68.65.88.50.32.65.80.73.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.23.65.112.112.108.105.99.97.116.105.111.110.32.73.110.102.111.114.109.97.116.105.111.110 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.23.67.101.114.116.105.102.105.99.97.116.101.32.80.114.111.112.97.103.97.116.105.111.110 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.23.67.104.101.114.114.121.32.68.101.118.105.99.101.32.73.110.116.101.114.102.97.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.23.68.105.97.103.110.111.115.116.105.99.32.83.101.114.118.105.99.101.32.72.111.115.116 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.23.82.101.109.111.116.101.32.68.101.115.107.116.111.112.32.83.101.114.118.105.99.101.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.23.84.104.117.110.100.101.114.98.111.108.116.40.84.77.41.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.23.85.115.101.114.32.68.97.116.97.32.65.99.99.101.115.115.95.49.55.97.99.56.53 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.24.82.97.100.105.111.32.77.97.110.97.103.101.109.101.110.116.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.24.83.104.101.108.108.32.72.97.114.100.119.97.114.101.32.68.101.116.101.99.116.105.111.110 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.24.83.116.97.116.101.32.82.101.112.111.115.105.116.111.114.121.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.24.85.115.101.114.32.68.97.116.97.32.83.116.111.114.97.103.101.95.49.55.97.99.56.53 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.24.87.105.110.100.111.119.115.32.83.101.99.117.114.105.116.121.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.25.68.105.97.103.110.111.115.116.105.99.32.80.111.108.105.99.121.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.25.76.101.110.111.118.111.32.69.97.115.121.82.101.115.117.109.101.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.25.78.101.116.119.111.114.107.32.67.111.110.110.101.99.116.105.111.110.32.66.114.111.107.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.25.83.101.99.117.114.105.116.121.32.65.99.99.111.117.110.116.115.32.77.97.110.97.103.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.25.87.97.116.99.104.71.117.97.114.100.32.83.83.76.86.80.78.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.25.87.105.110.100.111.119.115.32.66.105.111.109.101.116.114.105.99.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.25.87.105.110.100.111.119.115.32.68.101.102.101.110.100.101.114.32.70.105.114.101.119.97.108.108 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.26.68.101.118.105.99.101.32.65.115.115.111.99.105.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.26.78.101.116.119.111.114.107.32.76.111.99.97.116.105.111.110.32.65.119.97.114.101.110.101.115.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.26.87.105.110.100.111.119.115.32.67.111.110.110.101.99.116.105.111.110.32.77.97.110.97.103.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.26.87.105.110.100.111.119.115.32.70.111.110.116.32.67.97.99.104.101.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.27.68.105.115.112.108.97.121.32.69.110.104.97.110.99.101.109.101.110.116.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.27.76.101.110.111.118.111.32.72.111.116.107.101.121.32.67.108.105.101.110.116.32.76.111.97.100.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.27.78.83.67.108.105.101.110.116.43.43.32.77.111.110.105.116.111.114.105.110.103.32.65.103.101.110.116 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.27.79.112.101.110.86.80.78.32.73.110.116.101.114.97.99.116.105.118.101.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.27.80.97.121.109.101.110.116.115.32.97.110.100.32.78.70.67.47.83.69.32.77.97.110.97.103.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.27.82.101.109.111.116.101.32.80.114.111.99.101.100.117.114.101.32.67.97.108.108.32.40.82.80.67.41 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.27.85.112.100.97.116.101.32.79.114.99.104.101.115.116.114.97.116.111.114.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.28.65.100.111.98.101.32.65.99.114.111.98.97.116.32.85.112.100.97.116.101.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.28.67.105.116.114.105.120.32.83.101.99.117.114.101.32.65.99.99.101.115.115.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.28.68.67.79.77.32.83.101.114.118.101.114.32.80.114.111.99.101.115.115.32.76.97.117.110.99.104.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.28.69.110.99.114.121.112.116.105.110.103.32.70.105.108.101.32.83.121.115.116.101.109.32.40.69.70.83.41 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.28.72.80.32.80.114.105.110.116.32.83.99.97.110.32.68.111.99.116.111.114.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.28.77.105.99.114.111.115.111.102.116.32.73.73.83.32.65.100.109.105.110.105.115.116.114.97.116.105.111.110 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.28.77.105.99.114.111.115.111.102.116.32.80.97.115.115.112.111.114.116.32.67.111.110.116.97.105.110.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.28.82.101.109.111.116.101.32.68.101.115.107.116.111.112.32.67.111.110.102.105.103.117.114.97.116.105.111.110 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.28.86.77.119.97.114.101.32.65.117.116.104.111.114.105.122.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.28.116.101.115.116.115.101.114.118.105.99.101.32.195.188.195.164.195.182.195.161.195.160.32.40.49.50.51.41 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.29.67.108.105.112.98.111.97.114.100.32.85.115.101.114.32.83.101.114.118.105.99.101.95.49.55.97.99.56.53 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.29.70.111.114.116.105.67.108.105.101.110.116.32.83.101.114.118.105.99.101.32.83.99.104.101.100.117.108.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.29.83.111.110.105.99.87.97.108.108.32.78.101.116.69.120.116.101.110.100.101.114.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.30.72.117.109.97.110.32.73.110.116.101.114.102.97.99.101.32.68.101.118.105.99.101.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.30.78.101.116.119.111.114.107.32.86.105.114.116.117.97.108.105.122.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.30.87.105.110.100.111.119.115.32.65.117.100.105.111.32.69.110.100.112.111.105.110.116.32.66.117.105.108.100.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.31.65.112.112.108.105.99.97.116.105.111.110.32.72.111.115.116.32.72.101.108.112.101.114.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.31.77.105.99.114.111.115.111.102.116.32.83.116.111.114.101.32.73.110.115.116.97.108.108.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.31.77.105.99.114.111.115.111.102.116.32.85.112.100.97.116.101.32.72.101.97.108.116.104.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.31.78.101.116.119.111.114.107.32.83.116.111.114.101.32.73.110.116.101.114.102.97.99.101.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.31.79.112.101.110.86.80.78.32.65.103.101.110.116.32.97.103.101.110.116.95.111.118.112.110.99.111.110.110.101.99.116 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.31.87.105.110.100.111.119.115.32.73.109.97.103.101.32.65.99.113.117.105.115.105.116.105.111.110.32.40.87.73.65.41 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.31.87.105.110.100.111.119.115.32.76.105.99.101.110.115.101.32.77.97.110.97.103.101.114.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.32.67.108.105.101.110.116.32.76.105.99.101.110.115.101.32.83.101.114.118.105.99.101.32.40.67.108.105.112.83.86.67.41 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.32.68.105.115.116.114.105.98.117.116.101.100.32.76.105.110.107.32.84.114.97.99.107.105.110.103.32.67.108.105.101.110.116 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.32.70.117.110.99.116.105.111.110.32.68.105.115.99.111.118.101.114.121.32.80.114.111.118.105.100.101.114.32.72.111.115.116 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.32.82.101.109.111.116.101.32.65.99.99.101.115.115.32.67.111.110.110.101.99.116.105.111.110.32.77.97.110.97.103.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.33.65.112.112.88.32.68.101.112.108.111.121.109.101.110.116.32.83.101.114.118.105.99.101.32.40.65.112.112.88.83.86.67.41 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.33.67.97.112.97.98.105.108.105.116.121.32.65.99.99.101.115.115.32.77.97.110.97.103.101.114.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.33.73.110.116.101.114.110.101.116.32.67.111.110.110.101.99.116.105.111.110.32.83.104.97.114.105.110.103.32.40.73.67.83.41 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.33.83.121.115.116.101.109.32.69.118.101.110.116.32.78.111.116.105.102.105.99.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.34.66.105.116.76.111.99.107.101.114.32.68.114.105.118.101.32.69.110.99.114.121.112.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.34.67.111.110.110.101.99.116.101.100.32.68.101.118.105.99.101.115.32.80.108.97.116.102.111.114.109.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.34.73.110.116.101.108.40.82.41.32.80.82.79.83.101.116.47.87.105.114.101.108.101.115.115.32.69.118.101.110.116.32.76.111.103 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.34.87.105.110.100.111.119.115.32.77.97.110.97.103.101.109.101.110.116.32.73.110.115.116.114.117.109.101.110.116.97.116.105.111.110 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.35.73.75.69.32.97.110.100.32.65.117.116.104.73.80.32.73.80.115.101.99.32.75.101.121.105.110.103.32.77.111.100.117.108.101.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.35.82.101.109.111.116.101.32.80.114.111.99.101.100.117.114.101.32.67.97.108.108.32.40.82.80.67.41.32.76.111.99.97.116.111.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.35.83.111.110.105.99.87.97.108.108.32.67.108.105.101.110.116.32.80.114.111.116.101.99.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.35.83.121.115.116.101.109.32.71.117.97.114.100.32.82.117.110.116.105.109.101.32.77.111.110.105.116.111.114.32.66.114.111.107.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.35.83.121.115.116.101.109.32.73.110.116.101.114.102.97.99.101.32.70.111.117.110.100.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.36.68.101.118.81.117.101.114.121.32.66.97.99.107.103.114.111.117.110.100.32.68.105.115.99.111.118.101.114.121.32.66.114.111.107.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.36.77.105.99.114.111.115.111.102.116.32.68.101.102.101.110.100.101.114.32.65.110.116.105.118.105.114.117.115.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.37.67.105.116.114.105.120.32.83.101.99.117.114.101.32.65.99.99.101.115.115.32.65.108.119.97.121.115.79.110.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.37.77.105.99.114.111.115.111.102.116.32.73.110.116.117.110.101.32.77.97.110.97.103.101.109.101.110.116.32.69.120.116.101.110.115.105.111.110 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.37.77.105.99.114.111.115.111.102.116.32.79.102.102.105.99.101.32.67.108.105.99.107.45.116.111.45.82.117.110.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.37.77.105.99.114.111.115.111.102.116.32.87.105.110.100.111.119.115.32.83.77.83.32.82.111.117.116.101.114.32.83.101.114.118.105.99.101.46 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.39.66.97.99.107.103.114.111.117.110.100.32.84.97.115.107.115.32.73.110.102.114.97.115.116.114.117.99.116.117.114.101.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.39.70.117.110.99.116.105.111.110.32.68.105.115.99.111.118.101.114.121.32.82.101.115.111.117.114.99.101.32.80.117.98.108.105.99.97.116.105.111.110 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.39.80.114.111.103.114.97.109.32.67.111.109.112.97.116.105.98.105.108.105.116.121.32.65.115.115.105.115.116.97.110.116.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.40.67.111.110.110.101.99.116.101.100.32.85.115.101.114.32.69.120.112.101.114.105.101.110.99.101.115.32.97.110.100.32.84.101.108.101.109.101.116.114.121 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.40.73.110.116.101.108.40.82.41.32.67.111.110.116.101.110.116.32.80.114.111.116.101.99.116.105.111.110.32.72.68.67.80.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.40.73.110.116.101.108.40.82.41.32.67.111.110.116.101.110.116.32.80.114.111.116.101.99.116.105.111.110.32.72.69.67.73.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.40.73.110.116.101.108.40.82.41.32.71.114.97.112.104.105.99.115.32.67.111.109.109.97.110.100.32.67.101.110.116.101.114.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.40.83.101.99.117.114.101.32.83.111.99.107.101.116.32.84.117.110.110.101.108.105.110.103.32.80.114.111.116.111.99.111.108.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.40.87.105.110.72.84.84.80.32.87.101.98.32.80.114.111.120.121.32.65.117.116.111.45.68.105.115.99.111.118.101.114.121.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.41.87.105.110.100.111.119.115.32.80.117.115.104.32.78.111.116.105.102.105.99.97.116.105.111.110.115.32.83.121.115.116.101.109.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.42.73.110.116.101.108.40.82.41.32.72.68.32.71.114.97.112.104.105.99.115.32.67.111.110.116.114.111.108.32.80.97.110.101.108.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.43.76.101.110.111.118.111.32.73.110.116.101.108.108.105.103.101.110.116.32.84.104.101.114.109.97.108.32.83.111.108.117.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.44.84.111.117.99.104.32.75.101.121.98.111.97.114.100.32.97.110.100.32.72.97.110.100.119.114.105.116.105.110.103.32.80.97.110.101.108.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.46.67.111.110.110.101.99.116.101.100.32.68.101.118.105.99.101.115.32.80.108.97.116.102.111.114.109.32.85.115.101.114.32.83.101.114.118.105.99.101.95.49.55.97.99.56.53 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.46.87.105.110.100.111.119.115.32.80.117.115.104.32.78.111.116.105.102.105.99.97.116.105.111.110.115.32.85.115.101.114.32.83.101.114.118.105.99.101.95.49.55.97.99.56.53 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.48.82.101.109.111.116.101.32.68.101.115.107.116.111.112.32.83.101.114.118.105.99.101.115.32.85.115.101.114.77.111.100.101.32.80.111.114.116.32.82.101.100.105.114.101.99.116.111.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.50.87.105.110.100.111.119.115.32.80.114.101.115.101.110.116.97.116.105.111.110.32.70.111.117.110.100.97.116.105.111.110.32.70.111.110.116.32.67.97.99.104.101.32.51.46.48.46.48.46.48 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.51.87.105.110.100.111.119.115.32.68.101.102.101.110.100.101.114.32.65.100.118.97.110.99.101.100.32.84.104.114.101.97.116.32.80.114.111.116.101.99.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.52.73.110.116.101.108.40.82.41.32.77.97.110.97.103.101.109.101.110.116.32.69.110.103.105.110.101.32.87.77.73.32.80.114.111.118.105.100.101.114.32.82.101.103.105.115.116.114.97.116.105.111.110 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.55.73.110.116.101.108.40.82.41.32.68.121.110.97.109.105.99.32.80.108.97.116.102.111.114.109.32.97.110.100.32.84.104.101.114.109.97.108.32.70.114.97.109.101.119.111.114.107.32.115.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.55.77.105.99.114.111.115.111.102.116.32.68.101.102.101.110.100.101.114.32.65.110.116.105.118.105.114.117.115.32.78.101.116.119.111.114.107.32.73.110.115.112.101.99.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.58.73.110.116.101.108.40.82.41.32.68.121.110.97.109.105.99.32.65.112.112.108.105.99.97.116.105.111.110.32.76.111.97.100.101.114.32.72.111.115.116.32.73.110.116.101.114.102.97.99.101.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.69.73.110.116.101.108.40.82.41.32.77.97.110.97.103.101.109.101.110.116.32.97.110.100.32.83.101.99.117.114.105.116.121.32.65.112.112.108.105.99.97.116.105.111.110.32.76.111.99.97.108.32.77.97.110.97.103.101.109.101.110.116.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.82.68.101.118.105.99.101.32.77.97.110.97.103.101.109.101.110.116.32.87.105.114.101.108.101.115.115.32.65.112.112.108.105.99.97.116.105.111.110.32.80.114.111.116.111.99.111.108.32.40.87.65.80.41.32.80.117.115.104.32.109.101.115.115.97.103.101.32.82.111.117.116.105.110.103.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.4.5.80.68.70.50.52 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.5.80.111.119.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.4.6.80.97.110.71.80.83 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.6.83.101.114.118.101.114 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.6.84.104.101.109.101.115 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.7.83.121.115.77.97.105.110 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.9.65.112.115.73.110.115.83.118.99 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.9.73.80.32.72.101.108.112.101.114 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.9.84.101.108.101.112.104.111.110.121 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.9.87.101.98.67.108.105.101.110.116 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.10.68.78.83.32.67.108.105.101.110.116 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.4.10.68.97.116.97.32.85.115.97.103.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.10.83.109.97.114.116.32.67.97.114.100 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.11.68.72.67.80.32.67.108.105.101.110.116 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.11.83.121.85.73.85.69.120.116.83.118.99 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.11.84.105.109.101.32.66.114.111.107.101.114 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.11.87.111.114.107.115.116.97.116.105.111.110 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.12.69.108.97.110.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.12.83.78.77.80.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.12.85.115.101.114.32.77.97.110.97.103.101.114 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.13.65.86.67.84.80.32.115.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.13.67.111.114.101.77.101.115.115.97.103.105.110.103 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.4.13.76.111.103.105.32.79.112.116.105.111.110.115.43 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.13.80.104.111.110.101.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.13.80.108.117.103.32.97.110.100.32.80.108.97.121 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.13.80.114.105.110.116.32.83.112.111.111.108.101.114 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.13.87.105.110.100.111.119.115.32.65.117.100.105.111 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.14.83.83.68.80.32.68.105.115.99.111.118.101.114.121 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.14.84.97.115.107.32.83.99.104.101.100.117.108.101.114 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.14.87.105.110.100.111.119.115.32.66.97.99.107.117.112 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.14.87.105.110.100.111.119.115.32.83.101.97.114.99.104 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.15.83.101.99.117.114.105.116.121.32.67.101.110.116.101.114 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.15.83.116.111.114.97.103.101.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.15.87.76.65.78.32.65.117.116.111.67.111.110.102.105.103 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.15.87.87.65.78.32.65.117.116.111.67.111.110.102.105.103 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.16.83.121.110.99.32.72.111.115.116.95.49.55.97.99.56.53 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.17.67.78.71.32.75.101.121.32.73.115.111.108.97.116.105.111.110 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.17.67.79.77.43.32.69.118.101.110.116.32.83.121.115.116.101.109 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.17.76.101.110.111.118.111.32.80.77.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.17.87.105.110.100.111.119.115.32.69.118.101.110.116.32.76.111.103 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.18.67.114.101.100.101.110.116.105.97.108.32.77.97.110.97.103.101.114 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.18.73.80.115.101.99.32.80.111.108.105.99.121.32.65.103.101.110.116 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.18.77.105.99.114.111.115.111.102.116.32.80.97.115.115.112.111.114.116 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.18.86.77.119.97.114.101.32.78.65.84.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.19.67.111.110.116.97.99.116.32.68.97.116.97.95.49.55.97.99.56.53 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.19.71.101.111.108.111.99.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.19.82.80.67.32.69.110.100.112.111.105.110.116.32.77.97.112.112.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.4.19.86.77.119.97.114.101.32.68.72.67.80.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.19.87.101.98.32.65.99.99.111.117.110.116.32.77.97.110.97.103.101.114 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.20.65.112.112.108.105.99.97.116.105.111.110.32.73.100.101.110.116.105.116.121 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.20.68.97.116.97.32.83.104.97.114.105.110.103.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.20.72.111.115.116.32.78.101.116.119.111.114.107.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.20.76.101.110.111.118.111.86.97.110.116.97.103.101.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.20.78.101.116.119.111.114.107.32.76.105.115.116.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.20.80.114.105.110.116.87.111.114.107.102.108.111.119.95.49.55.97.99.56.53 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.20.83.121.115.116.101.109.32.69.118.101.110.116.115.32.66.114.111.107.101.114 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.20.85.115.101.114.32.80.114.111.102.105.108.101.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.21.66.97.115.101.32.70.105.108.116.101.114.105.110.103.32.69.110.103.105.110.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.21.69.112.115.111.110.32.83.99.97.110.110.101.114.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.21.70.105.114.109.119.97.114.101.85.112.100.97.116.101.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.21.70.117.115.105.111.110.73.110.118.101.110.116.111.114.121.32.65.103.101.110.116 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.21.76.111.99.97.108.32.83.101.115.115.105.111.110.32.77.97.110.97.103.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.4.21.82.101.97.108.116.101.107.32.65.117.100.105.111.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.21.83.81.76.32.83.101.114.118.101.114.32.86.83.83.32.87.114.105.116.101.114 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.21.84.67.80.47.73.80.32.78.101.116.66.73.79.83.32.72.101.108.112.101.114 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.22.67.114.121.112.116.111.103.114.97.112.104.105.99.32.83.101.114.118.105.99.101.115 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.22.68.105.115.112.108.97.121.32.80.111.108.105.99.121.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.22.68.111.108.98.121.32.68.65.88.50.32.65.80.73.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.23.65.112.112.108.105.99.97.116.105.111.110.32.73.110.102.111.114.109.97.116.105.111.110 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.23.67.101.114.116.105.102.105.99.97.116.101.32.80.114.111.112.97.103.97.116.105.111.110 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.23.67.104.101.114.114.121.32.68.101.118.105.99.101.32.73.110.116.101.114.102.97.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.23.68.105.97.103.110.111.115.116.105.99.32.83.101.114.118.105.99.101.32.72.111.115.116 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.23.82.101.109.111.116.101.32.68.101.115.107.116.111.112.32.83.101.114.118.105.99.101.115 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.23.84.104.117.110.100.101.114.98.111.108.116.40.84.77.41.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.23.85.115.101.114.32.68.97.116.97.32.65.99.99.101.115.115.95.49.55.97.99.56.53 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.24.82.97.100.105.111.32.77.97.110.97.103.101.109.101.110.116.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.24.83.104.101.108.108.32.72.97.114.100.119.97.114.101.32.68.101.116.101.99.116.105.111.110 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.24.83.116.97.116.101.32.82.101.112.111.115.105.116.111.114.121.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.24.85.115.101.114.32.68.97.116.97.32.83.116.111.114.97.103.101.95.49.55.97.99.56.53 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.24.87.105.110.100.111.119.115.32.83.101.99.117.114.105.116.121.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.4.25.68.105.97.103.110.111.115.116.105.99.32.80.111.108.105.99.121.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.25.76.101.110.111.118.111.32.69.97.115.121.82.101.115.117.109.101.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.25.78.101.116.119.111.114.107.32.67.111.110.110.101.99.116.105.111.110.32.66.114.111.107.101.114 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.25.83.101.99.117.114.105.116.121.32.65.99.99.111.117.110.116.115.32.77.97.110.97.103.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.4.25.87.97.116.99.104.71.117.97.114.100.32.83.83.76.86.80.78.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.25.87.105.110.100.111.119.115.32.66.105.111.109.101.116.114.105.99.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.25.87.105.110.100.111.119.115.32.68.101.102.101.110.100.101.114.32.70.105.114.101.119.97.108.108 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.4.26.68.101.118.105.99.101.32.65.115.115.111.99.105.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.26.78.101.116.119.111.114.107.32.76.111.99.97.116.105.111.110.32.65.119.97.114.101.110.101.115.115 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.26.87.105.110.100.111.119.115.32.67.111.110.110.101.99.116.105.111.110.32.77.97.110.97.103.101.114 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.26.87.105.110.100.111.119.115.32.70.111.110.116.32.67.97.99.104.101.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.27.68.105.115.112.108.97.121.32.69.110.104.97.110.99.101.109.101.110.116.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.27.76.101.110.111.118.111.32.72.111.116.107.101.121.32.67.108.105.101.110.116.32.76.111.97.100.101.114 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.27.78.83.67.108.105.101.110.116.43.43.32.77.111.110.105.116.111.114.105.110.103.32.65.103.101.110.116 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.27.79.112.101.110.86.80.78.32.73.110.116.101.114.97.99.116.105.118.101.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.27.80.97.121.109.101.110.116.115.32.97.110.100.32.78.70.67.47.83.69.32.77.97.110.97.103.101.114 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.27.82.101.109.111.116.101.32.80.114.111.99.101.100.117.114.101.32.67.97.108.108.32.40.82.80.67.41 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.4.27.85.112.100.97.116.101.32.79.114.99.104.101.115.116.114.97.116.111.114.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.28.65.100.111.98.101.32.65.99.114.111.98.97.116.32.85.112.100.97.116.101.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.28.67.105.116.114.105.120.32.83.101.99.117.114.101.32.65.99.99.101.115.115.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.28.68.67.79.77.32.83.101.114.118.101.114.32.80.114.111.99.101.115.115.32.76.97.117.110.99.104.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.4.28.69.110.99.114.121.112.116.105.110.103.32.70.105.108.101.32.83.121.115.116.101.109.32.40.69.70.83.41 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.4.28.72.80.32.80.114.105.110.116.32.83.99.97.110.32.68.111.99.116.111.114.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.28.77.105.99.114.111.115.111.102.116.32.73.73.83.32.65.100.109.105.110.105.115.116.114.97.116.105.111.110 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.28.77.105.99.114.111.115.111.102.116.32.80.97.115.115.112.111.114.116.32.67.111.110.116.97.105.110.101.114 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.28.82.101.109.111.116.101.32.68.101.115.107.116.111.112.32.67.111.110.102.105.103.117.114.97.116.105.111.110 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.28.86.77.119.97.114.101.32.65.117.116.104.111.114.105.122.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.28.116.101.115.116.115.101.114.118.105.99.101.32.195.188.195.164.195.182.195.161.195.160.32.40.49.50.51.41 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.29.67.108.105.112.98.111.97.114.100.32.85.115.101.114.32.83.101.114.118.105.99.101.95.49.55.97.99.56.53 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.29.70.111.114.116.105.67.108.105.101.110.116.32.83.101.114.118.105.99.101.32.83.99.104.101.100.117.108.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.4.29.83.111.110.105.99.87.97.108.108.32.78.101.116.69.120.116.101.110.100.101.114.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.30.72.117.109.97.110.32.73.110.116.101.114.102.97.99.101.32.68.101.118.105.99.101.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.30.78.101.116.119.111.114.107.32.86.105.114.116.117.97.108.105.122.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.30.87.105.110.100.111.119.115.32.65.117.100.105.111.32.69.110.100.112.111.105.110.116.32.66.117.105.108.100.101.114 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.31.65.112.112.108.105.99.97.116.105.111.110.32.72.111.115.116.32.72.101.108.112.101.114.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.31.77.105.99.114.111.115.111.102.116.32.83.116.111.114.101.32.73.110.115.116.97.108.108.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.31.77.105.99.114.111.115.111.102.116.32.85.112.100.97.116.101.32.72.101.97.108.116.104.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.31.78.101.116.119.111.114.107.32.83.116.111.114.101.32.73.110.116.101.114.102.97.99.101.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.31.79.112.101.110.86.80.78.32.65.103.101.110.116.32.97.103.101.110.116.95.111.118.112.110.99.111.110.110.101.99.116 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.31.87.105.110.100.111.119.115.32.73.109.97.103.101.32.65.99.113.117.105.115.105.116.105.111.110.32.40.87.73.65.41 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.31.87.105.110.100.111.119.115.32.76.105.99.101.110.115.101.32.77.97.110.97.103.101.114.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.32.67.108.105.101.110.116.32.76.105.99.101.110.115.101.32.83.101.114.118.105.99.101.32.40.67.108.105.112.83.86.67.41 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.32.68.105.115.116.114.105.98.117.116.101.100.32.76.105.110.107.32.84.114.97.99.107.105.110.103.32.67.108.105.101.110.116 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.32.70.117.110.99.116.105.111.110.32.68.105.115.99.111.118.101.114.121.32.80.114.111.118.105.100.101.114.32.72.111.115.116 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.32.82.101.109.111.116.101.32.65.99.99.101.115.115.32.67.111.110.110.101.99.116.105.111.110.32.77.97.110.97.103.101.114 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.33.65.112.112.88.32.68.101.112.108.111.121.109.101.110.116.32.83.101.114.118.105.99.101.32.40.65.112.112.88.83.86.67.41 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.33.67.97.112.97.98.105.108.105.116.121.32.65.99.99.101.115.115.32.77.97.110.97.103.101.114.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.33.73.110.116.101.114.110.101.116.32.67.111.110.110.101.99.116.105.111.110.32.83.104.97.114.105.110.103.32.40.73.67.83.41 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.33.83.121.115.116.101.109.32.69.118.101.110.116.32.78.111.116.105.102.105.99.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.34.66.105.116.76.111.99.107.101.114.32.68.114.105.118.101.32.69.110.99.114.121.112.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.34.67.111.110.110.101.99.116.101.100.32.68.101.118.105.99.101.115.32.80.108.97.116.102.111.114.109.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.34.73.110.116.101.108.40.82.41.32.80.82.79.83.101.116.47.87.105.114.101.108.101.115.115.32.69.118.101.110.116.32.76.111.103 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.34.87.105.110.100.111.119.115.32.77.97.110.97.103.101.109.101.110.116.32.73.110.115.116.114.117.109.101.110.116.97.116.105.111.110 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.35.73.75.69.32.97.110.100.32.65.117.116.104.73.80.32.73.80.115.101.99.32.75.101.121.105.110.103.32.77.111.100.117.108.101.115 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.35.82.101.109.111.116.101.32.80.114.111.99.101.100.117.114.101.32.67.97.108.108.32.40.82.80.67.41.32.76.111.99.97.116.111.114 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.35.83.111.110.105.99.87.97.108.108.32.67.108.105.101.110.116.32.80.114.111.116.101.99.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.35.83.121.115.116.101.109.32.71.117.97.114.100.32.82.117.110.116.105.109.101.32.77.111.110.105.116.111.114.32.66.114.111.107.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.4.35.83.121.115.116.101.109.32.73.110.116.101.114.102.97.99.101.32.70.111.117.110.100.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.36.68.101.118.81.117.101.114.121.32.66.97.99.107.103.114.111.117.110.100.32.68.105.115.99.111.118.101.114.121.32.66.114.111.107.101.114 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.36.77.105.99.114.111.115.111.102.116.32.68.101.102.101.110.100.101.114.32.65.110.116.105.118.105.114.117.115.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.4.37.67.105.116.114.105.120.32.83.101.99.117.114.101.32.65.99.99.101.115.115.32.65.108.119.97.121.115.79.110.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.37.77.105.99.114.111.115.111.102.116.32.73.110.116.117.110.101.32.77.97.110.97.103.101.109.101.110.116.32.69.120.116.101.110.115.105.111.110 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.37.77.105.99.114.111.115.111.102.116.32.79.102.102.105.99.101.32.67.108.105.99.107.45.116.111.45.82.117.110.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.37.77.105.99.114.111.115.111.102.116.32.87.105.110.100.111.119.115.32.83.77.83.32.82.111.117.116.101.114.32.83.101.114.118.105.99.101.46 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.39.66.97.99.107.103.114.111.117.110.100.32.84.97.115.107.115.32.73.110.102.114.97.115.116.114.117.99.116.117.114.101.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.4.39.70.117.110.99.116.105.111.110.32.68.105.115.99.111.118.101.114.121.32.82.101.115.111.117.114.99.101.32.80.117.98.108.105.99.97.116.105.111.110 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.39.80.114.111.103.114.97.109.32.67.111.109.112.97.116.105.98.105.108.105.116.121.32.65.115.115.105.115.116.97.110.116.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.40.67.111.110.110.101.99.116.101.100.32.85.115.101.114.32.69.120.112.101.114.105.101.110.99.101.115.32.97.110.100.32.84.101.108.101.109.101.116.114.121 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.40.73.110.116.101.108.40.82.41.32.67.111.110.116.101.110.116.32.80.114.111.116.101.99.116.105.111.110.32.72.68.67.80.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.40.73.110.116.101.108.40.82.41.32.67.111.110.116.101.110.116.32.80.114.111.116.101.99.116.105.111.110.32.72.69.67.73.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.40.73.110.116.101.108.40.82.41.32.71.114.97.112.104.105.99.115.32.67.111.109.109.97.110.100.32.67.101.110.116.101.114.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.40.83.101.99.117.114.101.32.83.111.99.107.101.116.32.84.117.110.110.101.108.105.110.103.32.80.114.111.116.111.99.111.108.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.40.87.105.110.72.84.84.80.32.87.101.98.32.80.114.111.120.121.32.65.117.116.111.45.68.105.115.99.111.118.101.114.121.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.4.41.87.105.110.100.111.119.115.32.80.117.115.104.32.78.111.116.105.102.105.99.97.116.105.111.110.115.32.83.121.115.116.101.109.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.42.73.110.116.101.108.40.82.41.32.72.68.32.71.114.97.112.104.105.99.115.32.67.111.110.116.114.111.108.32.80.97.110.101.108.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.43.76.101.110.111.118.111.32.73.110.116.101.108.108.105.103.101.110.116.32.84.104.101.114.109.97.108.32.83.111.108.117.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.44.84.111.117.99.104.32.75.101.121.98.111.97.114.100.32.97.110.100.32.72.97.110.100.119.114.105.116.105.110.103.32.80.97.110.101.108.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.4.46.67.111.110.110.101.99.116.101.100.32.68.101.118.105.99.101.115.32.80.108.97.116.102.111.114.109.32.85.115.101.114.32.83.101.114.118.105.99.101.95.49.55.97.99.56.53 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.46.87.105.110.100.111.119.115.32.80.117.115.104.32.78.111.116.105.102.105.99.97.116.105.111.110.115.32.85.115.101.114.32.83.101.114.118.105.99.101.95.49.55.97.99.56.53 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.48.82.101.109.111.116.101.32.68.101.115.107.116.111.112.32.83.101.114.118.105.99.101.115.32.85.115.101.114.77.111.100.101.32.80.111.114.116.32.82.101.100.105.114.101.99.116.111.114 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.50.87.105.110.100.111.119.115.32.80.114.101.115.101.110.116.97.116.105.111.110.32.70.111.117.110.100.97.116.105.111.110.32.70.111.110.116.32.67.97.99.104.101.32.51.46.48.46.48.46.48 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.51.87.105.110.100.111.119.115.32.68.101.102.101.110.100.101.114.32.65.100.118.97.110.99.101.100.32.84.104.114.101.97.116.32.80.114.111.116.101.99.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.4.52.73.110.116.101.108.40.82.41.32.77.97.110.97.103.101.109.101.110.116.32.69.110.103.105.110.101.32.87.77.73.32.80.114.111.118.105.100.101.114.32.82.101.103.105.115.116.114.97.116.105.111.110 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.55.73.110.116.101.108.40.82.41.32.68.121.110.97.109.105.99.32.80.108.97.116.102.111.114.109.32.97.110.100.32.84.104.101.114.109.97.108.32.70.114.97.109.101.119.111.114.107.32.115.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.55.77.105.99.114.111.115.111.102.116.32.68.101.102.101.110.100.101.114.32.65.110.116.105.118.105.114.117.115.32.78.101.116.119.111.114.107.32.73.110.115.112.101.99.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.58.73.110.116.101.108.40.82.41.32.68.121.110.97.109.105.99.32.65.112.112.108.105.99.97.116.105.111.110.32.76.111.97.100.101.114.32.72.111.115.116.32.73.110.116.101.114.102.97.99.101.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.69.73.110.116.101.108.40.82.41.32.77.97.110.97.103.101.109.101.110.116.32.97.110.100.32.83.101.99.117.114.105.116.121.32.65.112.112.108.105.99.97.116.105.111.110.32.76.111.99.97.108.32.77.97.110.97.103.101.109.101.110.116.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.82.68.101.118.105.99.101.32.77.97.110.97.103.101.109.101.110.116.32.87.105.114.101.108.101.115.115.32.65.112.112.108.105.99.97.116.105.111.110.32.80.114.111.116.111.99.111.108.32.40.87.65.80.41.32.80.117.115.104.32.109.101.115.115.97.103.101.32.82.111.117.116.105.110.103.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.5.5.80.68.70.50.52 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.5.80.111.119.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.6.80.97.110.71.80.83 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.6.83.101.114.118.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.6.84.104.101.109.101.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.7.83.121.115.77.97.105.110 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.9.65.112.115.73.110.115.83.118.99 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.9.73.80.32.72.101.108.112.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.9.84.101.108.101.112.104.111.110.121 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.5.9.87.101.98.67.108.105.101.110.116 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.10.68.78.83.32.67.108.105.101.110.116 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.10.68.97.116.97.32.85.115.97.103.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.10.83.109.97.114.116.32.67.97.114.100 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.11.68.72.67.80.32.67.108.105.101.110.116 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.11.83.121.85.73.85.69.120.116.83.118.99 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.11.84.105.109.101.32.66.114.111.107.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.11.87.111.114.107.115.116.97.116.105.111.110 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.5.12.69.108.97.110.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.12.83.78.77.80.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.12.85.115.101.114.32.77.97.110.97.103.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.13.65.86.67.84.80.32.115.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.13.67.111.114.101.77.101.115.115.97.103.105.110.103 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.13.76.111.103.105.32.79.112.116.105.111.110.115.43 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.13.80.104.111.110.101.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.13.80.108.117.103.32.97.110.100.32.80.108.97.121 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.13.80.114.105.110.116.32.83.112.111.111.108.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.13.87.105.110.100.111.119.115.32.65.117.100.105.111 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.14.83.83.68.80.32.68.105.115.99.111.118.101.114.121 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.14.84.97.115.107.32.83.99.104.101.100.117.108.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.14.87.105.110.100.111.119.115.32.66.97.99.107.117.112 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.14.87.105.110.100.111.119.115.32.83.101.97.114.99.104 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.15.83.101.99.117.114.105.116.121.32.67.101.110.116.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.15.83.116.111.114.97.103.101.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.15.87.76.65.78.32.65.117.116.111.67.111.110.102.105.103 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.15.87.87.65.78.32.65.117.116.111.67.111.110.102.105.103 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.16.83.121.110.99.32.72.111.115.116.95.49.55.97.99.56.53 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.17.67.78.71.32.75.101.121.32.73.115.111.108.97.116.105.111.110 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.17.67.79.77.43.32.69.118.101.110.116.32.83.121.115.116.101.109 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.17.76.101.110.111.118.111.32.80.77.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.17.87.105.110.100.111.119.115.32.69.118.101.110.116.32.76.111.103 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.18.67.114.101.100.101.110.116.105.97.108.32.77.97.110.97.103.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.18.73.80.115.101.99.32.80.111.108.105.99.121.32.65.103.101.110.116 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.18.77.105.99.114.111.115.111.102.116.32.80.97.115.115.112.111.114.116 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.18.86.77.119.97.114.101.32.78.65.84.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.19.67.111.110.116.97.99.116.32.68.97.116.97.95.49.55.97.99.56.53 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.19.71.101.111.108.111.99.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.19.82.80.67.32.69.110.100.112.111.105.110.116.32.77.97.112.112.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.19.86.77.119.97.114.101.32.68.72.67.80.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.19.87.101.98.32.65.99.99.111.117.110.116.32.77.97.110.97.103.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.20.65.112.112.108.105.99.97.116.105.111.110.32.73.100.101.110.116.105.116.121 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.20.68.97.116.97.32.83.104.97.114.105.110.103.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.20.72.111.115.116.32.78.101.116.119.111.114.107.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.20.76.101.110.111.118.111.86.97.110.116.97.103.101.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.20.78.101.116.119.111.114.107.32.76.105.115.116.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.20.80.114.105.110.116.87.111.114.107.102.108.111.119.95.49.55.97.99.56.53 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.20.83.121.115.116.101.109.32.69.118.101.110.116.115.32.66.114.111.107.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.20.85.115.101.114.32.80.114.111.102.105.108.101.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.21.66.97.115.101.32.70.105.108.116.101.114.105.110.103.32.69.110.103.105.110.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.21.69.112.115.111.110.32.83.99.97.110.110.101.114.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.21.70.105.114.109.119.97.114.101.85.112.100.97.116.101.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.21.70.117.115.105.111.110.73.110.118.101.110.116.111.114.121.32.65.103.101.110.116 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.5.21.76.111.99.97.108.32.83.101.115.115.105.111.110.32.77.97.110.97.103.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.21.82.101.97.108.116.101.107.32.65.117.100.105.111.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.21.83.81.76.32.83.101.114.118.101.114.32.86.83.83.32.87.114.105.116.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.21.84.67.80.47.73.80.32.78.101.116.66.73.79.83.32.72.101.108.112.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.22.67.114.121.112.116.111.103.114.97.112.104.105.99.32.83.101.114.118.105.99.101.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.22.68.105.115.112.108.97.121.32.80.111.108.105.99.121.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.22.68.111.108.98.121.32.68.65.88.50.32.65.80.73.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.23.65.112.112.108.105.99.97.116.105.111.110.32.73.110.102.111.114.109.97.116.105.111.110 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.23.67.101.114.116.105.102.105.99.97.116.101.32.80.114.111.112.97.103.97.116.105.111.110 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.23.67.104.101.114.114.121.32.68.101.118.105.99.101.32.73.110.116.101.114.102.97.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.23.68.105.97.103.110.111.115.116.105.99.32.83.101.114.118.105.99.101.32.72.111.115.116 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.23.82.101.109.111.116.101.32.68.101.115.107.116.111.112.32.83.101.114.118.105.99.101.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.23.84.104.117.110.100.101.114.98.111.108.116.40.84.77.41.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.23.85.115.101.114.32.68.97.116.97.32.65.99.99.101.115.115.95.49.55.97.99.56.53 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.24.82.97.100.105.111.32.77.97.110.97.103.101.109.101.110.116.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.24.83.104.101.108.108.32.72.97.114.100.119.97.114.101.32.68.101.116.101.99.116.105.111.110 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.24.83.116.97.116.101.32.82.101.112.111.115.105.116.111.114.121.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.24.85.115.101.114.32.68.97.116.97.32.83.116.111.114.97.103.101.95.49.55.97.99.56.53 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.24.87.105.110.100.111.119.115.32.83.101.99.117.114.105.116.121.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.25.68.105.97.103.110.111.115.116.105.99.32.80.111.108.105.99.121.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.25.76.101.110.111.118.111.32.69.97.115.121.82.101.115.117.109.101.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.5.25.78.101.116.119.111.114.107.32.67.111.110.110.101.99.116.105.111.110.32.66.114.111.107.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.25.83.101.99.117.114.105.116.121.32.65.99.99.111.117.110.116.115.32.77.97.110.97.103.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.25.87.97.116.99.104.71.117.97.114.100.32.83.83.76.86.80.78.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.5.25.87.105.110.100.111.119.115.32.66.105.111.109.101.116.114.105.99.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.25.87.105.110.100.111.119.115.32.68.101.102.101.110.100.101.114.32.70.105.114.101.119.97.108.108 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.26.68.101.118.105.99.101.32.65.115.115.111.99.105.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.26.78.101.116.119.111.114.107.32.76.111.99.97.116.105.111.110.32.65.119.97.114.101.110.101.115.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.26.87.105.110.100.111.119.115.32.67.111.110.110.101.99.116.105.111.110.32.77.97.110.97.103.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.26.87.105.110.100.111.119.115.32.70.111.110.116.32.67.97.99.104.101.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.27.68.105.115.112.108.97.121.32.69.110.104.97.110.99.101.109.101.110.116.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.27.76.101.110.111.118.111.32.72.111.116.107.101.121.32.67.108.105.101.110.116.32.76.111.97.100.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.27.78.83.67.108.105.101.110.116.43.43.32.77.111.110.105.116.111.114.105.110.103.32.65.103.101.110.116 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.27.79.112.101.110.86.80.78.32.73.110.116.101.114.97.99.116.105.118.101.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.27.80.97.121.109.101.110.116.115.32.97.110.100.32.78.70.67.47.83.69.32.77.97.110.97.103.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.27.82.101.109.111.116.101.32.80.114.111.99.101.100.117.114.101.32.67.97.108.108.32.40.82.80.67.41 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.27.85.112.100.97.116.101.32.79.114.99.104.101.115.116.114.97.116.111.114.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.28.65.100.111.98.101.32.65.99.114.111.98.97.116.32.85.112.100.97.116.101.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.28.67.105.116.114.105.120.32.83.101.99.117.114.101.32.65.99.99.101.115.115.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.28.68.67.79.77.32.83.101.114.118.101.114.32.80.114.111.99.101.115.115.32.76.97.117.110.99.104.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.28.69.110.99.114.121.112.116.105.110.103.32.70.105.108.101.32.83.121.115.116.101.109.32.40.69.70.83.41 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.28.72.80.32.80.114.105.110.116.32.83.99.97.110.32.68.111.99.116.111.114.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.28.77.105.99.114.111.115.111.102.116.32.73.73.83.32.65.100.109.105.110.105.115.116.114.97.116.105.111.110 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.28.77.105.99.114.111.115.111.102.116.32.80.97.115.115.112.111.114.116.32.67.111.110.116.97.105.110.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.28.82.101.109.111.116.101.32.68.101.115.107.116.111.112.32.67.111.110.102.105.103.117.114.97.116.105.111.110 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.28.86.77.119.97.114.101.32.65.117.116.104.111.114.105.122.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.28.116.101.115.116.115.101.114.118.105.99.101.32.195.188.195.164.195.182.195.161.195.160.32.40.49.50.51.41 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.29.67.108.105.112.98.111.97.114.100.32.85.115.101.114.32.83.101.114.118.105.99.101.95.49.55.97.99.56.53 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.29.70.111.114.116.105.67.108.105.101.110.116.32.83.101.114.118.105.99.101.32.83.99.104.101.100.117.108.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.29.83.111.110.105.99.87.97.108.108.32.78.101.116.69.120.116.101.110.100.101.114.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.30.72.117.109.97.110.32.73.110.116.101.114.102.97.99.101.32.68.101.118.105.99.101.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.30.78.101.116.119.111.114.107.32.86.105.114.116.117.97.108.105.122.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.30.87.105.110.100.111.119.115.32.65.117.100.105.111.32.69.110.100.112.111.105.110.116.32.66.117.105.108.100.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.31.65.112.112.108.105.99.97.116.105.111.110.32.72.111.115.116.32.72.101.108.112.101.114.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.5.31.77.105.99.114.111.115.111.102.116.32.83.116.111.114.101.32.73.110.115.116.97.108.108.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.31.77.105.99.114.111.115.111.102.116.32.85.112.100.97.116.101.32.72.101.97.108.116.104.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.31.78.101.116.119.111.114.107.32.83.116.111.114.101.32.73.110.116.101.114.102.97.99.101.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.31.79.112.101.110.86.80.78.32.65.103.101.110.116.32.97.103.101.110.116.95.111.118.112.110.99.111.110.110.101.99.116 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.31.87.105.110.100.111.119.115.32.73.109.97.103.101.32.65.99.113.117.105.115.105.116.105.111.110.32.40.87.73.65.41 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.5.31.87.105.110.100.111.119.115.32.76.105.99.101.110.115.101.32.77.97.110.97.103.101.114.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.32.67.108.105.101.110.116.32.76.105.99.101.110.115.101.32.83.101.114.118.105.99.101.32.40.67.108.105.112.83.86.67.41 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.32.68.105.115.116.114.105.98.117.116.101.100.32.76.105.110.107.32.84.114.97.99.107.105.110.103.32.67.108.105.101.110.116 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.32.70.117.110.99.116.105.111.110.32.68.105.115.99.111.118.101.114.121.32.80.114.111.118.105.100.101.114.32.72.111.115.116 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.32.82.101.109.111.116.101.32.65.99.99.101.115.115.32.67.111.110.110.101.99.116.105.111.110.32.77.97.110.97.103.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.33.65.112.112.88.32.68.101.112.108.111.121.109.101.110.116.32.83.101.114.118.105.99.101.32.40.65.112.112.88.83.86.67.41 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.33.67.97.112.97.98.105.108.105.116.121.32.65.99.99.101.115.115.32.77.97.110.97.103.101.114.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.33.73.110.116.101.114.110.101.116.32.67.111.110.110.101.99.116.105.111.110.32.83.104.97.114.105.110.103.32.40.73.67.83.41 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.33.83.121.115.116.101.109.32.69.118.101.110.116.32.78.111.116.105.102.105.99.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.34.66.105.116.76.111.99.107.101.114.32.68.114.105.118.101.32.69.110.99.114.121.112.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.34.67.111.110.110.101.99.116.101.100.32.68.101.118.105.99.101.115.32.80.108.97.116.102.111.114.109.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.34.73.110.116.101.108.40.82.41.32.80.82.79.83.101.116.47.87.105.114.101.108.101.115.115.32.69.118.101.110.116.32.76.111.103 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.34.87.105.110.100.111.119.115.32.77.97.110.97.103.101.109.101.110.116.32.73.110.115.116.114.117.109.101.110.116.97.116.105.111.110 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.5.35.73.75.69.32.97.110.100.32.65.117.116.104.73.80.32.73.80.115.101.99.32.75.101.121.105.110.103.32.77.111.100.117.108.101.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.35.82.101.109.111.116.101.32.80.114.111.99.101.100.117.114.101.32.67.97.108.108.32.40.82.80.67.41.32.76.111.99.97.116.111.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.35.83.111.110.105.99.87.97.108.108.32.67.108.105.101.110.116.32.80.114.111.116.101.99.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.35.83.121.115.116.101.109.32.71.117.97.114.100.32.82.117.110.116.105.109.101.32.77.111.110.105.116.111.114.32.66.114.111.107.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.35.83.121.115.116.101.109.32.73.110.116.101.114.102.97.99.101.32.70.111.117.110.100.97.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.36.68.101.118.81.117.101.114.121.32.66.97.99.107.103.114.111.117.110.100.32.68.105.115.99.111.118.101.114.121.32.66.114.111.107.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.36.77.105.99.114.111.115.111.102.116.32.68.101.102.101.110.100.101.114.32.65.110.116.105.118.105.114.117.115.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.37.67.105.116.114.105.120.32.83.101.99.117.114.101.32.65.99.99.101.115.115.32.65.108.119.97.121.115.79.110.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.37.77.105.99.114.111.115.111.102.116.32.73.110.116.117.110.101.32.77.97.110.97.103.101.109.101.110.116.32.69.120.116.101.110.115.105.111.110 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.37.77.105.99.114.111.115.111.102.116.32.79.102.102.105.99.101.32.67.108.105.99.107.45.116.111.45.82.117.110.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.37.77.105.99.114.111.115.111.102.116.32.87.105.110.100.111.119.115.32.83.77.83.32.82.111.117.116.101.114.32.83.101.114.118.105.99.101.46 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.39.66.97.99.107.103.114.111.117.110.100.32.84.97.115.107.115.32.73.110.102.114.97.115.116.114.117.99.116.117.114.101.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.39.70.117.110.99.116.105.111.110.32.68.105.115.99.111.118.101.114.121.32.82.101.115.111.117.114.99.101.32.80.117.98.108.105.99.97.116.105.111.110 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.39.80.114.111.103.114.97.109.32.67.111.109.112.97.116.105.98.105.108.105.116.121.32.65.115.115.105.115.116.97.110.116.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.40.67.111.110.110.101.99.116.101.100.32.85.115.101.114.32.69.120.112.101.114.105.101.110.99.101.115.32.97.110.100.32.84.101.108.101.109.101.116.114.121 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.40.73.110.116.101.108.40.82.41.32.67.111.110.116.101.110.116.32.80.114.111.116.101.99.116.105.111.110.32.72.68.67.80.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.40.73.110.116.101.108.40.82.41.32.67.111.110.116.101.110.116.32.80.114.111.116.101.99.116.105.111.110.32.72.69.67.73.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.40.73.110.116.101.108.40.82.41.32.71.114.97.112.104.105.99.115.32.67.111.109.109.97.110.100.32.67.101.110.116.101.114.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.5.40.83.101.99.117.114.101.32.83.111.99.107.101.116.32.84.117.110.110.101.108.105.110.103.32.80.114.111.116.111.99.111.108.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.40.87.105.110.72.84.84.80.32.87.101.98.32.80.114.111.120.121.32.65.117.116.111.45.68.105.115.99.111.118.101.114.121.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.41.87.105.110.100.111.119.115.32.80.117.115.104.32.78.111.116.105.102.105.99.97.116.105.111.110.115.32.83.121.115.116.101.109.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.42.73.110.116.101.108.40.82.41.32.72.68.32.71.114.97.112.104.105.99.115.32.67.111.110.116.114.111.108.32.80.97.110.101.108.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.43.76.101.110.111.118.111.32.73.110.116.101.108.108.105.103.101.110.116.32.84.104.101.114.109.97.108.32.83.111.108.117.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.44.84.111.117.99.104.32.75.101.121.98.111.97.114.100.32.97.110.100.32.72.97.110.100.119.114.105.116.105.110.103.32.80.97.110.101.108.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.46.67.111.110.110.101.99.116.101.100.32.68.101.118.105.99.101.115.32.80.108.97.116.102.111.114.109.32.85.115.101.114.32.83.101.114.118.105.99.101.95.49.55.97.99.56.53 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.46.87.105.110.100.111.119.115.32.80.117.115.104.32.78.111.116.105.102.105.99.97.116.105.111.110.115.32.85.115.101.114.32.83.101.114.118.105.99.101.95.49.55.97.99.56.53 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.48.82.101.109.111.116.101.32.68.101.115.107.116.111.112.32.83.101.114.118.105.99.101.115.32.85.115.101.114.77.111.100.101.32.80.111.114.116.32.82.101.100.105.114.101.99.116.111.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.50.87.105.110.100.111.119.115.32.80.114.101.115.101.110.116.97.116.105.111.110.32.70.111.117.110.100.97.116.105.111.110.32.70.111.110.116.32.67.97.99.104.101.32.51.46.48.46.48.46.48 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.51.87.105.110.100.111.119.115.32.68.101.102.101.110.100.101.114.32.65.100.118.97.110.99.101.100.32.84.104.114.101.97.116.32.80.114.111.116.101.99.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.52.73.110.116.101.108.40.82.41.32.77.97.110.97.103.101.109.101.110.116.32.69.110.103.105.110.101.32.87.77.73.32.80.114.111.118.105.100.101.114.32.82.101.103.105.115.116.114.97.116.105.111.110 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.55.73.110.116.101.108.40.82.41.32.68.121.110.97.109.105.99.32.80.108.97.116.102.111.114.109.32.97.110.100.32.84.104.101.114.109.97.108.32.70.114.97.109.101.119.111.114.107.32.115.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.5.55.77.105.99.114.111.115.111.102.116.32.68.101.102.101.110.100.101.114.32.65.110.116.105.118.105.114.117.115.32.78.101.116.119.111.114.107.32.73.110.115.112.101.99.116.105.111.110.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.58.73.110.116.101.108.40.82.41.32.68.121.110.97.109.105.99.32.65.112.112.108.105.99.97.116.105.111.110.32.76.111.97.100.101.114.32.72.111.115.116.32.73.110.116.101.114.102.97.99.101.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.69.73.110.116.101.108.40.82.41.32.77.97.110.97.103.101.109.101.110.116.32.97.110.100.32.83.101.99.117.114.105.116.121.32.65.112.112.108.105.99.97.116.105.111.110.32.76.111.99.97.108.32.77.97.110.97.103.101.109.101.110.116.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.82.68.101.118.105.99.101.32.77.97.110.97.103.101.109.101.110.116.32.87.105.114.101.108.101.115.115.32.65.112.112.108.105.99.97.116.105.111.110.32.80.114.111.116.111.99.111.108.32.40.87.65.80.41.32.80.117.115.104.32.109.101.115.115.97.103.101.32.82.111.117.116.105.110.103.32.83.101.114.118.105.99.101 = INTEGER: 1 diff --git a/tests/resources/snmp/os_windows_services_fr.snmpwalk b/tests/resources/snmp/os_windows_services_fr.snmpwalk new file mode 100644 index 0000000000..668ba5ba88 --- /dev/null +++ b/tests/resources/snmp/os_windows_services_fr.snmpwalk @@ -0,0 +1,400 @@ +.1.3.6.1.4.1.77.1.2.3.1.1.7.83.101.114.118.101.117.114 = STRING: "Serveur" +.1.3.6.1.4.1.77.1.2.3.1.1.7.83.121.115.77.97.105.110 = STRING: "SysMain" +.1.3.6.1.4.1.77.1.2.3.1.1.7.84.104.195.168.109.101.115 = Hex-STRING: 54 68 C3 A8 6D 65 73 +.1.3.6.1.4.1.77.1.2.3.1.1.10.67.108.105.101.110.116.32.68.78.83 = STRING: "Client DNS" +.1.3.6.1.4.1.77.1.2.3.1.1.11.67.108.105.101.110.116.32.68.72.67.80 = STRING: "Client DHCP" +.1.3.6.1.4.1.77.1.2.3.1.1.12.65.108.105.109.101.110.116.97.116.105.111.110 = STRING: "Alimentation" +.1.3.6.1.4.1.77.1.2.3.1.1.12.83.101.114.118.105.99.101.32.83.78.77.80 = STRING: "Service SNMP" +.1.3.6.1.4.1.77.1.2.3.1.1.12.86.77.119.97.114.101.32.84.111.111.108.115 = STRING: "VMware Tools" +.1.3.6.1.4.1.77.1.2.3.1.1.13.65.115.115.105.115.116.97.110.99.101.32.73.80 = STRING: "Assistance IP" +.1.3.6.1.4.1.77.1.2.3.1.1.13.67.111.114.101.77.101.115.115.97.103.105.110.103 = STRING: "CoreMessaging" +.1.3.6.1.4.1.77.1.2.3.1.1.13.80.108.117.103.45.97.110.100.45.80.108.97.121 = STRING: "Plug-and-Play" +.1.3.6.1.4.1.77.1.2.3.1.1.13.84.101.109.112.115.32.87.105.110.100.111.119.115 = STRING: "Temps Windows" +.1.3.6.1.4.1.77.1.2.3.1.1.14.87.105.110.100.111.119.115.32.85.112.100.97.116.101 = STRING: "Windows Update" +.1.3.6.1.4.1.77.1.2.3.1.1.18.83.116.97.116.105.111.110.32.100.101.32.116.114.97.118.97.105.108 = STRING: "Station de travail" +.1.3.6.1.4.1.77.1.2.3.1.1.19.83.101.114.118.105.99.101.32.100.101.32.115.116.111.99.107.97.103.101 = STRING: "Service de stockage" +.1.3.6.1.4.1.77.1.2.3.1.1.20.82.101.103.105.115.116.114.101.32.195.160.32.100.105.115.116.97.110.99.101 = Hex-STRING: 52 65 67 69 73 74 72 65 20 C3 A0 20 64 69 73 74 61 6E 63 65 +.1.3.6.1.4.1.77.1.2.3.1.1.21.73.115.111.108.97.116.105.111.110.32.100.101.32.99.108.195.169.32.67.78.71 = Hex-STRING: 49 73 6F 6C 61 74 69 6F 6E 20 64 65 20 63 6C C3 A9 20 43 4E 47 +.1.3.6.1.4.1.77.1.2.3.1.1.23.83.101.114.118.105.99.101.115.32.100.101.32.99.104.105.102.102.114.101.109.101.110.116 = STRING: "Services de chiffrement" +.1.3.6.1.4.1.77.1.2.3.1.1.23.83.112.111.117.108.101.117.114.32.100.226.128.153.105.109.112.114.101.115.115.105.111.110 = Hex-STRING: 53 70 6F 75 6C 65 75 72 20 64 E2 80 99 69 6D 70 72 65 73 73 69 6F 6E +.1.3.6.1.4.1.77.1.2.3.1.1.24.80.108.97.110.105.102.105.99.97.116.101.117.114.32.100.101.32.116.195.162.99.104.101.115 = Hex-STRING: 50 6C 61 6E 69 66 69 63 61 74 65 75 72 20 64 65 20 74 C3 A2 63 68 65 73 +.1.3.6.1.4.1.77.1.2.3.1.1.25.65.112.112.108.105.99.97.116.105.111.110.32.115.121.115.116.195.168.109.101.32.67.79.77.43 = Hex-STRING: 41 70 70 6C 69 63 61 74 69 6F 6E 20 73 79 73 74 C3 A8 6D 65 20 43 4F 4D 2B +.1.3.6.1.4.1.77.1.2.3.1.1.25.79.112.116.105.109.105.115.97.116.105.111.110.32.100.101.32.108.105.118.114.97.105.115.111.110 = STRING: "Optimisation de livraison" +.1.3.6.1.4.1.77.1.2.3.1.1.25.80.97.114.101.45.102.101.117.32.87.105.110.100.111.119.115.32.68.101.102.101.110.100.101.114 = STRING: "Pare-feu Windows Defender" +.1.3.6.1.4.1.77.1.2.3.1.1.26.68.195.169.116.101.99.116.105.111.110.32.109.97.116.195.169.114.105.101.108.32.110.111.121.97.117 = Hex-STRING: 44 C3 A9 74 65 63 74 69 6F 6E 20 6D 61 74 C3 A9 72 69 65 6C 20 6E 6F 79 61 75 +.1.3.6.1.4.1.77.1.2.3.1.1.26.77.111.116.101.117.114.32.100.101.32.102.105.108.116.114.97.103.101.32.100.101.32.98.97.115.101 = STRING: "Moteur de filtrage de base" +.1.3.6.1.4.1.77.1.2.3.1.1.26.83.101.114.118.105.99.101.32.76.105.115.116.101.32.100.101.115.32.114.195.169.115.101.97.117.120 = Hex-STRING: 53 65 72 76 69 63 65 20 4C 69 73 74 65 20 64 65 73 20 72 C3 A9 73 65 61 75 78 +.1.3.6.1.4.1.77.1.2.3.1.1.27.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.32.99.111.109.112.116.101.115.32.119.101.98 = STRING: "Gestionnaire de comptes web" +.1.3.6.1.4.1.77.1.2.3.1.1.27.78.83.67.108.105.101.110.116.43.43.32.77.111.110.105.116.111.114.105.110.103.32.65.103.101.110.116 = STRING: "NSClient++ Monitoring Agent" +.1.3.6.1.4.1.77.1.2.3.1.1.29.65.115.115.105.115.116.97.110.99.101.32.78.101.116.66.73.79.83.32.115.117.114.32.84.67.80.47.73.80 = STRING: "Assistance NetBIOS sur TCP/IP" +.1.3.6.1.4.1.77.1.2.3.1.1.29.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.115.32.117.116.105.108.105.115.97.116.101.117.114.115 = STRING: "Gestionnaire des utilisateurs" +.1.3.6.1.4.1.77.1.2.3.1.1.29.83.101.114.118.105.99.101.32.100.101.32.112.114.111.102.105.108.32.117.116.105.108.105.115.97.116.101.117.114 = STRING: "Service de profil utilisateur" +.1.3.6.1.4.1.77.1.2.3.1.1.29.83.121.115.116.195.168.109.101.32.100.226.128.153.195.169.118.195.169.110.101.109.101.110.116.32.67.79.77.43 = Hex-STRING: 53 79 73 74 C3 A8 6D 65 20 64 E2 80 99 C3 A9 76 C3 A9 6E 65 6D 65 6E 74 20 43 4F 4D 2B +.1.3.6.1.4.1.77.1.2.3.1.1.30.67.108.105.101.110.116.32.100.101.32.115.116.114.97.116.195.169.103.105.101.32.100.101.32.103.114.111.117.112.101 = Hex-STRING: 43 6C 69 65 6E 74 20 64 65 20 73 74 72 61 74 C3 A9 67 69 65 20 64 65 20 67 72 6F 75 70 65 +.1.3.6.1.4.1.77.1.2.3.1.1.30.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.32.115.101.115.115.105.111.110.32.108.111.99.97.108.101 = STRING: "Gestionnaire de session locale" +.1.3.6.1.4.1.77.1.2.3.1.1.32.74.111.117.114.110.97.108.32.100.226.128.153.195.169.118.195.169.110.101.109.101.110.116.115.32.87.105.110.100.111.119.115 = Hex-STRING: 4A 6F 75 72 6E 61 6C 20 64 E2 80 99 C3 A9 76 C3 A9 6E 65 6D 65 6E 74 73 20 57 69 6E 64 6F 77 73 +.1.3.6.1.4.1.77.1.2.3.1.1.33.73.110.102.114.97.115.116.114.117.99.116.117.114.101.32.100.101.32.103.101.115.116.105.111.110.32.87.105.110.100.111.119.115 = STRING: "Infrastructure de gestion Windows" +.1.3.6.1.4.1.77.1.2.3.1.1.33.76.97.110.99.101.117.114.32.100.101.32.112.114.111.99.101.115.115.117.115.32.115.101.114.118.101.117.114.32.68.67.79.77 = STRING: "Lanceur de processus serveur DCOM" +.1.3.6.1.4.1.77.1.2.3.1.1.33.83.101.114.118.105.99.101.32.100.101.32.115.116.114.97.116.195.169.103.105.101.32.100.39.97.102.102.105.99.104.97.103.101 = Hex-STRING: 53 65 72 76 69 63 65 20 64 65 20 73 74 72 61 74 C3 A9 67 69 65 20 64 27 61 66 66 69 63 68 61 67 65 +.1.3.6.1.4.1.77.1.2.3.1.1.34.65.112.112.101.108.32.100.101.32.112.114.111.99.195.169.100.117.114.101.32.100.105.115.116.97.110.116.101.32.40.82.80.67.41 = Hex-STRING: 41 70 70 65 6C 20 64 65 20 70 72 6F 63 C3 A9 64 75 72 65 20 64 69 73 74 61 6E 74 65 20 28 52 50 43 29 +.1.3.6.1.4.1.77.1.2.3.1.1.34.67.108.105.101.110.116.32.100.101.32.115.117.105.118.105.32.100.101.32.108.105.101.110.32.100.105.115.116.114.105.98.117.195.169 = Hex-STRING: 43 6C 69 65 6E 74 20 64 65 20 73 75 69 76 69 20 64 65 20 6C 69 65 6E 20 64 69 73 74 72 69 62 75 C3 A9 +.1.3.6.1.4.1.77.1.2.3.1.1.34.83.101.114.118.105.99.101.32.100.101.32.99.97.99.104.101.32.100.101.32.112.111.108.105.99.101.32.87.105.110.100.111.119.115 = STRING: "Service de cache de police Windows" +.1.3.6.1.4.1.77.1.2.3.1.1.35.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.115.32.99.111.110.110.101.120.105.111.110.115.32.87.105.110.100.111.119.115 = STRING: "Gestionnaire des connexions Windows" +.1.3.6.1.4.1.77.1.2.3.1.1.35.77.97.112.112.101.117.114.32.100.101.32.112.111.105.110.116.32.100.101.32.116.101.114.109.105.110.97.105.115.111.110.32.82.80.67 = STRING: "Mappeur de point de terminaison RPC" +.1.3.6.1.4.1.77.1.2.3.1.1.35.83.101.114.118.105.99.101.32.100.101.32.115.116.114.97.116.195.169.103.105.101.32.100.101.32.100.105.97.103.110.111.115.116.105.99 = Hex-STRING: 53 65 72 76 69 63 65 20 64 65 20 73 74 72 61 74 C3 A9 67 69 65 20 64 65 20 64 69 61 67 6E 6F 73 74 69 63 +.1.3.6.1.4.1.77.1.2.3.1.1.36.83.101.114.118.105.99.101.32.73.110.116.101.114.102.97.99.101.32.100.117.32.109.97.103.97.115.105.110.32.114.195.169.115.101.97.117 = Hex-STRING: 53 65 72 76 69 63 65 20 49 6E 74 65 72 66 61 63 65 20 64 75 20 6D 61 67 61 73 69 6E 20 72 C3 A9 73 65 61 75 +.1.3.6.1.4.1.77.1.2.3.1.1.36.83.101.114.118.105.99.101.32.97.110.116.105.118.105.114.117.115.32.77.105.99.114.111.115.111.102.116.32.68.101.102.101.110.100.101.114 = STRING: "Service antivirus Microsoft Defender" +.1.3.6.1.4.1.77.1.2.3.1.1.37.67.111.110.110.97.105.115.115.97.110.99.101.32.100.101.115.32.101.109.112.108.97.99.101.109.101.110.116.115.32.114.195.169.115.101.97.117 = Hex-STRING: 43 6F 6E 6E 61 69 73 73 61 6E 63 65 20 64 65 73 20 65 6D 70 6C 61 63 65 6D 65 6E 74 73 20 72 C3 A9 73 65 61 75 +.1.3.6.1.4.1.77.1.2.3.1.1.37.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.32.99.111.109.112.116.101.115.32.100.101.32.115.195.169.99.117.114.105.116.195.169 = Hex-STRING: 47 65 73 74 69 6F 6E 6E 61 69 72 65 20 64 65 20 63 6F 6D 70 74 65 73 20 64 65 20 73 C3 A9 63 75 72 69 74 C3 A9 +.1.3.6.1.4.1.77.1.2.3.1.1.38.77.101.116.116.114.101.32.195.160.32.106.111.117.114.32.108.101.32.115.101.114.118.105.99.101.32.79.114.99.104.101.115.116.114.97.116.111.114 = Hex-STRING: 4D 65 74 74 72 65 20 C3 A0 20 6A 6F 75 72 20 6C 65 20 73 65 72 76 69 63 65 20 4F 72 63 68 65 73 74 72 61 74 6F 72 +.1.3.6.1.4.1.77.1.2.3.1.1.38.83.101.114.118.105.99.101.32.100.101.32.100.195.169.112.108.111.105.101.109.101.110.116.32.65.112.112.88.32.40.65.112.112.88.83.86.67.41 = Hex-STRING: 53 65 72 76 69 63 65 20 64 65 20 64 C3 A9 70 6C 6F 69 65 6D 65 6E 74 20 41 70 70 58 20 28 41 70 70 58 53 56 43 29 +.1.3.6.1.4.1.77.1.2.3.1.1.39.86.77.119.97.114.101.32.65.108.105.97.115.32.77.97.110.97.103.101.114.32.97.110.100.32.84.105.99.107.101.116.32.83.101.114.118.105.99.101 = STRING: "VMware Alias Manager and Ticket Service" +.1.3.6.1.4.1.77.1.2.3.1.1.40.83.101.114.118.101.117.114.32.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.32.108.105.99.101.110.99.101.115.32.87.105.110.100.111.119.115 = STRING: "Serveur Gestionnaire de licences Windows" +.1.3.6.1.4.1.77.1.2.3.1.1.40.83.101.114.118.105.99.101.32.66.114.111.107.101.114.32.100.101.115.32.195.169.118.195.169.110.101.109.101.110.116.115.32.115.121.115.116.195.168.109.101 = Hex-STRING: 53 65 72 76 69 63 65 20 42 72 6F 6B 65 72 20 64 65 73 20 C3 A9 76 C3 A9 6E 65 6D 65 6E 74 73 20 73 79 73 74 C3 A8 6D 65 +.1.3.6.1.4.1.77.1.2.3.1.1.41.67.111.111.114.100.105.110.97.116.101.117.114.32.100.101.32.116.114.97.110.115.97.99.116.105.111.110.115.32.100.105.115.116.114.105.98.117.195.169.101.115 = Hex-STRING: 43 6F 6F 72 64 69 6E 61 74 65 75 72 20 64 65 20 74 72 61 6E 73 61 63 74 69 6F 6E 73 20 64 69 73 74 72 69 62 75 C3 A9 65 73 +.1.3.6.1.4.1.77.1.2.3.1.1.42.83.101.114.118.105.99.101.32.66.114.111.107.101.114.32.112.111.117.114.32.108.101.115.32.99.111.110.110.101.120.105.111.110.115.32.114.195.169.115.101.97.117 = Hex-STRING: 53 65 72 76 69 63 65 20 42 72 6F 6B 65 72 20 70 6F 75 72 20 6C 65 73 20 63 6F 6E 6E 65 78 69 6F 6E 73 20 72 C3 A9 73 65 61 75 +.1.3.6.1.4.1.77.1.2.3.1.1.42.83.101.114.118.105.99.101.32.83.116.97.116.101.32.82.101.112.111.115.105.116.111.114.121.32.40.83.116.97.116.101.82.101.112.111.115.105.116.111.114.121.41 = STRING: "Service State Repository (StateRepository)" +.1.3.6.1.4.1.77.1.2.3.1.1.43.83.101.114.118.105.99.101.32.117.116.105.108.105.115.97.116.101.117.114.32.100.117.32.80.114.101.115.115.101.45.112.97.112.105.101.114.115.95.55.54.99.51.102 = STRING: "Service utilisateur du Presse-papiers_76c3f" +.1.3.6.1.4.1.77.1.2.3.1.1.44.65.115.115.105.115.116.97.110.116.32.67.111.110.110.101.120.105.111.110.32.97.118.101.99.32.117.110.32.99.111.109.112.116.101.32.77.105.99.114.111.115.111.102.116 = STRING: "Assistant Connexion avec un compte Microsoft" +.1.3.6.1.4.1.77.1.2.3.1.1.44.71.101.115.116.105.111.110.32.195.160.32.100.105.115.116.97.110.99.101.32.100.101.32.87.105.110.100.111.119.115.32.40.71.101.115.116.105.111.110.32.87.83.77.41 = Hex-STRING: 47 65 73 74 69 6F 6E 20 C3 A0 20 64 69 73 74 61 6E 63 65 20 64 65 20 57 69 6E 64 6F 77 73 20 28 47 65 73 74 69 6F 6E 20 57 53 4D 29 +.1.3.6.1.4.1.77.1.2.3.1.1.45.83.101.114.118.105.99.101.32.66.114.111.107.101.114.32.112.111.117.114.32.108.101.115.32.195.169.118.195.169.110.101.109.101.110.116.115.32.104.111.114.97.105.114.101.115 = Hex-STRING: 53 65 72 76 69 63 65 20 42 72 6F 6B 65 72 20 70 6F 75 72 20 6C 65 73 20 C3 A9 76 C3 A9 6E 65 6D 65 6E 74 73 20 68 6F 72 61 69 72 65 73 +.1.3.6.1.4.1.77.1.2.3.1.1.46.77.111.100.117.108.101.115.32.100.101.32.103.195.169.110.195.169.114.97.116.105.111.110.32.100.101.32.99.108.195.169.115.32.73.75.69.32.101.116.32.65.117.116.104.73.80 = Hex-STRING: 4D 6F 64 75 6C 65 73 20 64 65 20 67 C3 A9 6E C3 A9 72 61 74 69 6F 6E 20 64 65 20 63 6C C3 A9 73 20 49 4B 45 20 65 74 20 41 75 74 68 49 50 +.1.3.6.1.4.1.77.1.2.3.1.1.46.83.101.114.118.105.99.101.32.100.101.32.112.108.97.116.101.102.111.114.109.101.32.100.101.115.32.97.112.112.97.114.101.105.108.115.32.99.111.110.110.101.99.116.195.169.115 = Hex-STRING: 53 65 72 76 69 63 65 20 64 65 20 70 6C 61 74 65 66 6F 72 6D 65 20 64 65 73 20 61 70 70 61 72 65 69 6C 73 20 63 6F 6E 6E 65 63 74 C3 A9 73 +.1.3.6.1.4.1.77.1.2.3.1.1.47.71.101.115.116.105.111.110.110.97.105.114.101.32.100.226.128.153.105.110.115.116.97.108.108.97.116.105.111.110.32.100.101.32.112.195.169.114.105.112.104.195.169.114.105.113.117.101 = Hex-STRING: 47 65 73 74 69 6F 6E 6E 61 69 72 65 20 64 E2 80 99 69 6E 73 74 61 6C 6C 61 74 69 6F 6E 20 64 65 20 70 C3 A9 72 69 70 68 C3 A9 72 69 71 75 65 +.1.3.6.1.4.1.77.1.2.3.1.1.48.72.195.180.116.101.32.100.117.32.102.111.117.114.110.105.115.115.101.117.114.32.100.101.32.100.195.169.99.111.117.118.101.114.116.101.32.100.101.32.102.111.110.99.116.105.111.110.115 = Hex-STRING: 48 C3 B4 74 65 20 64 75 20 66 6F 75 72 6E 69 73 73 65 75 72 20 64 65 20 64 C3 A9 63 6F 75 76 65 72 74 65 20 64 65 20 66 6F 6E 63 74 69 6F 6E 73 +.1.3.6.1.4.1.77.1.2.3.1.1.48.83.101.114.118.105.99.101.32.100.101.32.106.111.117.114.110.97.108.105.115.97.116.105.111.110.32.100.101.115.32.97.99.99.195.168.115.32.117.116.105.108.105.115.97.116.101.117.114 = Hex-STRING: 53 65 72 76 69 63 65 20 64 65 20 6A 6F 75 72 6E 61 6C 69 73 61 74 69 6F 6E 20 64 65 73 20 61 63 63 C3 A8 73 20 75 74 69 6C 69 73 61 74 65 75 72 +.1.3.6.1.4.1.77.1.2.3.1.1.48.83.101.114.118.105.99.101.194.160.83.83.84.80.32.40.83.101.99.117.114.101.32.83.111.99.107.101.116.32.84.117.110.110.101.108.105.110.103.32.80.114.111.116.111.99.111.108.41 = Hex-STRING: 53 65 72 76 69 63 65 C2 A0 53 53 54 50 20 28 53 65 63 75 72 65 20 53 6F 63 6B 65 74 20 54 75 6E 6E 65 6C 69 6E 67 20 50 72 6F 74 6F 63 6F 6C 29 +.1.3.6.1.4.1.77.1.2.3.1.1.49.83.101.114.118.105.99.101.32.100.101.32.110.111.116.105.102.105.99.97.116.105.111.110.32.100.226.128.153.195.169.118.195.169.110.101.109.101.110.116.115.32.115.121.115.116.195.168.109.101 = Hex-STRING: 53 65 72 76 69 63 65 20 64 65 20 6E 6F 74 69 66 69 63 61 74 69 6F 6E 20 64 E2 80 99 C3 A9 76 C3 A9 6E 65 6D 65 6E 74 73 20 73 79 73 74 C3 A8 6D 65 +.1.3.6.1.4.1.77.1.2.3.1.1.49.83.101.114.118.105.99.101.32.100.101.32.116.114.97.110.115.102.101.114.116.32.105.110.116.101.108.108.105.103.101.110.116.32.101.110.32.97.114.114.105.195.168.114.101.45.112.108.97.110 = Hex-STRING: 53 65 72 76 69 63 65 20 64 65 20 74 72 61 6E 73 66 65 72 74 20 69 6E 74 65 6C 6C 69 67 65 6E 74 20 65 6E 20 61 72 72 69 C3 A8 72 65 2D 70 6C 61 6E +.1.3.6.1.4.1.77.1.2.3.1.1.49.83.101.114.118.105.99.101.32.100.117.32.115.121.115.116.195.168.109.101.32.100.101.32.110.111.116.105.102.105.99.97.116.105.111.110.115.32.80.117.115.104.32.87.105.110.100.111.119.115 = Hex-STRING: 53 65 72 76 69 63 65 20 64 75 20 73 79 73 74 C3 A8 6D 65 20 64 65 20 6E 6F 74 69 66 69 63 61 74 69 6F 6E 73 20 50 75 73 68 20 57 69 6E 64 6F 77 73 +.1.3.6.1.4.1.77.1.2.3.1.1.50.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.115.32.99.111.110.110.101.120.105.111.110.115.32.100.226.128.153.97.99.99.195.168.115.32.195.160.32.100.105.115.116.97.110.99.101 = Hex-STRING: 47 65 73 74 69 6F 6E 6E 61 69 72 65 20 64 65 73 20 63 6F 6E 6E 65 78 69 6F 6E 73 20 64 E2 80 99 61 63 63 C3 A8 73 20 C3 A0 20 64 69 73 74 61 6E 63 65 +.1.3.6.1.4.1.77.1.2.3.1.1.52.83.101.114.118.105.99.101.32.71.101.115.116.105.111.110.110.97.105.114.101.32.100.226.128.153.97.99.99.195.168.115.32.97.117.120.32.102.111.110.99.116.105.111.110.110.97.108.105.116.195.169.115 = Hex-STRING: 53 65 72 76 69 63 65 20 47 65 73 74 69 6F 6E 6E 61 69 72 65 20 64 E2 80 99 61 63 63 C3 A8 73 20 61 75 78 20 66 6F 6E 63 74 69 6F 6E 6E 61 6C 69 74 C3 A9 73 +.1.3.6.1.4.1.77.1.2.3.1.1.54.80.117.98.108.105.99.97.116.105.111.110.32.100.101.115.32.114.101.115.115.111.117.114.99.101.115.32.100.101.32.100.195.169.99.111.117.118.101.114.116.101.32.100.101.32.102.111.110.99.116.105.111.110.115 = Hex-STRING: 50 75 62 6C 69 63 61 74 69 6F 6E 20 64 65 73 20 72 65 73 73 6F 75 72 63 65 73 20 64 65 20 64 C3 A9 63 6F 75 76 65 72 74 65 20 64 65 20 66 6F 6E 63 74 69 6F 6E 73 +.1.3.6.1.4.1.77.1.2.3.1.1.54.83.101.114.118.105.99.101.32.100.101.32.108.226.128.153.65.115.115.105.115.116.97.110.116.32.67.111.109.112.97.116.105.98.105.108.105.116.195.169.32.100.101.115.32.112.114.111.103.114.97.109.109.101.115 = Hex-STRING: 53 65 72 76 69 63 65 20 64 65 20 6C E2 80 99 41 73 73 69 73 74 61 6E 74 20 43 6F 6D 70 61 74 69 62 69 6C 69 74 C3 A9 20 64 65 73 20 70 72 6F 67 72 61 6D 6D 65 73 +.1.3.6.1.4.1.77.1.2.3.1.1.55.83.101.114.118.105.99.101.32.100.226.128.153.105.110.102.114.97.115.116.114.117.99.116.117.114.101.32.100.101.115.32.116.195.162.99.104.101.115.32.101.110.32.97.114.114.105.195.168.114.101.45.112.108.97.110 = Hex-STRING: 53 65 72 76 69 63 65 20 64 E2 80 99 69 6E 66 72 61 73 74 72 75 63 74 75 72 65 20 64 65 73 20 74 C3 A2 63 68 65 73 20 65 6E 20 61 72 72 69 C3 A8 72 65 2D 70 6C 61 6E +.1.3.6.1.4.1.77.1.2.3.1.1.55.83.101.114.118.105.99.101.32.117.116.105.108.105.115.97.116.101.117.114.32.100.101.32.110.111.116.105.102.105.99.97.116.105.111.110.115.32.80.117.115.104.32.87.105.110.100.111.119.115.95.55.54.99.51.102 = STRING: "Service utilisateur de notifications Push Windows_76c3f" +.1.3.6.1.4.1.77.1.2.3.1.1.57.69.120.112.195.169.114.105.101.110.99.101.115.32.100.101.115.32.117.116.105.108.105.115.97.116.101.117.114.115.32.99.111.110.110.101.99.116.195.169.115.32.101.116.32.116.195.169.108.195.169.109.195.169.116.114.105.101 = Hex-STRING: 45 78 70 C3 A9 72 69 65 6E 63 65 73 20 64 65 73 20 75 74 69 6C 69 73 61 74 65 75 72 73 20 63 6F 6E 6E 65 63 74 C3 A9 73 20 65 74 20 74 C3 A9 6C C3 A9 6D C3 A9 74 72 69 65 +.1.3.6.1.4.1.77.1.2.3.1.1.63.83.101.114.118.105.99.101.32.100.117.32.99.108.97.118.105.101.114.32.116.97.99.116.105.108.101.32.101.116.32.100.117.32.118.111.108.101.116.32.100.226.128.153.195.169.99.114.105.116.117.114.101.32.109.97.110.117.115.99.114.105.116.101 = Hex-STRING: 53 65 72 76 69 63 65 20 64 75 20 63 6C 61 76 69 65 72 20 74 61 63 74 69 6C 65 20 65 74 20 64 75 20 76 6F 6C 65 74 20 64 E2 80 99 C3 A9 63 72 69 74 75 72 65 20 6D 61 6E 75 73 63 72 69 74 65 +.1.3.6.1.4.1.77.1.2.3.1.1.66.83.101.114.118.105.99.101.32.100.226.128.153.105.110.115.112.101.99.116.105.111.110.32.114.195.169.115.101.97.117.32.100.101.32.108.226.128.153.97.110.116.105.118.105.114.117.115.32.77.105.99.114.111.115.111.102.116.32.68.101.102.101.110.100.101.114 = Hex-STRING: 53 65 72 76 69 63 65 20 64 E2 80 99 69 6E 73 70 65 63 74 69 6F 6E 20 72 C3 A9 73 65 61 75 20 64 65 20 6C E2 80 99 61 6E 74 69 76 69 72 75 73 20 4D 69 63 72 6F 73 6F 66 74 20 44 65 66 65 6E 64 65 72 +.1.3.6.1.4.1.77.1.2.3.1.1.69.83.101.114.118.105.99.101.32.112.111.117.114.32.117.116.105.108.105.115.97.116.101.117.114.32.100.101.32.112.108.97.116.101.102.111.114.109.101.32.100.226.128.153.97.112.112.97.114.101.105.108.115.32.99.111.110.110.101.99.116.195.169.115.95.55.54.99.51.102 = Hex-STRING: 53 65 72 76 69 63 65 20 70 6F 75 72 20 75 74 69 6C 69 73 61 74 65 75 72 20 64 65 20 70 6C 61 74 65 66 6F 72 6D 65 20 64 E2 80 99 61 70 70 61 72 65 69 6C 73 20 63 6F 6E 6E 65 63 74 C3 A9 73 5F 37 36 63 33 66 +.1.3.6.1.4.1.77.1.2.3.1.1.78.83.101.114.118.105.99.101.32.100.101.32.100.195.169.99.111.117.118.101.114.116.101.32.97.117.116.111.109.97.116.105.113.117.101.32.100.101.32.80.114.111.120.121.32.87.101.98.32.112.111.117.114.32.108.101.115.32.115.101.114.118.105.99.101.115.32.72.84.84.80.32.87.105.110.100.111.119.115 = Hex-STRING: 53 65 72 76 69 63 65 20 64 65 20 64 C3 A9 63 6F 75 76 65 72 74 65 20 61 75 74 6F 6D 61 74 69 71 75 65 20 64 65 20 50 72 6F 78 79 20 57 65 62 20 70 6F 75 72 20 6C 65 73 20 73 65 72 76 69 63 65 73 20 48 54 54 50 20 57 69 6E 64 6F 77 73 +.1.3.6.1.4.1.77.1.2.3.1.2.7.83.101.114.118.101.117.114 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.7.83.121.115.77.97.105.110 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.7.84.104.195.168.109.101.115 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.10.67.108.105.101.110.116.32.68.78.83 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.11.67.108.105.101.110.116.32.68.72.67.80 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.12.65.108.105.109.101.110.116.97.116.105.111.110 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.12.83.101.114.118.105.99.101.32.83.78.77.80 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.12.86.77.119.97.114.101.32.84.111.111.108.115 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.13.65.115.115.105.115.116.97.110.99.101.32.73.80 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.13.67.111.114.101.77.101.115.115.97.103.105.110.103 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.13.80.108.117.103.45.97.110.100.45.80.108.97.121 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.13.84.101.109.112.115.32.87.105.110.100.111.119.115 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.14.87.105.110.100.111.119.115.32.85.112.100.97.116.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.18.83.116.97.116.105.111.110.32.100.101.32.116.114.97.118.97.105.108 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.19.83.101.114.118.105.99.101.32.100.101.32.115.116.111.99.107.97.103.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.20.82.101.103.105.115.116.114.101.32.195.160.32.100.105.115.116.97.110.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.21.73.115.111.108.97.116.105.111.110.32.100.101.32.99.108.195.169.32.67.78.71 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.23.83.101.114.118.105.99.101.115.32.100.101.32.99.104.105.102.102.114.101.109.101.110.116 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.23.83.112.111.117.108.101.117.114.32.100.226.128.153.105.109.112.114.101.115.115.105.111.110 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.24.80.108.97.110.105.102.105.99.97.116.101.117.114.32.100.101.32.116.195.162.99.104.101.115 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.25.65.112.112.108.105.99.97.116.105.111.110.32.115.121.115.116.195.168.109.101.32.67.79.77.43 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.25.79.112.116.105.109.105.115.97.116.105.111.110.32.100.101.32.108.105.118.114.97.105.115.111.110 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.25.80.97.114.101.45.102.101.117.32.87.105.110.100.111.119.115.32.68.101.102.101.110.100.101.114 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.26.68.195.169.116.101.99.116.105.111.110.32.109.97.116.195.169.114.105.101.108.32.110.111.121.97.117 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.26.77.111.116.101.117.114.32.100.101.32.102.105.108.116.114.97.103.101.32.100.101.32.98.97.115.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.26.83.101.114.118.105.99.101.32.76.105.115.116.101.32.100.101.115.32.114.195.169.115.101.97.117.120 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.27.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.32.99.111.109.112.116.101.115.32.119.101.98 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.27.78.83.67.108.105.101.110.116.43.43.32.77.111.110.105.116.111.114.105.110.103.32.65.103.101.110.116 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.29.65.115.115.105.115.116.97.110.99.101.32.78.101.116.66.73.79.83.32.115.117.114.32.84.67.80.47.73.80 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.29.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.115.32.117.116.105.108.105.115.97.116.101.117.114.115 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.29.83.101.114.118.105.99.101.32.100.101.32.112.114.111.102.105.108.32.117.116.105.108.105.115.97.116.101.117.114 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.29.83.121.115.116.195.168.109.101.32.100.226.128.153.195.169.118.195.169.110.101.109.101.110.116.32.67.79.77.43 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.30.67.108.105.101.110.116.32.100.101.32.115.116.114.97.116.195.169.103.105.101.32.100.101.32.103.114.111.117.112.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.30.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.32.115.101.115.115.105.111.110.32.108.111.99.97.108.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.32.74.111.117.114.110.97.108.32.100.226.128.153.195.169.118.195.169.110.101.109.101.110.116.115.32.87.105.110.100.111.119.115 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.33.73.110.102.114.97.115.116.114.117.99.116.117.114.101.32.100.101.32.103.101.115.116.105.111.110.32.87.105.110.100.111.119.115 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.33.76.97.110.99.101.117.114.32.100.101.32.112.114.111.99.101.115.115.117.115.32.115.101.114.118.101.117.114.32.68.67.79.77 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.33.83.101.114.118.105.99.101.32.100.101.32.115.116.114.97.116.195.169.103.105.101.32.100.39.97.102.102.105.99.104.97.103.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.34.65.112.112.101.108.32.100.101.32.112.114.111.99.195.169.100.117.114.101.32.100.105.115.116.97.110.116.101.32.40.82.80.67.41 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.34.67.108.105.101.110.116.32.100.101.32.115.117.105.118.105.32.100.101.32.108.105.101.110.32.100.105.115.116.114.105.98.117.195.169 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.34.83.101.114.118.105.99.101.32.100.101.32.99.97.99.104.101.32.100.101.32.112.111.108.105.99.101.32.87.105.110.100.111.119.115 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.35.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.115.32.99.111.110.110.101.120.105.111.110.115.32.87.105.110.100.111.119.115 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.35.77.97.112.112.101.117.114.32.100.101.32.112.111.105.110.116.32.100.101.32.116.101.114.109.105.110.97.105.115.111.110.32.82.80.67 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.35.83.101.114.118.105.99.101.32.100.101.32.115.116.114.97.116.195.169.103.105.101.32.100.101.32.100.105.97.103.110.111.115.116.105.99 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.36.83.101.114.118.105.99.101.32.73.110.116.101.114.102.97.99.101.32.100.117.32.109.97.103.97.115.105.110.32.114.195.169.115.101.97.117 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.36.83.101.114.118.105.99.101.32.97.110.116.105.118.105.114.117.115.32.77.105.99.114.111.115.111.102.116.32.68.101.102.101.110.100.101.114 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.37.67.111.110.110.97.105.115.115.97.110.99.101.32.100.101.115.32.101.109.112.108.97.99.101.109.101.110.116.115.32.114.195.169.115.101.97.117 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.37.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.32.99.111.109.112.116.101.115.32.100.101.32.115.195.169.99.117.114.105.116.195.169 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.38.77.101.116.116.114.101.32.195.160.32.106.111.117.114.32.108.101.32.115.101.114.118.105.99.101.32.79.114.99.104.101.115.116.114.97.116.111.114 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.38.83.101.114.118.105.99.101.32.100.101.32.100.195.169.112.108.111.105.101.109.101.110.116.32.65.112.112.88.32.40.65.112.112.88.83.86.67.41 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.2.39.86.77.119.97.114.101.32.65.108.105.97.115.32.77.97.110.97.103.101.114.32.97.110.100.32.84.105.99.107.101.116.32.83.101.114.118.105.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.40.83.101.114.118.101.117.114.32.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.32.108.105.99.101.110.99.101.115.32.87.105.110.100.111.119.115 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.40.83.101.114.118.105.99.101.32.66.114.111.107.101.114.32.100.101.115.32.195.169.118.195.169.110.101.109.101.110.116.115.32.115.121.115.116.195.168.109.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.41.67.111.111.114.100.105.110.97.116.101.117.114.32.100.101.32.116.114.97.110.115.97.99.116.105.111.110.115.32.100.105.115.116.114.105.98.117.195.169.101.115 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.42.83.101.114.118.105.99.101.32.66.114.111.107.101.114.32.112.111.117.114.32.108.101.115.32.99.111.110.110.101.120.105.111.110.115.32.114.195.169.115.101.97.117 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.42.83.101.114.118.105.99.101.32.83.116.97.116.101.32.82.101.112.111.115.105.116.111.114.121.32.40.83.116.97.116.101.82.101.112.111.115.105.116.111.114.121.41 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.43.83.101.114.118.105.99.101.32.117.116.105.108.105.115.97.116.101.117.114.32.100.117.32.80.114.101.115.115.101.45.112.97.112.105.101.114.115.95.55.54.99.51.102 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.44.65.115.115.105.115.116.97.110.116.32.67.111.110.110.101.120.105.111.110.32.97.118.101.99.32.117.110.32.99.111.109.112.116.101.32.77.105.99.114.111.115.111.102.116 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.44.71.101.115.116.105.111.110.32.195.160.32.100.105.115.116.97.110.99.101.32.100.101.32.87.105.110.100.111.119.115.32.40.71.101.115.116.105.111.110.32.87.83.77.41 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.45.83.101.114.118.105.99.101.32.66.114.111.107.101.114.32.112.111.117.114.32.108.101.115.32.195.169.118.195.169.110.101.109.101.110.116.115.32.104.111.114.97.105.114.101.115 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.46.77.111.100.117.108.101.115.32.100.101.32.103.195.169.110.195.169.114.97.116.105.111.110.32.100.101.32.99.108.195.169.115.32.73.75.69.32.101.116.32.65.117.116.104.73.80 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.46.83.101.114.118.105.99.101.32.100.101.32.112.108.97.116.101.102.111.114.109.101.32.100.101.115.32.97.112.112.97.114.101.105.108.115.32.99.111.110.110.101.99.116.195.169.115 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.47.71.101.115.116.105.111.110.110.97.105.114.101.32.100.226.128.153.105.110.115.116.97.108.108.97.116.105.111.110.32.100.101.32.112.195.169.114.105.112.104.195.169.114.105.113.117.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.48.72.195.180.116.101.32.100.117.32.102.111.117.114.110.105.115.115.101.117.114.32.100.101.32.100.195.169.99.111.117.118.101.114.116.101.32.100.101.32.102.111.110.99.116.105.111.110.115 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.48.83.101.114.118.105.99.101.32.100.101.32.106.111.117.114.110.97.108.105.115.97.116.105.111.110.32.100.101.115.32.97.99.99.195.168.115.32.117.116.105.108.105.115.97.116.101.117.114 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.48.83.101.114.118.105.99.101.194.160.83.83.84.80.32.40.83.101.99.117.114.101.32.83.111.99.107.101.116.32.84.117.110.110.101.108.105.110.103.32.80.114.111.116.111.99.111.108.41 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.49.83.101.114.118.105.99.101.32.100.101.32.110.111.116.105.102.105.99.97.116.105.111.110.32.100.226.128.153.195.169.118.195.169.110.101.109.101.110.116.115.32.115.121.115.116.195.168.109.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.49.83.101.114.118.105.99.101.32.100.101.32.116.114.97.110.115.102.101.114.116.32.105.110.116.101.108.108.105.103.101.110.116.32.101.110.32.97.114.114.105.195.168.114.101.45.112.108.97.110 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.49.83.101.114.118.105.99.101.32.100.117.32.115.121.115.116.195.168.109.101.32.100.101.32.110.111.116.105.102.105.99.97.116.105.111.110.115.32.80.117.115.104.32.87.105.110.100.111.119.115 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.50.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.115.32.99.111.110.110.101.120.105.111.110.115.32.100.226.128.153.97.99.99.195.168.115.32.195.160.32.100.105.115.116.97.110.99.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.52.83.101.114.118.105.99.101.32.71.101.115.116.105.111.110.110.97.105.114.101.32.100.226.128.153.97.99.99.195.168.115.32.97.117.120.32.102.111.110.99.116.105.111.110.110.97.108.105.116.195.169.115 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.54.80.117.98.108.105.99.97.116.105.111.110.32.100.101.115.32.114.101.115.115.111.117.114.99.101.115.32.100.101.32.100.195.169.99.111.117.118.101.114.116.101.32.100.101.32.102.111.110.99.116.105.111.110.115 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.54.83.101.114.118.105.99.101.32.100.101.32.108.226.128.153.65.115.115.105.115.116.97.110.116.32.67.111.109.112.97.116.105.98.105.108.105.116.195.169.32.100.101.115.32.112.114.111.103.114.97.109.109.101.115 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.55.83.101.114.118.105.99.101.32.100.226.128.153.105.110.102.114.97.115.116.114.117.99.116.117.114.101.32.100.101.115.32.116.195.162.99.104.101.115.32.101.110.32.97.114.114.105.195.168.114.101.45.112.108.97.110 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.55.83.101.114.118.105.99.101.32.117.116.105.108.105.115.97.116.101.117.114.32.100.101.32.110.111.116.105.102.105.99.97.116.105.111.110.115.32.80.117.115.104.32.87.105.110.100.111.119.115.95.55.54.99.51.102 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.57.69.120.112.195.169.114.105.101.110.99.101.115.32.100.101.115.32.117.116.105.108.105.115.97.116.101.117.114.115.32.99.111.110.110.101.99.116.195.169.115.32.101.116.32.116.195.169.108.195.169.109.195.169.116.114.105.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.63.83.101.114.118.105.99.101.32.100.117.32.99.108.97.118.105.101.114.32.116.97.99.116.105.108.101.32.101.116.32.100.117.32.118.111.108.101.116.32.100.226.128.153.195.169.99.114.105.116.117.114.101.32.109.97.110.117.115.99.114.105.116.101 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.66.83.101.114.118.105.99.101.32.100.226.128.153.105.110.115.112.101.99.116.105.111.110.32.114.195.169.115.101.97.117.32.100.101.32.108.226.128.153.97.110.116.105.118.105.114.117.115.32.77.105.99.114.111.115.111.102.116.32.68.101.102.101.110.100.101.114 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.69.83.101.114.118.105.99.101.32.112.111.117.114.32.117.116.105.108.105.115.97.116.101.117.114.32.100.101.32.112.108.97.116.101.102.111.114.109.101.32.100.226.128.153.97.112.112.97.114.101.105.108.115.32.99.111.110.110.101.99.116.195.169.115.95.55.54.99.51.102 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.2.78.83.101.114.118.105.99.101.32.100.101.32.100.195.169.99.111.117.118.101.114.116.101.32.97.117.116.111.109.97.116.105.113.117.101.32.100.101.32.80.114.111.120.121.32.87.101.98.32.112.111.117.114.32.108.101.115.32.115.101.114.118.105.99.101.115.32.72.84.84.80.32.87.105.110.100.111.119.115 = INTEGER: 4 +.1.3.6.1.4.1.77.1.2.3.1.3.7.83.101.114.118.101.117.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.7.83.121.115.77.97.105.110 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.7.84.104.195.168.109.101.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.10.67.108.105.101.110.116.32.68.78.83 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.11.67.108.105.101.110.116.32.68.72.67.80 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.12.65.108.105.109.101.110.116.97.116.105.111.110 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.12.83.101.114.118.105.99.101.32.83.78.77.80 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.12.86.77.119.97.114.101.32.84.111.111.108.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.13.65.115.115.105.115.116.97.110.99.101.32.73.80 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.13.67.111.114.101.77.101.115.115.97.103.105.110.103 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.13.80.108.117.103.45.97.110.100.45.80.108.97.121 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.13.84.101.109.112.115.32.87.105.110.100.111.119.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.14.87.105.110.100.111.119.115.32.85.112.100.97.116.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.18.83.116.97.116.105.111.110.32.100.101.32.116.114.97.118.97.105.108 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.19.83.101.114.118.105.99.101.32.100.101.32.115.116.111.99.107.97.103.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.20.82.101.103.105.115.116.114.101.32.195.160.32.100.105.115.116.97.110.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.21.73.115.111.108.97.116.105.111.110.32.100.101.32.99.108.195.169.32.67.78.71 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.23.83.101.114.118.105.99.101.115.32.100.101.32.99.104.105.102.102.114.101.109.101.110.116 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.23.83.112.111.117.108.101.117.114.32.100.226.128.153.105.109.112.114.101.115.115.105.111.110 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.24.80.108.97.110.105.102.105.99.97.116.101.117.114.32.100.101.32.116.195.162.99.104.101.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.25.65.112.112.108.105.99.97.116.105.111.110.32.115.121.115.116.195.168.109.101.32.67.79.77.43 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.25.79.112.116.105.109.105.115.97.116.105.111.110.32.100.101.32.108.105.118.114.97.105.115.111.110 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.25.80.97.114.101.45.102.101.117.32.87.105.110.100.111.119.115.32.68.101.102.101.110.100.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.26.68.195.169.116.101.99.116.105.111.110.32.109.97.116.195.169.114.105.101.108.32.110.111.121.97.117 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.26.77.111.116.101.117.114.32.100.101.32.102.105.108.116.114.97.103.101.32.100.101.32.98.97.115.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.26.83.101.114.118.105.99.101.32.76.105.115.116.101.32.100.101.115.32.114.195.169.115.101.97.117.120 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.27.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.32.99.111.109.112.116.101.115.32.119.101.98 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.27.78.83.67.108.105.101.110.116.43.43.32.77.111.110.105.116.111.114.105.110.103.32.65.103.101.110.116 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.29.65.115.115.105.115.116.97.110.99.101.32.78.101.116.66.73.79.83.32.115.117.114.32.84.67.80.47.73.80 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.29.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.115.32.117.116.105.108.105.115.97.116.101.117.114.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.29.83.101.114.118.105.99.101.32.100.101.32.112.114.111.102.105.108.32.117.116.105.108.105.115.97.116.101.117.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.29.83.121.115.116.195.168.109.101.32.100.226.128.153.195.169.118.195.169.110.101.109.101.110.116.32.67.79.77.43 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.30.67.108.105.101.110.116.32.100.101.32.115.116.114.97.116.195.169.103.105.101.32.100.101.32.103.114.111.117.112.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.30.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.32.115.101.115.115.105.111.110.32.108.111.99.97.108.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.32.74.111.117.114.110.97.108.32.100.226.128.153.195.169.118.195.169.110.101.109.101.110.116.115.32.87.105.110.100.111.119.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.33.73.110.102.114.97.115.116.114.117.99.116.117.114.101.32.100.101.32.103.101.115.116.105.111.110.32.87.105.110.100.111.119.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.33.76.97.110.99.101.117.114.32.100.101.32.112.114.111.99.101.115.115.117.115.32.115.101.114.118.101.117.114.32.68.67.79.77 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.33.83.101.114.118.105.99.101.32.100.101.32.115.116.114.97.116.195.169.103.105.101.32.100.39.97.102.102.105.99.104.97.103.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.34.65.112.112.101.108.32.100.101.32.112.114.111.99.195.169.100.117.114.101.32.100.105.115.116.97.110.116.101.32.40.82.80.67.41 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.34.67.108.105.101.110.116.32.100.101.32.115.117.105.118.105.32.100.101.32.108.105.101.110.32.100.105.115.116.114.105.98.117.195.169 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.34.83.101.114.118.105.99.101.32.100.101.32.99.97.99.104.101.32.100.101.32.112.111.108.105.99.101.32.87.105.110.100.111.119.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.35.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.115.32.99.111.110.110.101.120.105.111.110.115.32.87.105.110.100.111.119.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.35.77.97.112.112.101.117.114.32.100.101.32.112.111.105.110.116.32.100.101.32.116.101.114.109.105.110.97.105.115.111.110.32.82.80.67 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.35.83.101.114.118.105.99.101.32.100.101.32.115.116.114.97.116.195.169.103.105.101.32.100.101.32.100.105.97.103.110.111.115.116.105.99 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.36.83.101.114.118.105.99.101.32.73.110.116.101.114.102.97.99.101.32.100.117.32.109.97.103.97.115.105.110.32.114.195.169.115.101.97.117 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.36.83.101.114.118.105.99.101.32.97.110.116.105.118.105.114.117.115.32.77.105.99.114.111.115.111.102.116.32.68.101.102.101.110.100.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.37.67.111.110.110.97.105.115.115.97.110.99.101.32.100.101.115.32.101.109.112.108.97.99.101.109.101.110.116.115.32.114.195.169.115.101.97.117 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.37.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.32.99.111.109.112.116.101.115.32.100.101.32.115.195.169.99.117.114.105.116.195.169 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.38.77.101.116.116.114.101.32.195.160.32.106.111.117.114.32.108.101.32.115.101.114.118.105.99.101.32.79.114.99.104.101.115.116.114.97.116.111.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.38.83.101.114.118.105.99.101.32.100.101.32.100.195.169.112.108.111.105.101.109.101.110.116.32.65.112.112.88.32.40.65.112.112.88.83.86.67.41 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.39.86.77.119.97.114.101.32.65.108.105.97.115.32.77.97.110.97.103.101.114.32.97.110.100.32.84.105.99.107.101.116.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.40.83.101.114.118.101.117.114.32.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.32.108.105.99.101.110.99.101.115.32.87.105.110.100.111.119.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.40.83.101.114.118.105.99.101.32.66.114.111.107.101.114.32.100.101.115.32.195.169.118.195.169.110.101.109.101.110.116.115.32.115.121.115.116.195.168.109.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.41.67.111.111.114.100.105.110.97.116.101.117.114.32.100.101.32.116.114.97.110.115.97.99.116.105.111.110.115.32.100.105.115.116.114.105.98.117.195.169.101.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.42.83.101.114.118.105.99.101.32.66.114.111.107.101.114.32.112.111.117.114.32.108.101.115.32.99.111.110.110.101.120.105.111.110.115.32.114.195.169.115.101.97.117 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.42.83.101.114.118.105.99.101.32.83.116.97.116.101.32.82.101.112.111.115.105.116.111.114.121.32.40.83.116.97.116.101.82.101.112.111.115.105.116.111.114.121.41 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.43.83.101.114.118.105.99.101.32.117.116.105.108.105.115.97.116.101.117.114.32.100.117.32.80.114.101.115.115.101.45.112.97.112.105.101.114.115.95.55.54.99.51.102 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.44.65.115.115.105.115.116.97.110.116.32.67.111.110.110.101.120.105.111.110.32.97.118.101.99.32.117.110.32.99.111.109.112.116.101.32.77.105.99.114.111.115.111.102.116 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.44.71.101.115.116.105.111.110.32.195.160.32.100.105.115.116.97.110.99.101.32.100.101.32.87.105.110.100.111.119.115.32.40.71.101.115.116.105.111.110.32.87.83.77.41 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.45.83.101.114.118.105.99.101.32.66.114.111.107.101.114.32.112.111.117.114.32.108.101.115.32.195.169.118.195.169.110.101.109.101.110.116.115.32.104.111.114.97.105.114.101.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.46.77.111.100.117.108.101.115.32.100.101.32.103.195.169.110.195.169.114.97.116.105.111.110.32.100.101.32.99.108.195.169.115.32.73.75.69.32.101.116.32.65.117.116.104.73.80 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.46.83.101.114.118.105.99.101.32.100.101.32.112.108.97.116.101.102.111.114.109.101.32.100.101.115.32.97.112.112.97.114.101.105.108.115.32.99.111.110.110.101.99.116.195.169.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.47.71.101.115.116.105.111.110.110.97.105.114.101.32.100.226.128.153.105.110.115.116.97.108.108.97.116.105.111.110.32.100.101.32.112.195.169.114.105.112.104.195.169.114.105.113.117.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.48.72.195.180.116.101.32.100.117.32.102.111.117.114.110.105.115.115.101.117.114.32.100.101.32.100.195.169.99.111.117.118.101.114.116.101.32.100.101.32.102.111.110.99.116.105.111.110.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.48.83.101.114.118.105.99.101.32.100.101.32.106.111.117.114.110.97.108.105.115.97.116.105.111.110.32.100.101.115.32.97.99.99.195.168.115.32.117.116.105.108.105.115.97.116.101.117.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.48.83.101.114.118.105.99.101.194.160.83.83.84.80.32.40.83.101.99.117.114.101.32.83.111.99.107.101.116.32.84.117.110.110.101.108.105.110.103.32.80.114.111.116.111.99.111.108.41 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.49.83.101.114.118.105.99.101.32.100.101.32.110.111.116.105.102.105.99.97.116.105.111.110.32.100.226.128.153.195.169.118.195.169.110.101.109.101.110.116.115.32.115.121.115.116.195.168.109.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.49.83.101.114.118.105.99.101.32.100.101.32.116.114.97.110.115.102.101.114.116.32.105.110.116.101.108.108.105.103.101.110.116.32.101.110.32.97.114.114.105.195.168.114.101.45.112.108.97.110 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.49.83.101.114.118.105.99.101.32.100.117.32.115.121.115.116.195.168.109.101.32.100.101.32.110.111.116.105.102.105.99.97.116.105.111.110.115.32.80.117.115.104.32.87.105.110.100.111.119.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.50.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.115.32.99.111.110.110.101.120.105.111.110.115.32.100.226.128.153.97.99.99.195.168.115.32.195.160.32.100.105.115.116.97.110.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.52.83.101.114.118.105.99.101.32.71.101.115.116.105.111.110.110.97.105.114.101.32.100.226.128.153.97.99.99.195.168.115.32.97.117.120.32.102.111.110.99.116.105.111.110.110.97.108.105.116.195.169.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.54.80.117.98.108.105.99.97.116.105.111.110.32.100.101.115.32.114.101.115.115.111.117.114.99.101.115.32.100.101.32.100.195.169.99.111.117.118.101.114.116.101.32.100.101.32.102.111.110.99.116.105.111.110.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.54.83.101.114.118.105.99.101.32.100.101.32.108.226.128.153.65.115.115.105.115.116.97.110.116.32.67.111.109.112.97.116.105.98.105.108.105.116.195.169.32.100.101.115.32.112.114.111.103.114.97.109.109.101.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.55.83.101.114.118.105.99.101.32.100.226.128.153.105.110.102.114.97.115.116.114.117.99.116.117.114.101.32.100.101.115.32.116.195.162.99.104.101.115.32.101.110.32.97.114.114.105.195.168.114.101.45.112.108.97.110 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.55.83.101.114.118.105.99.101.32.117.116.105.108.105.115.97.116.101.117.114.32.100.101.32.110.111.116.105.102.105.99.97.116.105.111.110.115.32.80.117.115.104.32.87.105.110.100.111.119.115.95.55.54.99.51.102 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.57.69.120.112.195.169.114.105.101.110.99.101.115.32.100.101.115.32.117.116.105.108.105.115.97.116.101.117.114.115.32.99.111.110.110.101.99.116.195.169.115.32.101.116.32.116.195.169.108.195.169.109.195.169.116.114.105.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.63.83.101.114.118.105.99.101.32.100.117.32.99.108.97.118.105.101.114.32.116.97.99.116.105.108.101.32.101.116.32.100.117.32.118.111.108.101.116.32.100.226.128.153.195.169.99.114.105.116.117.114.101.32.109.97.110.117.115.99.114.105.116.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.66.83.101.114.118.105.99.101.32.100.226.128.153.105.110.115.112.101.99.116.105.111.110.32.114.195.169.115.101.97.117.32.100.101.32.108.226.128.153.97.110.116.105.118.105.114.117.115.32.77.105.99.114.111.115.111.102.116.32.68.101.102.101.110.100.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.69.83.101.114.118.105.99.101.32.112.111.117.114.32.117.116.105.108.105.115.97.116.101.117.114.32.100.101.32.112.108.97.116.101.102.111.114.109.101.32.100.226.128.153.97.112.112.97.114.101.105.108.115.32.99.111.110.110.101.99.116.195.169.115.95.55.54.99.51.102 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.3.78.83.101.114.118.105.99.101.32.100.101.32.100.195.169.99.111.117.118.101.114.116.101.32.97.117.116.111.109.97.116.105.113.117.101.32.100.101.32.80.114.111.120.121.32.87.101.98.32.112.111.117.114.32.108.101.115.32.115.101.114.118.105.99.101.115.32.72.84.84.80.32.87.105.110.100.111.119.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.4.7.83.101.114.118.101.117.114 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.7.83.121.115.77.97.105.110 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.7.84.104.195.168.109.101.115 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.10.67.108.105.101.110.116.32.68.78.83 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.4.11.67.108.105.101.110.116.32.68.72.67.80 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.12.65.108.105.109.101.110.116.97.116.105.111.110 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.4.12.83.101.114.118.105.99.101.32.83.78.77.80 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.12.86.77.119.97.114.101.32.84.111.111.108.115 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.13.65.115.115.105.115.116.97.110.99.101.32.73.80 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.13.67.111.114.101.77.101.115.115.97.103.105.110.103 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.4.13.80.108.117.103.45.97.110.100.45.80.108.97.121 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.13.84.101.109.112.115.32.87.105.110.100.111.119.115 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.14.87.105.110.100.111.119.115.32.85.112.100.97.116.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.18.83.116.97.116.105.111.110.32.100.101.32.116.114.97.118.97.105.108 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.19.83.101.114.118.105.99.101.32.100.101.32.115.116.111.99.107.97.103.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.20.82.101.103.105.115.116.114.101.32.195.160.32.100.105.115.116.97.110.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.21.73.115.111.108.97.116.105.111.110.32.100.101.32.99.108.195.169.32.67.78.71 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.23.83.101.114.118.105.99.101.115.32.100.101.32.99.104.105.102.102.114.101.109.101.110.116 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.23.83.112.111.117.108.101.117.114.32.100.226.128.153.105.109.112.114.101.115.115.105.111.110 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.24.80.108.97.110.105.102.105.99.97.116.101.117.114.32.100.101.32.116.195.162.99.104.101.115 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.25.65.112.112.108.105.99.97.116.105.111.110.32.115.121.115.116.195.168.109.101.32.67.79.77.43 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.25.79.112.116.105.109.105.115.97.116.105.111.110.32.100.101.32.108.105.118.114.97.105.115.111.110 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.25.80.97.114.101.45.102.101.117.32.87.105.110.100.111.119.115.32.68.101.102.101.110.100.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.4.26.68.195.169.116.101.99.116.105.111.110.32.109.97.116.195.169.114.105.101.108.32.110.111.121.97.117 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.26.77.111.116.101.117.114.32.100.101.32.102.105.108.116.114.97.103.101.32.100.101.32.98.97.115.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.26.83.101.114.118.105.99.101.32.76.105.115.116.101.32.100.101.115.32.114.195.169.115.101.97.117.120 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.27.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.32.99.111.109.112.116.101.115.32.119.101.98 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.27.78.83.67.108.105.101.110.116.43.43.32.77.111.110.105.116.111.114.105.110.103.32.65.103.101.110.116 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.29.65.115.115.105.115.116.97.110.99.101.32.78.101.116.66.73.79.83.32.115.117.114.32.84.67.80.47.73.80 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.29.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.115.32.117.116.105.108.105.115.97.116.101.117.114.115 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.29.83.101.114.118.105.99.101.32.100.101.32.112.114.111.102.105.108.32.117.116.105.108.105.115.97.116.101.117.114 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.29.83.121.115.116.195.168.109.101.32.100.226.128.153.195.169.118.195.169.110.101.109.101.110.116.32.67.79.77.43 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.30.67.108.105.101.110.116.32.100.101.32.115.116.114.97.116.195.169.103.105.101.32.100.101.32.103.114.111.117.112.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.30.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.32.115.101.115.115.105.111.110.32.108.111.99.97.108.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.4.32.74.111.117.114.110.97.108.32.100.226.128.153.195.169.118.195.169.110.101.109.101.110.116.115.32.87.105.110.100.111.119.115 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.33.73.110.102.114.97.115.116.114.117.99.116.117.114.101.32.100.101.32.103.101.115.116.105.111.110.32.87.105.110.100.111.119.115 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.33.76.97.110.99.101.117.114.32.100.101.32.112.114.111.99.101.115.115.117.115.32.115.101.114.118.101.117.114.32.68.67.79.77 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.4.33.83.101.114.118.105.99.101.32.100.101.32.115.116.114.97.116.195.169.103.105.101.32.100.39.97.102.102.105.99.104.97.103.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.34.65.112.112.101.108.32.100.101.32.112.114.111.99.195.169.100.117.114.101.32.100.105.115.116.97.110.116.101.32.40.82.80.67.41 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.4.34.67.108.105.101.110.116.32.100.101.32.115.117.105.118.105.32.100.101.32.108.105.101.110.32.100.105.115.116.114.105.98.117.195.169 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.34.83.101.114.118.105.99.101.32.100.101.32.99.97.99.104.101.32.100.101.32.112.111.108.105.99.101.32.87.105.110.100.111.119.115 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.35.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.115.32.99.111.110.110.101.120.105.111.110.115.32.87.105.110.100.111.119.115 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.35.77.97.112.112.101.117.114.32.100.101.32.112.111.105.110.116.32.100.101.32.116.101.114.109.105.110.97.105.115.111.110.32.82.80.67 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.4.35.83.101.114.118.105.99.101.32.100.101.32.115.116.114.97.116.195.169.103.105.101.32.100.101.32.100.105.97.103.110.111.115.116.105.99 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.36.83.101.114.118.105.99.101.32.73.110.116.101.114.102.97.99.101.32.100.117.32.109.97.103.97.115.105.110.32.114.195.169.115.101.97.117 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.36.83.101.114.118.105.99.101.32.97.110.116.105.118.105.114.117.115.32.77.105.99.114.111.115.111.102.116.32.68.101.102.101.110.100.101.114 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.37.67.111.110.110.97.105.115.115.97.110.99.101.32.100.101.115.32.101.109.112.108.97.99.101.109.101.110.116.115.32.114.195.169.115.101.97.117 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.37.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.32.99.111.109.112.116.101.115.32.100.101.32.115.195.169.99.117.114.105.116.195.169 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.4.38.77.101.116.116.114.101.32.195.160.32.106.111.117.114.32.108.101.32.115.101.114.118.105.99.101.32.79.114.99.104.101.115.116.114.97.116.111.114 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.38.83.101.114.118.105.99.101.32.100.101.32.100.195.169.112.108.111.105.101.109.101.110.116.32.65.112.112.88.32.40.65.112.112.88.83.86.67.41 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.4.39.86.77.119.97.114.101.32.65.108.105.97.115.32.77.97.110.97.103.101.114.32.97.110.100.32.84.105.99.107.101.116.32.83.101.114.118.105.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.40.83.101.114.118.101.117.114.32.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.32.108.105.99.101.110.99.101.115.32.87.105.110.100.111.119.115 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.40.83.101.114.118.105.99.101.32.66.114.111.107.101.114.32.100.101.115.32.195.169.118.195.169.110.101.109.101.110.116.115.32.115.121.115.116.195.168.109.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.41.67.111.111.114.100.105.110.97.116.101.117.114.32.100.101.32.116.114.97.110.115.97.99.116.105.111.110.115.32.100.105.115.116.114.105.98.117.195.169.101.115 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.42.83.101.114.118.105.99.101.32.66.114.111.107.101.114.32.112.111.117.114.32.108.101.115.32.99.111.110.110.101.120.105.111.110.115.32.114.195.169.115.101.97.117 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.42.83.101.114.118.105.99.101.32.83.116.97.116.101.32.82.101.112.111.115.105.116.111.114.121.32.40.83.116.97.116.101.82.101.112.111.115.105.116.111.114.121.41 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.43.83.101.114.118.105.99.101.32.117.116.105.108.105.115.97.116.101.117.114.32.100.117.32.80.114.101.115.115.101.45.112.97.112.105.101.114.115.95.55.54.99.51.102 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.44.65.115.115.105.115.116.97.110.116.32.67.111.110.110.101.120.105.111.110.32.97.118.101.99.32.117.110.32.99.111.109.112.116.101.32.77.105.99.114.111.115.111.102.116 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.44.71.101.115.116.105.111.110.32.195.160.32.100.105.115.116.97.110.99.101.32.100.101.32.87.105.110.100.111.119.115.32.40.71.101.115.116.105.111.110.32.87.83.77.41 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.45.83.101.114.118.105.99.101.32.66.114.111.107.101.114.32.112.111.117.114.32.108.101.115.32.195.169.118.195.169.110.101.109.101.110.116.115.32.104.111.114.97.105.114.101.115 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.46.77.111.100.117.108.101.115.32.100.101.32.103.195.169.110.195.169.114.97.116.105.111.110.32.100.101.32.99.108.195.169.115.32.73.75.69.32.101.116.32.65.117.116.104.73.80 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.46.83.101.114.118.105.99.101.32.100.101.32.112.108.97.116.101.102.111.114.109.101.32.100.101.115.32.97.112.112.97.114.101.105.108.115.32.99.111.110.110.101.99.116.195.169.115 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.47.71.101.115.116.105.111.110.110.97.105.114.101.32.100.226.128.153.105.110.115.116.97.108.108.97.116.105.111.110.32.100.101.32.112.195.169.114.105.112.104.195.169.114.105.113.117.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.48.72.195.180.116.101.32.100.117.32.102.111.117.114.110.105.115.115.101.117.114.32.100.101.32.100.195.169.99.111.117.118.101.114.116.101.32.100.101.32.102.111.110.99.116.105.111.110.115 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.48.83.101.114.118.105.99.101.32.100.101.32.106.111.117.114.110.97.108.105.115.97.116.105.111.110.32.100.101.115.32.97.99.99.195.168.115.32.117.116.105.108.105.115.97.116.101.117.114 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.48.83.101.114.118.105.99.101.194.160.83.83.84.80.32.40.83.101.99.117.114.101.32.83.111.99.107.101.116.32.84.117.110.110.101.108.105.110.103.32.80.114.111.116.111.99.111.108.41 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.49.83.101.114.118.105.99.101.32.100.101.32.110.111.116.105.102.105.99.97.116.105.111.110.32.100.226.128.153.195.169.118.195.169.110.101.109.101.110.116.115.32.115.121.115.116.195.168.109.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.49.83.101.114.118.105.99.101.32.100.101.32.116.114.97.110.115.102.101.114.116.32.105.110.116.101.108.108.105.103.101.110.116.32.101.110.32.97.114.114.105.195.168.114.101.45.112.108.97.110 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.49.83.101.114.118.105.99.101.32.100.117.32.115.121.115.116.195.168.109.101.32.100.101.32.110.111.116.105.102.105.99.97.116.105.111.110.115.32.80.117.115.104.32.87.105.110.100.111.119.115 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.50.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.115.32.99.111.110.110.101.120.105.111.110.115.32.100.226.128.153.97.99.99.195.168.115.32.195.160.32.100.105.115.116.97.110.99.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.52.83.101.114.118.105.99.101.32.71.101.115.116.105.111.110.110.97.105.114.101.32.100.226.128.153.97.99.99.195.168.115.32.97.117.120.32.102.111.110.99.116.105.111.110.110.97.108.105.116.195.169.115 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.54.80.117.98.108.105.99.97.116.105.111.110.32.100.101.115.32.114.101.115.115.111.117.114.99.101.115.32.100.101.32.100.195.169.99.111.117.118.101.114.116.101.32.100.101.32.102.111.110.99.116.105.111.110.115 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.54.83.101.114.118.105.99.101.32.100.101.32.108.226.128.153.65.115.115.105.115.116.97.110.116.32.67.111.109.112.97.116.105.98.105.108.105.116.195.169.32.100.101.115.32.112.114.111.103.114.97.109.109.101.115 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.55.83.101.114.118.105.99.101.32.100.226.128.153.105.110.102.114.97.115.116.114.117.99.116.117.114.101.32.100.101.115.32.116.195.162.99.104.101.115.32.101.110.32.97.114.114.105.195.168.114.101.45.112.108.97.110 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.4.55.83.101.114.118.105.99.101.32.117.116.105.108.105.115.97.116.101.117.114.32.100.101.32.110.111.116.105.102.105.99.97.116.105.111.110.115.32.80.117.115.104.32.87.105.110.100.111.119.115.95.55.54.99.51.102 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.57.69.120.112.195.169.114.105.101.110.99.101.115.32.100.101.115.32.117.116.105.108.105.115.97.116.101.117.114.115.32.99.111.110.110.101.99.116.195.169.115.32.101.116.32.116.195.169.108.195.169.109.195.169.116.114.105.101 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.63.83.101.114.118.105.99.101.32.100.117.32.99.108.97.118.105.101.114.32.116.97.99.116.105.108.101.32.101.116.32.100.117.32.118.111.108.101.116.32.100.226.128.153.195.169.99.114.105.116.117.114.101.32.109.97.110.117.115.99.114.105.116.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.4.66.83.101.114.118.105.99.101.32.100.226.128.153.105.110.115.112.101.99.116.105.111.110.32.114.195.169.115.101.97.117.32.100.101.32.108.226.128.153.97.110.116.105.118.105.114.117.115.32.77.105.99.114.111.115.111.102.116.32.68.101.102.101.110.100.101.114 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.69.83.101.114.118.105.99.101.32.112.111.117.114.32.117.116.105.108.105.115.97.116.101.117.114.32.100.101.32.112.108.97.116.101.102.111.114.109.101.32.100.226.128.153.97.112.112.97.114.101.105.108.115.32.99.111.110.110.101.99.116.195.169.115.95.55.54.99.51.102 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.4.78.83.101.114.118.105.99.101.32.100.101.32.100.195.169.99.111.117.118.101.114.116.101.32.97.117.116.111.109.97.116.105.113.117.101.32.100.101.32.80.114.111.120.121.32.87.101.98.32.112.111.117.114.32.108.101.115.32.115.101.114.118.105.99.101.115.32.72.84.84.80.32.87.105.110.100.111.119.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.7.83.101.114.118.101.117.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.7.83.121.115.77.97.105.110 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.7.84.104.195.168.109.101.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.10.67.108.105.101.110.116.32.68.78.83 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.11.67.108.105.101.110.116.32.68.72.67.80 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.12.65.108.105.109.101.110.116.97.116.105.111.110 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.12.83.101.114.118.105.99.101.32.83.78.77.80 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.12.86.77.119.97.114.101.32.84.111.111.108.115 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.5.13.65.115.115.105.115.116.97.110.99.101.32.73.80 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.13.67.111.114.101.77.101.115.115.97.103.105.110.103 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.13.80.108.117.103.45.97.110.100.45.80.108.97.121 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.13.84.101.109.112.115.32.87.105.110.100.111.119.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.14.87.105.110.100.111.119.115.32.85.112.100.97.116.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.18.83.116.97.116.105.111.110.32.100.101.32.116.114.97.118.97.105.108 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.5.19.83.101.114.118.105.99.101.32.100.101.32.115.116.111.99.107.97.103.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.20.82.101.103.105.115.116.114.101.32.195.160.32.100.105.115.116.97.110.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.21.73.115.111.108.97.116.105.111.110.32.100.101.32.99.108.195.169.32.67.78.71 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.23.83.101.114.118.105.99.101.115.32.100.101.32.99.104.105.102.102.114.101.109.101.110.116 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.23.83.112.111.117.108.101.117.114.32.100.226.128.153.105.109.112.114.101.115.115.105.111.110 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.24.80.108.97.110.105.102.105.99.97.116.101.117.114.32.100.101.32.116.195.162.99.104.101.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.25.65.112.112.108.105.99.97.116.105.111.110.32.115.121.115.116.195.168.109.101.32.67.79.77.43 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.25.79.112.116.105.109.105.115.97.116.105.111.110.32.100.101.32.108.105.118.114.97.105.115.111.110 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.25.80.97.114.101.45.102.101.117.32.87.105.110.100.111.119.115.32.68.101.102.101.110.100.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.26.68.195.169.116.101.99.116.105.111.110.32.109.97.116.195.169.114.105.101.108.32.110.111.121.97.117 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.26.77.111.116.101.117.114.32.100.101.32.102.105.108.116.114.97.103.101.32.100.101.32.98.97.115.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.26.83.101.114.118.105.99.101.32.76.105.115.116.101.32.100.101.115.32.114.195.169.115.101.97.117.120 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.27.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.32.99.111.109.112.116.101.115.32.119.101.98 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.27.78.83.67.108.105.101.110.116.43.43.32.77.111.110.105.116.111.114.105.110.103.32.65.103.101.110.116 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.29.65.115.115.105.115.116.97.110.99.101.32.78.101.116.66.73.79.83.32.115.117.114.32.84.67.80.47.73.80 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.29.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.115.32.117.116.105.108.105.115.97.116.101.117.114.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.29.83.101.114.118.105.99.101.32.100.101.32.112.114.111.102.105.108.32.117.116.105.108.105.115.97.116.101.117.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.29.83.121.115.116.195.168.109.101.32.100.226.128.153.195.169.118.195.169.110.101.109.101.110.116.32.67.79.77.43 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.30.67.108.105.101.110.116.32.100.101.32.115.116.114.97.116.195.169.103.105.101.32.100.101.32.103.114.111.117.112.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.30.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.32.115.101.115.115.105.111.110.32.108.111.99.97.108.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.32.74.111.117.114.110.97.108.32.100.226.128.153.195.169.118.195.169.110.101.109.101.110.116.115.32.87.105.110.100.111.119.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.33.73.110.102.114.97.115.116.114.117.99.116.117.114.101.32.100.101.32.103.101.115.116.105.111.110.32.87.105.110.100.111.119.115 = INTEGER: 2 +.1.3.6.1.4.1.77.1.2.3.1.5.33.76.97.110.99.101.117.114.32.100.101.32.112.114.111.99.101.115.115.117.115.32.115.101.114.118.101.117.114.32.68.67.79.77 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.33.83.101.114.118.105.99.101.32.100.101.32.115.116.114.97.116.195.169.103.105.101.32.100.39.97.102.102.105.99.104.97.103.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.34.65.112.112.101.108.32.100.101.32.112.114.111.99.195.169.100.117.114.101.32.100.105.115.116.97.110.116.101.32.40.82.80.67.41 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.34.67.108.105.101.110.116.32.100.101.32.115.117.105.118.105.32.100.101.32.108.105.101.110.32.100.105.115.116.114.105.98.117.195.169 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.34.83.101.114.118.105.99.101.32.100.101.32.99.97.99.104.101.32.100.101.32.112.111.108.105.99.101.32.87.105.110.100.111.119.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.35.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.115.32.99.111.110.110.101.120.105.111.110.115.32.87.105.110.100.111.119.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.35.77.97.112.112.101.117.114.32.100.101.32.112.111.105.110.116.32.100.101.32.116.101.114.109.105.110.97.105.115.111.110.32.82.80.67 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.35.83.101.114.118.105.99.101.32.100.101.32.115.116.114.97.116.195.169.103.105.101.32.100.101.32.100.105.97.103.110.111.115.116.105.99 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.36.83.101.114.118.105.99.101.32.73.110.116.101.114.102.97.99.101.32.100.117.32.109.97.103.97.115.105.110.32.114.195.169.115.101.97.117 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.36.83.101.114.118.105.99.101.32.97.110.116.105.118.105.114.117.115.32.77.105.99.114.111.115.111.102.116.32.68.101.102.101.110.100.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.37.67.111.110.110.97.105.115.115.97.110.99.101.32.100.101.115.32.101.109.112.108.97.99.101.109.101.110.116.115.32.114.195.169.115.101.97.117 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.37.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.32.99.111.109.112.116.101.115.32.100.101.32.115.195.169.99.117.114.105.116.195.169 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.38.77.101.116.116.114.101.32.195.160.32.106.111.117.114.32.108.101.32.115.101.114.118.105.99.101.32.79.114.99.104.101.115.116.114.97.116.111.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.38.83.101.114.118.105.99.101.32.100.101.32.100.195.169.112.108.111.105.101.109.101.110.116.32.65.112.112.88.32.40.65.112.112.88.83.86.67.41 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.39.86.77.119.97.114.101.32.65.108.105.97.115.32.77.97.110.97.103.101.114.32.97.110.100.32.84.105.99.107.101.116.32.83.101.114.118.105.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.40.83.101.114.118.101.117.114.32.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.32.108.105.99.101.110.99.101.115.32.87.105.110.100.111.119.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.40.83.101.114.118.105.99.101.32.66.114.111.107.101.114.32.100.101.115.32.195.169.118.195.169.110.101.109.101.110.116.115.32.115.121.115.116.195.168.109.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.41.67.111.111.114.100.105.110.97.116.101.117.114.32.100.101.32.116.114.97.110.115.97.99.116.105.111.110.115.32.100.105.115.116.114.105.98.117.195.169.101.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.42.83.101.114.118.105.99.101.32.66.114.111.107.101.114.32.112.111.117.114.32.108.101.115.32.99.111.110.110.101.120.105.111.110.115.32.114.195.169.115.101.97.117 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.42.83.101.114.118.105.99.101.32.83.116.97.116.101.32.82.101.112.111.115.105.116.111.114.121.32.40.83.116.97.116.101.82.101.112.111.115.105.116.111.114.121.41 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.43.83.101.114.118.105.99.101.32.117.116.105.108.105.115.97.116.101.117.114.32.100.117.32.80.114.101.115.115.101.45.112.97.112.105.101.114.115.95.55.54.99.51.102 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.44.65.115.115.105.115.116.97.110.116.32.67.111.110.110.101.120.105.111.110.32.97.118.101.99.32.117.110.32.99.111.109.112.116.101.32.77.105.99.114.111.115.111.102.116 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.44.71.101.115.116.105.111.110.32.195.160.32.100.105.115.116.97.110.99.101.32.100.101.32.87.105.110.100.111.119.115.32.40.71.101.115.116.105.111.110.32.87.83.77.41 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.45.83.101.114.118.105.99.101.32.66.114.111.107.101.114.32.112.111.117.114.32.108.101.115.32.195.169.118.195.169.110.101.109.101.110.116.115.32.104.111.114.97.105.114.101.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.46.77.111.100.117.108.101.115.32.100.101.32.103.195.169.110.195.169.114.97.116.105.111.110.32.100.101.32.99.108.195.169.115.32.73.75.69.32.101.116.32.65.117.116.104.73.80 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.46.83.101.114.118.105.99.101.32.100.101.32.112.108.97.116.101.102.111.114.109.101.32.100.101.115.32.97.112.112.97.114.101.105.108.115.32.99.111.110.110.101.99.116.195.169.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.47.71.101.115.116.105.111.110.110.97.105.114.101.32.100.226.128.153.105.110.115.116.97.108.108.97.116.105.111.110.32.100.101.32.112.195.169.114.105.112.104.195.169.114.105.113.117.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.48.72.195.180.116.101.32.100.117.32.102.111.117.114.110.105.115.115.101.117.114.32.100.101.32.100.195.169.99.111.117.118.101.114.116.101.32.100.101.32.102.111.110.99.116.105.111.110.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.48.83.101.114.118.105.99.101.32.100.101.32.106.111.117.114.110.97.108.105.115.97.116.105.111.110.32.100.101.115.32.97.99.99.195.168.115.32.117.116.105.108.105.115.97.116.101.117.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.48.83.101.114.118.105.99.101.194.160.83.83.84.80.32.40.83.101.99.117.114.101.32.83.111.99.107.101.116.32.84.117.110.110.101.108.105.110.103.32.80.114.111.116.111.99.111.108.41 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.49.83.101.114.118.105.99.101.32.100.101.32.110.111.116.105.102.105.99.97.116.105.111.110.32.100.226.128.153.195.169.118.195.169.110.101.109.101.110.116.115.32.115.121.115.116.195.168.109.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.49.83.101.114.118.105.99.101.32.100.101.32.116.114.97.110.115.102.101.114.116.32.105.110.116.101.108.108.105.103.101.110.116.32.101.110.32.97.114.114.105.195.168.114.101.45.112.108.97.110 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.49.83.101.114.118.105.99.101.32.100.117.32.115.121.115.116.195.168.109.101.32.100.101.32.110.111.116.105.102.105.99.97.116.105.111.110.115.32.80.117.115.104.32.87.105.110.100.111.119.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.50.71.101.115.116.105.111.110.110.97.105.114.101.32.100.101.115.32.99.111.110.110.101.120.105.111.110.115.32.100.226.128.153.97.99.99.195.168.115.32.195.160.32.100.105.115.116.97.110.99.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.52.83.101.114.118.105.99.101.32.71.101.115.116.105.111.110.110.97.105.114.101.32.100.226.128.153.97.99.99.195.168.115.32.97.117.120.32.102.111.110.99.116.105.111.110.110.97.108.105.116.195.169.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.54.80.117.98.108.105.99.97.116.105.111.110.32.100.101.115.32.114.101.115.115.111.117.114.99.101.115.32.100.101.32.100.195.169.99.111.117.118.101.114.116.101.32.100.101.32.102.111.110.99.116.105.111.110.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.54.83.101.114.118.105.99.101.32.100.101.32.108.226.128.153.65.115.115.105.115.116.97.110.116.32.67.111.109.112.97.116.105.98.105.108.105.116.195.169.32.100.101.115.32.112.114.111.103.114.97.109.109.101.115 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.55.83.101.114.118.105.99.101.32.100.226.128.153.105.110.102.114.97.115.116.114.117.99.116.117.114.101.32.100.101.115.32.116.195.162.99.104.101.115.32.101.110.32.97.114.114.105.195.168.114.101.45.112.108.97.110 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.55.83.101.114.118.105.99.101.32.117.116.105.108.105.115.97.116.101.117.114.32.100.101.32.110.111.116.105.102.105.99.97.116.105.111.110.115.32.80.117.115.104.32.87.105.110.100.111.119.115.95.55.54.99.51.102 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.57.69.120.112.195.169.114.105.101.110.99.101.115.32.100.101.115.32.117.116.105.108.105.115.97.116.101.117.114.115.32.99.111.110.110.101.99.116.195.169.115.32.101.116.32.116.195.169.108.195.169.109.195.169.116.114.105.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.63.83.101.114.118.105.99.101.32.100.117.32.99.108.97.118.105.101.114.32.116.97.99.116.105.108.101.32.101.116.32.100.117.32.118.111.108.101.116.32.100.226.128.153.195.169.99.114.105.116.117.114.101.32.109.97.110.117.115.99.114.105.116.101 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.66.83.101.114.118.105.99.101.32.100.226.128.153.105.110.115.112.101.99.116.105.111.110.32.114.195.169.115.101.97.117.32.100.101.32.108.226.128.153.97.110.116.105.118.105.114.117.115.32.77.105.99.114.111.115.111.102.116.32.68.101.102.101.110.100.101.114 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.69.83.101.114.118.105.99.101.32.112.111.117.114.32.117.116.105.108.105.115.97.116.101.117.114.32.100.101.32.112.108.97.116.101.102.111.114.109.101.32.100.226.128.153.97.112.112.97.114.101.105.108.115.32.99.111.110.110.101.99.116.195.169.115.95.55.54.99.51.102 = INTEGER: 1 +.1.3.6.1.4.1.77.1.2.3.1.5.78.83.101.114.118.105.99.101.32.100.101.32.100.195.169.99.111.117.118.101.114.116.101.32.97.117.116.111.109.97.116.105.113.117.101.32.100.101.32.80.114.111.120.121.32.87.101.98.32.112.111.117.114.32.108.101.115.32.115.101.114.118.105.99.101.115.32.72.84.84.80.32.87.105.110.100.111.119.115 = INTEGER: 1 From 48a70e481d1cc3af07bd840f0b89ac6b9098c958 Mon Sep 17 00:00:00 2001 From: omercier <32134301+omercier@users.noreply.github.com> Date: Mon, 25 Mar 2024 22:02:57 +0100 Subject: [PATCH 23/27] Support the use of a regexp to filter interface IDs (#4956) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: –ykacherCentreon --- src/snmp_standard/mode/interfaces.pm | 96 +- .../functional/snmp/network-interfaces.robot | 71 + .../snmp/network-interfaces.snmpwalk | 4490 +++++++++++++++++ tests/resources/spellcheck/stopwords.t | 27 + 4 files changed, 4642 insertions(+), 42 deletions(-) create mode 100644 tests/functional/snmp/network-interfaces.robot create mode 100644 tests/resources/snmp/network-interfaces.snmpwalk diff --git a/src/snmp_standard/mode/interfaces.pm b/src/snmp_standard/mode/interfaces.pm index c5bd5de151..ceebc8bcd4 100644 --- a/src/snmp_standard/mode/interfaces.pm +++ b/src/snmp_standard/mode/interfaces.pm @@ -32,7 +32,7 @@ use Safe; # Calc functions ######################### sub custom_threshold_output { - my ($self, %options) = @_; + my ($self, %options) = @_; my $status = 'ok'; if (defined($self->{instance_mode}->{option_results}->{critical_status}) && $self->{instance_mode}->{option_results}->{critical_status} ne '' && @@ -278,7 +278,7 @@ sub custom_traffic_threshold { sub custom_traffic_output { my ($self, %options) = @_; - my ($traffic_value, $traffic_unit) = $self->{perfdata}->change_bytes(value => $self->{result_values}->{traffic_per_seconds}, network => 1); + my ($traffic_value, $traffic_unit) = $self->{perfdata}->change_bytes(value => $self->{result_values}->{traffic_per_seconds}, network => 1); return sprintf( 'Traffic %s : %s/s (%s)', ucfirst($self->{result_values}->{label}), $traffic_value . $traffic_unit, @@ -298,7 +298,7 @@ sub custom_traffic_calc { my $diff_traffic = ($options{new_datas}->{ $self->{instance} . '_' . $options{extra_options}->{label_ref} } - $options{old_datas}->{ $self->{instance} . '_' . $options{extra_options}->{label_ref} }); $self->{result_values}->{traffic_per_seconds} = $diff_traffic / $options{delta_time}; $self->{result_values}->{traffic_counter} = $options{new_datas}->{ $self->{instance} . '_' . $options{extra_options}->{label_ref} }; - if (defined($options{new_datas}->{$self->{instance} . '_speed_' . $options{extra_options}->{label_ref}}) && + if (defined($options{new_datas}->{$self->{instance} . '_speed_' . $options{extra_options}->{label_ref}}) && $options{new_datas}->{$self->{instance} . '_speed_' . $options{extra_options}->{label_ref}} > 0) { $self->{result_values}->{traffic_prct} = $self->{result_values}->{traffic_per_seconds} * 100 / $options{new_datas}->{$self->{instance} . '_speed_' . $options{extra_options}->{label_ref}}; $self->{result_values}->{speed} = $options{new_datas}->{$self->{instance} . '_speed_' . $options{extra_options}->{label_ref}}; @@ -402,10 +402,10 @@ sub custom_errors_calc { } my $errors = $options{new_datas}->{ $self->{instance} . '_' . $options{extra_options}->{label_ref1} . $options{extra_options}->{label_ref2} }; - my $errors_diff = ($options{new_datas}->{ $self->{instance} . '_' . $options{extra_options}->{label_ref1} . $options{extra_options}->{label_ref2} } - + my $errors_diff = ($options{new_datas}->{ $self->{instance} . '_' . $options{extra_options}->{label_ref1} . $options{extra_options}->{label_ref2} } - $options{old_datas}->{ $self->{instance} . '_' . $options{extra_options}->{label_ref1} . $options{extra_options}->{label_ref2} }); my $total = $options{new_datas}->{$self->{instance} . '_total_' . $options{extra_options}->{label_ref1} . '_packets'}; - my $total_diff = ($options{new_datas}->{$self->{instance} . '_total_' . $options{extra_options}->{label_ref1} . '_packets'} - + my $total_diff = ($options{new_datas}->{$self->{instance} . '_total_' . $options{extra_options}->{label_ref1} . '_packets'} - $options{old_datas}->{$self->{instance} . '_total_' . $options{extra_options}->{label_ref1} . '_packets'}); $self->{result_values}->{prct} = 0; @@ -456,7 +456,7 @@ sub custom_speed_calc { sub set_counters_global { my ($self, %options) = @_; - push @{$self->{maps_counters}->{global}}, + push @{$self->{maps_counters}->{global}}, { label => 'total-port', filter => 'add_global', nlabel => 'total.interfaces.count', set => { key_values => [ { name => 'total_port' } ], output_template => 'Total port : %s', output_error_template => 'Total port : %s', @@ -509,7 +509,7 @@ sub set_counters_global { sub set_counters_status { my ($self, %options) = @_; - push @{$self->{maps_counters}->{int}}, + push @{$self->{maps_counters}->{int}}, { label => 'status', filter => 'add_status', threshold => 0, set => { key_values => $self->set_key_values_status(), closure_custom_calc => $self->can('custom_status_calc'), @@ -526,7 +526,7 @@ sub set_counters_traffic { return if ($self->{no_traffic} != 0 && $self->{no_set_traffic} != 0); - push @{$self->{maps_counters}->{int}}, + push @{$self->{maps_counters}->{int}}, { label => 'in-traffic', filter => 'add_traffic', nlabel => 'interface.traffic.in.bitspersecond', set => { key_values => $self->set_key_values_in_traffic(), closure_custom_calc => $self->can('custom_traffic_calc'), closure_custom_calc_extra_options => { label_ref => 'in' }, @@ -551,7 +551,7 @@ sub set_counters_errors { return if ($self->{no_errors} != 0 && $self->{no_set_errors} != 0); - push @{$self->{maps_counters}->{int}}, + push @{$self->{maps_counters}->{int}}, { label => 'in-discard', filter => 'add_errors', nlabel => 'interface.packets.in.discard.count', set => { key_values => [ { name => 'indiscard', diff => 1 }, { name => 'total_in_packets', diff => 1 }, { name => 'display' }, { name => 'mode_cast' } ], closure_custom_calc => $self->can('custom_errors_calc'), closure_custom_calc_extra_options => { label_ref1 => 'in', label_ref2 => 'discard' }, @@ -592,7 +592,7 @@ sub set_counters_cast { return if ($self->{no_cast} != 0 && $self->{no_set_cast} != 0); - push @{$self->{maps_counters}->{int}}, + push @{$self->{maps_counters}->{int}}, { label => 'in-ucast', filter => 'add_cast', nlabel => 'interface.packets.in.unicast.count', set => { key_values => [ { name => 'iucast', diff => 1 }, { name => 'imcast', diff => 1 }, { name => 'ibcast', diff => 1 }, { name => 'display' }, { name => 'mode_cast' } ], closure_custom_calc => $self->can('custom_cast_calc'), @@ -655,7 +655,7 @@ sub set_counters_speed { return if ($self->{no_speed} != 0 && $self->{no_set_speed} != 0); - push @{$self->{maps_counters}->{int}}, + push @{$self->{maps_counters}->{int}}, { label => 'speed', filter => 'add_speed', nlabel => 'interface.speed.bitspersecond', set => { key_values => [ { name => 'speed' }, { name => 'display' } ], closure_custom_calc => $self->can('custom_speed_calc'), @@ -676,7 +676,7 @@ sub set_counters_volume { return if ($self->{no_volume} != 0 && $self->{no_set_volume} != 0); - push @{$self->{maps_counters}->{int}}, + push @{$self->{maps_counters}->{int}}, { label => 'in-volume', filter => 'add_volume', nlabel => 'interface.volume.in.bytes', set => { key_values => [ { name => 'in_volume', diff => 1 }, { name => 'display' } ], output_template => 'Volume In : %.2f %s', @@ -927,13 +927,14 @@ sub new { bless $self, $class; $self->{no_oid_options} = defined($options{no_oid_options}) && $options{no_oid_options} =~ /^[01]$/ ? $options{no_oid_options} : 0; - $self->{no_interfaceid_options} = defined($options{no_interfaceid_options}) && $options{no_interfaceid_options} =~ /^[01]$/ ? + $self->{no_interfaceid_options} = defined($options{no_interfaceid_options}) && $options{no_interfaceid_options} =~ /^[01]$/ ? $options{no_interfaceid_options} : 0; $options{options}->add_options(arguments => { 'add-global' => { name => 'add_global' }, 'add-status' => { name => 'add_status' }, 'add-duplex-status' => { name => 'add_duplex_status' }, + 'regex-id' => { name => 'regex_id' }, 'warning-status:s' => { name => 'warning_status', default => $self->default_warning_status() }, 'critical-status:s' => { name => 'critical_status', default => $self->default_critical_status() }, 'check-metrics:s' => { name => 'check_metrics', default => $self->default_check_metrics() }, @@ -1042,7 +1043,7 @@ sub check_options { $self->{output}->add_option_msg(short_msg => 'Cannot use option --add-speed with --speed, --speed-in or --speed-out options.'); $self->{output}->option_exit(); } - + # If no options, we set status if (!defined($self->{option_results}->{add_global}) && !defined($self->{option_results}->{add_status}) && !defined($self->{option_results}->{add_traffic}) && @@ -1143,7 +1144,7 @@ sub reload_cache { if ($func = $self->can($self->{oids_label}->{ $self->{option_results}->{oid_display} }->{get})) { $func->($self, snmp_get => $snmp_get, name => $self->{option_results}->{oid_display}); } - if (defined($self->{option_results}->{oid_extra_display}) && + if (defined($self->{option_results}->{oid_extra_display}) && ($func = $self->can($self->{oids_label}->{ $self->{option_results}->{oid_extra_display} }->{get}))) { $func->($self, snmp_get => $snmp_get, name => $self->{option_results}->{oid_extra_display}); } @@ -1166,12 +1167,12 @@ sub reload_cache { $func = $self->can($self->{oids_label}->{$self->{option_results}->{oid_display}}->{cache}); $func->($self, result => $result, datas => $datas, name => $self->{option_results}->{oid_display}); } - if (defined($self->{option_results}->{oid_extra_display}) && $self->{option_results}->{oid_extra_display} ne $self->{option_results}->{oid_display} && + if (defined($self->{option_results}->{oid_extra_display}) && $self->{option_results}->{oid_extra_display} ne $self->{option_results}->{oid_display} && $self->{option_results}->{oid_extra_display} ne $self->{option_results}->{oid_filter}) { $func = $self->can($self->{oids_label}->{$self->{option_results}->{oid_extra_display}}->{cache}); $func->($self, result => $result, datas => $datas, name => $self->{option_results}->{oid_extra_display}); } - + $self->{statefile_cache}->write(data => $datas); } @@ -1205,11 +1206,17 @@ sub get_selection { } my $all_ids = $self->{statefile_cache}->get(name => 'all_ids'); - if (!defined($self->{option_results}->{use_name}) && defined($self->{option_results}->{interface}) + if (!defined($self->{option_results}->{use_name}) && defined($self->{option_results}->{interface}) && $self->{no_interfaceid_options} == 0) { - foreach (@{$all_ids}) { - if ($self->{option_results}->{interface} =~ /(^|\s|,)$_(\s*,|$)/) { - $self->add_selected_interface(id => $_); + + for my $id (@{$all_ids}) { + + if (defined($self->{option_results}->{regex_id}) # with option regex_id + and $id =~ /$self->{option_results}->{interface}/ # id must match the regex + or !defined($self->{option_results}->{regex_id}) # without the option + and $self->{option_results}->{interface} =~ /(^|\s|,)$id(\s*,|$)/ # the id must be part of the list + ) { + $self->add_selected_interface(id => $id); } } } else { @@ -1305,7 +1312,7 @@ sub load_cast { my ($self, %options) = @_; $self->set_oids_cast(); - if (!defined($self->{option_results}->{force_counters64})) { + if (!defined($self->{option_results}->{force_counters64})) { $self->{snmp}->load( oids => [ $self->{oid_ifInUcastPkts}, $self->{oid_ifInBroadcastPkts}, $self->{oid_ifInMulticastPkts}, @@ -1360,7 +1367,7 @@ sub manage_selection { my $custom_add_result_method = $self->can('custom_add_result'); $self->get_selection(); - $self->{array_interface_selected} = [keys %{$self->{int}}]; + $self->{array_interface_selected} = [keys %{$self->{int}}]; $self->load_status() if (defined($self->{option_results}->{add_status}) || defined($self->{option_results}->{add_global})); $self->load_errors() if (defined($self->{option_results}->{add_errors})); $self->load_traffic() if (defined($self->{option_results}->{add_traffic})); @@ -1372,7 +1379,7 @@ sub manage_selection { $self->{results} = $self->{snmp}->get_leef(); $self->pre_result(); - $self->add_result_global() if (defined($self->{option_results}->{add_global})); + $self->add_result_global() if (defined($self->{option_results}->{add_global})); foreach (@{$self->{array_interface_selected}}) { $self->add_result_status(instance => $_) if (defined($self->{option_results}->{add_status})); $self->add_result_traffic(instance => $_) if (defined($self->{option_results}->{add_traffic})); @@ -1383,7 +1390,7 @@ sub manage_selection { $self->$custom_add_result_method(instance => $_) if ($custom_add_result_method); } - $self->{cache_name} = 'snmpstandard_' . $options{snmp}->get_hostname() . '_' . $options{snmp}->get_port() . '_' . $self->{mode} . '_' . + $self->{cache_name} = 'snmpstandard_' . $options{snmp}->get_hostname() . '_' . $options{snmp}->get_port() . '_' . $self->{mode} . '_' . (defined($self->{option_results}->{filter_counters}) ? md5_hex($self->{option_results}->{filter_counters}) : md5_hex('all')) . '_' . (defined($self->{option_results}->{interface}) ? md5_hex($self->{option_results}->{interface}) : md5_hex('all')) . '_' . md5_hex($self->{checking}); @@ -1444,12 +1451,12 @@ sub pre_result { $self->{map_speed_dsl}->[$i]->{speed_in} = $results->{ $self->{oid_adslAturCurrAttainableRate} . '.' . $self->{map_speed_dsl}->[$i]->{dst_index} } if (defined($results->{ $self->{oid_adslAturCurrAttainableRate} . '.' . $self->{map_speed_dsl}->[$i]->{dst_index} })); $self->{map_speed_dsl}->[$i]->{speed_out} = $results->{ $self->{oid_adslAtucCurrAttainableRate} . '.' . $self->{map_speed_dsl}->[$i]->{dst_index} } - if (defined($results->{ $self->{oid_adslAtucCurrAttainableRate} . '.' . $self->{map_speed_dsl}->[$i]->{dst_index} })); + if (defined($results->{ $self->{oid_adslAtucCurrAttainableRate} . '.' . $self->{map_speed_dsl}->[$i]->{dst_index} })); } elsif ($self->{results}->{ $self->{oid_iftype} . '.' . $self->{map_speed_dsl}->[$i]->{dst_index} } == 251) { $self->{map_speed_dsl}->[$i]->{speed_in} = $results->{ $self->{oid_xdsl2LineStatusAttainableRateDs} . '.' . $self->{map_speed_dsl}->[$i]->{dst_index} } if (defined($results->{ $self->{oid_xdsl2LineStatusAttainableRateDs} . '.' . $self->{map_speed_dsl}->[$i]->{dst_index} })); $self->{map_speed_dsl}->[$i]->{speed_out} = $results->{ $self->{oid_xdsl2LineStatusAttainableRateUs} . '.' . $self->{map_speed_dsl}->[$i]->{dst_index} } - if (defined($results->{ $self->{oid_xdsl2LineStatusAttainableRateUs} . '.' . $self->{map_speed_dsl}->[$i]->{dst_index} })); + if (defined($results->{ $self->{oid_xdsl2LineStatusAttainableRateUs} . '.' . $self->{map_speed_dsl}->[$i]->{dst_index} })); } } } @@ -1458,7 +1465,7 @@ sub pre_result { sub add_result_status { my ($self, %options) = @_; - + $self->{int}->{$options{instance}}->{opstatus} = defined($self->{results}->{$self->{oid_opstatus} . '.' . $options{instance}}) ? $self->{oid_opstatus_mapping}->{$self->{results}->{$self->{oid_opstatus} . '.' . $options{instance}}} : undef; $self->{int}->{$options{instance}}->{admstatus} = defined($self->{results}->{$self->{oid_adminstatus} . '.' . $options{instance}}) ? $self->{oid_adminstatus_mapping}->{$self->{results}->{$self->{oid_adminstatus} . '.' . $options{instance}}} : undef; $self->{int}->{$options{instance}}->{duplexstatus} = defined($self->{results}->{$self->{oid_duplexstatus} . '.' . $options{instance}}) ? $self->{oid_duplexstatus_mapping}->{$self->{results}->{$self->{oid_duplexstatus} . '.' . $options{instance}}} : 'n/a'; @@ -1466,7 +1473,7 @@ sub add_result_status { sub add_result_errors { my ($self, %options) = @_; - + $self->{int}->{$options{instance}}->{indiscard} = $self->{results}->{$self->{oid_ifInDiscards} . '.' . $options{instance}}; $self->{int}->{$options{instance}}->{inerror} = $self->{results}->{$self->{oid_ifInErrors} . '.' . $options{instance}}; $self->{int}->{$options{instance}}->{outdiscard} = $self->{results}->{$self->{oid_ifOutDiscards} . '.' . $options{instance}}; @@ -1475,7 +1482,7 @@ sub add_result_errors { sub add_result_traffic { my ($self, %options) = @_; - + $self->{int}->{$options{instance}}->{mode_traffic} = 32; $self->{int}->{$options{instance}}->{in} = $self->{results}->{$self->{oid_in32} . '.' . $options{instance}}; $self->{int}->{$options{instance}}->{out} = $self->{results}->{$self->{oid_out32} . '.' . $options{instance}}; @@ -1510,7 +1517,7 @@ sub add_result_traffic { } else { $interface_speed = $self->{results}->{$self->{oid_speed32} . '.' . $options{instance}}; } - + $self->{int}->{$options{instance}}->{speed_in} = $interface_speed; $self->{int}->{$options{instance}}->{speed_out} = $interface_speed; @@ -1526,10 +1533,10 @@ sub add_result_traffic { $self->{int}->{$options{instance}}->{speed_out} = $self->{option_results}->{speed_out} * 1000000 if (defined($self->{option_results}->{speed_out}) && $self->{option_results}->{speed_out} ne ''); } } - + sub add_result_cast { my ($self, %options) = @_; - + $self->{int}->{$options{instance}}->{mode_cast} = 32; $self->{int}->{$options{instance}}->{iucast} = $self->{results}->{$self->{oid_ifInUcastPkts} . '.' . $options{instance}}; $self->{int}->{$options{instance}}->{ibcast} = defined($self->{results}->{$self->{oid_ifInBroadcastPkts} . '.' . $options{instance}}) ? $self->{results}->{$self->{oid_ifInBroadcastPkts} . '.' . $options{instance}} : 0; @@ -1551,11 +1558,11 @@ sub add_result_cast { $self->{int}->{$options{instance}}->{mode_cast} = 64; } } - + foreach (('iucast', 'imcast', 'ibcast', 'oucast', 'omcast', 'obcast')) { $self->{int}->{$options{instance}}->{$_} = 0 if (!defined($self->{int}->{$options{instance}}->{$_})); } - + # https://tools.ietf.org/html/rfc3635 : The IF-MIB octet counters # count the number of octets sent to or received from the layer below # this interface, whereas the packet counters count the number of @@ -1585,13 +1592,13 @@ sub add_result_speed { } else { $interface_speed = $self->{results}->{$self->{oid_speed32} . "." . $options{instance}}; } - + $self->{int}->{$options{instance}}->{speed} = $interface_speed; } sub add_result_volume { my ($self, %options) = @_; - + $self->{int}->{$options{instance}}->{mode_traffic} = 32; $self->{int}->{$options{instance}}->{in_volume} = $self->{results}->{$self->{oid_in32} . '.' . $options{instance}}; $self->{int}->{$options{instance}}->{out_volume} = $self->{results}->{$self->{oid_out32} . '.' . $options{instance}}; @@ -1683,15 +1690,20 @@ Units of thresholds for communication types (default: 'percent_delta') ('percent =item B<--nagvis-perfdata> -Display traffic perfdata to be compatible with nagvis widget. +Display traffic perfdata to be compatible with NagVis widget. =item B<--interface> -Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). +Define the interface filter on IDs (OID indexes, e.g.: 1,2,...). If empty, all interfaces will be monitored. +To filter on interface names, see --name. =item B<--name> -Allows you to define the interface (in option --interface) by name instead of OID index. The name matching mode supports regular expressions. +With this option, the interfaces will be filtered by name (given in option --interface) instead of OID index. The name matching mode supports regular expressions. + +=item B<--regex-id> + +With this option, interface IDs will be filtered using the --interface parameter as a regular expression instead of a list of IDs. =item B<--speed> @@ -1707,7 +1719,7 @@ Set interface speed for outgoing traffic (in Mb). =item B<--map-speed-dsl> -Get interface speed configuration for interface type 'adsl' and 'vdsl2'. +Get interface speed configuration for interfaces of type 'ADSL' and 'VDSL2'. Syntax: --map-speed-dsl=interface-src-name,interface-dsl-name @@ -1719,7 +1731,7 @@ Force to use 64 bits counters only. Can be used to improve performance. =item B<--force-counters32> -Force to use 32 bits counters (even in snmp v2c and v3). Should be used when 64 bits counters are buggy. +Force to use 32-bits counters (even with SNMP versions 2c and 3). To use when 64 bits counters are buggy. =item B<--reload-cache-time> diff --git a/tests/functional/snmp/network-interfaces.robot b/tests/functional/snmp/network-interfaces.robot new file mode 100644 index 0000000000..96a9196149 --- /dev/null +++ b/tests/functional/snmp/network-interfaces.robot @@ -0,0 +1,71 @@ +*** Settings *** +Documentation Network Interfaces + +Library OperatingSystem +Library String +Library Examples + +Test Timeout 120s + + +*** Variables *** +${CENTREON_PLUGINS} ${CURDIR}${/}..${/}..${/}..${/}src${/}centreon_plugins.pl + +${CMD} perl ${CENTREON_PLUGINS} +... --plugin=os::linux::snmp::plugin +... --mode=interfaces +... --hostname=127.0.0.1 +... --snmp-port=2024 +... --snmp-community=network-interfaces +... --statefile-dir=/tmp/ + +${PERCENT} % + +${COND} ${PERCENT}\{sub\} =~ /exited/ && ${PERCENT}{display} =~ /network/' + +*** Test Cases *** +Interfaces by id ${tc}/5 + [Tags] os linux network interfaces + ${command} Catenate + ... ${CMD} + ... --interface='${filter}' + ... ${extra_options} + + + ${output} Run ${command} + ${output} Strip String ${output} + Should Be Equal As Strings + ... ${output} + ... ${expected_result} + ... \nWrong output result for command:\n${command}\n\nExpected:\n${expected_result}\nCommand output:\n${output}\n + + Examples: tc filter extra_options expected_result -- + ... 1 1 ${EMPTY} OK: Interface 'lo' Status : up (admin: up) + ... 2 1,3 --add-traffic OK: All interfaces are ok + ... 3 1,3 --add-traffic OK: All interfaces are ok | 'traffic_in_lo'=0.00b/s;;;0;10000000 'traffic_out_lo'=0.00b/s;;;0;10000000 'traffic_in_eth1'=0.00b/s;;;0;1000000000 'traffic_out_eth1'=0.00b/s;;;0;1000000000 + ... 4 2,3,4 --add-traffic OK: All interfaces are ok + ... 5 2,3,4 --add-traffic OK: All interfaces are ok | 'traffic_in_eth0'=0.00b/s;;;0;1000000000 'traffic_out_eth0'=0.00b/s;;;0;1000000000 'traffic_in_eth1'=0.00b/s;;;0;1000000000 'traffic_out_eth1'=0.00b/s;;;0;1000000000 'traffic_in_eth2'=0.00b/s;;;0;1000000000 'traffic_out_eth2'=0.00b/s;;;0;1000000000 + +Interfaces by id regexp ${tc}/6 + [Tags] os linux network interfaces + ${command} Catenate + ... ${CMD} + ... --interface='${filter}' + ... --regex-id + ... ${extra_options} + + + ${output} Run ${command} + ${output} Strip String ${output} + Should Be Equal As Strings + ... ${output} + ... ${expected_result} + ... \nWrong output result for command:\n${command}\n\nExpected:\n${expected_result}\nCommand output:\n${output}\n + + Examples: tc filter extra_options expected_result -- + ... 1 ^1$ ${EMPTY} OK: Interface 'lo' Status : up (admin: up) + ... 2 1 ${EMPTY} OK: Interface 'lo' Status : up (admin: up) + ... 3 [13] --add-traffic OK: All interfaces are ok + ... 4 [13] --add-traffic OK: All interfaces are ok | 'traffic_in_lo'=0.00b/s;;;0;10000000 'traffic_out_lo'=0.00b/s;;;0;10000000 'traffic_in_eth1'=0.00b/s;;;0;1000000000 'traffic_out_eth1'=0.00b/s;;;0;1000000000 + ... 5 [234] --add-traffic OK: All interfaces are ok + ... 6 [234] --add-traffic OK: All interfaces are ok | 'traffic_in_eth0'=0.00b/s;;;0;1000000000 'traffic_out_eth0'=0.00b/s;;;0;1000000000 'traffic_in_eth1'=0.00b/s;;;0;1000000000 'traffic_out_eth1'=0.00b/s;;;0;1000000000 'traffic_in_eth2'=0.00b/s;;;0;1000000000 'traffic_out_eth2'=0.00b/s;;;0;1000000000 diff --git a/tests/resources/snmp/network-interfaces.snmpwalk b/tests/resources/snmp/network-interfaces.snmpwalk new file mode 100644 index 0000000000..fa24f5d69d --- /dev/null +++ b/tests/resources/snmp/network-interfaces.snmpwalk @@ -0,0 +1,4490 @@ +.1.3.6.1.2.1.1.1.0 = STRING: "Linux server-debian11 5.10.0-28-amd64 #1 SMP Debian 5.10.209-2 (2024-01-31) x86_64" +.1.3.6.1.2.1.1.2.0 = OID: .1.3.6.1.4.1.8072.3.2.10 +.1.3.6.1.2.1.1.3.0 = 8074 +.1.3.6.1.2.1.1.4.0 = STRING: "Me " +.1.3.6.1.2.1.1.5.0 = STRING: "server-debian11" +.1.3.6.1.2.1.1.6.0 = STRING: "Sitting on the Dock of the Bay" +.1.3.6.1.2.1.1.7.0 = INTEGER: 72 +.1.3.6.1.2.1.1.8.0 = 0 +.1.3.6.1.2.1.1.9.1.2.1 = OID: .1.3.6.1.6.3.10.3.1.1 +.1.3.6.1.2.1.1.9.1.2.2 = OID: .1.3.6.1.6.3.11.3.1.1 +.1.3.6.1.2.1.1.9.1.2.3 = OID: .1.3.6.1.6.3.15.2.1.1 +.1.3.6.1.2.1.1.9.1.2.4 = OID: .1.3.6.1.6.3.1 +.1.3.6.1.2.1.1.9.1.2.5 = OID: .1.3.6.1.6.3.16.2.2.1 +.1.3.6.1.2.1.1.9.1.2.6 = OID: .1.3.6.1.2.1.49 +.1.3.6.1.2.1.1.9.1.2.7 = OID: .1.3.6.1.2.1.50 +.1.3.6.1.2.1.1.9.1.2.8 = OID: .1.3.6.1.2.1.4 +.1.3.6.1.2.1.1.9.1.2.9 = OID: .1.3.6.1.6.3.13.3.1.3 +.1.3.6.1.2.1.1.9.1.2.10 = OID: .1.3.6.1.2.1.92 +.1.3.6.1.2.1.1.9.1.3.1 = STRING: "The SNMP Management Architecture MIB." +.1.3.6.1.2.1.1.9.1.3.2 = STRING: "The MIB for Message Processing and Dispatching." +.1.3.6.1.2.1.1.9.1.3.3 = STRING: "The management information definitions for the SNMP User-based Security Model." +.1.3.6.1.2.1.1.9.1.3.4 = STRING: "The MIB module for SNMPv2 entities" +.1.3.6.1.2.1.1.9.1.3.5 = STRING: "View-based Access Control Model for SNMP." +.1.3.6.1.2.1.1.9.1.3.6 = STRING: "The MIB module for managing TCP implementations" +.1.3.6.1.2.1.1.9.1.3.7 = STRING: "The MIB module for managing UDP implementations" +.1.3.6.1.2.1.1.9.1.3.8 = STRING: "The MIB module for managing IP and ICMP implementations" +.1.3.6.1.2.1.1.9.1.3.9 = STRING: "The MIB modules for managing SNMP Notification, plus filtering." +.1.3.6.1.2.1.1.9.1.3.10 = STRING: "The MIB module for logging SNMP Notifications." +.1.3.6.1.2.1.1.9.1.4.1 = 0 +.1.3.6.1.2.1.1.9.1.4.2 = 0 +.1.3.6.1.2.1.1.9.1.4.3 = 0 +.1.3.6.1.2.1.1.9.1.4.4 = 0 +.1.3.6.1.2.1.1.9.1.4.5 = 0 +.1.3.6.1.2.1.1.9.1.4.6 = 0 +.1.3.6.1.2.1.1.9.1.4.7 = 0 +.1.3.6.1.2.1.1.9.1.4.8 = 0 +.1.3.6.1.2.1.1.9.1.4.9 = 0 +.1.3.6.1.2.1.1.9.1.4.10 = 0 +.1.3.6.1.2.1.2.1.0 = INTEGER: 5 +.1.3.6.1.2.1.2.2.1.1.1 = INTEGER: 1 +.1.3.6.1.2.1.2.2.1.1.2 = INTEGER: 2 +.1.3.6.1.2.1.2.2.1.1.3 = INTEGER: 3 +.1.3.6.1.2.1.2.2.1.1.4 = INTEGER: 4 +.1.3.6.1.2.1.2.2.1.1.5 = INTEGER: 5 +.1.3.6.1.2.1.2.2.1.2.1 = STRING: "lo" +.1.3.6.1.2.1.2.2.1.2.2 = STRING: "Intel Corporation 82540EM Gigabit Ethernet Controller" +.1.3.6.1.2.1.2.2.1.2.3 = STRING: "Intel Corporation 82540EM Gigabit Ethernet Controller" +.1.3.6.1.2.1.2.2.1.2.4 = STRING: "Intel Corporation 82540EM Gigabit Ethernet Controller" +.1.3.6.1.2.1.2.2.1.2.5 = STRING: "Intel Corporation 82540EM Gigabit Ethernet Controller" +.1.3.6.1.2.1.2.2.1.3.1 = INTEGER: 24 +.1.3.6.1.2.1.2.2.1.3.2 = INTEGER: 6 +.1.3.6.1.2.1.2.2.1.3.3 = INTEGER: 6 +.1.3.6.1.2.1.2.2.1.3.4 = INTEGER: 6 +.1.3.6.1.2.1.2.2.1.3.5 = INTEGER: 6 +.1.3.6.1.2.1.2.2.1.4.1 = INTEGER: 65536 +.1.3.6.1.2.1.2.2.1.4.2 = INTEGER: 1500 +.1.3.6.1.2.1.2.2.1.4.3 = INTEGER: 1500 +.1.3.6.1.2.1.2.2.1.4.4 = INTEGER: 1500 +.1.3.6.1.2.1.2.2.1.4.5 = INTEGER: 1500 +.1.3.6.1.2.1.2.2.1.5.1 = Gauge32: 10000000 +.1.3.6.1.2.1.2.2.1.5.2 = Gauge32: 1000000000 +.1.3.6.1.2.1.2.2.1.5.3 = Gauge32: 1000000000 +.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.6.1 = "" +.1.3.6.1.2.1.2.2.1.6.2 = Hex-STRING: 08 00 27 8D C0 4D +.1.3.6.1.2.1.2.2.1.6.3 = Hex-STRING: 08 00 27 3C 26 92 +.1.3.6.1.2.1.2.2.1.6.4 = Hex-STRING: 08 00 27 FE 8E E3 +.1.3.6.1.2.1.2.2.1.6.5 = Hex-STRING: 08 00 27 A4 62 F7 +.1.3.6.1.2.1.2.2.1.7.1 = INTEGER: 1 +.1.3.6.1.2.1.2.2.1.7.2 = INTEGER: 1 +.1.3.6.1.2.1.2.2.1.7.3 = INTEGER: 1 +.1.3.6.1.2.1.2.2.1.7.4 = INTEGER: 1 +.1.3.6.1.2.1.2.2.1.7.5 = INTEGER: 1 +.1.3.6.1.2.1.2.2.1.8.1 = INTEGER: 1 +.1.3.6.1.2.1.2.2.1.8.2 = INTEGER: 1 +.1.3.6.1.2.1.2.2.1.8.3 = INTEGER: 1 +.1.3.6.1.2.1.2.2.1.8.4 = INTEGER: 1 +.1.3.6.1.2.1.2.2.1.8.5 = INTEGER: 1 +.1.3.6.1.2.1.2.2.1.9.1 = 0 +.1.3.6.1.2.1.2.2.1.9.2 = 0 +.1.3.6.1.2.1.2.2.1.9.3 = 0 +.1.3.6.1.2.1.2.2.1.9.4 = 0 +.1.3.6.1.2.1.2.2.1.9.5 = 0 +.1.3.6.1.2.1.2.2.1.10.1 = Counter32: 1904 +.1.3.6.1.2.1.2.2.1.10.2 = Counter32: 175123 +.1.3.6.1.2.1.2.2.1.10.3 = Counter32: 525425 +.1.3.6.1.2.1.2.2.1.10.4 = Counter32: 0 +.1.3.6.1.2.1.2.2.1.10.5 = Counter32: 0 +.1.3.6.1.2.1.2.2.1.11.1 = Counter32: 20 +.1.3.6.1.2.1.2.2.1.11.2 = Counter32: 1706 +.1.3.6.1.2.1.2.2.1.11.3 = Counter32: 5363 +.1.3.6.1.2.1.2.2.1.11.4 = Counter32: 0 +.1.3.6.1.2.1.2.2.1.11.5 = Counter32: 0 +.1.3.6.1.2.1.2.2.1.12.1 = Counter32: 0 +.1.3.6.1.2.1.2.2.1.12.2 = Counter32: 0 +.1.3.6.1.2.1.2.2.1.12.3 = Counter32: 0 +.1.3.6.1.2.1.2.2.1.12.4 = Counter32: 0 +.1.3.6.1.2.1.2.2.1.12.5 = 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.2 = 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.14.1 = Counter32: 0 +.1.3.6.1.2.1.2.2.1.14.2 = 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.15.1 = Counter32: 0 +.1.3.6.1.2.1.2.2.1.15.2 = Counter32: 0 +.1.3.6.1.2.1.2.2.1.15.3 = Counter32: 0 +.1.3.6.1.2.1.2.2.1.15.4 = Counter32: 0 +.1.3.6.1.2.1.2.2.1.15.5 = Counter32: 0 +.1.3.6.1.2.1.2.2.1.16.1 = Counter32: 1904 +.1.3.6.1.2.1.2.2.1.16.2 = Counter32: 192208 +.1.3.6.1.2.1.2.2.1.16.3 = Counter32: 555336 +.1.3.6.1.2.1.2.2.1.16.4 = Counter32: 1592 +.1.3.6.1.2.1.2.2.1.16.5 = Counter32: 1592 +.1.3.6.1.2.1.2.2.1.17.1 = Counter32: 20 +.1.3.6.1.2.1.2.2.1.17.2 = Counter32: 1339 +.1.3.6.1.2.1.2.2.1.17.3 = Counter32: 4978 +.1.3.6.1.2.1.2.2.1.17.4 = Counter32: 20 +.1.3.6.1.2.1.2.2.1.17.5 = Counter32: 20 +.1.3.6.1.2.1.2.2.1.18.1 = Counter32: 0 +.1.3.6.1.2.1.2.2.1.18.2 = Counter32: 0 +.1.3.6.1.2.1.2.2.1.18.3 = Counter32: 0 +.1.3.6.1.2.1.2.2.1.18.4 = Counter32: 0 +.1.3.6.1.2.1.2.2.1.18.5 = 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.2 = 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.20.1 = Counter32: 0 +.1.3.6.1.2.1.2.2.1.20.2 = 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.21.1 = Gauge32: 0 +.1.3.6.1.2.1.2.2.1.21.2 = 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.22.1 = OID: .0.0 +.1.3.6.1.2.1.2.2.1.22.2 = 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.3.1.1.1.2.1.10.0.2.2 = INTEGER: 2 +.1.3.6.1.2.1.3.1.1.1.2.1.10.0.2.3 = INTEGER: 2 +.1.3.6.1.2.1.3.1.1.1.3.1.192.168.57.131 = INTEGER: 3 +.1.3.6.1.2.1.3.1.1.2.2.1.10.0.2.2 = Hex-STRING: 52 54 00 12 35 02 +.1.3.6.1.2.1.3.1.1.2.2.1.10.0.2.3 = Hex-STRING: 52 54 00 12 35 03 +.1.3.6.1.2.1.3.1.1.2.3.1.192.168.57.131 = Hex-STRING: 08 00 27 35 A3 73 +.1.3.6.1.2.1.3.1.1.3.2.1.10.0.2.2 = IpAddress: 10.0.2.2 +.1.3.6.1.2.1.3.1.1.3.2.1.10.0.2.3 = IpAddress: 10.0.2.3 +.1.3.6.1.2.1.3.1.1.3.3.1.192.168.57.131 = IpAddress: 192.168.57.131 +.1.3.6.1.2.1.4.1.0 = INTEGER: 2 +.1.3.6.1.2.1.4.2.0 = INTEGER: 64 +.1.3.6.1.2.1.4.3.0 = Counter32: 6865 +.1.3.6.1.2.1.4.4.0 = Counter32: 0 +.1.3.6.1.2.1.4.5.0 = Counter32: 2 +.1.3.6.1.2.1.4.6.0 = Counter32: 0 +.1.3.6.1.2.1.4.7.0 = Counter32: 0 +.1.3.6.1.2.1.4.8.0 = Counter32: 0 +.1.3.6.1.2.1.4.9.0 = Counter32: 6863 +.1.3.6.1.2.1.4.10.0 = Counter32: 6435 +.1.3.6.1.2.1.4.11.0 = Counter32: 0 +.1.3.6.1.2.1.4.12.0 = Counter32: 2 +.1.3.6.1.2.1.4.13.0 = INTEGER: 0 +.1.3.6.1.2.1.4.14.0 = Counter32: 0 +.1.3.6.1.2.1.4.15.0 = Counter32: 0 +.1.3.6.1.2.1.4.16.0 = Counter32: 0 +.1.3.6.1.2.1.4.17.0 = Counter32: 0 +.1.3.6.1.2.1.4.18.0 = Counter32: 0 +.1.3.6.1.2.1.4.19.0 = Counter32: 0 +.1.3.6.1.2.1.4.20.1.1.10.0.2.15 = IpAddress: 10.0.2.15 +.1.3.6.1.2.1.4.20.1.1.127.0.0.1 = IpAddress: 127.0.0.1 +.1.3.6.1.2.1.4.20.1.1.192.168.57.126 = IpAddress: 192.168.57.126 +.1.3.6.1.2.1.4.20.1.1.192.168.58.126 = IpAddress: 192.168.58.126 +.1.3.6.1.2.1.4.20.1.1.192.168.59.126 = IpAddress: 192.168.59.126 +.1.3.6.1.2.1.4.20.1.2.10.0.2.15 = INTEGER: 2 +.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.192.168.57.126 = INTEGER: 3 +.1.3.6.1.2.1.4.20.1.2.192.168.58.126 = INTEGER: 4 +.1.3.6.1.2.1.4.20.1.2.192.168.59.126 = INTEGER: 5 +.1.3.6.1.2.1.4.20.1.3.10.0.2.15 = IpAddress: 255.255.255.0 +.1.3.6.1.2.1.4.20.1.3.127.0.0.1 = IpAddress: 255.0.0.0 +.1.3.6.1.2.1.4.20.1.3.192.168.57.126 = IpAddress: 255.255.255.0 +.1.3.6.1.2.1.4.20.1.3.192.168.58.126 = IpAddress: 255.255.255.0 +.1.3.6.1.2.1.4.20.1.3.192.168.59.126 = IpAddress: 255.255.255.0 +.1.3.6.1.2.1.4.20.1.4.10.0.2.15 = INTEGER: 1 +.1.3.6.1.2.1.4.20.1.4.127.0.0.1 = INTEGER: 0 +.1.3.6.1.2.1.4.20.1.4.192.168.57.126 = INTEGER: 1 +.1.3.6.1.2.1.4.20.1.4.192.168.58.126 = INTEGER: 1 +.1.3.6.1.2.1.4.20.1.4.192.168.59.126 = INTEGER: 1 +.1.3.6.1.2.1.4.21.1.1.0.0.0.0 = IpAddress: 0.0.0.0 +.1.3.6.1.2.1.4.21.1.1.10.0.2.0 = IpAddress: 10.0.2.0 +.1.3.6.1.2.1.4.21.1.1.192.168.57.0 = IpAddress: 192.168.57.0 +.1.3.6.1.2.1.4.21.1.1.192.168.58.0 = IpAddress: 192.168.58.0 +.1.3.6.1.2.1.4.21.1.1.192.168.59.0 = IpAddress: 192.168.59.0 +.1.3.6.1.2.1.4.21.1.2.0.0.0.0 = INTEGER: 2 +.1.3.6.1.2.1.4.21.1.2.10.0.2.0 = INTEGER: 2 +.1.3.6.1.2.1.4.21.1.2.192.168.57.0 = INTEGER: 3 +.1.3.6.1.2.1.4.21.1.2.192.168.58.0 = INTEGER: 4 +.1.3.6.1.2.1.4.21.1.2.192.168.59.0 = INTEGER: 5 +.1.3.6.1.2.1.4.21.1.3.0.0.0.0 = INTEGER: 1 +.1.3.6.1.2.1.4.21.1.3.10.0.2.0 = INTEGER: 0 +.1.3.6.1.2.1.4.21.1.3.192.168.57.0 = INTEGER: 0 +.1.3.6.1.2.1.4.21.1.3.192.168.58.0 = INTEGER: 0 +.1.3.6.1.2.1.4.21.1.3.192.168.59.0 = INTEGER: 0 +.1.3.6.1.2.1.4.21.1.7.0.0.0.0 = IpAddress: 10.0.2.2 +.1.3.6.1.2.1.4.21.1.7.10.0.2.0 = IpAddress: 0.0.0.0 +.1.3.6.1.2.1.4.21.1.7.192.168.57.0 = IpAddress: 0.0.0.0 +.1.3.6.1.2.1.4.21.1.7.192.168.58.0 = IpAddress: 0.0.0.0 +.1.3.6.1.2.1.4.21.1.7.192.168.59.0 = IpAddress: 0.0.0.0 +.1.3.6.1.2.1.4.21.1.8.0.0.0.0 = INTEGER: 4 +.1.3.6.1.2.1.4.21.1.8.10.0.2.0 = INTEGER: 3 +.1.3.6.1.2.1.4.21.1.8.192.168.57.0 = INTEGER: 3 +.1.3.6.1.2.1.4.21.1.8.192.168.58.0 = INTEGER: 3 +.1.3.6.1.2.1.4.21.1.8.192.168.59.0 = INTEGER: 3 +.1.3.6.1.2.1.4.21.1.9.0.0.0.0 = INTEGER: 2 +.1.3.6.1.2.1.4.21.1.9.10.0.2.0 = INTEGER: 2 +.1.3.6.1.2.1.4.21.1.9.192.168.57.0 = INTEGER: 2 +.1.3.6.1.2.1.4.21.1.9.192.168.58.0 = INTEGER: 2 +.1.3.6.1.2.1.4.21.1.9.192.168.59.0 = INTEGER: 2 +.1.3.6.1.2.1.4.21.1.11.0.0.0.0 = IpAddress: 0.0.0.0 +.1.3.6.1.2.1.4.21.1.11.10.0.2.0 = IpAddress: 255.255.255.0 +.1.3.6.1.2.1.4.21.1.11.192.168.57.0 = IpAddress: 255.255.255.0 +.1.3.6.1.2.1.4.21.1.11.192.168.58.0 = IpAddress: 255.255.255.0 +.1.3.6.1.2.1.4.21.1.11.192.168.59.0 = IpAddress: 255.255.255.0 +.1.3.6.1.2.1.4.21.1.13.0.0.0.0 = OID: .0.0 +.1.3.6.1.2.1.4.21.1.13.10.0.2.0 = OID: .0.0 +.1.3.6.1.2.1.4.21.1.13.192.168.57.0 = OID: .0.0 +.1.3.6.1.2.1.4.21.1.13.192.168.58.0 = OID: .0.0 +.1.3.6.1.2.1.4.21.1.13.192.168.59.0 = OID: .0.0 +.1.3.6.1.2.1.4.22.1.1.2.10.0.2.2 = INTEGER: 2 +.1.3.6.1.2.1.4.22.1.1.2.10.0.2.3 = INTEGER: 2 +.1.3.6.1.2.1.4.22.1.1.3.192.168.57.131 = INTEGER: 3 +.1.3.6.1.2.1.4.22.1.2.2.10.0.2.2 = Hex-STRING: 52 54 00 12 35 02 +.1.3.6.1.2.1.4.22.1.2.2.10.0.2.3 = Hex-STRING: 52 54 00 12 35 03 +.1.3.6.1.2.1.4.22.1.2.3.192.168.57.131 = Hex-STRING: 08 00 27 35 A3 73 +.1.3.6.1.2.1.4.22.1.3.2.10.0.2.2 = IpAddress: 10.0.2.2 +.1.3.6.1.2.1.4.22.1.3.2.10.0.2.3 = IpAddress: 10.0.2.3 +.1.3.6.1.2.1.4.22.1.3.3.192.168.57.131 = IpAddress: 192.168.57.131 +.1.3.6.1.2.1.4.22.1.4.2.10.0.2.2 = INTEGER: 3 +.1.3.6.1.2.1.4.22.1.4.2.10.0.2.3 = INTEGER: 3 +.1.3.6.1.2.1.4.22.1.4.3.192.168.57.131 = INTEGER: 3 +.1.3.6.1.2.1.4.23.0 = Counter32: 0 +.1.3.6.1.2.1.4.24.4.1.1.0.0.0.0.0.0.0.0.0.10.0.2.2 = IpAddress: 0.0.0.0 +.1.3.6.1.2.1.4.24.4.1.1.10.0.2.0.255.255.255.0.0.0.0.0.0 = IpAddress: 10.0.2.0 +.1.3.6.1.2.1.4.24.4.1.1.192.168.57.0.255.255.255.0.0.0.0.0.0 = IpAddress: 192.168.57.0 +.1.3.6.1.2.1.4.24.4.1.1.192.168.58.0.255.255.255.0.0.0.0.0.0 = IpAddress: 192.168.58.0 +.1.3.6.1.2.1.4.24.4.1.1.192.168.59.0.255.255.255.0.0.0.0.0.0 = IpAddress: 192.168.59.0 +.1.3.6.1.2.1.4.24.4.1.2.0.0.0.0.0.0.0.0.0.10.0.2.2 = IpAddress: 0.0.0.0 +.1.3.6.1.2.1.4.24.4.1.2.10.0.2.0.255.255.255.0.0.0.0.0.0 = IpAddress: 255.255.255.0 +.1.3.6.1.2.1.4.24.4.1.2.192.168.57.0.255.255.255.0.0.0.0.0.0 = IpAddress: 255.255.255.0 +.1.3.6.1.2.1.4.24.4.1.2.192.168.58.0.255.255.255.0.0.0.0.0.0 = IpAddress: 255.255.255.0 +.1.3.6.1.2.1.4.24.4.1.2.192.168.59.0.255.255.255.0.0.0.0.0.0 = IpAddress: 255.255.255.0 +.1.3.6.1.2.1.4.24.4.1.3.0.0.0.0.0.0.0.0.0.10.0.2.2 = INTEGER: 0 +.1.3.6.1.2.1.4.24.4.1.3.10.0.2.0.255.255.255.0.0.0.0.0.0 = INTEGER: 0 +.1.3.6.1.2.1.4.24.4.1.3.192.168.57.0.255.255.255.0.0.0.0.0.0 = INTEGER: 0 +.1.3.6.1.2.1.4.24.4.1.3.192.168.58.0.255.255.255.0.0.0.0.0.0 = INTEGER: 0 +.1.3.6.1.2.1.4.24.4.1.3.192.168.59.0.255.255.255.0.0.0.0.0.0 = INTEGER: 0 +.1.3.6.1.2.1.4.24.4.1.4.0.0.0.0.0.0.0.0.0.10.0.2.2 = IpAddress: 10.0.2.2 +.1.3.6.1.2.1.4.24.4.1.4.10.0.2.0.255.255.255.0.0.0.0.0.0 = IpAddress: 0.0.0.0 +.1.3.6.1.2.1.4.24.4.1.4.192.168.57.0.255.255.255.0.0.0.0.0.0 = IpAddress: 0.0.0.0 +.1.3.6.1.2.1.4.24.4.1.4.192.168.58.0.255.255.255.0.0.0.0.0.0 = IpAddress: 0.0.0.0 +.1.3.6.1.2.1.4.24.4.1.4.192.168.59.0.255.255.255.0.0.0.0.0.0 = IpAddress: 0.0.0.0 +.1.3.6.1.2.1.4.24.4.1.5.0.0.0.0.0.0.0.0.0.10.0.2.2 = INTEGER: 2 +.1.3.6.1.2.1.4.24.4.1.5.10.0.2.0.255.255.255.0.0.0.0.0.0 = INTEGER: 2 +.1.3.6.1.2.1.4.24.4.1.5.192.168.57.0.255.255.255.0.0.0.0.0.0 = INTEGER: 3 +.1.3.6.1.2.1.4.24.4.1.5.192.168.58.0.255.255.255.0.0.0.0.0.0 = INTEGER: 4 +.1.3.6.1.2.1.4.24.4.1.5.192.168.59.0.255.255.255.0.0.0.0.0.0 = INTEGER: 5 +.1.3.6.1.2.1.4.24.4.1.6.0.0.0.0.0.0.0.0.0.10.0.2.2 = INTEGER: 4 +.1.3.6.1.2.1.4.24.4.1.6.10.0.2.0.255.255.255.0.0.0.0.0.0 = INTEGER: 3 +.1.3.6.1.2.1.4.24.4.1.6.192.168.57.0.255.255.255.0.0.0.0.0.0 = INTEGER: 3 +.1.3.6.1.2.1.4.24.4.1.6.192.168.58.0.255.255.255.0.0.0.0.0.0 = INTEGER: 3 +.1.3.6.1.2.1.4.24.4.1.6.192.168.59.0.255.255.255.0.0.0.0.0.0 = INTEGER: 3 +.1.3.6.1.2.1.4.24.4.1.7.0.0.0.0.0.0.0.0.0.10.0.2.2 = INTEGER: 2 +.1.3.6.1.2.1.4.24.4.1.7.10.0.2.0.255.255.255.0.0.0.0.0.0 = INTEGER: 2 +.1.3.6.1.2.1.4.24.4.1.7.192.168.57.0.255.255.255.0.0.0.0.0.0 = INTEGER: 2 +.1.3.6.1.2.1.4.24.4.1.7.192.168.58.0.255.255.255.0.0.0.0.0.0 = INTEGER: 2 +.1.3.6.1.2.1.4.24.4.1.7.192.168.59.0.255.255.255.0.0.0.0.0.0 = INTEGER: 2 +.1.3.6.1.2.1.4.24.4.1.9.0.0.0.0.0.0.0.0.0.10.0.2.2 = OID: .0.0 +.1.3.6.1.2.1.4.24.4.1.9.10.0.2.0.255.255.255.0.0.0.0.0.0 = OID: .0.0 +.1.3.6.1.2.1.4.24.4.1.9.192.168.57.0.255.255.255.0.0.0.0.0.0 = OID: .0.0 +.1.3.6.1.2.1.4.24.4.1.9.192.168.58.0.255.255.255.0.0.0.0.0.0 = OID: .0.0 +.1.3.6.1.2.1.4.24.4.1.9.192.168.59.0.255.255.255.0.0.0.0.0.0 = OID: .0.0 +.1.3.6.1.2.1.4.24.4.1.10.0.0.0.0.0.0.0.0.0.10.0.2.2 = INTEGER: 0 +.1.3.6.1.2.1.4.24.4.1.10.10.0.2.0.255.255.255.0.0.0.0.0.0 = INTEGER: 0 +.1.3.6.1.2.1.4.24.4.1.10.192.168.57.0.255.255.255.0.0.0.0.0.0 = INTEGER: 0 +.1.3.6.1.2.1.4.24.4.1.10.192.168.58.0.255.255.255.0.0.0.0.0.0 = INTEGER: 0 +.1.3.6.1.2.1.4.24.4.1.10.192.168.59.0.255.255.255.0.0.0.0.0.0 = INTEGER: 0 +.1.3.6.1.2.1.4.24.4.1.11.0.0.0.0.0.0.0.0.0.10.0.2.2 = INTEGER: 0 +.1.3.6.1.2.1.4.24.4.1.11.10.0.2.0.255.255.255.0.0.0.0.0.0 = INTEGER: 0 +.1.3.6.1.2.1.4.24.4.1.11.192.168.57.0.255.255.255.0.0.0.0.0.0 = INTEGER: 0 +.1.3.6.1.2.1.4.24.4.1.11.192.168.58.0.255.255.255.0.0.0.0.0.0 = INTEGER: 0 +.1.3.6.1.2.1.4.24.4.1.11.192.168.59.0.255.255.255.0.0.0.0.0.0 = INTEGER: 0 +.1.3.6.1.2.1.4.24.4.1.12.0.0.0.0.0.0.0.0.0.10.0.2.2 = INTEGER: -1 +.1.3.6.1.2.1.4.24.4.1.12.10.0.2.0.255.255.255.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.4.1.12.192.168.57.0.255.255.255.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.4.1.12.192.168.58.0.255.255.255.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.4.1.12.192.168.59.0.255.255.255.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.4.1.13.0.0.0.0.0.0.0.0.0.10.0.2.2 = INTEGER: -1 +.1.3.6.1.2.1.4.24.4.1.13.10.0.2.0.255.255.255.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.4.1.13.192.168.57.0.255.255.255.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.4.1.13.192.168.58.0.255.255.255.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.4.1.13.192.168.59.0.255.255.255.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.4.1.14.0.0.0.0.0.0.0.0.0.10.0.2.2 = INTEGER: -1 +.1.3.6.1.2.1.4.24.4.1.14.10.0.2.0.255.255.255.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.4.1.14.192.168.57.0.255.255.255.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.4.1.14.192.168.58.0.255.255.255.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.4.1.14.192.168.59.0.255.255.255.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.4.1.15.0.0.0.0.0.0.0.0.0.10.0.2.2 = INTEGER: -1 +.1.3.6.1.2.1.4.24.4.1.15.10.0.2.0.255.255.255.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.4.1.15.192.168.57.0.255.255.255.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.4.1.15.192.168.58.0.255.255.255.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.4.1.15.192.168.59.0.255.255.255.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.4.1.16.0.0.0.0.0.0.0.0.0.10.0.2.2 = INTEGER: 1 +.1.3.6.1.2.1.4.24.4.1.16.10.0.2.0.255.255.255.0.0.0.0.0.0 = INTEGER: 1 +.1.3.6.1.2.1.4.24.4.1.16.192.168.57.0.255.255.255.0.0.0.0.0.0 = INTEGER: 1 +.1.3.6.1.2.1.4.24.4.1.16.192.168.58.0.255.255.255.0.0.0.0.0.0 = INTEGER: 1 +.1.3.6.1.2.1.4.24.4.1.16.192.168.59.0.255.255.255.0.0.0.0.0.0 = INTEGER: 1 +.1.3.6.1.2.1.4.24.6.0 = Gauge32: 19 +.1.3.6.1.2.1.4.24.7.1.7.1.4.0.0.0.0.0.2.0.0.1.4.10.0.2.2 = INTEGER: 2 +.1.3.6.1.2.1.4.24.7.1.7.1.4.10.0.2.0.24.3.0.0.2.1.4.0.0.0.0 = INTEGER: 2 +.1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.57.0.24.3.0.0.3.1.4.0.0.0.0 = INTEGER: 3 +.1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.58.0.24.3.0.0.4.1.4.0.0.0.0 = INTEGER: 4 +.1.3.6.1.2.1.4.24.7.1.7.1.4.192.168.59.0.24.3.0.0.5.1.4.0.0.0.0 = INTEGER: 5 +.1.3.6.1.2.1.4.24.7.1.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.6.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 1 +.1.3.6.1.2.1.4.24.7.1.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.12.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 1 +.1.3.6.1.2.1.4.24.7.1.7.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 2 +.1.3.6.1.2.1.4.24.7.1.7.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.8.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 3 +.1.3.6.1.2.1.4.24.7.1.7.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.9.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 5 +.1.3.6.1.2.1.4.24.7.1.7.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.10.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 4 +.1.3.6.1.2.1.4.24.7.1.7.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.60.38.146.128.3.0.0.13.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 3 +.1.3.6.1.2.1.4.24.7.1.7.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.141.192.77.128.3.0.0.14.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 2 +.1.3.6.1.2.1.4.24.7.1.7.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.164.98.247.128.3.0.0.15.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 5 +.1.3.6.1.2.1.4.24.7.1.7.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.254.142.227.128.3.0.0.16.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 4 +.1.3.6.1.2.1.4.24.7.1.7.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.17.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 2 +.1.3.6.1.2.1.4.24.7.1.7.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.18.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 3 +.1.3.6.1.2.1.4.24.7.1.7.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.19.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 5 +.1.3.6.1.2.1.4.24.7.1.7.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.20.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 4 +.1.3.6.1.2.1.4.24.7.1.8.1.4.0.0.0.0.0.2.0.0.1.4.10.0.2.2 = INTEGER: 4 +.1.3.6.1.2.1.4.24.7.1.8.1.4.10.0.2.0.24.3.0.0.2.1.4.0.0.0.0 = INTEGER: 3 +.1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.57.0.24.3.0.0.3.1.4.0.0.0.0 = INTEGER: 3 +.1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.58.0.24.3.0.0.4.1.4.0.0.0.0 = INTEGER: 3 +.1.3.6.1.2.1.4.24.7.1.8.1.4.192.168.59.0.24.3.0.0.5.1.4.0.0.0.0 = INTEGER: 3 +.1.3.6.1.2.1.4.24.7.1.8.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.6.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 3 +.1.3.6.1.2.1.4.24.7.1.8.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.12.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 3 +.1.3.6.1.2.1.4.24.7.1.8.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 3 +.1.3.6.1.2.1.4.24.7.1.8.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.8.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 3 +.1.3.6.1.2.1.4.24.7.1.8.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.9.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 3 +.1.3.6.1.2.1.4.24.7.1.8.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.10.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 3 +.1.3.6.1.2.1.4.24.7.1.8.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.60.38.146.128.3.0.0.13.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 3 +.1.3.6.1.2.1.4.24.7.1.8.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.141.192.77.128.3.0.0.14.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 3 +.1.3.6.1.2.1.4.24.7.1.8.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.164.98.247.128.3.0.0.15.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 3 +.1.3.6.1.2.1.4.24.7.1.8.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.254.142.227.128.3.0.0.16.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 3 +.1.3.6.1.2.1.4.24.7.1.8.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.17.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 3 +.1.3.6.1.2.1.4.24.7.1.8.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.18.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 3 +.1.3.6.1.2.1.4.24.7.1.8.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.19.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 3 +.1.3.6.1.2.1.4.24.7.1.8.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.20.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 3 +.1.3.6.1.2.1.4.24.7.1.9.1.4.0.0.0.0.0.2.0.0.1.4.10.0.2.2 = INTEGER: 2 +.1.3.6.1.2.1.4.24.7.1.9.1.4.10.0.2.0.24.3.0.0.2.1.4.0.0.0.0 = INTEGER: 2 +.1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.57.0.24.3.0.0.3.1.4.0.0.0.0 = INTEGER: 2 +.1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.58.0.24.3.0.0.4.1.4.0.0.0.0 = INTEGER: 2 +.1.3.6.1.2.1.4.24.7.1.9.1.4.192.168.59.0.24.3.0.0.5.1.4.0.0.0.0 = INTEGER: 2 +.1.3.6.1.2.1.4.24.7.1.9.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.6.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 2 +.1.3.6.1.2.1.4.24.7.1.9.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.12.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 2 +.1.3.6.1.2.1.4.24.7.1.9.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 2 +.1.3.6.1.2.1.4.24.7.1.9.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.8.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 2 +.1.3.6.1.2.1.4.24.7.1.9.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.9.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 2 +.1.3.6.1.2.1.4.24.7.1.9.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.10.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 2 +.1.3.6.1.2.1.4.24.7.1.9.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.60.38.146.128.3.0.0.13.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 2 +.1.3.6.1.2.1.4.24.7.1.9.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.141.192.77.128.3.0.0.14.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 2 +.1.3.6.1.2.1.4.24.7.1.9.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.164.98.247.128.3.0.0.15.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 2 +.1.3.6.1.2.1.4.24.7.1.9.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.254.142.227.128.3.0.0.16.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 2 +.1.3.6.1.2.1.4.24.7.1.9.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.17.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 2 +.1.3.6.1.2.1.4.24.7.1.9.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.18.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 2 +.1.3.6.1.2.1.4.24.7.1.9.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.19.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 2 +.1.3.6.1.2.1.4.24.7.1.9.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.20.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 2 +.1.3.6.1.2.1.4.24.7.1.10.1.4.0.0.0.0.0.2.0.0.1.4.10.0.2.2 = Gauge32: 0 +.1.3.6.1.2.1.4.24.7.1.10.1.4.10.0.2.0.24.3.0.0.2.1.4.0.0.0.0 = Gauge32: 0 +.1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.57.0.24.3.0.0.3.1.4.0.0.0.0 = Gauge32: 0 +.1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.58.0.24.3.0.0.4.1.4.0.0.0.0 = Gauge32: 0 +.1.3.6.1.2.1.4.24.7.1.10.1.4.192.168.59.0.24.3.0.0.5.1.4.0.0.0.0 = Gauge32: 0 +.1.3.6.1.2.1.4.24.7.1.10.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.6.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = Gauge32: 0 +.1.3.6.1.2.1.4.24.7.1.10.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.12.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = Gauge32: 0 +.1.3.6.1.2.1.4.24.7.1.10.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = Gauge32: 0 +.1.3.6.1.2.1.4.24.7.1.10.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.8.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = Gauge32: 0 +.1.3.6.1.2.1.4.24.7.1.10.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.9.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = Gauge32: 0 +.1.3.6.1.2.1.4.24.7.1.10.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.10.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = Gauge32: 0 +.1.3.6.1.2.1.4.24.7.1.10.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.60.38.146.128.3.0.0.13.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = Gauge32: 0 +.1.3.6.1.2.1.4.24.7.1.10.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.141.192.77.128.3.0.0.14.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = Gauge32: 0 +.1.3.6.1.2.1.4.24.7.1.10.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.164.98.247.128.3.0.0.15.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = Gauge32: 0 +.1.3.6.1.2.1.4.24.7.1.10.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.254.142.227.128.3.0.0.16.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = Gauge32: 0 +.1.3.6.1.2.1.4.24.7.1.10.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.17.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = Gauge32: 0 +.1.3.6.1.2.1.4.24.7.1.10.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.18.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = Gauge32: 0 +.1.3.6.1.2.1.4.24.7.1.10.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.19.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = Gauge32: 0 +.1.3.6.1.2.1.4.24.7.1.10.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.20.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = Gauge32: 0 +.1.3.6.1.2.1.4.24.7.1.11.1.4.0.0.0.0.0.2.0.0.1.4.10.0.2.2 = Gauge32: 0 +.1.3.6.1.2.1.4.24.7.1.11.1.4.10.0.2.0.24.3.0.0.2.1.4.0.0.0.0 = Gauge32: 0 +.1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.57.0.24.3.0.0.3.1.4.0.0.0.0 = Gauge32: 0 +.1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.58.0.24.3.0.0.4.1.4.0.0.0.0 = Gauge32: 0 +.1.3.6.1.2.1.4.24.7.1.11.1.4.192.168.59.0.24.3.0.0.5.1.4.0.0.0.0 = Gauge32: 0 +.1.3.6.1.2.1.4.24.7.1.11.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.6.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = Gauge32: 0 +.1.3.6.1.2.1.4.24.7.1.11.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.12.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = Gauge32: 0 +.1.3.6.1.2.1.4.24.7.1.11.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = Gauge32: 0 +.1.3.6.1.2.1.4.24.7.1.11.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.8.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = Gauge32: 0 +.1.3.6.1.2.1.4.24.7.1.11.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.9.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = Gauge32: 0 +.1.3.6.1.2.1.4.24.7.1.11.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.10.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = Gauge32: 0 +.1.3.6.1.2.1.4.24.7.1.11.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.60.38.146.128.3.0.0.13.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = Gauge32: 0 +.1.3.6.1.2.1.4.24.7.1.11.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.141.192.77.128.3.0.0.14.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = Gauge32: 0 +.1.3.6.1.2.1.4.24.7.1.11.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.164.98.247.128.3.0.0.15.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = Gauge32: 0 +.1.3.6.1.2.1.4.24.7.1.11.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.254.142.227.128.3.0.0.16.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = Gauge32: 0 +.1.3.6.1.2.1.4.24.7.1.11.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.17.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = Gauge32: 0 +.1.3.6.1.2.1.4.24.7.1.11.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.18.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = Gauge32: 0 +.1.3.6.1.2.1.4.24.7.1.11.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.19.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = Gauge32: 0 +.1.3.6.1.2.1.4.24.7.1.11.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.20.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = Gauge32: 0 +.1.3.6.1.2.1.4.24.7.1.12.1.4.0.0.0.0.0.2.0.0.1.4.10.0.2.2 = INTEGER: 0 +.1.3.6.1.2.1.4.24.7.1.12.1.4.10.0.2.0.24.3.0.0.2.1.4.0.0.0.0 = INTEGER: 0 +.1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.57.0.24.3.0.0.3.1.4.0.0.0.0 = INTEGER: 0 +.1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.58.0.24.3.0.0.4.1.4.0.0.0.0 = INTEGER: 0 +.1.3.6.1.2.1.4.24.7.1.12.1.4.192.168.59.0.24.3.0.0.5.1.4.0.0.0.0 = INTEGER: 0 +.1.3.6.1.2.1.4.24.7.1.12.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.6.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 256 +.1.3.6.1.2.1.4.24.7.1.12.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.12.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 0 +.1.3.6.1.2.1.4.24.7.1.12.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 256 +.1.3.6.1.2.1.4.24.7.1.12.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.8.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 256 +.1.3.6.1.2.1.4.24.7.1.12.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.9.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 256 +.1.3.6.1.2.1.4.24.7.1.12.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.10.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 256 +.1.3.6.1.2.1.4.24.7.1.12.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.60.38.146.128.3.0.0.13.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 0 +.1.3.6.1.2.1.4.24.7.1.12.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.141.192.77.128.3.0.0.14.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 0 +.1.3.6.1.2.1.4.24.7.1.12.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.164.98.247.128.3.0.0.15.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 0 +.1.3.6.1.2.1.4.24.7.1.12.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.254.142.227.128.3.0.0.16.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 0 +.1.3.6.1.2.1.4.24.7.1.12.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.17.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 256 +.1.3.6.1.2.1.4.24.7.1.12.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.18.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 256 +.1.3.6.1.2.1.4.24.7.1.12.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.19.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 256 +.1.3.6.1.2.1.4.24.7.1.12.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.20.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 256 +.1.3.6.1.2.1.4.24.7.1.13.1.4.0.0.0.0.0.2.0.0.1.4.10.0.2.2 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.13.1.4.10.0.2.0.24.3.0.0.2.1.4.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.57.0.24.3.0.0.3.1.4.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.58.0.24.3.0.0.4.1.4.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.13.1.4.192.168.59.0.24.3.0.0.5.1.4.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.13.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.6.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.13.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.12.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.13.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.13.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.8.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.13.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.9.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.13.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.10.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.13.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.60.38.146.128.3.0.0.13.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.13.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.141.192.77.128.3.0.0.14.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.13.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.164.98.247.128.3.0.0.15.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.13.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.254.142.227.128.3.0.0.16.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.13.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.17.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.13.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.18.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.13.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.19.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.13.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.20.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.14.1.4.0.0.0.0.0.2.0.0.1.4.10.0.2.2 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.14.1.4.10.0.2.0.24.3.0.0.2.1.4.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.57.0.24.3.0.0.3.1.4.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.58.0.24.3.0.0.4.1.4.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.14.1.4.192.168.59.0.24.3.0.0.5.1.4.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.14.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.6.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.14.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.12.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.14.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.14.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.8.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.14.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.9.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.14.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.10.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.14.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.60.38.146.128.3.0.0.13.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.14.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.141.192.77.128.3.0.0.14.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.14.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.164.98.247.128.3.0.0.15.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.14.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.254.142.227.128.3.0.0.16.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.14.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.17.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.14.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.18.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.14.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.19.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.14.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.20.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.15.1.4.0.0.0.0.0.2.0.0.1.4.10.0.2.2 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.15.1.4.10.0.2.0.24.3.0.0.2.1.4.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.57.0.24.3.0.0.3.1.4.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.58.0.24.3.0.0.4.1.4.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.15.1.4.192.168.59.0.24.3.0.0.5.1.4.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.15.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.6.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.15.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.12.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.15.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.15.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.8.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.15.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.9.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.15.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.10.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.15.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.60.38.146.128.3.0.0.13.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.15.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.141.192.77.128.3.0.0.14.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.15.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.164.98.247.128.3.0.0.15.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.15.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.254.142.227.128.3.0.0.16.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.15.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.17.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.15.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.18.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.15.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.19.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.15.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.20.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.16.1.4.0.0.0.0.0.2.0.0.1.4.10.0.2.2 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.16.1.4.10.0.2.0.24.3.0.0.2.1.4.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.57.0.24.3.0.0.3.1.4.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.58.0.24.3.0.0.4.1.4.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.16.1.4.192.168.59.0.24.3.0.0.5.1.4.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.16.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.6.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.16.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.12.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.16.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.16.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.8.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.16.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.9.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.16.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.10.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.16.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.60.38.146.128.3.0.0.13.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.16.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.141.192.77.128.3.0.0.14.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.16.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.164.98.247.128.3.0.0.15.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.16.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.254.142.227.128.3.0.0.16.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.16.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.17.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.16.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.18.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.16.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.19.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.16.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.20.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: -1 +.1.3.6.1.2.1.4.24.7.1.17.1.4.0.0.0.0.0.2.0.0.1.4.10.0.2.2 = INTEGER: 1 +.1.3.6.1.2.1.4.24.7.1.17.1.4.10.0.2.0.24.3.0.0.2.1.4.0.0.0.0 = INTEGER: 1 +.1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.57.0.24.3.0.0.3.1.4.0.0.0.0 = INTEGER: 1 +.1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.58.0.24.3.0.0.4.1.4.0.0.0.0 = INTEGER: 1 +.1.3.6.1.2.1.4.24.7.1.17.1.4.192.168.59.0.24.3.0.0.5.1.4.0.0.0.0 = INTEGER: 1 +.1.3.6.1.2.1.4.24.7.1.17.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.6.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 1 +.1.3.6.1.2.1.4.24.7.1.17.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.12.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 1 +.1.3.6.1.2.1.4.24.7.1.17.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 1 +.1.3.6.1.2.1.4.24.7.1.17.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.8.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 1 +.1.3.6.1.2.1.4.24.7.1.17.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.9.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 1 +.1.3.6.1.2.1.4.24.7.1.17.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.10.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 1 +.1.3.6.1.2.1.4.24.7.1.17.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.60.38.146.128.3.0.0.13.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 1 +.1.3.6.1.2.1.4.24.7.1.17.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.141.192.77.128.3.0.0.14.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 1 +.1.3.6.1.2.1.4.24.7.1.17.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.164.98.247.128.3.0.0.15.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 1 +.1.3.6.1.2.1.4.24.7.1.17.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.254.142.227.128.3.0.0.16.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 1 +.1.3.6.1.2.1.4.24.7.1.17.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.17.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 1 +.1.3.6.1.2.1.4.24.7.1.17.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.18.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 1 +.1.3.6.1.2.1.4.24.7.1.17.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.19.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 1 +.1.3.6.1.2.1.4.24.7.1.17.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.20.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = INTEGER: 1 +.1.3.6.1.2.1.4.25.0 = INTEGER: 2 +.1.3.6.1.2.1.4.26.0 = INTEGER: 64 +.1.3.6.1.2.1.4.31.1.1.3.1 = Counter32: 6681 +.1.3.6.1.2.1.4.31.1.1.3.2 = Counter32: 0 +.1.3.6.1.2.1.4.31.1.1.4.1 = Counter64: 6681 +.1.3.6.1.2.1.4.31.1.1.4.2 = Counter64: 0 +.1.3.6.1.2.1.4.31.1.1.5.1 = Counter32: 582599 +.1.3.6.1.2.1.4.31.1.1.5.2 = Counter32: 0 +.1.3.6.1.2.1.4.31.1.1.6.1 = Counter64: 582599 +.1.3.6.1.2.1.4.31.1.1.6.2 = Counter64: 0 +.1.3.6.1.2.1.4.31.1.1.7.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.1.1.7.2 = Counter32: 0 +.1.3.6.1.2.1.4.31.1.1.8.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.1.1.8.2 = Counter32: 0 +.1.3.6.1.2.1.4.31.1.1.9.1 = Counter32: 2 +.1.3.6.1.2.1.4.31.1.1.9.2 = Counter32: 0 +.1.3.6.1.2.1.4.31.1.1.10.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.1.1.10.2 = Counter32: 0 +.1.3.6.1.2.1.4.31.1.1.11.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.1.1.11.2 = Counter32: 0 +.1.3.6.1.2.1.4.31.1.1.12.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.1.1.12.2 = Counter32: 0 +.1.3.6.1.2.1.4.31.1.1.13.1 = Counter64: 0 +.1.3.6.1.2.1.4.31.1.1.13.2 = Counter64: 0 +.1.3.6.1.2.1.4.31.1.1.14.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.1.1.14.2 = Counter32: 0 +.1.3.6.1.2.1.4.31.1.1.15.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.1.1.15.2 = Counter32: 0 +.1.3.6.1.2.1.4.31.1.1.16.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.1.1.16.2 = Counter32: 0 +.1.3.6.1.2.1.4.31.1.1.17.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.1.1.17.2 = Counter32: 0 +.1.3.6.1.2.1.4.31.1.1.18.1 = Counter32: 6679 +.1.3.6.1.2.1.4.31.1.1.18.2 = Counter32: 0 +.1.3.6.1.2.1.4.31.1.1.19.1 = Counter64: 6679 +.1.3.6.1.2.1.4.31.1.1.19.2 = Counter64: 0 +.1.3.6.1.2.1.4.31.1.1.20.1 = Counter32: 6255 +.1.3.6.1.2.1.4.31.1.1.20.2 = Counter32: 72 +.1.3.6.1.2.1.4.31.1.1.21.1 = Counter64: 6255 +.1.3.6.1.2.1.4.31.1.1.21.2 = Counter64: 72 +.1.3.6.1.2.1.4.31.1.1.22.1 = Counter32: 2 +.1.3.6.1.2.1.4.31.1.1.22.2 = Counter32: 8 +.1.3.6.1.2.1.4.31.1.1.23.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.1.1.23.2 = Counter32: 0 +.1.3.6.1.2.1.4.31.1.1.24.1 = Counter64: 0 +.1.3.6.1.2.1.4.31.1.1.24.2 = Counter64: 0 +.1.3.6.1.2.1.4.31.1.1.25.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.1.1.25.2 = Counter32: 0 +.1.3.6.1.2.1.4.31.1.1.26.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.1.1.26.2 = Counter32: 0 +.1.3.6.1.2.1.4.31.1.1.27.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.1.1.27.2 = Counter32: 0 +.1.3.6.1.2.1.4.31.1.1.28.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.1.1.28.2 = Counter32: 0 +.1.3.6.1.2.1.4.31.1.1.29.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.1.1.29.2 = Counter32: 0 +.1.3.6.1.2.1.4.31.1.1.30.1 = Counter32: 6253 +.1.3.6.1.2.1.4.31.1.1.30.2 = Counter32: 64 +.1.3.6.1.2.1.4.31.1.1.31.1 = Counter64: 6253 +.1.3.6.1.2.1.4.31.1.1.31.2 = Counter64: 64 +.1.3.6.1.2.1.4.31.1.1.32.1 = Counter32: 653122 +.1.3.6.1.2.1.4.31.1.1.32.2 = Counter32: 4704 +.1.3.6.1.2.1.4.31.1.1.33.1 = Counter64: 653122 +.1.3.6.1.2.1.4.31.1.1.33.2 = Counter64: 4704 +.1.3.6.1.2.1.4.31.1.1.34.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.1.1.34.2 = Counter32: 0 +.1.3.6.1.2.1.4.31.1.1.35.1 = Counter64: 0 +.1.3.6.1.2.1.4.31.1.1.35.2 = Counter64: 0 +.1.3.6.1.2.1.4.31.1.1.36.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.1.1.36.2 = Counter32: 0 +.1.3.6.1.2.1.4.31.1.1.37.1 = Counter64: 0 +.1.3.6.1.2.1.4.31.1.1.37.2 = Counter64: 0 +.1.3.6.1.2.1.4.31.1.1.38.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.1.1.38.2 = Counter32: 72 +.1.3.6.1.2.1.4.31.1.1.39.1 = Counter64: 0 +.1.3.6.1.2.1.4.31.1.1.39.2 = Counter64: 72 +.1.3.6.1.2.1.4.31.1.1.40.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.1.1.40.2 = Counter32: 4704 +.1.3.6.1.2.1.4.31.1.1.41.1 = Counter64: 0 +.1.3.6.1.2.1.4.31.1.1.41.2 = Counter64: 4704 +.1.3.6.1.2.1.4.31.1.1.42.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.1.1.43.1 = Counter64: 0 +.1.3.6.1.2.1.4.31.1.1.44.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.1.1.45.1 = Counter64: 0 +.1.3.6.1.2.1.4.31.1.1.46.1 = 0 +.1.3.6.1.2.1.4.31.1.1.46.2 = 0 +.1.3.6.1.2.1.4.31.1.1.47.1 = Gauge32: 60000 +.1.3.6.1.2.1.4.31.1.1.47.2 = Gauge32: 60000 +.1.3.6.1.2.1.4.31.2.0 = 0 +.1.3.6.1.2.1.4.31.3.1.3.2.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.3.2.2 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.3.2.3 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.3.2.4 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.3.2.5 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.4.2.1 = Counter64: 0 +.1.3.6.1.2.1.4.31.3.1.4.2.2 = Counter64: 0 +.1.3.6.1.2.1.4.31.3.1.4.2.3 = Counter64: 0 +.1.3.6.1.2.1.4.31.3.1.4.2.4 = Counter64: 0 +.1.3.6.1.2.1.4.31.3.1.4.2.5 = Counter64: 0 +.1.3.6.1.2.1.4.31.3.1.5.2.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.5.2.2 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.5.2.3 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.5.2.4 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.5.2.5 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.6.2.1 = Counter64: 0 +.1.3.6.1.2.1.4.31.3.1.6.2.2 = Counter64: 0 +.1.3.6.1.2.1.4.31.3.1.6.2.3 = Counter64: 0 +.1.3.6.1.2.1.4.31.3.1.6.2.4 = Counter64: 0 +.1.3.6.1.2.1.4.31.3.1.6.2.5 = Counter64: 0 +.1.3.6.1.2.1.4.31.3.1.7.2.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.7.2.2 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.7.2.3 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.7.2.4 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.7.2.5 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.8.2.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.8.2.2 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.8.2.3 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.8.2.4 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.8.2.5 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.9.2.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.9.2.2 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.9.2.3 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.9.2.4 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.9.2.5 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.10.2.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.10.2.2 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.10.2.3 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.10.2.4 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.10.2.5 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.11.2.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.11.2.2 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.11.2.3 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.11.2.4 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.11.2.5 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.12.2.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.12.2.2 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.12.2.3 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.12.2.4 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.12.2.5 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.13.2.1 = Counter64: 0 +.1.3.6.1.2.1.4.31.3.1.13.2.2 = Counter64: 0 +.1.3.6.1.2.1.4.31.3.1.13.2.3 = Counter64: 0 +.1.3.6.1.2.1.4.31.3.1.13.2.4 = Counter64: 0 +.1.3.6.1.2.1.4.31.3.1.13.2.5 = Counter64: 0 +.1.3.6.1.2.1.4.31.3.1.14.2.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.14.2.2 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.14.2.3 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.14.2.4 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.14.2.5 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.15.2.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.15.2.2 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.15.2.3 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.15.2.4 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.15.2.5 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.16.2.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.16.2.2 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.16.2.3 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.16.2.4 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.16.2.5 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.17.2.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.17.2.2 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.17.2.3 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.17.2.4 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.17.2.5 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.18.2.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.18.2.2 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.18.2.3 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.18.2.4 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.18.2.5 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.19.2.1 = Counter64: 0 +.1.3.6.1.2.1.4.31.3.1.19.2.2 = Counter64: 0 +.1.3.6.1.2.1.4.31.3.1.19.2.3 = Counter64: 0 +.1.3.6.1.2.1.4.31.3.1.19.2.4 = Counter64: 0 +.1.3.6.1.2.1.4.31.3.1.19.2.5 = Counter64: 0 +.1.3.6.1.2.1.4.31.3.1.20.2.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.20.2.2 = Counter32: 12 +.1.3.6.1.2.1.4.31.3.1.20.2.3 = Counter32: 20 +.1.3.6.1.2.1.4.31.3.1.20.2.4 = Counter32: 20 +.1.3.6.1.2.1.4.31.3.1.20.2.5 = Counter32: 20 +.1.3.6.1.2.1.4.31.3.1.21.2.1 = Counter64: 0 +.1.3.6.1.2.1.4.31.3.1.21.2.2 = Counter64: 12 +.1.3.6.1.2.1.4.31.3.1.21.2.3 = Counter64: 20 +.1.3.6.1.2.1.4.31.3.1.21.2.4 = Counter64: 20 +.1.3.6.1.2.1.4.31.3.1.21.2.5 = Counter64: 20 +.1.3.6.1.2.1.4.31.3.1.23.2.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.23.2.2 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.23.2.3 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.23.2.4 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.23.2.5 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.24.2.1 = Counter64: 0 +.1.3.6.1.2.1.4.31.3.1.24.2.2 = Counter64: 0 +.1.3.6.1.2.1.4.31.3.1.24.2.3 = Counter64: 0 +.1.3.6.1.2.1.4.31.3.1.24.2.4 = Counter64: 0 +.1.3.6.1.2.1.4.31.3.1.24.2.5 = Counter64: 0 +.1.3.6.1.2.1.4.31.3.1.25.2.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.25.2.2 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.25.2.3 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.25.2.4 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.25.2.5 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.26.2.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.26.2.2 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.26.2.3 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.26.2.4 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.26.2.5 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.27.2.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.27.2.2 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.27.2.3 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.27.2.4 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.27.2.5 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.28.2.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.28.2.2 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.28.2.3 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.28.2.4 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.28.2.5 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.29.2.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.29.2.2 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.29.2.3 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.29.2.4 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.29.2.5 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.30.2.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.30.2.2 = Counter32: 12 +.1.3.6.1.2.1.4.31.3.1.30.2.3 = Counter32: 20 +.1.3.6.1.2.1.4.31.3.1.30.2.4 = Counter32: 20 +.1.3.6.1.2.1.4.31.3.1.30.2.5 = Counter32: 20 +.1.3.6.1.2.1.4.31.3.1.31.2.1 = Counter64: 0 +.1.3.6.1.2.1.4.31.3.1.31.2.2 = Counter64: 12 +.1.3.6.1.2.1.4.31.3.1.31.2.3 = Counter64: 20 +.1.3.6.1.2.1.4.31.3.1.31.2.4 = Counter64: 20 +.1.3.6.1.2.1.4.31.3.1.31.2.5 = Counter64: 20 +.1.3.6.1.2.1.4.31.3.1.32.2.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.32.2.2 = Counter32: 768 +.1.3.6.1.2.1.4.31.3.1.32.2.3 = Counter32: 1312 +.1.3.6.1.2.1.4.31.3.1.32.2.4 = Counter32: 1312 +.1.3.6.1.2.1.4.31.3.1.32.2.5 = Counter32: 1312 +.1.3.6.1.2.1.4.31.3.1.33.2.1 = Counter64: 0 +.1.3.6.1.2.1.4.31.3.1.33.2.2 = Counter64: 768 +.1.3.6.1.2.1.4.31.3.1.33.2.3 = Counter64: 1312 +.1.3.6.1.2.1.4.31.3.1.33.2.4 = Counter64: 1312 +.1.3.6.1.2.1.4.31.3.1.33.2.5 = Counter64: 1312 +.1.3.6.1.2.1.4.31.3.1.34.2.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.34.2.2 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.34.2.3 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.34.2.4 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.34.2.5 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.35.2.1 = Counter64: 0 +.1.3.6.1.2.1.4.31.3.1.35.2.2 = Counter64: 0 +.1.3.6.1.2.1.4.31.3.1.35.2.3 = Counter64: 0 +.1.3.6.1.2.1.4.31.3.1.35.2.4 = Counter64: 0 +.1.3.6.1.2.1.4.31.3.1.35.2.5 = Counter64: 0 +.1.3.6.1.2.1.4.31.3.1.36.2.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.36.2.2 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.36.2.3 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.36.2.4 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.36.2.5 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.37.2.1 = Counter64: 0 +.1.3.6.1.2.1.4.31.3.1.37.2.2 = Counter64: 0 +.1.3.6.1.2.1.4.31.3.1.37.2.3 = Counter64: 0 +.1.3.6.1.2.1.4.31.3.1.37.2.4 = Counter64: 0 +.1.3.6.1.2.1.4.31.3.1.37.2.5 = Counter64: 0 +.1.3.6.1.2.1.4.31.3.1.38.2.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.38.2.2 = Counter32: 12 +.1.3.6.1.2.1.4.31.3.1.38.2.3 = Counter32: 20 +.1.3.6.1.2.1.4.31.3.1.38.2.4 = Counter32: 20 +.1.3.6.1.2.1.4.31.3.1.38.2.5 = Counter32: 20 +.1.3.6.1.2.1.4.31.3.1.39.2.1 = Counter64: 0 +.1.3.6.1.2.1.4.31.3.1.39.2.2 = Counter64: 12 +.1.3.6.1.2.1.4.31.3.1.39.2.3 = Counter64: 20 +.1.3.6.1.2.1.4.31.3.1.39.2.4 = Counter64: 20 +.1.3.6.1.2.1.4.31.3.1.39.2.5 = Counter64: 20 +.1.3.6.1.2.1.4.31.3.1.40.2.1 = Counter32: 0 +.1.3.6.1.2.1.4.31.3.1.40.2.2 = Counter32: 768 +.1.3.6.1.2.1.4.31.3.1.40.2.3 = Counter32: 1312 +.1.3.6.1.2.1.4.31.3.1.40.2.4 = Counter32: 1312 +.1.3.6.1.2.1.4.31.3.1.40.2.5 = Counter32: 1312 +.1.3.6.1.2.1.4.31.3.1.41.2.1 = Counter64: 0 +.1.3.6.1.2.1.4.31.3.1.41.2.2 = Counter64: 768 +.1.3.6.1.2.1.4.31.3.1.41.2.3 = Counter64: 1312 +.1.3.6.1.2.1.4.31.3.1.41.2.4 = Counter64: 1312 +.1.3.6.1.2.1.4.31.3.1.41.2.5 = Counter64: 1312 +.1.3.6.1.2.1.4.31.3.1.46.2.1 = 0 +.1.3.6.1.2.1.4.31.3.1.46.2.2 = 0 +.1.3.6.1.2.1.4.31.3.1.46.2.3 = 0 +.1.3.6.1.2.1.4.31.3.1.46.2.4 = 0 +.1.3.6.1.2.1.4.31.3.1.46.2.5 = 0 +.1.3.6.1.2.1.4.31.3.1.47.2.1 = Gauge32: 60000 +.1.3.6.1.2.1.4.31.3.1.47.2.2 = Gauge32: 60000 +.1.3.6.1.2.1.4.31.3.1.47.2.3 = Gauge32: 60000 +.1.3.6.1.2.1.4.31.3.1.47.2.4 = Gauge32: 60000 +.1.3.6.1.2.1.4.31.3.1.47.2.5 = Gauge32: 60000 +.1.3.6.1.2.1.4.32.1.5.1.1.4.127.0.0.0.8 = INTEGER: 2 +.1.3.6.1.2.1.4.32.1.5.1.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128 = INTEGER: 2 +.1.3.6.1.2.1.4.32.1.5.2.1.4.10.0.2.0.24 = INTEGER: 2 +.1.3.6.1.2.1.4.32.1.5.2.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64 = INTEGER: 3 +.1.3.6.1.2.1.4.32.1.5.3.1.4.192.168.57.0.24 = INTEGER: 2 +.1.3.6.1.2.1.4.32.1.5.3.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64 = INTEGER: 3 +.1.3.6.1.2.1.4.32.1.5.4.1.4.192.168.58.0.24 = INTEGER: 2 +.1.3.6.1.2.1.4.32.1.5.4.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64 = INTEGER: 3 +.1.3.6.1.2.1.4.32.1.5.5.1.4.192.168.59.0.24 = INTEGER: 2 +.1.3.6.1.2.1.4.32.1.5.5.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64 = INTEGER: 3 +.1.3.6.1.2.1.4.32.1.6.1.1.4.127.0.0.0.8 = INTEGER: 1 +.1.3.6.1.2.1.4.32.1.6.1.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128 = INTEGER: 1 +.1.3.6.1.2.1.4.32.1.6.2.1.4.10.0.2.0.24 = INTEGER: 1 +.1.3.6.1.2.1.4.32.1.6.2.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64 = INTEGER: 1 +.1.3.6.1.2.1.4.32.1.6.3.1.4.192.168.57.0.24 = INTEGER: 1 +.1.3.6.1.2.1.4.32.1.6.3.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64 = INTEGER: 1 +.1.3.6.1.2.1.4.32.1.6.4.1.4.192.168.58.0.24 = INTEGER: 1 +.1.3.6.1.2.1.4.32.1.6.4.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64 = INTEGER: 1 +.1.3.6.1.2.1.4.32.1.6.5.1.4.192.168.59.0.24 = INTEGER: 1 +.1.3.6.1.2.1.4.32.1.6.5.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64 = INTEGER: 1 +.1.3.6.1.2.1.4.32.1.7.1.1.4.127.0.0.0.8 = INTEGER: 2 +.1.3.6.1.2.1.4.32.1.7.1.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128 = INTEGER: 2 +.1.3.6.1.2.1.4.32.1.7.2.1.4.10.0.2.0.24 = INTEGER: 2 +.1.3.6.1.2.1.4.32.1.7.2.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64 = INTEGER: 2 +.1.3.6.1.2.1.4.32.1.7.3.1.4.192.168.57.0.24 = INTEGER: 2 +.1.3.6.1.2.1.4.32.1.7.3.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64 = INTEGER: 2 +.1.3.6.1.2.1.4.32.1.7.4.1.4.192.168.58.0.24 = INTEGER: 2 +.1.3.6.1.2.1.4.32.1.7.4.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64 = INTEGER: 2 +.1.3.6.1.2.1.4.32.1.7.5.1.4.192.168.59.0.24 = INTEGER: 2 +.1.3.6.1.2.1.4.32.1.7.5.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64 = INTEGER: 2 +.1.3.6.1.2.1.4.32.1.8.1.1.4.127.0.0.0.8 = Gauge32: 4294967295 +.1.3.6.1.2.1.4.32.1.8.1.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128 = Gauge32: 4294967295 +.1.3.6.1.2.1.4.32.1.8.2.1.4.10.0.2.0.24 = Gauge32: 4294967295 +.1.3.6.1.2.1.4.32.1.8.2.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64 = Gauge32: 4294967295 +.1.3.6.1.2.1.4.32.1.8.3.1.4.192.168.57.0.24 = Gauge32: 4294967295 +.1.3.6.1.2.1.4.32.1.8.3.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64 = Gauge32: 4294967295 +.1.3.6.1.2.1.4.32.1.8.4.1.4.192.168.58.0.24 = Gauge32: 4294967295 +.1.3.6.1.2.1.4.32.1.8.4.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64 = Gauge32: 4294967295 +.1.3.6.1.2.1.4.32.1.8.5.1.4.192.168.59.0.24 = Gauge32: 4294967295 +.1.3.6.1.2.1.4.32.1.8.5.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64 = Gauge32: 4294967295 +.1.3.6.1.2.1.4.32.1.9.1.1.4.127.0.0.0.8 = Gauge32: 4294967295 +.1.3.6.1.2.1.4.32.1.9.1.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128 = Gauge32: 4294967295 +.1.3.6.1.2.1.4.32.1.9.2.1.4.10.0.2.0.24 = Gauge32: 4294967295 +.1.3.6.1.2.1.4.32.1.9.2.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64 = Gauge32: 4294967295 +.1.3.6.1.2.1.4.32.1.9.3.1.4.192.168.57.0.24 = Gauge32: 4294967295 +.1.3.6.1.2.1.4.32.1.9.3.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64 = Gauge32: 4294967295 +.1.3.6.1.2.1.4.32.1.9.4.1.4.192.168.58.0.24 = Gauge32: 4294967295 +.1.3.6.1.2.1.4.32.1.9.4.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64 = Gauge32: 4294967295 +.1.3.6.1.2.1.4.32.1.9.5.1.4.192.168.59.0.24 = Gauge32: 4294967295 +.1.3.6.1.2.1.4.32.1.9.5.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64 = Gauge32: 4294967295 +.1.3.6.1.2.1.4.33.0 = INTEGER: 1436303740 +.1.3.6.1.2.1.4.34.1.3.1.4.10.0.2.15 = INTEGER: 2 +.1.3.6.1.2.1.4.34.1.3.1.4.10.0.2.255 = INTEGER: 2 +.1.3.6.1.2.1.4.34.1.3.1.4.127.0.0.1 = INTEGER: 1 +.1.3.6.1.2.1.4.34.1.3.1.4.192.168.57.126 = INTEGER: 3 +.1.3.6.1.2.1.4.34.1.3.1.4.192.168.57.255 = INTEGER: 3 +.1.3.6.1.2.1.4.34.1.3.1.4.192.168.58.126 = INTEGER: 4 +.1.3.6.1.2.1.4.34.1.3.1.4.192.168.58.255 = INTEGER: 4 +.1.3.6.1.2.1.4.34.1.3.1.4.192.168.59.126 = INTEGER: 5 +.1.3.6.1.2.1.4.34.1.3.1.4.192.168.59.255 = INTEGER: 5 +.1.3.6.1.2.1.4.34.1.3.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1 = INTEGER: 1 +.1.3.6.1.2.1.4.34.1.3.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.60.38.146 = INTEGER: 3 +.1.3.6.1.2.1.4.34.1.3.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.141.192.77 = INTEGER: 2 +.1.3.6.1.2.1.4.34.1.3.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.164.98.247 = INTEGER: 5 +.1.3.6.1.2.1.4.34.1.3.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.254.142.227 = INTEGER: 4 +.1.3.6.1.2.1.4.34.1.4.1.4.10.0.2.15 = INTEGER: 1 +.1.3.6.1.2.1.4.34.1.4.1.4.10.0.2.255 = INTEGER: 3 +.1.3.6.1.2.1.4.34.1.4.1.4.127.0.0.1 = INTEGER: 1 +.1.3.6.1.2.1.4.34.1.4.1.4.192.168.57.126 = INTEGER: 1 +.1.3.6.1.2.1.4.34.1.4.1.4.192.168.57.255 = INTEGER: 3 +.1.3.6.1.2.1.4.34.1.4.1.4.192.168.58.126 = INTEGER: 1 +.1.3.6.1.2.1.4.34.1.4.1.4.192.168.58.255 = INTEGER: 3 +.1.3.6.1.2.1.4.34.1.4.1.4.192.168.59.126 = INTEGER: 1 +.1.3.6.1.2.1.4.34.1.4.1.4.192.168.59.255 = INTEGER: 3 +.1.3.6.1.2.1.4.34.1.4.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1 = INTEGER: 1 +.1.3.6.1.2.1.4.34.1.4.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.60.38.146 = INTEGER: 1 +.1.3.6.1.2.1.4.34.1.4.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.141.192.77 = INTEGER: 1 +.1.3.6.1.2.1.4.34.1.4.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.164.98.247 = INTEGER: 1 +.1.3.6.1.2.1.4.34.1.4.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.254.142.227 = INTEGER: 1 +.1.3.6.1.2.1.4.34.1.5.1.4.10.0.2.15 = OID: .1.3.6.1.2.1.4.32.1.5.2.1.4.10.0.2.0.24 +.1.3.6.1.2.1.4.34.1.5.1.4.10.0.2.255 = OID: .1.3.6.1.2.1.4.32.1.5.2.1.4.10.0.2.0.24 +.1.3.6.1.2.1.4.34.1.5.1.4.127.0.0.1 = OID: .1.3.6.1.2.1.4.32.1.5.1.1.4.127.0.0.0.8 +.1.3.6.1.2.1.4.34.1.5.1.4.192.168.57.126 = OID: .1.3.6.1.2.1.4.32.1.5.3.1.4.192.168.57.0.24 +.1.3.6.1.2.1.4.34.1.5.1.4.192.168.57.255 = OID: .1.3.6.1.2.1.4.32.1.5.3.1.4.192.168.57.0.24 +.1.3.6.1.2.1.4.34.1.5.1.4.192.168.58.126 = OID: .1.3.6.1.2.1.4.32.1.5.4.1.4.192.168.58.0.24 +.1.3.6.1.2.1.4.34.1.5.1.4.192.168.58.255 = OID: .1.3.6.1.2.1.4.32.1.5.4.1.4.192.168.58.0.24 +.1.3.6.1.2.1.4.34.1.5.1.4.192.168.59.126 = OID: .1.3.6.1.2.1.4.32.1.5.5.1.4.192.168.59.0.24 +.1.3.6.1.2.1.4.34.1.5.1.4.192.168.59.255 = OID: .1.3.6.1.2.1.4.32.1.5.5.1.4.192.168.59.0.24 +.1.3.6.1.2.1.4.34.1.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1 = OID: .1.3.6.1.2.1.4.32.1.5.1.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128 +.1.3.6.1.2.1.4.34.1.5.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.60.38.146 = OID: .1.3.6.1.2.1.4.32.1.5.3.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64 +.1.3.6.1.2.1.4.34.1.5.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.141.192.77 = OID: .1.3.6.1.2.1.4.32.1.5.2.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64 +.1.3.6.1.2.1.4.34.1.5.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.164.98.247 = OID: .1.3.6.1.2.1.4.32.1.5.5.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64 +.1.3.6.1.2.1.4.34.1.5.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.254.142.227 = OID: .1.3.6.1.2.1.4.32.1.5.4.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64 +.1.3.6.1.2.1.4.34.1.6.1.4.10.0.2.15 = INTEGER: 2 +.1.3.6.1.2.1.4.34.1.6.1.4.10.0.2.255 = INTEGER: 2 +.1.3.6.1.2.1.4.34.1.6.1.4.127.0.0.1 = INTEGER: 2 +.1.3.6.1.2.1.4.34.1.6.1.4.192.168.57.126 = INTEGER: 2 +.1.3.6.1.2.1.4.34.1.6.1.4.192.168.57.255 = INTEGER: 2 +.1.3.6.1.2.1.4.34.1.6.1.4.192.168.58.126 = INTEGER: 2 +.1.3.6.1.2.1.4.34.1.6.1.4.192.168.58.255 = INTEGER: 2 +.1.3.6.1.2.1.4.34.1.6.1.4.192.168.59.126 = INTEGER: 2 +.1.3.6.1.2.1.4.34.1.6.1.4.192.168.59.255 = INTEGER: 2 +.1.3.6.1.2.1.4.34.1.6.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1 = INTEGER: 2 +.1.3.6.1.2.1.4.34.1.6.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.60.38.146 = INTEGER: 5 +.1.3.6.1.2.1.4.34.1.6.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.141.192.77 = INTEGER: 5 +.1.3.6.1.2.1.4.34.1.6.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.164.98.247 = INTEGER: 5 +.1.3.6.1.2.1.4.34.1.6.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.254.142.227 = INTEGER: 5 +.1.3.6.1.2.1.4.34.1.7.1.4.10.0.2.15 = INTEGER: 1 +.1.3.6.1.2.1.4.34.1.7.1.4.10.0.2.255 = INTEGER: 1 +.1.3.6.1.2.1.4.34.1.7.1.4.127.0.0.1 = INTEGER: 1 +.1.3.6.1.2.1.4.34.1.7.1.4.192.168.57.126 = INTEGER: 1 +.1.3.6.1.2.1.4.34.1.7.1.4.192.168.57.255 = INTEGER: 1 +.1.3.6.1.2.1.4.34.1.7.1.4.192.168.58.126 = INTEGER: 1 +.1.3.6.1.2.1.4.34.1.7.1.4.192.168.58.255 = INTEGER: 1 +.1.3.6.1.2.1.4.34.1.7.1.4.192.168.59.126 = INTEGER: 1 +.1.3.6.1.2.1.4.34.1.7.1.4.192.168.59.255 = INTEGER: 1 +.1.3.6.1.2.1.4.34.1.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1 = INTEGER: 1 +.1.3.6.1.2.1.4.34.1.7.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.60.38.146 = INTEGER: 1 +.1.3.6.1.2.1.4.34.1.7.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.141.192.77 = INTEGER: 1 +.1.3.6.1.2.1.4.34.1.7.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.164.98.247 = INTEGER: 1 +.1.3.6.1.2.1.4.34.1.7.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.254.142.227 = INTEGER: 1 +.1.3.6.1.2.1.4.34.1.8.1.4.10.0.2.15 = 0 +.1.3.6.1.2.1.4.34.1.8.1.4.10.0.2.255 = 0 +.1.3.6.1.2.1.4.34.1.8.1.4.127.0.0.1 = 0 +.1.3.6.1.2.1.4.34.1.8.1.4.192.168.57.126 = 0 +.1.3.6.1.2.1.4.34.1.8.1.4.192.168.57.255 = 0 +.1.3.6.1.2.1.4.34.1.8.1.4.192.168.58.126 = 0 +.1.3.6.1.2.1.4.34.1.8.1.4.192.168.58.255 = 0 +.1.3.6.1.2.1.4.34.1.8.1.4.192.168.59.126 = 0 +.1.3.6.1.2.1.4.34.1.8.1.4.192.168.59.255 = 0 +.1.3.6.1.2.1.4.34.1.8.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1 = 0 +.1.3.6.1.2.1.4.34.1.8.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.60.38.146 = 0 +.1.3.6.1.2.1.4.34.1.8.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.141.192.77 = 0 +.1.3.6.1.2.1.4.34.1.8.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.164.98.247 = 0 +.1.3.6.1.2.1.4.34.1.8.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.254.142.227 = 0 +.1.3.6.1.2.1.4.34.1.9.1.4.10.0.2.15 = 0 +.1.3.6.1.2.1.4.34.1.9.1.4.10.0.2.255 = 0 +.1.3.6.1.2.1.4.34.1.9.1.4.127.0.0.1 = 0 +.1.3.6.1.2.1.4.34.1.9.1.4.192.168.57.126 = 0 +.1.3.6.1.2.1.4.34.1.9.1.4.192.168.57.255 = 0 +.1.3.6.1.2.1.4.34.1.9.1.4.192.168.58.126 = 0 +.1.3.6.1.2.1.4.34.1.9.1.4.192.168.58.255 = 0 +.1.3.6.1.2.1.4.34.1.9.1.4.192.168.59.126 = 0 +.1.3.6.1.2.1.4.34.1.9.1.4.192.168.59.255 = 0 +.1.3.6.1.2.1.4.34.1.9.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1 = 0 +.1.3.6.1.2.1.4.34.1.9.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.60.38.146 = 0 +.1.3.6.1.2.1.4.34.1.9.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.141.192.77 = 0 +.1.3.6.1.2.1.4.34.1.9.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.164.98.247 = 0 +.1.3.6.1.2.1.4.34.1.9.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.254.142.227 = 0 +.1.3.6.1.2.1.4.34.1.10.1.4.10.0.2.15 = INTEGER: 1 +.1.3.6.1.2.1.4.34.1.10.1.4.10.0.2.255 = INTEGER: 1 +.1.3.6.1.2.1.4.34.1.10.1.4.127.0.0.1 = INTEGER: 1 +.1.3.6.1.2.1.4.34.1.10.1.4.192.168.57.126 = INTEGER: 1 +.1.3.6.1.2.1.4.34.1.10.1.4.192.168.57.255 = INTEGER: 1 +.1.3.6.1.2.1.4.34.1.10.1.4.192.168.58.126 = INTEGER: 1 +.1.3.6.1.2.1.4.34.1.10.1.4.192.168.58.255 = INTEGER: 1 +.1.3.6.1.2.1.4.34.1.10.1.4.192.168.59.126 = INTEGER: 1 +.1.3.6.1.2.1.4.34.1.10.1.4.192.168.59.255 = INTEGER: 1 +.1.3.6.1.2.1.4.34.1.10.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1 = INTEGER: 1 +.1.3.6.1.2.1.4.34.1.10.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.60.38.146 = INTEGER: 1 +.1.3.6.1.2.1.4.34.1.10.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.141.192.77 = INTEGER: 1 +.1.3.6.1.2.1.4.34.1.10.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.164.98.247 = INTEGER: 1 +.1.3.6.1.2.1.4.34.1.10.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.254.142.227 = INTEGER: 1 +.1.3.6.1.2.1.4.34.1.11.1.4.10.0.2.15 = INTEGER: 2 +.1.3.6.1.2.1.4.34.1.11.1.4.10.0.2.255 = INTEGER: 2 +.1.3.6.1.2.1.4.34.1.11.1.4.127.0.0.1 = INTEGER: 2 +.1.3.6.1.2.1.4.34.1.11.1.4.192.168.57.126 = INTEGER: 2 +.1.3.6.1.2.1.4.34.1.11.1.4.192.168.57.255 = INTEGER: 2 +.1.3.6.1.2.1.4.34.1.11.1.4.192.168.58.126 = INTEGER: 2 +.1.3.6.1.2.1.4.34.1.11.1.4.192.168.58.255 = INTEGER: 2 +.1.3.6.1.2.1.4.34.1.11.1.4.192.168.59.126 = INTEGER: 2 +.1.3.6.1.2.1.4.34.1.11.1.4.192.168.59.255 = INTEGER: 2 +.1.3.6.1.2.1.4.34.1.11.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1 = INTEGER: 2 +.1.3.6.1.2.1.4.34.1.11.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.60.38.146 = INTEGER: 4 +.1.3.6.1.2.1.4.34.1.11.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.141.192.77 = INTEGER: 4 +.1.3.6.1.2.1.4.34.1.11.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.164.98.247 = INTEGER: 4 +.1.3.6.1.2.1.4.34.1.11.2.16.254.128.0.0.0.0.0.0.10.0.39.255.254.254.142.227 = INTEGER: 4 +.1.3.6.1.2.1.4.35.1.4.2.1.4.10.0.2.2 = Hex-STRING: 52 54 00 12 35 02 +.1.3.6.1.2.1.4.35.1.4.2.1.4.10.0.2.3 = Hex-STRING: 52 54 00 12 35 03 +.1.3.6.1.2.1.4.35.1.4.3.1.4.192.168.57.131 = Hex-STRING: 08 00 27 35 A3 73 +.1.3.6.1.2.1.4.35.1.5.2.1.4.10.0.2.2 = 8109 +.1.3.6.1.2.1.4.35.1.5.2.1.4.10.0.2.3 = 8109 +.1.3.6.1.2.1.4.35.1.5.3.1.4.192.168.57.131 = 8109 +.1.3.6.1.2.1.4.35.1.6.2.1.4.10.0.2.2 = INTEGER: 3 +.1.3.6.1.2.1.4.35.1.6.2.1.4.10.0.2.3 = INTEGER: 3 +.1.3.6.1.2.1.4.35.1.6.3.1.4.192.168.57.131 = INTEGER: 3 +.1.3.6.1.2.1.4.35.1.7.2.1.4.10.0.2.2 = INTEGER: 1 +.1.3.6.1.2.1.4.35.1.7.2.1.4.10.0.2.3 = INTEGER: 2 +.1.3.6.1.2.1.4.35.1.7.3.1.4.192.168.57.131 = INTEGER: 1 +.1.3.6.1.2.1.4.35.1.8.2.1.4.10.0.2.2 = INTEGER: 1 +.1.3.6.1.2.1.4.35.1.8.2.1.4.10.0.2.3 = INTEGER: 1 +.1.3.6.1.2.1.4.35.1.8.3.1.4.192.168.57.131 = INTEGER: 1 +.1.3.6.1.2.1.4.36.1.2.2 = Gauge32: 2 +.1.3.6.1.2.1.4.36.1.2.3 = Gauge32: 3 +.1.3.6.1.2.1.4.36.1.2.4 = Gauge32: 4 +.1.3.6.1.2.1.4.36.1.2.5 = Gauge32: 5 +.1.3.6.1.2.1.4.36.1.3.2 = Gauge32: 0 +.1.3.6.1.2.1.4.36.1.3.3 = Gauge32: 0 +.1.3.6.1.2.1.4.36.1.3.4 = Gauge32: 0 +.1.3.6.1.2.1.4.36.1.3.5 = Gauge32: 0 +.1.3.6.1.2.1.4.36.1.4.2 = Gauge32: 0 +.1.3.6.1.2.1.4.36.1.4.3 = Gauge32: 0 +.1.3.6.1.2.1.4.36.1.4.4 = Gauge32: 0 +.1.3.6.1.2.1.4.36.1.4.5 = Gauge32: 0 +.1.3.6.1.2.1.4.36.1.5.2 = Gauge32: 0 +.1.3.6.1.2.1.4.36.1.5.3 = Gauge32: 0 +.1.3.6.1.2.1.4.36.1.5.4 = Gauge32: 0 +.1.3.6.1.2.1.4.36.1.5.5 = Gauge32: 0 +.1.3.6.1.2.1.4.36.1.6.2 = Gauge32: 0 +.1.3.6.1.2.1.4.36.1.6.3 = Gauge32: 0 +.1.3.6.1.2.1.4.36.1.6.4 = Gauge32: 0 +.1.3.6.1.2.1.4.36.1.6.5 = Gauge32: 0 +.1.3.6.1.2.1.4.36.1.7.2 = Gauge32: 0 +.1.3.6.1.2.1.4.36.1.7.3 = Gauge32: 0 +.1.3.6.1.2.1.4.36.1.7.4 = Gauge32: 0 +.1.3.6.1.2.1.4.36.1.7.5 = Gauge32: 0 +.1.3.6.1.2.1.4.36.1.8.2 = Gauge32: 0 +.1.3.6.1.2.1.4.36.1.8.3 = Gauge32: 0 +.1.3.6.1.2.1.4.36.1.8.4 = Gauge32: 0 +.1.3.6.1.2.1.4.36.1.8.5 = Gauge32: 0 +.1.3.6.1.2.1.4.36.1.9.2 = Gauge32: 0 +.1.3.6.1.2.1.4.36.1.9.3 = Gauge32: 0 +.1.3.6.1.2.1.4.36.1.9.4 = Gauge32: 0 +.1.3.6.1.2.1.4.36.1.9.5 = Gauge32: 0 +.1.3.6.1.2.1.4.36.1.10.2 = Gauge32: 0 +.1.3.6.1.2.1.4.36.1.10.3 = Gauge32: 0 +.1.3.6.1.2.1.4.36.1.10.4 = Gauge32: 0 +.1.3.6.1.2.1.4.36.1.10.5 = Gauge32: 0 +.1.3.6.1.2.1.4.36.1.11.2 = Gauge32: 0 +.1.3.6.1.2.1.4.36.1.11.3 = Gauge32: 0 +.1.3.6.1.2.1.4.36.1.11.4 = Gauge32: 0 +.1.3.6.1.2.1.4.36.1.11.5 = Gauge32: 0 +.1.3.6.1.2.1.4.36.1.12.2 = Gauge32: 0 +.1.3.6.1.2.1.4.36.1.12.3 = Gauge32: 0 +.1.3.6.1.2.1.4.36.1.12.4 = Gauge32: 0 +.1.3.6.1.2.1.4.36.1.12.5 = Gauge32: 0 +.1.3.6.1.2.1.4.36.1.13.2 = Gauge32: 0 +.1.3.6.1.2.1.4.36.1.13.3 = Gauge32: 0 +.1.3.6.1.2.1.4.36.1.13.4 = Gauge32: 0 +.1.3.6.1.2.1.4.36.1.13.5 = Gauge32: 0 +.1.3.6.1.2.1.4.37.1.4.1.4.10.0.2.2.2 = Gauge32: 65535 +.1.3.6.1.2.1.4.37.1.5.1.4.10.0.2.2.2 = INTEGER: 0 +.1.3.6.1.2.1.5.1.0 = Counter32: 13 +.1.3.6.1.2.1.5.2.0 = Counter32: 0 +.1.3.6.1.2.1.5.3.0 = Counter32: 0 +.1.3.6.1.2.1.5.4.0 = Counter32: 0 +.1.3.6.1.2.1.5.5.0 = Counter32: 0 +.1.3.6.1.2.1.5.6.0 = Counter32: 0 +.1.3.6.1.2.1.5.7.0 = Counter32: 0 +.1.3.6.1.2.1.5.8.0 = Counter32: 13 +.1.3.6.1.2.1.5.9.0 = Counter32: 0 +.1.3.6.1.2.1.5.10.0 = Counter32: 0 +.1.3.6.1.2.1.5.11.0 = Counter32: 0 +.1.3.6.1.2.1.5.12.0 = Counter32: 0 +.1.3.6.1.2.1.5.13.0 = Counter32: 0 +.1.3.6.1.2.1.5.14.0 = Counter32: 25 +.1.3.6.1.2.1.5.15.0 = Counter32: 0 +.1.3.6.1.2.1.5.16.0 = Counter32: 12 +.1.3.6.1.2.1.5.17.0 = Counter32: 0 +.1.3.6.1.2.1.5.18.0 = Counter32: 0 +.1.3.6.1.2.1.5.19.0 = Counter32: 0 +.1.3.6.1.2.1.5.20.0 = Counter32: 0 +.1.3.6.1.2.1.5.21.0 = Counter32: 0 +.1.3.6.1.2.1.5.22.0 = Counter32: 13 +.1.3.6.1.2.1.5.23.0 = Counter32: 0 +.1.3.6.1.2.1.5.24.0 = Counter32: 0 +.1.3.6.1.2.1.5.25.0 = Counter32: 0 +.1.3.6.1.2.1.5.26.0 = Counter32: 0 +.1.3.6.1.2.1.5.29.1.2.1 = Counter32: 13 +.1.3.6.1.2.1.5.29.1.2.2 = Counter32: 0 +.1.3.6.1.2.1.5.29.1.3.1 = Counter32: 0 +.1.3.6.1.2.1.5.29.1.3.2 = Counter32: 0 +.1.3.6.1.2.1.5.29.1.4.1 = Counter32: 25 +.1.3.6.1.2.1.5.29.1.4.2 = Counter32: 72 +.1.3.6.1.2.1.5.29.1.5.1 = Counter32: 0 +.1.3.6.1.2.1.5.29.1.5.2 = Counter32: 0 +.1.3.6.1.2.1.5.30.1.3.1.0 = Counter32: 0 +.1.3.6.1.2.1.5.30.1.3.1.3 = Counter32: 0 +.1.3.6.1.2.1.5.30.1.3.1.4 = Counter32: 0 +.1.3.6.1.2.1.5.30.1.3.1.5 = Counter32: 0 +.1.3.6.1.2.1.5.30.1.3.1.8 = Counter32: 13 +.1.3.6.1.2.1.5.30.1.3.1.11 = Counter32: 0 +.1.3.6.1.2.1.5.30.1.3.1.12 = Counter32: 0 +.1.3.6.1.2.1.5.30.1.3.1.13 = Counter32: 0 +.1.3.6.1.2.1.5.30.1.3.1.14 = Counter32: 0 +.1.3.6.1.2.1.5.30.1.3.1.17 = Counter32: 0 +.1.3.6.1.2.1.5.30.1.3.1.18 = Counter32: 0 +.1.3.6.1.2.1.5.30.1.4.1.0 = Counter32: 13 +.1.3.6.1.2.1.5.30.1.4.1.3 = Counter32: 12 +.1.3.6.1.2.1.5.30.1.4.1.4 = Counter32: 0 +.1.3.6.1.2.1.5.30.1.4.1.5 = Counter32: 0 +.1.3.6.1.2.1.5.30.1.4.1.8 = Counter32: 0 +.1.3.6.1.2.1.5.30.1.4.1.11 = Counter32: 0 +.1.3.6.1.2.1.5.30.1.4.1.12 = Counter32: 0 +.1.3.6.1.2.1.5.30.1.4.1.13 = Counter32: 0 +.1.3.6.1.2.1.5.30.1.4.1.14 = Counter32: 0 +.1.3.6.1.2.1.5.30.1.4.1.17 = Counter32: 0 +.1.3.6.1.2.1.5.30.1.4.1.18 = Counter32: 0 +.1.3.6.1.2.1.5.30.1.4.2.133 = Counter32: 37 +.1.3.6.1.2.1.5.30.1.4.2.135 = Counter32: 7 +.1.3.6.1.2.1.5.30.1.4.2.143 = Counter32: 28 +.1.3.6.1.2.1.6.1.0 = INTEGER: 1 +.1.3.6.1.2.1.6.2.0 = INTEGER: 200 +.1.3.6.1.2.1.6.3.0 = INTEGER: 120000 +.1.3.6.1.2.1.6.4.0 = INTEGER: -1 +.1.3.6.1.2.1.6.5.0 = Counter32: 0 +.1.3.6.1.2.1.6.6.0 = Counter32: 33 +.1.3.6.1.2.1.6.7.0 = Counter32: 0 +.1.3.6.1.2.1.6.8.0 = Counter32: 1 +.1.3.6.1.2.1.6.9.0 = Gauge32: 1 +.1.3.6.1.2.1.6.10.0 = Counter32: 1969 +.1.3.6.1.2.1.6.11.0 = Counter32: 1569 +.1.3.6.1.2.1.6.12.0 = Counter32: 0 +.1.3.6.1.2.1.6.13.1.1.0.0.0.0.22.0.0.0.0.0 = INTEGER: 2 +.1.3.6.1.2.1.6.13.1.1.0.0.0.0.5666.0.0.0.0.0 = INTEGER: 2 +.1.3.6.1.2.1.6.13.1.1.10.0.2.15.22.10.0.2.2.42298 = INTEGER: 5 +.1.3.6.1.2.1.6.13.1.2.0.0.0.0.22.0.0.0.0.0 = IpAddress: 0.0.0.0 +.1.3.6.1.2.1.6.13.1.2.0.0.0.0.5666.0.0.0.0.0 = IpAddress: 0.0.0.0 +.1.3.6.1.2.1.6.13.1.2.10.0.2.15.22.10.0.2.2.42298 = IpAddress: 10.0.2.15 +.1.3.6.1.2.1.6.13.1.3.0.0.0.0.22.0.0.0.0.0 = INTEGER: 22 +.1.3.6.1.2.1.6.13.1.3.0.0.0.0.5666.0.0.0.0.0 = INTEGER: 5666 +.1.3.6.1.2.1.6.13.1.3.10.0.2.15.22.10.0.2.2.42298 = INTEGER: 22 +.1.3.6.1.2.1.6.13.1.4.0.0.0.0.22.0.0.0.0.0 = IpAddress: 0.0.0.0 +.1.3.6.1.2.1.6.13.1.4.0.0.0.0.5666.0.0.0.0.0 = IpAddress: 0.0.0.0 +.1.3.6.1.2.1.6.13.1.4.10.0.2.15.22.10.0.2.2.42298 = IpAddress: 10.0.2.2 +.1.3.6.1.2.1.6.13.1.5.0.0.0.0.22.0.0.0.0.0 = INTEGER: 0 +.1.3.6.1.2.1.6.13.1.5.0.0.0.0.5666.0.0.0.0.0 = INTEGER: 0 +.1.3.6.1.2.1.6.13.1.5.10.0.2.15.22.10.0.2.2.42298 = INTEGER: 42298 +.1.3.6.1.2.1.6.14.0 = Counter32: 0 +.1.3.6.1.2.1.6.15.0 = Counter32: 0 +.1.3.6.1.2.1.6.19.1.7.1.4.10.0.2.15.22.1.4.10.0.2.2.42298 = INTEGER: 5 +.1.3.6.1.2.1.6.19.1.8.1.4.10.0.2.15.22.1.4.10.0.2.2.42298 = Gauge32: 0 +.1.3.6.1.2.1.6.20.1.4.1.4.0.0.0.0.22 = Gauge32: 0 +.1.3.6.1.2.1.6.20.1.4.1.4.0.0.0.0.5666 = Gauge32: 0 +.1.3.6.1.2.1.6.20.1.4.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.22 = Gauge32: 0 +.1.3.6.1.2.1.6.20.1.4.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.5666 = Gauge32: 0 +.1.3.6.1.2.1.7.1.0 = Counter32: 5871 +.1.3.6.1.2.1.7.2.0 = Counter32: 12 +.1.3.6.1.2.1.7.3.0 = Counter32: 0 +.1.3.6.1.2.1.7.4.0 = Counter32: 5870 +.1.3.6.1.2.1.7.5.1.1.0.0.0.0.68 = IpAddress: 0.0.0.0 +.1.3.6.1.2.1.7.5.1.1.0.0.0.0.161 = IpAddress: 0.0.0.0 +.1.3.6.1.2.1.7.5.1.1.127.0.0.1.323 = IpAddress: 127.0.0.1 +.1.3.6.1.2.1.7.5.1.2.0.0.0.0.68 = INTEGER: 68 +.1.3.6.1.2.1.7.5.1.2.0.0.0.0.161 = INTEGER: 161 +.1.3.6.1.2.1.7.5.1.2.127.0.0.1.323 = INTEGER: 323 +.1.3.6.1.2.1.7.7.1.8.1.4.0.0.0.0.68.1.4.0.0.0.0.0.11228 = Gauge32: 0 +.1.3.6.1.2.1.7.7.1.8.1.4.0.0.0.0.161.1.4.0.0.0.0.0.20596 = Gauge32: 1199 +.1.3.6.1.2.1.7.7.1.8.1.4.127.0.0.1.323.1.4.0.0.0.0.0.11445 = Gauge32: 0 +.1.3.6.1.2.1.7.7.1.8.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.323.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.11446 = Gauge32: 0 +.1.3.6.1.2.1.10.7.2.1.1.2 = INTEGER: 2 +.1.3.6.1.2.1.10.7.2.1.1.3 = INTEGER: 3 +.1.3.6.1.2.1.10.7.2.1.1.4 = INTEGER: 4 +.1.3.6.1.2.1.10.7.2.1.1.5 = INTEGER: 5 +.1.3.6.1.2.1.10.7.2.1.2.2 = Counter32: 0 +.1.3.6.1.2.1.10.7.2.1.2.3 = Counter32: 0 +.1.3.6.1.2.1.10.7.2.1.2.4 = Counter32: 0 +.1.3.6.1.2.1.10.7.2.1.2.5 = Counter32: 0 +.1.3.6.1.2.1.10.7.2.1.3.2 = Counter32: 0 +.1.3.6.1.2.1.10.7.2.1.3.3 = Counter32: 0 +.1.3.6.1.2.1.10.7.2.1.3.4 = Counter32: 0 +.1.3.6.1.2.1.10.7.2.1.3.5 = Counter32: 0 +.1.3.6.1.2.1.10.7.2.1.4.2 = Counter32: 0 +.1.3.6.1.2.1.10.7.2.1.4.3 = Counter32: 0 +.1.3.6.1.2.1.10.7.2.1.4.4 = Counter32: 0 +.1.3.6.1.2.1.10.7.2.1.4.5 = Counter32: 0 +.1.3.6.1.2.1.10.7.2.1.5.2 = Counter32: 0 +.1.3.6.1.2.1.10.7.2.1.5.3 = Counter32: 0 +.1.3.6.1.2.1.10.7.2.1.5.4 = Counter32: 0 +.1.3.6.1.2.1.10.7.2.1.5.5 = Counter32: 0 +.1.3.6.1.2.1.10.7.2.1.7.2 = Counter32: 0 +.1.3.6.1.2.1.10.7.2.1.7.3 = Counter32: 0 +.1.3.6.1.2.1.10.7.2.1.7.4 = Counter32: 0 +.1.3.6.1.2.1.10.7.2.1.7.5 = Counter32: 0 +.1.3.6.1.2.1.10.7.2.1.8.2 = Counter32: 0 +.1.3.6.1.2.1.10.7.2.1.8.3 = Counter32: 0 +.1.3.6.1.2.1.10.7.2.1.8.4 = Counter32: 0 +.1.3.6.1.2.1.10.7.2.1.8.5 = Counter32: 0 +.1.3.6.1.2.1.10.7.2.1.10.2 = Counter32: 0 +.1.3.6.1.2.1.10.7.2.1.10.3 = Counter32: 0 +.1.3.6.1.2.1.10.7.2.1.10.4 = Counter32: 0 +.1.3.6.1.2.1.10.7.2.1.10.5 = Counter32: 0 +.1.3.6.1.2.1.10.7.2.1.11.2 = Counter32: 0 +.1.3.6.1.2.1.10.7.2.1.11.3 = Counter32: 0 +.1.3.6.1.2.1.10.7.2.1.11.4 = Counter32: 0 +.1.3.6.1.2.1.10.7.2.1.11.5 = Counter32: 0 +.1.3.6.1.2.1.10.7.2.1.13.2 = Counter32: 0 +.1.3.6.1.2.1.10.7.2.1.13.3 = Counter32: 0 +.1.3.6.1.2.1.10.7.2.1.13.4 = Counter32: 0 +.1.3.6.1.2.1.10.7.2.1.13.5 = Counter32: 0 +.1.3.6.1.2.1.10.7.2.1.16.2 = Counter32: 0 +.1.3.6.1.2.1.10.7.2.1.16.3 = Counter32: 0 +.1.3.6.1.2.1.10.7.2.1.16.4 = Counter32: 0 +.1.3.6.1.2.1.10.7.2.1.16.5 = Counter32: 0 +.1.3.6.1.2.1.10.7.2.1.19.2 = INTEGER: 3 +.1.3.6.1.2.1.10.7.2.1.19.3 = INTEGER: 3 +.1.3.6.1.2.1.10.7.2.1.19.4 = INTEGER: 3 +.1.3.6.1.2.1.10.7.2.1.19.5 = INTEGER: 3 +.1.3.6.1.2.1.11.1.0 = Counter32: 5719 +.1.3.6.1.2.1.11.2.0 = Counter32: 5719 +.1.3.6.1.2.1.11.3.0 = Counter32: 0 +.1.3.6.1.2.1.11.4.0 = Counter32: 0 +.1.3.6.1.2.1.11.5.0 = Counter32: 0 +.1.3.6.1.2.1.11.6.0 = Counter32: 0 +.1.3.6.1.2.1.11.8.0 = Counter32: 0 +.1.3.6.1.2.1.11.9.0 = Counter32: 0 +.1.3.6.1.2.1.11.10.0 = Counter32: 0 +.1.3.6.1.2.1.11.11.0 = Counter32: 0 +.1.3.6.1.2.1.11.12.0 = Counter32: 0 +.1.3.6.1.2.1.11.13.0 = Counter32: 5729 +.1.3.6.1.2.1.11.14.0 = Counter32: 0 +.1.3.6.1.2.1.11.15.0 = Counter32: 0 +.1.3.6.1.2.1.11.16.0 = Counter32: 5733 +.1.3.6.1.2.1.11.17.0 = Counter32: 0 +.1.3.6.1.2.1.11.18.0 = Counter32: 0 +.1.3.6.1.2.1.11.19.0 = Counter32: 0 +.1.3.6.1.2.1.11.20.0 = Counter32: 0 +.1.3.6.1.2.1.11.21.0 = Counter32: 0 +.1.3.6.1.2.1.11.22.0 = Counter32: 0 +.1.3.6.1.2.1.11.24.0 = Counter32: 0 +.1.3.6.1.2.1.11.25.0 = Counter32: 0 +.1.3.6.1.2.1.11.26.0 = Counter32: 0 +.1.3.6.1.2.1.11.27.0 = Counter32: 0 +.1.3.6.1.2.1.11.28.0 = Counter32: 5743 +.1.3.6.1.2.1.11.29.0 = Counter32: 0 +.1.3.6.1.2.1.11.30.0 = INTEGER: 2 +.1.3.6.1.2.1.11.31.0 = Counter32: 0 +.1.3.6.1.2.1.11.32.0 = Counter32: 0 +.1.3.6.1.2.1.25.1.1.0 = 48160 +.1.3.6.1.2.1.25.1.2.0 = Hex-STRING: 07 E8 03 12 16 29 1E 00 2B 01 00 +.1.3.6.1.2.1.25.1.3.0 = INTEGER: 393216 +.1.3.6.1.2.1.25.1.4.0 = STRING: "BOOT_IMAGE=/boot/vmlinuz-5.10.0-28-amd64 root=UUID=c62a50a0-9eed-4d76-86ad-b53c695efb0d ro consoleblank=0 elevator=noop scsi_mod" +.1.3.6.1.2.1.25.1.5.0 = Gauge32: 1 +.1.3.6.1.2.1.25.1.6.0 = Gauge32: 76 +.1.3.6.1.2.1.25.1.7.0 = INTEGER: 0 +.1.3.6.1.2.1.25.2.2.0 = INTEGER: 987812 +.1.3.6.1.2.1.25.2.3.1.1.1 = INTEGER: 1 +.1.3.6.1.2.1.25.2.3.1.1.3 = INTEGER: 3 +.1.3.6.1.2.1.25.2.3.1.1.6 = INTEGER: 6 +.1.3.6.1.2.1.25.2.3.1.1.7 = INTEGER: 7 +.1.3.6.1.2.1.25.2.3.1.1.8 = INTEGER: 8 +.1.3.6.1.2.1.25.2.3.1.1.10 = INTEGER: 10 +.1.3.6.1.2.1.25.2.3.1.1.35 = INTEGER: 35 +.1.3.6.1.2.1.25.2.3.1.1.36 = INTEGER: 36 +.1.3.6.1.2.1.25.2.3.1.1.38 = INTEGER: 38 +.1.3.6.1.2.1.25.2.3.1.1.39 = INTEGER: 39 +.1.3.6.1.2.1.25.2.3.1.1.51 = INTEGER: 51 +.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.35 = OID: .1.3.6.1.2.1.25.2.1.4 +.1.3.6.1.2.1.25.2.3.1.2.36 = 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.39 = 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.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.35 = STRING: "/run" +.1.3.6.1.2.1.25.2.3.1.3.36 = STRING: "/" +.1.3.6.1.2.1.25.2.3.1.3.38 = STRING: "/dev/shm" +.1.3.6.1.2.1.25.2.3.1.3.39 = STRING: "/run/lock" +.1.3.6.1.2.1.25.2.3.1.3.51 = STRING: "/run/user/1000" +.1.3.6.1.2.1.25.2.3.1.4.1 = INTEGER: 1024 +.1.3.6.1.2.1.25.2.3.1.4.3 = INTEGER: 1024 +.1.3.6.1.2.1.25.2.3.1.4.6 = INTEGER: 1024 +.1.3.6.1.2.1.25.2.3.1.4.7 = INTEGER: 1024 +.1.3.6.1.2.1.25.2.3.1.4.8 = INTEGER: 1024 +.1.3.6.1.2.1.25.2.3.1.4.10 = INTEGER: 1024 +.1.3.6.1.2.1.25.2.3.1.4.35 = INTEGER: 4096 +.1.3.6.1.2.1.25.2.3.1.4.36 = INTEGER: 4096 +.1.3.6.1.2.1.25.2.3.1.4.38 = INTEGER: 4096 +.1.3.6.1.2.1.25.2.3.1.4.39 = INTEGER: 4096 +.1.3.6.1.2.1.25.2.3.1.4.51 = INTEGER: 4096 +.1.3.6.1.2.1.25.2.3.1.5.1 = INTEGER: 987812 +.1.3.6.1.2.1.25.2.3.1.5.3 = INTEGER: 987812 +.1.3.6.1.2.1.25.2.3.1.5.6 = INTEGER: 987812 +.1.3.6.1.2.1.25.2.3.1.5.7 = INTEGER: 115756 +.1.3.6.1.2.1.25.2.3.1.5.8 = INTEGER: 456 +.1.3.6.1.2.1.25.2.3.1.5.10 = INTEGER: 0 +.1.3.6.1.2.1.25.2.3.1.5.35 = INTEGER: 24696 +.1.3.6.1.2.1.25.2.3.1.5.36 = INTEGER: 5116308 +.1.3.6.1.2.1.25.2.3.1.5.38 = INTEGER: 123476 +.1.3.6.1.2.1.25.2.3.1.5.39 = INTEGER: 1280 +.1.3.6.1.2.1.25.2.3.1.5.51 = INTEGER: 24695 +.1.3.6.1.2.1.25.2.3.1.6.1 = INTEGER: 203444 +.1.3.6.1.2.1.25.2.3.1.6.3 = INTEGER: 203444 +.1.3.6.1.2.1.25.2.3.1.6.6 = INTEGER: 14368 +.1.3.6.1.2.1.25.2.3.1.6.7 = INTEGER: 115756 +.1.3.6.1.2.1.25.2.3.1.6.8 = INTEGER: 456 +.1.3.6.1.2.1.25.2.3.1.6.10 = INTEGER: 0 +.1.3.6.1.2.1.25.2.3.1.6.35 = INTEGER: 114 +.1.3.6.1.2.1.25.2.3.1.6.36 = INTEGER: 390635 +.1.3.6.1.2.1.25.2.3.1.6.38 = INTEGER: 0 +.1.3.6.1.2.1.25.2.3.1.6.39 = INTEGER: 0 +.1.3.6.1.2.1.25.2.3.1.6.51 = INTEGER: 0 +.1.3.6.1.2.1.25.3.2.1.1.196608 = INTEGER: 196608 +.1.3.6.1.2.1.25.3.2.1.1.262145 = INTEGER: 262145 +.1.3.6.1.2.1.25.3.2.1.1.262146 = INTEGER: 262146 +.1.3.6.1.2.1.25.3.2.1.1.262147 = INTEGER: 262147 +.1.3.6.1.2.1.25.3.2.1.1.262148 = INTEGER: 262148 +.1.3.6.1.2.1.25.3.2.1.1.262149 = INTEGER: 262149 +.1.3.6.1.2.1.25.3.2.1.1.786432 = INTEGER: 786432 +.1.3.6.1.2.1.25.3.2.1.2.196608 = OID: .1.3.6.1.2.1.25.3.1.3 +.1.3.6.1.2.1.25.3.2.1.2.262145 = OID: .1.3.6.1.2.1.25.3.1.4 +.1.3.6.1.2.1.25.3.2.1.2.262146 = OID: .1.3.6.1.2.1.25.3.1.4 +.1.3.6.1.2.1.25.3.2.1.2.262147 = OID: .1.3.6.1.2.1.25.3.1.4 +.1.3.6.1.2.1.25.3.2.1.2.262148 = OID: .1.3.6.1.2.1.25.3.1.4 +.1.3.6.1.2.1.25.3.2.1.2.262149 = OID: .1.3.6.1.2.1.25.3.1.4 +.1.3.6.1.2.1.25.3.2.1.2.786432 = OID: .1.3.6.1.2.1.25.3.1.12 +.1.3.6.1.2.1.25.3.2.1.3.196608 = STRING: "AuthenticAMD: AMD Ryzen 7 PRO 3700U w/ Radeon Vega Mobile Gfx" +.1.3.6.1.2.1.25.3.2.1.3.262145 = STRING: "network interface lo" +.1.3.6.1.2.1.25.3.2.1.3.262146 = STRING: "network interface eth0" +.1.3.6.1.2.1.25.3.2.1.3.262147 = STRING: "network interface eth1" +.1.3.6.1.2.1.25.3.2.1.3.262148 = STRING: "network interface eth2" +.1.3.6.1.2.1.25.3.2.1.3.262149 = STRING: "network interface eth3" +.1.3.6.1.2.1.25.3.2.1.3.786432 = STRING: "Guessing that there's a floating point co-processor" +.1.3.6.1.2.1.25.3.2.1.4.196608 = OID: .0.0 +.1.3.6.1.2.1.25.3.2.1.4.262145 = OID: .0.0 +.1.3.6.1.2.1.25.3.2.1.4.262146 = OID: .0.0 +.1.3.6.1.2.1.25.3.2.1.4.262147 = OID: .0.0 +.1.3.6.1.2.1.25.3.2.1.4.262148 = OID: .0.0 +.1.3.6.1.2.1.25.3.2.1.4.262149 = OID: .0.0 +.1.3.6.1.2.1.25.3.2.1.4.786432 = OID: .0.0 +.1.3.6.1.2.1.25.3.2.1.5.196608 = INTEGER: 2 +.1.3.6.1.2.1.25.3.2.1.5.262145 = INTEGER: 2 +.1.3.6.1.2.1.25.3.2.1.5.262146 = INTEGER: 2 +.1.3.6.1.2.1.25.3.2.1.5.262147 = INTEGER: 2 +.1.3.6.1.2.1.25.3.2.1.5.262148 = INTEGER: 2 +.1.3.6.1.2.1.25.3.2.1.5.262149 = INTEGER: 2 +.1.3.6.1.2.1.25.3.2.1.6.262145 = Counter32: 0 +.1.3.6.1.2.1.25.3.2.1.6.262146 = Counter32: 0 +.1.3.6.1.2.1.25.3.2.1.6.262147 = Counter32: 0 +.1.3.6.1.2.1.25.3.2.1.6.262148 = Counter32: 0 +.1.3.6.1.2.1.25.3.2.1.6.262149 = Counter32: 0 +.1.3.6.1.2.1.25.3.3.1.1.196608 = OID: .0.0 +.1.3.6.1.2.1.25.3.3.1.2.196608 = INTEGER: 2 +.1.3.6.1.2.1.25.3.4.1.1.262145 = INTEGER: 1 +.1.3.6.1.2.1.25.3.4.1.1.262146 = INTEGER: 2 +.1.3.6.1.2.1.25.3.4.1.1.262147 = INTEGER: 3 +.1.3.6.1.2.1.25.3.4.1.1.262148 = INTEGER: 4 +.1.3.6.1.2.1.25.3.4.1.1.262149 = INTEGER: 5 +.1.3.6.1.2.1.25.3.8.1.1.5 = INTEGER: 5 +.1.3.6.1.2.1.25.3.8.1.1.6 = INTEGER: 6 +.1.3.6.1.2.1.25.3.8.1.1.8 = INTEGER: 8 +.1.3.6.1.2.1.25.3.8.1.1.9 = INTEGER: 9 +.1.3.6.1.2.1.25.3.8.1.1.21 = INTEGER: 21 +.1.3.6.1.2.1.25.3.8.1.2.5 = STRING: "/run" +.1.3.6.1.2.1.25.3.8.1.2.6 = STRING: "/" +.1.3.6.1.2.1.25.3.8.1.2.8 = STRING: "/dev/shm" +.1.3.6.1.2.1.25.3.8.1.2.9 = STRING: "/run/lock" +.1.3.6.1.2.1.25.3.8.1.2.21 = STRING: "/run/user/1000" +.1.3.6.1.2.1.25.3.8.1.3.5 = "" +.1.3.6.1.2.1.25.3.8.1.3.6 = "" +.1.3.6.1.2.1.25.3.8.1.3.8 = "" +.1.3.6.1.2.1.25.3.8.1.3.9 = "" +.1.3.6.1.2.1.25.3.8.1.3.21 = "" +.1.3.6.1.2.1.25.3.8.1.4.5 = OID: .1.3.6.1.2.1.25.3.9.1 +.1.3.6.1.2.1.25.3.8.1.4.6 = OID: .1.3.6.1.2.1.25.3.9.23 +.1.3.6.1.2.1.25.3.8.1.4.8 = OID: .1.3.6.1.2.1.25.3.9.1 +.1.3.6.1.2.1.25.3.8.1.4.9 = OID: .1.3.6.1.2.1.25.3.9.1 +.1.3.6.1.2.1.25.3.8.1.4.21 = OID: .1.3.6.1.2.1.25.3.9.1 +.1.3.6.1.2.1.25.3.8.1.5.5 = INTEGER: 1 +.1.3.6.1.2.1.25.3.8.1.5.6 = INTEGER: 1 +.1.3.6.1.2.1.25.3.8.1.5.8 = INTEGER: 1 +.1.3.6.1.2.1.25.3.8.1.5.9 = INTEGER: 1 +.1.3.6.1.2.1.25.3.8.1.5.21 = INTEGER: 1 +.1.3.6.1.2.1.25.3.8.1.6.5 = INTEGER: 2 +.1.3.6.1.2.1.25.3.8.1.6.6 = INTEGER: 1 +.1.3.6.1.2.1.25.3.8.1.6.8 = INTEGER: 2 +.1.3.6.1.2.1.25.3.8.1.6.9 = INTEGER: 2 +.1.3.6.1.2.1.25.3.8.1.6.21 = INTEGER: 2 +.1.3.6.1.2.1.25.3.8.1.7.5 = INTEGER: 35 +.1.3.6.1.2.1.25.3.8.1.7.6 = INTEGER: 36 +.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.9 = INTEGER: 39 +.1.3.6.1.2.1.25.3.8.1.7.21 = INTEGER: 51 +.1.3.6.1.2.1.25.3.8.1.8.5 = Hex-STRING: 00 00 01 01 00 00 00 00 +.1.3.6.1.2.1.25.3.8.1.8.6 = Hex-STRING: 00 00 01 01 00 00 00 00 +.1.3.6.1.2.1.25.3.8.1.8.8 = Hex-STRING: 00 00 01 01 00 00 00 00 +.1.3.6.1.2.1.25.3.8.1.8.9 = Hex-STRING: 00 00 01 01 00 00 00 00 +.1.3.6.1.2.1.25.3.8.1.8.21 = Hex-STRING: 00 00 01 01 00 00 00 00 +.1.3.6.1.2.1.25.3.8.1.9.5 = Hex-STRING: 00 00 01 01 00 00 00 00 +.1.3.6.1.2.1.25.3.8.1.9.6 = Hex-STRING: 00 00 01 01 00 00 00 00 +.1.3.6.1.2.1.25.3.8.1.9.8 = Hex-STRING: 00 00 01 01 00 00 00 00 +.1.3.6.1.2.1.25.3.8.1.9.9 = Hex-STRING: 00 00 01 01 00 00 00 00 +.1.3.6.1.2.1.25.3.8.1.9.21 = Hex-STRING: 00 00 01 01 00 00 00 00 +.1.3.6.1.2.1.25.4.2.1.1.1 = INTEGER: 1 +.1.3.6.1.2.1.25.4.2.1.1.2 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.1.3 = INTEGER: 3 +.1.3.6.1.2.1.25.4.2.1.1.4 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.1.6 = INTEGER: 6 +.1.3.6.1.2.1.25.4.2.1.1.7 = INTEGER: 7 +.1.3.6.1.2.1.25.4.2.1.1.8 = INTEGER: 8 +.1.3.6.1.2.1.25.4.2.1.1.9 = INTEGER: 9 +.1.3.6.1.2.1.25.4.2.1.1.10 = INTEGER: 10 +.1.3.6.1.2.1.25.4.2.1.1.11 = INTEGER: 11 +.1.3.6.1.2.1.25.4.2.1.1.12 = INTEGER: 12 +.1.3.6.1.2.1.25.4.2.1.1.13 = INTEGER: 13 +.1.3.6.1.2.1.25.4.2.1.1.14 = INTEGER: 14 +.1.3.6.1.2.1.25.4.2.1.1.15 = INTEGER: 15 +.1.3.6.1.2.1.25.4.2.1.1.17 = INTEGER: 17 +.1.3.6.1.2.1.25.4.2.1.1.18 = INTEGER: 18 +.1.3.6.1.2.1.25.4.2.1.1.19 = INTEGER: 19 +.1.3.6.1.2.1.25.4.2.1.1.20 = INTEGER: 20 +.1.3.6.1.2.1.25.4.2.1.1.21 = INTEGER: 21 +.1.3.6.1.2.1.25.4.2.1.1.22 = INTEGER: 22 +.1.3.6.1.2.1.25.4.2.1.1.23 = INTEGER: 23 +.1.3.6.1.2.1.25.4.2.1.1.24 = INTEGER: 24 +.1.3.6.1.2.1.25.4.2.1.1.25 = INTEGER: 25 +.1.3.6.1.2.1.25.4.2.1.1.43 = INTEGER: 43 +.1.3.6.1.2.1.25.4.2.1.1.44 = INTEGER: 44 +.1.3.6.1.2.1.25.4.2.1.1.45 = INTEGER: 45 +.1.3.6.1.2.1.25.4.2.1.1.46 = INTEGER: 46 +.1.3.6.1.2.1.25.4.2.1.1.47 = INTEGER: 47 +.1.3.6.1.2.1.25.4.2.1.1.48 = INTEGER: 48 +.1.3.6.1.2.1.25.4.2.1.1.49 = INTEGER: 49 +.1.3.6.1.2.1.25.4.2.1.1.50 = INTEGER: 50 +.1.3.6.1.2.1.25.4.2.1.1.51 = INTEGER: 51 +.1.3.6.1.2.1.25.4.2.1.1.52 = INTEGER: 52 +.1.3.6.1.2.1.25.4.2.1.1.62 = INTEGER: 62 +.1.3.6.1.2.1.25.4.2.1.1.65 = INTEGER: 65 +.1.3.6.1.2.1.25.4.2.1.1.66 = INTEGER: 66 +.1.3.6.1.2.1.25.4.2.1.1.103 = INTEGER: 103 +.1.3.6.1.2.1.25.4.2.1.1.104 = INTEGER: 104 +.1.3.6.1.2.1.25.4.2.1.1.105 = INTEGER: 105 +.1.3.6.1.2.1.25.4.2.1.1.106 = INTEGER: 106 +.1.3.6.1.2.1.25.4.2.1.1.109 = INTEGER: 109 +.1.3.6.1.2.1.25.4.2.1.1.128 = INTEGER: 128 +.1.3.6.1.2.1.25.4.2.1.1.129 = INTEGER: 129 +.1.3.6.1.2.1.25.4.2.1.1.177 = INTEGER: 177 +.1.3.6.1.2.1.25.4.2.1.1.193 = INTEGER: 193 +.1.3.6.1.2.1.25.4.2.1.1.218 = INTEGER: 218 +.1.3.6.1.2.1.25.4.2.1.1.220 = INTEGER: 220 +.1.3.6.1.2.1.25.4.2.1.1.221 = INTEGER: 221 +.1.3.6.1.2.1.25.4.2.1.1.243 = INTEGER: 243 +.1.3.6.1.2.1.25.4.2.1.1.257 = INTEGER: 257 +.1.3.6.1.2.1.25.4.2.1.1.260 = INTEGER: 260 +.1.3.6.1.2.1.25.4.2.1.1.263 = INTEGER: 263 +.1.3.6.1.2.1.25.4.2.1.1.265 = INTEGER: 265 +.1.3.6.1.2.1.25.4.2.1.1.268 = INTEGER: 268 +.1.3.6.1.2.1.25.4.2.1.1.270 = INTEGER: 270 +.1.3.6.1.2.1.25.4.2.1.1.273 = INTEGER: 273 +.1.3.6.1.2.1.25.4.2.1.1.276 = INTEGER: 276 +.1.3.6.1.2.1.25.4.2.1.1.279 = INTEGER: 279 +.1.3.6.1.2.1.25.4.2.1.1.280 = INTEGER: 280 +.1.3.6.1.2.1.25.4.2.1.1.283 = INTEGER: 283 +.1.3.6.1.2.1.25.4.2.1.1.375 = INTEGER: 375 +.1.3.6.1.2.1.25.4.2.1.1.377 = INTEGER: 377 +.1.3.6.1.2.1.25.4.2.1.1.379 = INTEGER: 379 +.1.3.6.1.2.1.25.4.2.1.1.381 = INTEGER: 381 +.1.3.6.1.2.1.25.4.2.1.1.382 = INTEGER: 382 +.1.3.6.1.2.1.25.4.2.1.1.387 = INTEGER: 387 +.1.3.6.1.2.1.25.4.2.1.1.388 = INTEGER: 388 +.1.3.6.1.2.1.25.4.2.1.1.974 = INTEGER: 974 +.1.3.6.1.2.1.25.4.2.1.1.977 = INTEGER: 977 +.1.3.6.1.2.1.25.4.2.1.1.978 = INTEGER: 978 +.1.3.6.1.2.1.25.4.2.1.1.996 = INTEGER: 996 +.1.3.6.1.2.1.25.4.2.1.1.997 = INTEGER: 997 +.1.3.6.1.2.1.25.4.2.1.1.1015 = INTEGER: 1015 +.1.3.6.1.2.1.25.4.2.1.1.1016 = INTEGER: 1016 +.1.3.6.1.2.1.25.4.2.1.1.1198 = INTEGER: 1198 +.1.3.6.1.2.1.25.4.2.1.1.1199 = INTEGER: 1199 +.1.3.6.1.2.1.25.4.2.1.2.1 = STRING: "systemd" +.1.3.6.1.2.1.25.4.2.1.2.2 = STRING: "kthreadd" +.1.3.6.1.2.1.25.4.2.1.2.3 = STRING: "rcu_gp" +.1.3.6.1.2.1.25.4.2.1.2.4 = STRING: "rcu_par_gp" +.1.3.6.1.2.1.25.4.2.1.2.6 = STRING: "kworker/0:0H-events_highpri" +.1.3.6.1.2.1.25.4.2.1.2.7 = STRING: "kworker/u2:0-flush-8:0" +.1.3.6.1.2.1.25.4.2.1.2.8 = STRING: "mm_percpu_wq" +.1.3.6.1.2.1.25.4.2.1.2.9 = STRING: "rcu_tasks_rude_" +.1.3.6.1.2.1.25.4.2.1.2.10 = STRING: "rcu_tasks_trace" +.1.3.6.1.2.1.25.4.2.1.2.11 = STRING: "ksoftirqd/0" +.1.3.6.1.2.1.25.4.2.1.2.12 = STRING: "rcu_sched" +.1.3.6.1.2.1.25.4.2.1.2.13 = STRING: "migration/0" +.1.3.6.1.2.1.25.4.2.1.2.14 = STRING: "kworker/0:1-events_power_efficient" +.1.3.6.1.2.1.25.4.2.1.2.15 = STRING: "cpuhp/0" +.1.3.6.1.2.1.25.4.2.1.2.17 = STRING: "kdevtmpfs" +.1.3.6.1.2.1.25.4.2.1.2.18 = STRING: "netns" +.1.3.6.1.2.1.25.4.2.1.2.19 = STRING: "kauditd" +.1.3.6.1.2.1.25.4.2.1.2.20 = STRING: "khungtaskd" +.1.3.6.1.2.1.25.4.2.1.2.21 = STRING: "oom_reaper" +.1.3.6.1.2.1.25.4.2.1.2.22 = STRING: "writeback" +.1.3.6.1.2.1.25.4.2.1.2.23 = STRING: "kcompactd0" +.1.3.6.1.2.1.25.4.2.1.2.24 = STRING: "ksmd" +.1.3.6.1.2.1.25.4.2.1.2.25 = STRING: "khugepaged" +.1.3.6.1.2.1.25.4.2.1.2.43 = STRING: "kintegrityd" +.1.3.6.1.2.1.25.4.2.1.2.44 = STRING: "kblockd" +.1.3.6.1.2.1.25.4.2.1.2.45 = STRING: "blkcg_punt_bio" +.1.3.6.1.2.1.25.4.2.1.2.46 = STRING: "edac-poller" +.1.3.6.1.2.1.25.4.2.1.2.47 = STRING: "devfreq_wq" +.1.3.6.1.2.1.25.4.2.1.2.48 = STRING: "kworker/0:1H-kblockd" +.1.3.6.1.2.1.25.4.2.1.2.49 = STRING: "kswapd0" +.1.3.6.1.2.1.25.4.2.1.2.50 = STRING: "kthrotld" +.1.3.6.1.2.1.25.4.2.1.2.51 = STRING: "acpi_thermal_pm" +.1.3.6.1.2.1.25.4.2.1.2.52 = STRING: "ipv6_addrconf" +.1.3.6.1.2.1.25.4.2.1.2.62 = STRING: "kstrp" +.1.3.6.1.2.1.25.4.2.1.2.65 = STRING: "zswap-shrink" +.1.3.6.1.2.1.25.4.2.1.2.66 = STRING: "kworker/u3:0" +.1.3.6.1.2.1.25.4.2.1.2.103 = STRING: "kworker/0:2-events" +.1.3.6.1.2.1.25.4.2.1.2.104 = STRING: "ata_sff" +.1.3.6.1.2.1.25.4.2.1.2.105 = STRING: "scsi_eh_0" +.1.3.6.1.2.1.25.4.2.1.2.106 = STRING: "scsi_tmf_0" +.1.3.6.1.2.1.25.4.2.1.2.109 = STRING: "kworker/u2:2-flush-8:0" +.1.3.6.1.2.1.25.4.2.1.2.128 = STRING: "jbd2/sda1-8" +.1.3.6.1.2.1.25.4.2.1.2.129 = STRING: "ext4-rsv-conver" +.1.3.6.1.2.1.25.4.2.1.2.177 = STRING: "systemd-journal" +.1.3.6.1.2.1.25.4.2.1.2.193 = STRING: "systemd-udevd" +.1.3.6.1.2.1.25.4.2.1.2.218 = STRING: "dbus-daemon" +.1.3.6.1.2.1.25.4.2.1.2.220 = STRING: "rsyslogd" +.1.3.6.1.2.1.25.4.2.1.2.221 = STRING: "systemd-logind" +.1.3.6.1.2.1.25.4.2.1.2.243 = STRING: "cryptd" +.1.3.6.1.2.1.25.4.2.1.2.257 = STRING: "irq/18-vmwgfx" +.1.3.6.1.2.1.25.4.2.1.2.260 = STRING: "ttm_swap" +.1.3.6.1.2.1.25.4.2.1.2.263 = STRING: "card0-crtc0" +.1.3.6.1.2.1.25.4.2.1.2.265 = STRING: "card0-crtc1" +.1.3.6.1.2.1.25.4.2.1.2.268 = STRING: "card0-crtc2" +.1.3.6.1.2.1.25.4.2.1.2.270 = STRING: "card0-crtc3" +.1.3.6.1.2.1.25.4.2.1.2.273 = STRING: "card0-crtc4" +.1.3.6.1.2.1.25.4.2.1.2.276 = STRING: "card0-crtc5" +.1.3.6.1.2.1.25.4.2.1.2.279 = STRING: "card0-crtc6" +.1.3.6.1.2.1.25.4.2.1.2.280 = STRING: "card0-crtc7" +.1.3.6.1.2.1.25.4.2.1.2.283 = STRING: "dhclient" +.1.3.6.1.2.1.25.4.2.1.2.375 = STRING: "unattended-upgr" +.1.3.6.1.2.1.25.4.2.1.2.377 = STRING: "cron" +.1.3.6.1.2.1.25.4.2.1.2.379 = STRING: "sshd" +.1.3.6.1.2.1.25.4.2.1.2.381 = STRING: "chronyd" +.1.3.6.1.2.1.25.4.2.1.2.382 = STRING: "chronyd" +.1.3.6.1.2.1.25.4.2.1.2.387 = STRING: "centreon-nrpe4" +.1.3.6.1.2.1.25.4.2.1.2.388 = STRING: "agetty" +.1.3.6.1.2.1.25.4.2.1.2.974 = STRING: "sshd" +.1.3.6.1.2.1.25.4.2.1.2.977 = STRING: "systemd" +.1.3.6.1.2.1.25.4.2.1.2.978 = STRING: "(sd-pam)" +.1.3.6.1.2.1.25.4.2.1.2.996 = STRING: "sshd" +.1.3.6.1.2.1.25.4.2.1.2.997 = STRING: "bash" +.1.3.6.1.2.1.25.4.2.1.2.1015 = STRING: "sudo" +.1.3.6.1.2.1.25.4.2.1.2.1016 = STRING: "bash" +.1.3.6.1.2.1.25.4.2.1.2.1198 = STRING: "kworker/u2:1-ext4-rsv-conversion" +.1.3.6.1.2.1.25.4.2.1.2.1199 = STRING: "snmpd" +.1.3.6.1.2.1.25.4.2.1.3.1 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.2 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.3 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.4 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.6 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.7 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.8 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.9 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.10 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.11 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.12 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.13 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.14 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.15 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.17 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.18 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.19 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.20 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.21 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.22 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.23 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.24 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.25 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.43 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.44 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.45 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.46 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.47 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.48 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.49 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.50 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.51 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.52 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.62 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.65 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.66 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.103 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.104 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.105 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.106 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.109 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.128 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.129 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.177 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.193 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.218 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.220 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.221 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.243 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.257 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.260 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.263 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.265 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.268 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.270 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.273 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.276 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.279 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.280 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.283 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.375 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.377 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.379 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.381 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.382 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.387 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.388 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.974 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.977 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.978 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.996 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.997 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.1015 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.1016 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.1198 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.3.1199 = OID: .0.0 +.1.3.6.1.2.1.25.4.2.1.4.1 = STRING: "/sbin/init" +.1.3.6.1.2.1.25.4.2.1.4.2 = "" +.1.3.6.1.2.1.25.4.2.1.4.3 = "" +.1.3.6.1.2.1.25.4.2.1.4.4 = "" +.1.3.6.1.2.1.25.4.2.1.4.6 = "" +.1.3.6.1.2.1.25.4.2.1.4.7 = "" +.1.3.6.1.2.1.25.4.2.1.4.8 = "" +.1.3.6.1.2.1.25.4.2.1.4.9 = "" +.1.3.6.1.2.1.25.4.2.1.4.10 = "" +.1.3.6.1.2.1.25.4.2.1.4.11 = "" +.1.3.6.1.2.1.25.4.2.1.4.12 = "" +.1.3.6.1.2.1.25.4.2.1.4.13 = "" +.1.3.6.1.2.1.25.4.2.1.4.14 = "" +.1.3.6.1.2.1.25.4.2.1.4.15 = "" +.1.3.6.1.2.1.25.4.2.1.4.17 = "" +.1.3.6.1.2.1.25.4.2.1.4.18 = "" +.1.3.6.1.2.1.25.4.2.1.4.19 = "" +.1.3.6.1.2.1.25.4.2.1.4.20 = "" +.1.3.6.1.2.1.25.4.2.1.4.21 = "" +.1.3.6.1.2.1.25.4.2.1.4.22 = "" +.1.3.6.1.2.1.25.4.2.1.4.23 = "" +.1.3.6.1.2.1.25.4.2.1.4.24 = "" +.1.3.6.1.2.1.25.4.2.1.4.25 = "" +.1.3.6.1.2.1.25.4.2.1.4.43 = "" +.1.3.6.1.2.1.25.4.2.1.4.44 = "" +.1.3.6.1.2.1.25.4.2.1.4.45 = "" +.1.3.6.1.2.1.25.4.2.1.4.46 = "" +.1.3.6.1.2.1.25.4.2.1.4.47 = "" +.1.3.6.1.2.1.25.4.2.1.4.48 = "" +.1.3.6.1.2.1.25.4.2.1.4.49 = "" +.1.3.6.1.2.1.25.4.2.1.4.50 = "" +.1.3.6.1.2.1.25.4.2.1.4.51 = "" +.1.3.6.1.2.1.25.4.2.1.4.52 = "" +.1.3.6.1.2.1.25.4.2.1.4.62 = "" +.1.3.6.1.2.1.25.4.2.1.4.65 = "" +.1.3.6.1.2.1.25.4.2.1.4.66 = "" +.1.3.6.1.2.1.25.4.2.1.4.103 = "" +.1.3.6.1.2.1.25.4.2.1.4.104 = "" +.1.3.6.1.2.1.25.4.2.1.4.105 = "" +.1.3.6.1.2.1.25.4.2.1.4.106 = "" +.1.3.6.1.2.1.25.4.2.1.4.109 = "" +.1.3.6.1.2.1.25.4.2.1.4.128 = "" +.1.3.6.1.2.1.25.4.2.1.4.129 = "" +.1.3.6.1.2.1.25.4.2.1.4.177 = STRING: "/lib/systemd/systemd-journald" +.1.3.6.1.2.1.25.4.2.1.4.193 = STRING: "/lib/systemd/systemd-udevd" +.1.3.6.1.2.1.25.4.2.1.4.218 = STRING: "/usr/bin/dbus-daemon" +.1.3.6.1.2.1.25.4.2.1.4.220 = STRING: "/usr/sbin/rsyslogd" +.1.3.6.1.2.1.25.4.2.1.4.221 = STRING: "/lib/systemd/systemd-logind" +.1.3.6.1.2.1.25.4.2.1.4.243 = "" +.1.3.6.1.2.1.25.4.2.1.4.257 = "" +.1.3.6.1.2.1.25.4.2.1.4.260 = "" +.1.3.6.1.2.1.25.4.2.1.4.263 = "" +.1.3.6.1.2.1.25.4.2.1.4.265 = "" +.1.3.6.1.2.1.25.4.2.1.4.268 = "" +.1.3.6.1.2.1.25.4.2.1.4.270 = "" +.1.3.6.1.2.1.25.4.2.1.4.273 = "" +.1.3.6.1.2.1.25.4.2.1.4.276 = "" +.1.3.6.1.2.1.25.4.2.1.4.279 = "" +.1.3.6.1.2.1.25.4.2.1.4.280 = "" +.1.3.6.1.2.1.25.4.2.1.4.283 = STRING: "/sbin/dhclient" +.1.3.6.1.2.1.25.4.2.1.4.375 = STRING: "/usr/bin/python3" +.1.3.6.1.2.1.25.4.2.1.4.377 = STRING: "/usr/sbin/cron" +.1.3.6.1.2.1.25.4.2.1.4.379 = STRING: "sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups" +.1.3.6.1.2.1.25.4.2.1.4.381 = STRING: "/usr/sbin/chronyd" +.1.3.6.1.2.1.25.4.2.1.4.382 = STRING: "/usr/sbin/chronyd" +.1.3.6.1.2.1.25.4.2.1.4.387 = STRING: "/usr/sbin/centreon-nrpe4" +.1.3.6.1.2.1.25.4.2.1.4.388 = STRING: "/sbin/agetty" +.1.3.6.1.2.1.25.4.2.1.4.974 = STRING: "sshd: vagrant [priv]" +.1.3.6.1.2.1.25.4.2.1.4.977 = STRING: "/lib/systemd/systemd" +.1.3.6.1.2.1.25.4.2.1.4.978 = STRING: "(sd-pam)" +.1.3.6.1.2.1.25.4.2.1.4.996 = STRING: "sshd: vagrant@pts/0" +.1.3.6.1.2.1.25.4.2.1.4.997 = STRING: "-bash" +.1.3.6.1.2.1.25.4.2.1.4.1015 = STRING: "sudo" +.1.3.6.1.2.1.25.4.2.1.4.1016 = STRING: "-bash" +.1.3.6.1.2.1.25.4.2.1.4.1198 = "" +.1.3.6.1.2.1.25.4.2.1.4.1199 = STRING: "/usr/sbin/snmpd" +.1.3.6.1.2.1.25.4.2.1.5.1 = "" +.1.3.6.1.2.1.25.4.2.1.5.2 = "" +.1.3.6.1.2.1.25.4.2.1.5.3 = "" +.1.3.6.1.2.1.25.4.2.1.5.4 = "" +.1.3.6.1.2.1.25.4.2.1.5.6 = "" +.1.3.6.1.2.1.25.4.2.1.5.7 = "" +.1.3.6.1.2.1.25.4.2.1.5.8 = "" +.1.3.6.1.2.1.25.4.2.1.5.9 = "" +.1.3.6.1.2.1.25.4.2.1.5.10 = "" +.1.3.6.1.2.1.25.4.2.1.5.11 = "" +.1.3.6.1.2.1.25.4.2.1.5.12 = "" +.1.3.6.1.2.1.25.4.2.1.5.13 = "" +.1.3.6.1.2.1.25.4.2.1.5.14 = "" +.1.3.6.1.2.1.25.4.2.1.5.15 = "" +.1.3.6.1.2.1.25.4.2.1.5.17 = "" +.1.3.6.1.2.1.25.4.2.1.5.18 = "" +.1.3.6.1.2.1.25.4.2.1.5.19 = "" +.1.3.6.1.2.1.25.4.2.1.5.20 = "" +.1.3.6.1.2.1.25.4.2.1.5.21 = "" +.1.3.6.1.2.1.25.4.2.1.5.22 = "" +.1.3.6.1.2.1.25.4.2.1.5.23 = "" +.1.3.6.1.2.1.25.4.2.1.5.24 = "" +.1.3.6.1.2.1.25.4.2.1.5.25 = "" +.1.3.6.1.2.1.25.4.2.1.5.43 = "" +.1.3.6.1.2.1.25.4.2.1.5.44 = "" +.1.3.6.1.2.1.25.4.2.1.5.45 = "" +.1.3.6.1.2.1.25.4.2.1.5.46 = "" +.1.3.6.1.2.1.25.4.2.1.5.47 = "" +.1.3.6.1.2.1.25.4.2.1.5.48 = "" +.1.3.6.1.2.1.25.4.2.1.5.49 = "" +.1.3.6.1.2.1.25.4.2.1.5.50 = "" +.1.3.6.1.2.1.25.4.2.1.5.51 = "" +.1.3.6.1.2.1.25.4.2.1.5.52 = "" +.1.3.6.1.2.1.25.4.2.1.5.62 = "" +.1.3.6.1.2.1.25.4.2.1.5.65 = "" +.1.3.6.1.2.1.25.4.2.1.5.66 = "" +.1.3.6.1.2.1.25.4.2.1.5.103 = "" +.1.3.6.1.2.1.25.4.2.1.5.104 = "" +.1.3.6.1.2.1.25.4.2.1.5.105 = "" +.1.3.6.1.2.1.25.4.2.1.5.106 = "" +.1.3.6.1.2.1.25.4.2.1.5.109 = "" +.1.3.6.1.2.1.25.4.2.1.5.128 = "" +.1.3.6.1.2.1.25.4.2.1.5.129 = "" +.1.3.6.1.2.1.25.4.2.1.5.177 = "" +.1.3.6.1.2.1.25.4.2.1.5.193 = "" +.1.3.6.1.2.1.25.4.2.1.5.218 = STRING: "--system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only" +.1.3.6.1.2.1.25.4.2.1.5.220 = STRING: "-n -iNONE" +.1.3.6.1.2.1.25.4.2.1.5.221 = "" +.1.3.6.1.2.1.25.4.2.1.5.243 = "" +.1.3.6.1.2.1.25.4.2.1.5.257 = "" +.1.3.6.1.2.1.25.4.2.1.5.260 = "" +.1.3.6.1.2.1.25.4.2.1.5.263 = "" +.1.3.6.1.2.1.25.4.2.1.5.265 = "" +.1.3.6.1.2.1.25.4.2.1.5.268 = "" +.1.3.6.1.2.1.25.4.2.1.5.270 = "" +.1.3.6.1.2.1.25.4.2.1.5.273 = "" +.1.3.6.1.2.1.25.4.2.1.5.276 = "" +.1.3.6.1.2.1.25.4.2.1.5.279 = "" +.1.3.6.1.2.1.25.4.2.1.5.280 = "" +.1.3.6.1.2.1.25.4.2.1.5.283 = STRING: "-4 -v -i -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases -I -df /var/lib/dhcp/dhclient6.eth0.leases eth0" +.1.3.6.1.2.1.25.4.2.1.5.375 = STRING: "/usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal" +.1.3.6.1.2.1.25.4.2.1.5.377 = STRING: "-f" +.1.3.6.1.2.1.25.4.2.1.5.379 = "" +.1.3.6.1.2.1.25.4.2.1.5.381 = STRING: "-F 1" +.1.3.6.1.2.1.25.4.2.1.5.382 = STRING: "-F 1" +.1.3.6.1.2.1.25.4.2.1.5.387 = STRING: "-c /etc/nrpe/centreon-nrpe4.cfg -d" +.1.3.6.1.2.1.25.4.2.1.5.388 = STRING: "-o -p -- \\u --noclear tty1 linux" +.1.3.6.1.2.1.25.4.2.1.5.974 = "" +.1.3.6.1.2.1.25.4.2.1.5.977 = STRING: "--user" +.1.3.6.1.2.1.25.4.2.1.5.978 = "" +.1.3.6.1.2.1.25.4.2.1.5.996 = "" +.1.3.6.1.2.1.25.4.2.1.5.997 = "" +.1.3.6.1.2.1.25.4.2.1.5.1015 = STRING: "-i" +.1.3.6.1.2.1.25.4.2.1.5.1016 = "" +.1.3.6.1.2.1.25.4.2.1.5.1198 = "" +.1.3.6.1.2.1.25.4.2.1.5.1199 = STRING: "-LOw -u Debian-snmp -g Debian-snmp -I -smux mteTrigger mteTriggerConf -f -p /run/snmpd.pid" +.1.3.6.1.2.1.25.4.2.1.6.1 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.6.2 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.3 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.4 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.6 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.7 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.8 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.9 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.10 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.11 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.12 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.13 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.14 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.15 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.17 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.18 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.19 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.20 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.21 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.22 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.23 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.24 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.25 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.43 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.44 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.45 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.46 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.47 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.48 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.49 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.50 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.51 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.52 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.62 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.65 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.66 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.103 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.104 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.105 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.106 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.109 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.128 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.129 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.177 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.6.193 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.6.218 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.6.220 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.6.221 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.6.243 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.257 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.260 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.263 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.265 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.268 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.270 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.273 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.276 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.279 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.280 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.283 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.6.375 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.6.377 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.6.379 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.6.381 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.6.382 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.6.387 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.6.388 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.6.974 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.6.977 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.6.978 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.6.996 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.6.997 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.6.1015 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.6.1016 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.6.1198 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.6.1199 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.7.1 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.2 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.3 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.7.4 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.7.6 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.7.7 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.7.8 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.7.9 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.10 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.11 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.12 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.7.13 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.14 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.7.15 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.17 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.18 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.7.19 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.20 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.21 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.22 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.7.23 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.24 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.25 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.43 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.7.44 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.7.45 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.7.46 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.7.47 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.7.48 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.7.49 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.50 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.7.51 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.7.52 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.7.62 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.7.65 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.7.66 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.7.103 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.7.104 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.7.105 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.106 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.7.109 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.7.128 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.129 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.7.177 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.193 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.218 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.220 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.221 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.243 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.7.257 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.260 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.7.263 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.265 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.268 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.270 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.273 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.276 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.279 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.280 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.283 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.375 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.377 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.379 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.381 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.382 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.387 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.388 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.974 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.977 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.978 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.996 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.997 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.1015 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.1016 = INTEGER: 2 +.1.3.6.1.2.1.25.4.2.1.7.1198 = INTEGER: 4 +.1.3.6.1.2.1.25.4.2.1.7.1199 = INTEGER: 1 +.1.3.6.1.2.1.25.5.1.1.1.1 = INTEGER: 201 +.1.3.6.1.2.1.25.5.1.1.1.2 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.3 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.4 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.6 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.7 = INTEGER: 2 +.1.3.6.1.2.1.25.5.1.1.1.8 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.9 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.10 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.11 = INTEGER: 8 +.1.3.6.1.2.1.25.5.1.1.1.12 = INTEGER: 15 +.1.3.6.1.2.1.25.5.1.1.1.13 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.14 = INTEGER: 2 +.1.3.6.1.2.1.25.5.1.1.1.15 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.17 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.18 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.19 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.20 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.21 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.22 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.23 = INTEGER: 2 +.1.3.6.1.2.1.25.5.1.1.1.24 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.25 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.43 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.44 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.45 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.46 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.47 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.48 = INTEGER: 6 +.1.3.6.1.2.1.25.5.1.1.1.49 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.50 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.51 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.52 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.62 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.65 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.66 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.103 = INTEGER: 85 +.1.3.6.1.2.1.25.5.1.1.1.104 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.105 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.106 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.109 = INTEGER: 1 +.1.3.6.1.2.1.25.5.1.1.1.128 = INTEGER: 2 +.1.3.6.1.2.1.25.5.1.1.1.129 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.177 = INTEGER: 17 +.1.3.6.1.2.1.25.5.1.1.1.193 = INTEGER: 10 +.1.3.6.1.2.1.25.5.1.1.1.218 = INTEGER: 9 +.1.3.6.1.2.1.25.5.1.1.1.220 = INTEGER: 2 +.1.3.6.1.2.1.25.5.1.1.1.221 = INTEGER: 9 +.1.3.6.1.2.1.25.5.1.1.1.243 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.257 = INTEGER: 3 +.1.3.6.1.2.1.25.5.1.1.1.260 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.263 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.265 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.268 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.270 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.273 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.276 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.279 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.280 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.283 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.375 = INTEGER: 16 +.1.3.6.1.2.1.25.5.1.1.1.377 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.379 = INTEGER: 1 +.1.3.6.1.2.1.25.5.1.1.1.381 = INTEGER: 1 +.1.3.6.1.2.1.25.5.1.1.1.382 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.387 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.388 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.974 = INTEGER: 2 +.1.3.6.1.2.1.25.5.1.1.1.977 = INTEGER: 3 +.1.3.6.1.2.1.25.5.1.1.1.978 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.996 = INTEGER: 5 +.1.3.6.1.2.1.25.5.1.1.1.997 = INTEGER: 2 +.1.3.6.1.2.1.25.5.1.1.1.1015 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.1016 = INTEGER: 2 +.1.3.6.1.2.1.25.5.1.1.1.1198 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.1.1199 = INTEGER: 111 +.1.3.6.1.2.1.25.5.1.1.2.1 = INTEGER: 10192 +.1.3.6.1.2.1.25.5.1.1.2.2 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.3 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.4 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.6 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.7 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.8 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.9 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.10 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.11 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.12 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.13 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.14 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.15 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.17 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.18 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.19 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.20 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.21 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.22 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.23 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.24 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.25 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.43 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.44 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.45 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.46 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.47 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.48 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.49 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.50 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.51 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.52 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.62 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.65 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.66 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.103 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.104 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.105 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.106 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.109 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.128 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.129 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.177 = INTEGER: 18432 +.1.3.6.1.2.1.25.5.1.1.2.193 = INTEGER: 4968 +.1.3.6.1.2.1.25.5.1.1.2.218 = INTEGER: 4648 +.1.3.6.1.2.1.25.5.1.1.2.220 = INTEGER: 5928 +.1.3.6.1.2.1.25.5.1.1.2.221 = INTEGER: 7188 +.1.3.6.1.2.1.25.5.1.1.2.243 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.257 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.260 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.263 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.265 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.268 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.270 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.273 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.276 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.279 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.280 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.283 = INTEGER: 5888 +.1.3.6.1.2.1.25.5.1.1.2.375 = INTEGER: 17324 +.1.3.6.1.2.1.25.5.1.1.2.377 = INTEGER: 2692 +.1.3.6.1.2.1.25.5.1.1.2.379 = INTEGER: 7660 +.1.3.6.1.2.1.25.5.1.1.2.381 = INTEGER: 3536 +.1.3.6.1.2.1.25.5.1.1.2.382 = INTEGER: 2940 +.1.3.6.1.2.1.25.5.1.1.2.387 = INTEGER: 2532 +.1.3.6.1.2.1.25.5.1.1.2.388 = INTEGER: 1676 +.1.3.6.1.2.1.25.5.1.1.2.974 = INTEGER: 8628 +.1.3.6.1.2.1.25.5.1.1.2.977 = INTEGER: 7872 +.1.3.6.1.2.1.25.5.1.1.2.978 = INTEGER: 2564 +.1.3.6.1.2.1.25.5.1.1.2.996 = INTEGER: 6244 +.1.3.6.1.2.1.25.5.1.1.2.997 = INTEGER: 4156 +.1.3.6.1.2.1.25.5.1.1.2.1015 = INTEGER: 4564 +.1.3.6.1.2.1.25.5.1.1.2.1016 = INTEGER: 4640 +.1.3.6.1.2.1.25.5.1.1.2.1198 = INTEGER: 0 +.1.3.6.1.2.1.25.5.1.1.2.1199 = INTEGER: 13548 +.1.3.6.1.2.1.25.6.3.1.1.1 = INTEGER: 1 +.1.3.6.1.2.1.25.6.3.1.1.2 = INTEGER: 2 +.1.3.6.1.2.1.25.6.3.1.1.3 = INTEGER: 3 +.1.3.6.1.2.1.25.6.3.1.1.4 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.1.5 = INTEGER: 5 +.1.3.6.1.2.1.25.6.3.1.1.6 = INTEGER: 6 +.1.3.6.1.2.1.25.6.3.1.1.7 = INTEGER: 7 +.1.3.6.1.2.1.25.6.3.1.1.8 = INTEGER: 8 +.1.3.6.1.2.1.25.6.3.1.1.9 = INTEGER: 9 +.1.3.6.1.2.1.25.6.3.1.1.10 = INTEGER: 10 +.1.3.6.1.2.1.25.6.3.1.1.11 = INTEGER: 11 +.1.3.6.1.2.1.25.6.3.1.1.12 = INTEGER: 12 +.1.3.6.1.2.1.25.6.3.1.1.13 = INTEGER: 13 +.1.3.6.1.2.1.25.6.3.1.1.14 = INTEGER: 14 +.1.3.6.1.2.1.25.6.3.1.1.15 = INTEGER: 15 +.1.3.6.1.2.1.25.6.3.1.1.16 = INTEGER: 16 +.1.3.6.1.2.1.25.6.3.1.1.17 = INTEGER: 17 +.1.3.6.1.2.1.25.6.3.1.1.18 = INTEGER: 18 +.1.3.6.1.2.1.25.6.3.1.1.19 = INTEGER: 19 +.1.3.6.1.2.1.25.6.3.1.1.20 = INTEGER: 20 +.1.3.6.1.2.1.25.6.3.1.1.21 = INTEGER: 21 +.1.3.6.1.2.1.25.6.3.1.1.22 = INTEGER: 22 +.1.3.6.1.2.1.25.6.3.1.1.23 = INTEGER: 23 +.1.3.6.1.2.1.25.6.3.1.1.24 = INTEGER: 24 +.1.3.6.1.2.1.25.6.3.1.1.25 = INTEGER: 25 +.1.3.6.1.2.1.25.6.3.1.1.26 = INTEGER: 26 +.1.3.6.1.2.1.25.6.3.1.1.27 = INTEGER: 27 +.1.3.6.1.2.1.25.6.3.1.1.28 = INTEGER: 28 +.1.3.6.1.2.1.25.6.3.1.1.29 = INTEGER: 29 +.1.3.6.1.2.1.25.6.3.1.1.30 = INTEGER: 30 +.1.3.6.1.2.1.25.6.3.1.1.31 = INTEGER: 31 +.1.3.6.1.2.1.25.6.3.1.1.32 = INTEGER: 32 +.1.3.6.1.2.1.25.6.3.1.1.33 = INTEGER: 33 +.1.3.6.1.2.1.25.6.3.1.1.34 = INTEGER: 34 +.1.3.6.1.2.1.25.6.3.1.1.35 = INTEGER: 35 +.1.3.6.1.2.1.25.6.3.1.1.36 = INTEGER: 36 +.1.3.6.1.2.1.25.6.3.1.1.37 = INTEGER: 37 +.1.3.6.1.2.1.25.6.3.1.1.38 = INTEGER: 38 +.1.3.6.1.2.1.25.6.3.1.1.39 = INTEGER: 39 +.1.3.6.1.2.1.25.6.3.1.1.40 = INTEGER: 40 +.1.3.6.1.2.1.25.6.3.1.1.41 = INTEGER: 41 +.1.3.6.1.2.1.25.6.3.1.1.42 = INTEGER: 42 +.1.3.6.1.2.1.25.6.3.1.1.43 = INTEGER: 43 +.1.3.6.1.2.1.25.6.3.1.1.44 = INTEGER: 44 +.1.3.6.1.2.1.25.6.3.1.1.45 = INTEGER: 45 +.1.3.6.1.2.1.25.6.3.1.1.46 = INTEGER: 46 +.1.3.6.1.2.1.25.6.3.1.1.47 = INTEGER: 47 +.1.3.6.1.2.1.25.6.3.1.1.48 = INTEGER: 48 +.1.3.6.1.2.1.25.6.3.1.1.49 = INTEGER: 49 +.1.3.6.1.2.1.25.6.3.1.1.50 = INTEGER: 50 +.1.3.6.1.2.1.25.6.3.1.1.51 = INTEGER: 51 +.1.3.6.1.2.1.25.6.3.1.1.52 = INTEGER: 52 +.1.3.6.1.2.1.25.6.3.1.1.53 = INTEGER: 53 +.1.3.6.1.2.1.25.6.3.1.1.54 = INTEGER: 54 +.1.3.6.1.2.1.25.6.3.1.1.55 = INTEGER: 55 +.1.3.6.1.2.1.25.6.3.1.1.56 = INTEGER: 56 +.1.3.6.1.2.1.25.6.3.1.1.57 = INTEGER: 57 +.1.3.6.1.2.1.25.6.3.1.1.58 = INTEGER: 58 +.1.3.6.1.2.1.25.6.3.1.1.59 = INTEGER: 59 +.1.3.6.1.2.1.25.6.3.1.1.60 = INTEGER: 60 +.1.3.6.1.2.1.25.6.3.1.1.61 = INTEGER: 61 +.1.3.6.1.2.1.25.6.3.1.1.62 = INTEGER: 62 +.1.3.6.1.2.1.25.6.3.1.1.63 = INTEGER: 63 +.1.3.6.1.2.1.25.6.3.1.1.64 = INTEGER: 64 +.1.3.6.1.2.1.25.6.3.1.1.65 = INTEGER: 65 +.1.3.6.1.2.1.25.6.3.1.1.66 = INTEGER: 66 +.1.3.6.1.2.1.25.6.3.1.1.67 = INTEGER: 67 +.1.3.6.1.2.1.25.6.3.1.1.68 = INTEGER: 68 +.1.3.6.1.2.1.25.6.3.1.1.69 = INTEGER: 69 +.1.3.6.1.2.1.25.6.3.1.1.70 = INTEGER: 70 +.1.3.6.1.2.1.25.6.3.1.1.71 = INTEGER: 71 +.1.3.6.1.2.1.25.6.3.1.1.72 = INTEGER: 72 +.1.3.6.1.2.1.25.6.3.1.1.73 = INTEGER: 73 +.1.3.6.1.2.1.25.6.3.1.1.74 = INTEGER: 74 +.1.3.6.1.2.1.25.6.3.1.1.75 = INTEGER: 75 +.1.3.6.1.2.1.25.6.3.1.1.76 = INTEGER: 76 +.1.3.6.1.2.1.25.6.3.1.1.77 = INTEGER: 77 +.1.3.6.1.2.1.25.6.3.1.1.78 = INTEGER: 78 +.1.3.6.1.2.1.25.6.3.1.1.79 = INTEGER: 79 +.1.3.6.1.2.1.25.6.3.1.1.80 = INTEGER: 80 +.1.3.6.1.2.1.25.6.3.1.1.81 = INTEGER: 81 +.1.3.6.1.2.1.25.6.3.1.1.82 = INTEGER: 82 +.1.3.6.1.2.1.25.6.3.1.1.83 = INTEGER: 83 +.1.3.6.1.2.1.25.6.3.1.1.84 = INTEGER: 84 +.1.3.6.1.2.1.25.6.3.1.1.85 = INTEGER: 85 +.1.3.6.1.2.1.25.6.3.1.1.86 = INTEGER: 86 +.1.3.6.1.2.1.25.6.3.1.1.87 = INTEGER: 87 +.1.3.6.1.2.1.25.6.3.1.1.88 = INTEGER: 88 +.1.3.6.1.2.1.25.6.3.1.1.89 = INTEGER: 89 +.1.3.6.1.2.1.25.6.3.1.1.90 = INTEGER: 90 +.1.3.6.1.2.1.25.6.3.1.1.91 = INTEGER: 91 +.1.3.6.1.2.1.25.6.3.1.1.92 = INTEGER: 92 +.1.3.6.1.2.1.25.6.3.1.1.93 = INTEGER: 93 +.1.3.6.1.2.1.25.6.3.1.1.94 = INTEGER: 94 +.1.3.6.1.2.1.25.6.3.1.1.95 = INTEGER: 95 +.1.3.6.1.2.1.25.6.3.1.1.96 = INTEGER: 96 +.1.3.6.1.2.1.25.6.3.1.1.97 = INTEGER: 97 +.1.3.6.1.2.1.25.6.3.1.1.98 = INTEGER: 98 +.1.3.6.1.2.1.25.6.3.1.1.99 = INTEGER: 99 +.1.3.6.1.2.1.25.6.3.1.1.100 = INTEGER: 100 +.1.3.6.1.2.1.25.6.3.1.1.101 = INTEGER: 101 +.1.3.6.1.2.1.25.6.3.1.1.102 = INTEGER: 102 +.1.3.6.1.2.1.25.6.3.1.1.103 = INTEGER: 103 +.1.3.6.1.2.1.25.6.3.1.1.104 = INTEGER: 104 +.1.3.6.1.2.1.25.6.3.1.1.105 = INTEGER: 105 +.1.3.6.1.2.1.25.6.3.1.1.106 = INTEGER: 106 +.1.3.6.1.2.1.25.6.3.1.1.107 = INTEGER: 107 +.1.3.6.1.2.1.25.6.3.1.1.108 = INTEGER: 108 +.1.3.6.1.2.1.25.6.3.1.1.109 = INTEGER: 109 +.1.3.6.1.2.1.25.6.3.1.1.110 = INTEGER: 110 +.1.3.6.1.2.1.25.6.3.1.1.111 = INTEGER: 111 +.1.3.6.1.2.1.25.6.3.1.1.112 = INTEGER: 112 +.1.3.6.1.2.1.25.6.3.1.1.113 = INTEGER: 113 +.1.3.6.1.2.1.25.6.3.1.1.114 = INTEGER: 114 +.1.3.6.1.2.1.25.6.3.1.1.115 = INTEGER: 115 +.1.3.6.1.2.1.25.6.3.1.1.116 = INTEGER: 116 +.1.3.6.1.2.1.25.6.3.1.1.117 = INTEGER: 117 +.1.3.6.1.2.1.25.6.3.1.1.118 = INTEGER: 118 +.1.3.6.1.2.1.25.6.3.1.1.119 = INTEGER: 119 +.1.3.6.1.2.1.25.6.3.1.1.120 = INTEGER: 120 +.1.3.6.1.2.1.25.6.3.1.1.121 = INTEGER: 121 +.1.3.6.1.2.1.25.6.3.1.1.122 = INTEGER: 122 +.1.3.6.1.2.1.25.6.3.1.1.123 = INTEGER: 123 +.1.3.6.1.2.1.25.6.3.1.1.124 = INTEGER: 124 +.1.3.6.1.2.1.25.6.3.1.1.125 = INTEGER: 125 +.1.3.6.1.2.1.25.6.3.1.1.126 = INTEGER: 126 +.1.3.6.1.2.1.25.6.3.1.1.127 = INTEGER: 127 +.1.3.6.1.2.1.25.6.3.1.1.128 = INTEGER: 128 +.1.3.6.1.2.1.25.6.3.1.1.129 = INTEGER: 129 +.1.3.6.1.2.1.25.6.3.1.1.130 = INTEGER: 130 +.1.3.6.1.2.1.25.6.3.1.1.131 = INTEGER: 131 +.1.3.6.1.2.1.25.6.3.1.1.132 = INTEGER: 132 +.1.3.6.1.2.1.25.6.3.1.1.133 = INTEGER: 133 +.1.3.6.1.2.1.25.6.3.1.1.134 = INTEGER: 134 +.1.3.6.1.2.1.25.6.3.1.1.135 = INTEGER: 135 +.1.3.6.1.2.1.25.6.3.1.1.136 = INTEGER: 136 +.1.3.6.1.2.1.25.6.3.1.1.137 = INTEGER: 137 +.1.3.6.1.2.1.25.6.3.1.1.138 = INTEGER: 138 +.1.3.6.1.2.1.25.6.3.1.1.139 = INTEGER: 139 +.1.3.6.1.2.1.25.6.3.1.1.140 = INTEGER: 140 +.1.3.6.1.2.1.25.6.3.1.1.141 = INTEGER: 141 +.1.3.6.1.2.1.25.6.3.1.1.142 = INTEGER: 142 +.1.3.6.1.2.1.25.6.3.1.1.143 = INTEGER: 143 +.1.3.6.1.2.1.25.6.3.1.1.144 = INTEGER: 144 +.1.3.6.1.2.1.25.6.3.1.1.145 = INTEGER: 145 +.1.3.6.1.2.1.25.6.3.1.1.146 = INTEGER: 146 +.1.3.6.1.2.1.25.6.3.1.1.147 = INTEGER: 147 +.1.3.6.1.2.1.25.6.3.1.1.148 = INTEGER: 148 +.1.3.6.1.2.1.25.6.3.1.1.149 = INTEGER: 149 +.1.3.6.1.2.1.25.6.3.1.1.150 = INTEGER: 150 +.1.3.6.1.2.1.25.6.3.1.1.151 = INTEGER: 151 +.1.3.6.1.2.1.25.6.3.1.1.152 = INTEGER: 152 +.1.3.6.1.2.1.25.6.3.1.1.153 = INTEGER: 153 +.1.3.6.1.2.1.25.6.3.1.1.154 = INTEGER: 154 +.1.3.6.1.2.1.25.6.3.1.1.155 = INTEGER: 155 +.1.3.6.1.2.1.25.6.3.1.1.156 = INTEGER: 156 +.1.3.6.1.2.1.25.6.3.1.1.157 = INTEGER: 157 +.1.3.6.1.2.1.25.6.3.1.1.158 = INTEGER: 158 +.1.3.6.1.2.1.25.6.3.1.1.159 = INTEGER: 159 +.1.3.6.1.2.1.25.6.3.1.1.160 = INTEGER: 160 +.1.3.6.1.2.1.25.6.3.1.1.161 = INTEGER: 161 +.1.3.6.1.2.1.25.6.3.1.1.162 = INTEGER: 162 +.1.3.6.1.2.1.25.6.3.1.1.163 = INTEGER: 163 +.1.3.6.1.2.1.25.6.3.1.1.164 = INTEGER: 164 +.1.3.6.1.2.1.25.6.3.1.1.165 = INTEGER: 165 +.1.3.6.1.2.1.25.6.3.1.1.166 = INTEGER: 166 +.1.3.6.1.2.1.25.6.3.1.1.167 = INTEGER: 167 +.1.3.6.1.2.1.25.6.3.1.1.168 = INTEGER: 168 +.1.3.6.1.2.1.25.6.3.1.1.169 = INTEGER: 169 +.1.3.6.1.2.1.25.6.3.1.1.170 = INTEGER: 170 +.1.3.6.1.2.1.25.6.3.1.1.171 = INTEGER: 171 +.1.3.6.1.2.1.25.6.3.1.1.172 = INTEGER: 172 +.1.3.6.1.2.1.25.6.3.1.1.173 = INTEGER: 173 +.1.3.6.1.2.1.25.6.3.1.1.174 = INTEGER: 174 +.1.3.6.1.2.1.25.6.3.1.1.175 = INTEGER: 175 +.1.3.6.1.2.1.25.6.3.1.1.176 = INTEGER: 176 +.1.3.6.1.2.1.25.6.3.1.1.177 = INTEGER: 177 +.1.3.6.1.2.1.25.6.3.1.1.178 = INTEGER: 178 +.1.3.6.1.2.1.25.6.3.1.1.179 = INTEGER: 179 +.1.3.6.1.2.1.25.6.3.1.1.180 = INTEGER: 180 +.1.3.6.1.2.1.25.6.3.1.1.181 = INTEGER: 181 +.1.3.6.1.2.1.25.6.3.1.1.182 = INTEGER: 182 +.1.3.6.1.2.1.25.6.3.1.1.183 = INTEGER: 183 +.1.3.6.1.2.1.25.6.3.1.1.184 = INTEGER: 184 +.1.3.6.1.2.1.25.6.3.1.1.185 = INTEGER: 185 +.1.3.6.1.2.1.25.6.3.1.1.186 = INTEGER: 186 +.1.3.6.1.2.1.25.6.3.1.1.187 = INTEGER: 187 +.1.3.6.1.2.1.25.6.3.1.1.188 = INTEGER: 188 +.1.3.6.1.2.1.25.6.3.1.1.189 = INTEGER: 189 +.1.3.6.1.2.1.25.6.3.1.1.190 = INTEGER: 190 +.1.3.6.1.2.1.25.6.3.1.1.191 = INTEGER: 191 +.1.3.6.1.2.1.25.6.3.1.1.192 = INTEGER: 192 +.1.3.6.1.2.1.25.6.3.1.1.193 = INTEGER: 193 +.1.3.6.1.2.1.25.6.3.1.1.194 = INTEGER: 194 +.1.3.6.1.2.1.25.6.3.1.1.195 = INTEGER: 195 +.1.3.6.1.2.1.25.6.3.1.1.196 = INTEGER: 196 +.1.3.6.1.2.1.25.6.3.1.1.197 = INTEGER: 197 +.1.3.6.1.2.1.25.6.3.1.1.198 = INTEGER: 198 +.1.3.6.1.2.1.25.6.3.1.1.199 = INTEGER: 199 +.1.3.6.1.2.1.25.6.3.1.1.200 = INTEGER: 200 +.1.3.6.1.2.1.25.6.3.1.1.201 = INTEGER: 201 +.1.3.6.1.2.1.25.6.3.1.1.202 = INTEGER: 202 +.1.3.6.1.2.1.25.6.3.1.1.203 = INTEGER: 203 +.1.3.6.1.2.1.25.6.3.1.1.204 = INTEGER: 204 +.1.3.6.1.2.1.25.6.3.1.1.205 = INTEGER: 205 +.1.3.6.1.2.1.25.6.3.1.1.206 = INTEGER: 206 +.1.3.6.1.2.1.25.6.3.1.1.207 = INTEGER: 207 +.1.3.6.1.2.1.25.6.3.1.1.208 = INTEGER: 208 +.1.3.6.1.2.1.25.6.3.1.1.209 = INTEGER: 209 +.1.3.6.1.2.1.25.6.3.1.1.210 = INTEGER: 210 +.1.3.6.1.2.1.25.6.3.1.1.211 = INTEGER: 211 +.1.3.6.1.2.1.25.6.3.1.1.212 = INTEGER: 212 +.1.3.6.1.2.1.25.6.3.1.1.213 = INTEGER: 213 +.1.3.6.1.2.1.25.6.3.1.1.214 = INTEGER: 214 +.1.3.6.1.2.1.25.6.3.1.1.215 = INTEGER: 215 +.1.3.6.1.2.1.25.6.3.1.1.216 = INTEGER: 216 +.1.3.6.1.2.1.25.6.3.1.1.217 = INTEGER: 217 +.1.3.6.1.2.1.25.6.3.1.1.218 = INTEGER: 218 +.1.3.6.1.2.1.25.6.3.1.1.219 = INTEGER: 219 +.1.3.6.1.2.1.25.6.3.1.1.220 = INTEGER: 220 +.1.3.6.1.2.1.25.6.3.1.1.221 = INTEGER: 221 +.1.3.6.1.2.1.25.6.3.1.1.222 = INTEGER: 222 +.1.3.6.1.2.1.25.6.3.1.1.223 = INTEGER: 223 +.1.3.6.1.2.1.25.6.3.1.1.224 = INTEGER: 224 +.1.3.6.1.2.1.25.6.3.1.1.225 = INTEGER: 225 +.1.3.6.1.2.1.25.6.3.1.1.226 = INTEGER: 226 +.1.3.6.1.2.1.25.6.3.1.1.227 = INTEGER: 227 +.1.3.6.1.2.1.25.6.3.1.1.228 = INTEGER: 228 +.1.3.6.1.2.1.25.6.3.1.1.229 = INTEGER: 229 +.1.3.6.1.2.1.25.6.3.1.1.230 = INTEGER: 230 +.1.3.6.1.2.1.25.6.3.1.1.231 = INTEGER: 231 +.1.3.6.1.2.1.25.6.3.1.1.232 = INTEGER: 232 +.1.3.6.1.2.1.25.6.3.1.1.233 = INTEGER: 233 +.1.3.6.1.2.1.25.6.3.1.1.234 = INTEGER: 234 +.1.3.6.1.2.1.25.6.3.1.1.235 = INTEGER: 235 +.1.3.6.1.2.1.25.6.3.1.1.236 = INTEGER: 236 +.1.3.6.1.2.1.25.6.3.1.1.237 = INTEGER: 237 +.1.3.6.1.2.1.25.6.3.1.1.238 = INTEGER: 238 +.1.3.6.1.2.1.25.6.3.1.1.239 = INTEGER: 239 +.1.3.6.1.2.1.25.6.3.1.1.240 = INTEGER: 240 +.1.3.6.1.2.1.25.6.3.1.1.241 = INTEGER: 241 +.1.3.6.1.2.1.25.6.3.1.1.242 = INTEGER: 242 +.1.3.6.1.2.1.25.6.3.1.1.243 = INTEGER: 243 +.1.3.6.1.2.1.25.6.3.1.1.244 = INTEGER: 244 +.1.3.6.1.2.1.25.6.3.1.1.245 = INTEGER: 245 +.1.3.6.1.2.1.25.6.3.1.1.246 = INTEGER: 246 +.1.3.6.1.2.1.25.6.3.1.1.247 = INTEGER: 247 +.1.3.6.1.2.1.25.6.3.1.1.248 = INTEGER: 248 +.1.3.6.1.2.1.25.6.3.1.1.249 = INTEGER: 249 +.1.3.6.1.2.1.25.6.3.1.1.250 = INTEGER: 250 +.1.3.6.1.2.1.25.6.3.1.1.251 = INTEGER: 251 +.1.3.6.1.2.1.25.6.3.1.1.252 = INTEGER: 252 +.1.3.6.1.2.1.25.6.3.1.1.253 = INTEGER: 253 +.1.3.6.1.2.1.25.6.3.1.1.254 = INTEGER: 254 +.1.3.6.1.2.1.25.6.3.1.1.255 = INTEGER: 255 +.1.3.6.1.2.1.25.6.3.1.1.256 = INTEGER: 256 +.1.3.6.1.2.1.25.6.3.1.1.257 = INTEGER: 257 +.1.3.6.1.2.1.25.6.3.1.1.258 = INTEGER: 258 +.1.3.6.1.2.1.25.6.3.1.1.259 = INTEGER: 259 +.1.3.6.1.2.1.25.6.3.1.1.260 = INTEGER: 260 +.1.3.6.1.2.1.25.6.3.1.1.261 = INTEGER: 261 +.1.3.6.1.2.1.25.6.3.1.1.262 = INTEGER: 262 +.1.3.6.1.2.1.25.6.3.1.1.263 = INTEGER: 263 +.1.3.6.1.2.1.25.6.3.1.1.264 = INTEGER: 264 +.1.3.6.1.2.1.25.6.3.1.1.265 = INTEGER: 265 +.1.3.6.1.2.1.25.6.3.1.1.266 = INTEGER: 266 +.1.3.6.1.2.1.25.6.3.1.1.267 = INTEGER: 267 +.1.3.6.1.2.1.25.6.3.1.1.268 = INTEGER: 268 +.1.3.6.1.2.1.25.6.3.1.1.269 = INTEGER: 269 +.1.3.6.1.2.1.25.6.3.1.1.270 = INTEGER: 270 +.1.3.6.1.2.1.25.6.3.1.1.271 = INTEGER: 271 +.1.3.6.1.2.1.25.6.3.1.1.272 = INTEGER: 272 +.1.3.6.1.2.1.25.6.3.1.1.273 = INTEGER: 273 +.1.3.6.1.2.1.25.6.3.1.1.274 = INTEGER: 274 +.1.3.6.1.2.1.25.6.3.1.1.275 = INTEGER: 275 +.1.3.6.1.2.1.25.6.3.1.1.276 = INTEGER: 276 +.1.3.6.1.2.1.25.6.3.1.1.277 = INTEGER: 277 +.1.3.6.1.2.1.25.6.3.1.1.278 = INTEGER: 278 +.1.3.6.1.2.1.25.6.3.1.1.279 = INTEGER: 279 +.1.3.6.1.2.1.25.6.3.1.1.280 = INTEGER: 280 +.1.3.6.1.2.1.25.6.3.1.1.281 = INTEGER: 281 +.1.3.6.1.2.1.25.6.3.1.1.282 = INTEGER: 282 +.1.3.6.1.2.1.25.6.3.1.1.283 = INTEGER: 283 +.1.3.6.1.2.1.25.6.3.1.1.284 = INTEGER: 284 +.1.3.6.1.2.1.25.6.3.1.1.285 = INTEGER: 285 +.1.3.6.1.2.1.25.6.3.1.1.286 = INTEGER: 286 +.1.3.6.1.2.1.25.6.3.1.1.287 = INTEGER: 287 +.1.3.6.1.2.1.25.6.3.1.1.288 = INTEGER: 288 +.1.3.6.1.2.1.25.6.3.1.1.289 = INTEGER: 289 +.1.3.6.1.2.1.25.6.3.1.1.290 = INTEGER: 290 +.1.3.6.1.2.1.25.6.3.1.1.291 = INTEGER: 291 +.1.3.6.1.2.1.25.6.3.1.1.292 = INTEGER: 292 +.1.3.6.1.2.1.25.6.3.1.1.293 = INTEGER: 293 +.1.3.6.1.2.1.25.6.3.1.1.294 = INTEGER: 294 +.1.3.6.1.2.1.25.6.3.1.1.295 = INTEGER: 295 +.1.3.6.1.2.1.25.6.3.1.1.296 = INTEGER: 296 +.1.3.6.1.2.1.25.6.3.1.1.297 = INTEGER: 297 +.1.3.6.1.2.1.25.6.3.1.1.298 = INTEGER: 298 +.1.3.6.1.2.1.25.6.3.1.1.299 = INTEGER: 299 +.1.3.6.1.2.1.25.6.3.1.1.300 = INTEGER: 300 +.1.3.6.1.2.1.25.6.3.1.1.301 = INTEGER: 301 +.1.3.6.1.2.1.25.6.3.1.1.302 = INTEGER: 302 +.1.3.6.1.2.1.25.6.3.1.1.303 = INTEGER: 303 +.1.3.6.1.2.1.25.6.3.1.1.304 = INTEGER: 304 +.1.3.6.1.2.1.25.6.3.1.1.305 = INTEGER: 305 +.1.3.6.1.2.1.25.6.3.1.1.306 = INTEGER: 306 +.1.3.6.1.2.1.25.6.3.1.1.307 = INTEGER: 307 +.1.3.6.1.2.1.25.6.3.1.1.308 = INTEGER: 308 +.1.3.6.1.2.1.25.6.3.1.1.309 = INTEGER: 309 +.1.3.6.1.2.1.25.6.3.1.1.310 = INTEGER: 310 +.1.3.6.1.2.1.25.6.3.1.1.311 = INTEGER: 311 +.1.3.6.1.2.1.25.6.3.1.1.312 = INTEGER: 312 +.1.3.6.1.2.1.25.6.3.1.1.313 = INTEGER: 313 +.1.3.6.1.2.1.25.6.3.1.1.314 = INTEGER: 314 +.1.3.6.1.2.1.25.6.3.1.1.315 = INTEGER: 315 +.1.3.6.1.2.1.25.6.3.1.1.316 = INTEGER: 316 +.1.3.6.1.2.1.25.6.3.1.1.317 = INTEGER: 317 +.1.3.6.1.2.1.25.6.3.1.1.318 = INTEGER: 318 +.1.3.6.1.2.1.25.6.3.1.1.319 = INTEGER: 319 +.1.3.6.1.2.1.25.6.3.1.1.320 = INTEGER: 320 +.1.3.6.1.2.1.25.6.3.1.1.321 = INTEGER: 321 +.1.3.6.1.2.1.25.6.3.1.1.322 = INTEGER: 322 +.1.3.6.1.2.1.25.6.3.1.1.323 = INTEGER: 323 +.1.3.6.1.2.1.25.6.3.1.1.324 = INTEGER: 324 +.1.3.6.1.2.1.25.6.3.1.1.325 = INTEGER: 325 +.1.3.6.1.2.1.25.6.3.1.1.326 = INTEGER: 326 +.1.3.6.1.2.1.25.6.3.1.1.327 = INTEGER: 327 +.1.3.6.1.2.1.25.6.3.1.1.328 = INTEGER: 328 +.1.3.6.1.2.1.25.6.3.1.1.329 = INTEGER: 329 +.1.3.6.1.2.1.25.6.3.1.1.330 = INTEGER: 330 +.1.3.6.1.2.1.25.6.3.1.1.331 = INTEGER: 331 +.1.3.6.1.2.1.25.6.3.1.1.332 = INTEGER: 332 +.1.3.6.1.2.1.25.6.3.1.1.333 = INTEGER: 333 +.1.3.6.1.2.1.25.6.3.1.1.334 = INTEGER: 334 +.1.3.6.1.2.1.25.6.3.1.1.335 = INTEGER: 335 +.1.3.6.1.2.1.25.6.3.1.1.336 = INTEGER: 336 +.1.3.6.1.2.1.25.6.3.1.1.337 = INTEGER: 337 +.1.3.6.1.2.1.25.6.3.1.1.338 = INTEGER: 338 +.1.3.6.1.2.1.25.6.3.1.1.339 = INTEGER: 339 +.1.3.6.1.2.1.25.6.3.1.1.340 = INTEGER: 340 +.1.3.6.1.2.1.25.6.3.1.1.341 = INTEGER: 341 +.1.3.6.1.2.1.25.6.3.1.1.342 = INTEGER: 342 +.1.3.6.1.2.1.25.6.3.1.1.343 = INTEGER: 343 +.1.3.6.1.2.1.25.6.3.1.1.344 = INTEGER: 344 +.1.3.6.1.2.1.25.6.3.1.1.345 = INTEGER: 345 +.1.3.6.1.2.1.25.6.3.1.1.346 = INTEGER: 346 +.1.3.6.1.2.1.25.6.3.1.1.347 = INTEGER: 347 +.1.3.6.1.2.1.25.6.3.1.1.348 = INTEGER: 348 +.1.3.6.1.2.1.25.6.3.1.1.349 = INTEGER: 349 +.1.3.6.1.2.1.25.6.3.1.1.350 = INTEGER: 350 +.1.3.6.1.2.1.25.6.3.1.1.351 = INTEGER: 351 +.1.3.6.1.2.1.25.6.3.1.1.352 = INTEGER: 352 +.1.3.6.1.2.1.25.6.3.1.1.353 = INTEGER: 353 +.1.3.6.1.2.1.25.6.3.1.1.354 = INTEGER: 354 +.1.3.6.1.2.1.25.6.3.1.1.355 = INTEGER: 355 +.1.3.6.1.2.1.25.6.3.1.1.356 = INTEGER: 356 +.1.3.6.1.2.1.25.6.3.1.1.357 = INTEGER: 357 +.1.3.6.1.2.1.25.6.3.1.1.358 = INTEGER: 358 +.1.3.6.1.2.1.25.6.3.1.1.359 = INTEGER: 359 +.1.3.6.1.2.1.25.6.3.1.1.360 = INTEGER: 360 +.1.3.6.1.2.1.25.6.3.1.1.361 = INTEGER: 361 +.1.3.6.1.2.1.25.6.3.1.1.362 = INTEGER: 362 +.1.3.6.1.2.1.25.6.3.1.1.363 = INTEGER: 363 +.1.3.6.1.2.1.25.6.3.1.1.364 = INTEGER: 364 +.1.3.6.1.2.1.25.6.3.1.1.365 = INTEGER: 365 +.1.3.6.1.2.1.25.6.3.1.1.366 = INTEGER: 366 +.1.3.6.1.2.1.25.6.3.1.1.367 = INTEGER: 367 +.1.3.6.1.2.1.25.6.3.1.1.368 = INTEGER: 368 +.1.3.6.1.2.1.25.6.3.1.1.369 = INTEGER: 369 +.1.3.6.1.2.1.25.6.3.1.1.370 = INTEGER: 370 +.1.3.6.1.2.1.25.6.3.1.1.371 = INTEGER: 371 +.1.3.6.1.2.1.25.6.3.1.1.372 = INTEGER: 372 +.1.3.6.1.2.1.25.6.3.1.1.373 = INTEGER: 373 +.1.3.6.1.2.1.25.6.3.1.1.374 = INTEGER: 374 +.1.3.6.1.2.1.25.6.3.1.1.375 = INTEGER: 375 +.1.3.6.1.2.1.25.6.3.1.1.376 = INTEGER: 376 +.1.3.6.1.2.1.25.6.3.1.1.377 = INTEGER: 377 +.1.3.6.1.2.1.25.6.3.1.1.378 = INTEGER: 378 +.1.3.6.1.2.1.25.6.3.1.1.379 = INTEGER: 379 +.1.3.6.1.2.1.25.6.3.1.1.380 = INTEGER: 380 +.1.3.6.1.2.1.25.6.3.1.1.381 = INTEGER: 381 +.1.3.6.1.2.1.25.6.3.1.1.382 = INTEGER: 382 +.1.3.6.1.2.1.25.6.3.1.1.383 = INTEGER: 383 +.1.3.6.1.2.1.25.6.3.1.1.384 = INTEGER: 384 +.1.3.6.1.2.1.25.6.3.1.1.385 = INTEGER: 385 +.1.3.6.1.2.1.25.6.3.1.1.386 = INTEGER: 386 +.1.3.6.1.2.1.25.6.3.1.1.387 = INTEGER: 387 +.1.3.6.1.2.1.25.6.3.1.1.388 = INTEGER: 388 +.1.3.6.1.2.1.25.6.3.1.1.389 = INTEGER: 389 +.1.3.6.1.2.1.25.6.3.1.1.390 = INTEGER: 390 +.1.3.6.1.2.1.25.6.3.1.1.391 = INTEGER: 391 +.1.3.6.1.2.1.25.6.3.1.1.392 = INTEGER: 392 +.1.3.6.1.2.1.25.6.3.1.1.393 = INTEGER: 393 +.1.3.6.1.2.1.25.6.3.1.1.394 = INTEGER: 394 +.1.3.6.1.2.1.25.6.3.1.1.395 = INTEGER: 395 +.1.3.6.1.2.1.25.6.3.1.1.396 = INTEGER: 396 +.1.3.6.1.2.1.25.6.3.1.1.397 = INTEGER: 397 +.1.3.6.1.2.1.25.6.3.1.1.398 = INTEGER: 398 +.1.3.6.1.2.1.25.6.3.1.1.399 = INTEGER: 399 +.1.3.6.1.2.1.25.6.3.1.1.400 = INTEGER: 400 +.1.3.6.1.2.1.25.6.3.1.1.401 = INTEGER: 401 +.1.3.6.1.2.1.25.6.3.1.1.402 = INTEGER: 402 +.1.3.6.1.2.1.25.6.3.1.1.403 = INTEGER: 403 +.1.3.6.1.2.1.25.6.3.1.1.404 = INTEGER: 404 +.1.3.6.1.2.1.25.6.3.1.1.405 = INTEGER: 405 +.1.3.6.1.2.1.25.6.3.1.1.406 = INTEGER: 406 +.1.3.6.1.2.1.25.6.3.1.1.407 = INTEGER: 407 +.1.3.6.1.2.1.25.6.3.1.1.408 = INTEGER: 408 +.1.3.6.1.2.1.25.6.3.1.1.409 = INTEGER: 409 +.1.3.6.1.2.1.25.6.3.1.1.410 = INTEGER: 410 +.1.3.6.1.2.1.25.6.3.1.1.411 = INTEGER: 411 +.1.3.6.1.2.1.25.6.3.1.1.412 = INTEGER: 412 +.1.3.6.1.2.1.25.6.3.1.1.413 = INTEGER: 413 +.1.3.6.1.2.1.25.6.3.1.1.414 = INTEGER: 414 +.1.3.6.1.2.1.25.6.3.1.1.415 = INTEGER: 415 +.1.3.6.1.2.1.25.6.3.1.1.416 = INTEGER: 416 +.1.3.6.1.2.1.25.6.3.1.1.417 = INTEGER: 417 +.1.3.6.1.2.1.25.6.3.1.1.418 = INTEGER: 418 +.1.3.6.1.2.1.25.6.3.1.1.419 = INTEGER: 419 +.1.3.6.1.2.1.25.6.3.1.1.420 = INTEGER: 420 +.1.3.6.1.2.1.25.6.3.1.1.421 = INTEGER: 421 +.1.3.6.1.2.1.25.6.3.1.1.422 = INTEGER: 422 +.1.3.6.1.2.1.25.6.3.1.1.423 = INTEGER: 423 +.1.3.6.1.2.1.25.6.3.1.1.424 = INTEGER: 424 +.1.3.6.1.2.1.25.6.3.1.1.425 = INTEGER: 425 +.1.3.6.1.2.1.25.6.3.1.1.426 = INTEGER: 426 +.1.3.6.1.2.1.25.6.3.1.1.427 = INTEGER: 427 +.1.3.6.1.2.1.25.6.3.1.1.428 = INTEGER: 428 +.1.3.6.1.2.1.25.6.3.1.1.429 = INTEGER: 429 +.1.3.6.1.2.1.25.6.3.1.2.1 = STRING: "adduser_3.118+deb11u1_all" +.1.3.6.1.2.1.25.6.3.1.2.2 = STRING: "apparmor_2.13.6-10_amd64" +.1.3.6.1.2.1.25.6.3.1.2.3 = STRING: "apt_2.2.4_amd64" +.1.3.6.1.2.1.25.6.3.1.2.4 = STRING: "apt-listchanges_3.24_all" +.1.3.6.1.2.1.25.6.3.1.2.5 = STRING: "apt-utils_2.2.4_amd64" +.1.3.6.1.2.1.25.6.3.1.2.6 = STRING: "base-files_11.1+deb11u9_amd64" +.1.3.6.1.2.1.25.6.3.1.2.7 = STRING: "base-passwd_3.5.51_amd64" +.1.3.6.1.2.1.25.6.3.1.2.8 = STRING: "bash_5.1-2+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.9 = STRING: "bash-completion_1:2.11-2_all" +.1.3.6.1.2.1.25.6.3.1.2.10 = STRING: "bind9-dnsutils_1:9.16.48-1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.11 = STRING: "bind9-host_1:9.16.48-1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.12 = STRING: "bind9-libs_1:9.16.48-1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.13 = STRING: "bsdextrautils_2.36.1-8+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.14 = STRING: "bsdutils_1:2.36.1-8+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.15 = STRING: "bzip2_1.0.8-4_amd64" +.1.3.6.1.2.1.25.6.3.1.2.16 = STRING: "ca-certificates_20210119_all" +.1.3.6.1.2.1.25.6.3.1.2.17 = STRING: "centreon-nrpe4-daemon_4.1.0-102130~bullseye_amd64" +.1.3.6.1.2.1.25.6.3.1.2.18 = STRING: "centreon-plugin-operatingsystems-linux-local_20240305-134421~bu" +.1.3.6.1.2.1.25.6.3.1.2.19 = STRING: "chrony_4.0-8+deb11u2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.20 = STRING: "cloud-guest-utils_0.31-2_all" +.1.3.6.1.2.1.25.6.3.1.2.21 = STRING: "cloud-image-utils_0.31-2_all" +.1.3.6.1.2.1.25.6.3.1.2.22 = STRING: "cloud-initramfs-growroot_0.18.debian8_all" +.1.3.6.1.2.1.25.6.3.1.2.23 = STRING: "cloud-utils_0.31-2_all" +.1.3.6.1.2.1.25.6.3.1.2.24 = STRING: "coreutils_8.32-4+b1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.25 = STRING: "cpio_2.13+dfsg-7.1~deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.26 = STRING: "cron_3.0pl1-137_amd64" +.1.3.6.1.2.1.25.6.3.1.2.27 = STRING: "dash_0.5.11+git20200708+dd9ef66-5_amd64" +.1.3.6.1.2.1.25.6.3.1.2.28 = STRING: "dbus_1.12.28-0+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.29 = STRING: "debconf_1.5.77_all" +.1.3.6.1.2.1.25.6.3.1.2.30 = STRING: "debconf-i18n_1.5.77_all" +.1.3.6.1.2.1.25.6.3.1.2.31 = STRING: "debian-archive-keyring_2021.1.1+deb11u1_all" +.1.3.6.1.2.1.25.6.3.1.2.32 = STRING: "debian-faq_10.1_all" +.1.3.6.1.2.1.25.6.3.1.2.33 = STRING: "debianutils_4.11.2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.34 = STRING: "diffutils_1:3.7-5_amd64" +.1.3.6.1.2.1.25.6.3.1.2.35 = STRING: "dirmngr_2.2.27-2+deb11u2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.36 = STRING: "distro-info-data_0.51+deb11u5_all" +.1.3.6.1.2.1.25.6.3.1.2.37 = STRING: "dmidecode_3.3-2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.38 = STRING: "dmsetup_2:1.02.175-2.1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.39 = STRING: "doc-debian_6.5_all" +.1.3.6.1.2.1.25.6.3.1.2.40 = STRING: "dpkg_1.20.13_amd64" +.1.3.6.1.2.1.25.6.3.1.2.41 = STRING: "e2fsprogs_1.46.2-2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.42 = STRING: "fdisk_2.36.1-8+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.43 = STRING: "file_1:5.39-3+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.44 = STRING: "findutils_4.8.0-1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.45 = STRING: "firmware-linux-free_20200122-1_all" +.1.3.6.1.2.1.25.6.3.1.2.46 = STRING: "gcc-10-base_10.2.1-6_amd64" +.1.3.6.1.2.1.25.6.3.1.2.47 = STRING: "gcc-9-base_9.3.0-22_amd64" +.1.3.6.1.2.1.25.6.3.1.2.48 = STRING: "genisoimage_9:1.1.11-3.2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.49 = STRING: "gettext-base_0.21-4_amd64" +.1.3.6.1.2.1.25.6.3.1.2.50 = STRING: "gnupg_2.2.27-2+deb11u2_all" +.1.3.6.1.2.1.25.6.3.1.2.51 = STRING: "gnupg-l10n_2.2.27-2+deb11u2_all" +.1.3.6.1.2.1.25.6.3.1.2.52 = STRING: "gnupg-utils_2.2.27-2+deb11u2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.53 = STRING: "gpg_2.2.27-2+deb11u2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.54 = STRING: "gpg-agent_2.2.27-2+deb11u2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.55 = STRING: "gpg-wks-client_2.2.27-2+deb11u2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.56 = STRING: "gpg-wks-server_2.2.27-2+deb11u2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.57 = STRING: "gpgconf_2.2.27-2+deb11u2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.58 = STRING: "gpgsm_2.2.27-2+deb11u2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.59 = STRING: "gpgv_2.2.27-2+deb11u2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.60 = STRING: "grep_3.6-1+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.61 = STRING: "groff-base_1.22.4-6_amd64" +.1.3.6.1.2.1.25.6.3.1.2.62 = STRING: "grub-common_2.06-3~deb11u6_amd64" +.1.3.6.1.2.1.25.6.3.1.2.63 = STRING: "grub-pc_2.06-3~deb11u6_amd64" +.1.3.6.1.2.1.25.6.3.1.2.64 = STRING: "grub-pc-bin_2.06-3~deb11u6_amd64" +.1.3.6.1.2.1.25.6.3.1.2.65 = STRING: "grub2-common_2.06-3~deb11u6_amd64" +.1.3.6.1.2.1.25.6.3.1.2.66 = STRING: "gzip_1.10-4+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.67 = STRING: "hostname_3.23_amd64" +.1.3.6.1.2.1.25.6.3.1.2.68 = STRING: "ifupdown_0.8.36_amd64" +.1.3.6.1.2.1.25.6.3.1.2.69 = STRING: "init_1.60_amd64" +.1.3.6.1.2.1.25.6.3.1.2.70 = STRING: "init-system-helpers_1.60_all" +.1.3.6.1.2.1.25.6.3.1.2.71 = STRING: "initramfs-tools_0.140_all" +.1.3.6.1.2.1.25.6.3.1.2.72 = STRING: "initramfs-tools-core_0.140_all" +.1.3.6.1.2.1.25.6.3.1.2.73 = STRING: "iproute2_5.10.0-4_amd64" +.1.3.6.1.2.1.25.6.3.1.2.74 = STRING: "iptables_1.8.7-1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.75 = STRING: "iputils-ping_3:20210202-1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.76 = STRING: "isc-dhcp-client_4.4.1-2.3+deb11u2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.77 = STRING: "isc-dhcp-common_4.4.1-2.3+deb11u2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.78 = STRING: "klibc-utils_2.0.8-6.1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.79 = STRING: "kmod_28-1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.80 = STRING: "krb5-locales_1.18.3-6+deb11u4_all" +.1.3.6.1.2.1.25.6.3.1.2.81 = STRING: "less_551-2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.82 = STRING: "libacl1_2.2.53-10_amd64" +.1.3.6.1.2.1.25.6.3.1.2.83 = STRING: "libaio1_0.3.112-9_amd64" +.1.3.6.1.2.1.25.6.3.1.2.84 = STRING: "libalgorithm-c3-perl_0.11-1_all" +.1.3.6.1.2.1.25.6.3.1.2.85 = STRING: "libapparmor1_2.13.6-10_amd64" +.1.3.6.1.2.1.25.6.3.1.2.86 = STRING: "libapt-pkg6.0_2.2.4_amd64" +.1.3.6.1.2.1.25.6.3.1.2.87 = STRING: "libargon2-1_0~20171227-0.2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.88 = STRING: "libassuan0_2.5.3-7.1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.89 = STRING: "libattr1_1:2.4.48-6_amd64" +.1.3.6.1.2.1.25.6.3.1.2.90 = STRING: "libaudit-common_1:3.0-2_all" +.1.3.6.1.2.1.25.6.3.1.2.91 = STRING: "libaudit1_1:3.0-2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.92 = STRING: "libauthen-sasl-perl_2.1600-1.1_all" +.1.3.6.1.2.1.25.6.3.1.2.93 = STRING: "libb-hooks-endofscope-perl_0.24-1.1_all" +.1.3.6.1.2.1.25.6.3.1.2.94 = STRING: "libb-hooks-op-check-perl_0.22-1+b3_amd64" +.1.3.6.1.2.1.25.6.3.1.2.95 = STRING: "libblkid1_2.36.1-8+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.96 = STRING: "libbpf0_1:0.3-2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.97 = STRING: "libbrotli1_1.0.9-2+b2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.98 = STRING: "libbsd0_0.11.3-1+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.99 = STRING: "libbz2-1.0_1.0.8-4_amd64" +.1.3.6.1.2.1.25.6.3.1.2.100 = STRING: "libc-bin_2.31-13+deb11u8_amd64" +.1.3.6.1.2.1.25.6.3.1.2.101 = STRING: "libc-l10n_2.31-13+deb11u8_all" +.1.3.6.1.2.1.25.6.3.1.2.102 = STRING: "libc6_2.31-13+deb11u8_amd64" +.1.3.6.1.2.1.25.6.3.1.2.103 = STRING: "libcap-ng0_0.7.9-2.2+b1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.104 = STRING: "libcap2_1:2.44-1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.105 = STRING: "libcap2-bin_1:2.44-1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.106 = STRING: "libcarp-assert-perl_0.21-1.1_all" +.1.3.6.1.2.1.25.6.3.1.2.107 = STRING: "libcbor0_0.5.0+dfsg-2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.108 = STRING: "libclass-c3-perl_0.35-1_all" +.1.3.6.1.2.1.25.6.3.1.2.109 = STRING: "libclass-c3-xs-perl_0.15-1+b1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.110 = STRING: "libclass-data-inheritable-perl_0.08-3_all" +.1.3.6.1.2.1.25.6.3.1.2.111 = STRING: "libclass-inspector-perl_1.36-1_all" +.1.3.6.1.2.1.25.6.3.1.2.112 = STRING: "libclass-method-modifiers-perl_2.13-1_all" +.1.3.6.1.2.1.25.6.3.1.2.113 = STRING: "libclass-singleton-perl_1.6-1_all" +.1.3.6.1.2.1.25.6.3.1.2.114 = STRING: "libclass-xsaccessor-perl_1.19-3+b7_amd64" +.1.3.6.1.2.1.25.6.3.1.2.115 = STRING: "libclone-perl_0.45-1+b1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.116 = STRING: "libcom-err2_1.46.2-2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.117 = STRING: "libcommon-sense-perl_3.75-1+b4_amd64" +.1.3.6.1.2.1.25.6.3.1.2.118 = STRING: "libcrypt-argon2-perl_0.020-1~bullseye_amd64" +.1.3.6.1.2.1.25.6.3.1.2.119 = STRING: "libcrypt1_1:4.4.18-4_amd64" +.1.3.6.1.2.1.25.6.3.1.2.120 = STRING: "libcryptsetup12_2:2.3.7-1+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.121 = STRING: "libcryptx-perl_0.069-1+b1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.122 = STRING: "libcurl3-gnutls_7.74.0-1.3+deb11u11_amd64" +.1.3.6.1.2.1.25.6.3.1.2.123 = STRING: "libcurl4_7.74.0-1.3+deb11u11_amd64" +.1.3.6.1.2.1.25.6.3.1.2.124 = STRING: "libdata-dump-perl_1.23-1.1_all" +.1.3.6.1.2.1.25.6.3.1.2.125 = STRING: "libdata-optlist-perl_0.110-1.1_all" +.1.3.6.1.2.1.25.6.3.1.2.126 = STRING: "libdatetime-locale-perl_1:1.31-1_all" +.1.3.6.1.2.1.25.6.3.1.2.127 = STRING: "libdatetime-perl_2:1.54-1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.128 = STRING: "libdatetime-timezone-perl_1:2.47-1+2024a_all" +.1.3.6.1.2.1.25.6.3.1.2.129 = STRING: "libdb5.3_5.3.28+dfsg1-0.8_amd64" +.1.3.6.1.2.1.25.6.3.1.2.130 = STRING: "libdbus-1-3_1.12.28-0+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.131 = STRING: "libdebconfclient0_0.260_amd64" +.1.3.6.1.2.1.25.6.3.1.2.132 = STRING: "libdevel-callchecker-perl_0.008-1+b2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.133 = STRING: "libdevel-caller-perl_2.06-2+b3_amd64" +.1.3.6.1.2.1.25.6.3.1.2.134 = STRING: "libdevel-lexalias-perl_0.05-2+b3_amd64" +.1.3.6.1.2.1.25.6.3.1.2.135 = STRING: "libdevel-stacktrace-perl_2.0400-1_all" +.1.3.6.1.2.1.25.6.3.1.2.136 = STRING: "libdevmapper1.02.1_2:1.02.175-2.1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.137 = STRING: "libdns-export1110_1:9.11.19+dfsg-2.1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.138 = STRING: "libdynaloader-functions-perl_0.003-1.1_all" +.1.3.6.1.2.1.25.6.3.1.2.139 = STRING: "libedit2_3.1-20191231-2+b1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.140 = STRING: "libefiboot1_37-6_amd64" +.1.3.6.1.2.1.25.6.3.1.2.141 = STRING: "libefivar1_37-6_amd64" +.1.3.6.1.2.1.25.6.3.1.2.142 = STRING: "libelf1_0.183-1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.143 = STRING: "libencode-locale-perl_1.05-1.1_all" +.1.3.6.1.2.1.25.6.3.1.2.144 = STRING: "libestr0_0.1.10-2.1+b1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.145 = STRING: "libeval-closure-perl_0.14-1_all" +.1.3.6.1.2.1.25.6.3.1.2.146 = STRING: "libexception-class-perl_1.44-1_all" +.1.3.6.1.2.1.25.6.3.1.2.147 = STRING: "libexpat1_2.2.10-2+deb11u5_amd64" +.1.3.6.1.2.1.25.6.3.1.2.148 = STRING: "libexporter-tiny-perl_1.002002-1_all" +.1.3.6.1.2.1.25.6.3.1.2.149 = STRING: "libext2fs2_1.46.2-2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.150 = STRING: "libfastjson4_0.99.9-1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.151 = STRING: "libfdisk1_2.36.1-8+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.152 = STRING: "libffi7_3.3-6_amd64" +.1.3.6.1.2.1.25.6.3.1.2.153 = STRING: "libfido2-1_1.6.0-2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.154 = STRING: "libfile-listing-perl_6.14-1_all" +.1.3.6.1.2.1.25.6.3.1.2.155 = STRING: "libfile-sharedir-perl_1.118-1_all" +.1.3.6.1.2.1.25.6.3.1.2.156 = STRING: "libfont-afm-perl_1.20-3_all" +.1.3.6.1.2.1.25.6.3.1.2.157 = STRING: "libfreetype6_2.10.4+dfsg-1+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.158 = STRING: "libfstrm0_0.6.0-1+b1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.159 = STRING: "libfuse2_2.9.9-5_amd64" +.1.3.6.1.2.1.25.6.3.1.2.160 = STRING: "libgcc-s1_10.2.1-6_amd64" +.1.3.6.1.2.1.25.6.3.1.2.161 = STRING: "libgcrypt20_1.8.7-6_amd64" +.1.3.6.1.2.1.25.6.3.1.2.162 = STRING: "libgdbm-compat4_1.19-2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.163 = STRING: "libgdbm6_1.19-2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.164 = STRING: "libglib2.0-0_2.66.8-1+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.165 = STRING: "libgmp10_2:6.2.1+dfsg-1+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.166 = STRING: "libgnutls30_3.7.1-5+deb11u4_amd64" +.1.3.6.1.2.1.25.6.3.1.2.167 = STRING: "libgpg-error0_1.38-2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.168 = STRING: "libgpm2_1.20.7-8_amd64" +.1.3.6.1.2.1.25.6.3.1.2.169 = STRING: "libgssapi-krb5-2_1.18.3-6+deb11u4_amd64" +.1.3.6.1.2.1.25.6.3.1.2.170 = STRING: "libhogweed6_3.7.3-1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.171 = STRING: "libhtml-form-perl_6.07-1_all" +.1.3.6.1.2.1.25.6.3.1.2.172 = STRING: "libhtml-format-perl_2.12-1.1_all" +.1.3.6.1.2.1.25.6.3.1.2.173 = STRING: "libhtml-parser-perl_3.75-1+b1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.174 = STRING: "libhtml-tagset-perl_3.20-4_all" +.1.3.6.1.2.1.25.6.3.1.2.175 = STRING: "libhtml-tree-perl_5.07-2_all" +.1.3.6.1.2.1.25.6.3.1.2.176 = STRING: "libhttp-cookies-perl_6.10-1_all" +.1.3.6.1.2.1.25.6.3.1.2.177 = STRING: "libhttp-daemon-perl_6.16-bookworm-1_all" +.1.3.6.1.2.1.25.6.3.1.2.178 = STRING: "libhttp-date-perl_6.05-1_all" +.1.3.6.1.2.1.25.6.3.1.2.179 = STRING: "libhttp-message-perl_6.28-1_all" +.1.3.6.1.2.1.25.6.3.1.2.180 = STRING: "libhttp-negotiate-perl_6.01-1_all" +.1.3.6.1.2.1.25.6.3.1.2.181 = STRING: "libhttp-proxypac-perl_0.31-bookworm-1_all" +.1.3.6.1.2.1.25.6.3.1.2.182 = STRING: "libicu67_67.1-7_amd64" +.1.3.6.1.2.1.25.6.3.1.2.183 = STRING: "libidn2-0_2.3.0-5_amd64" +.1.3.6.1.2.1.25.6.3.1.2.184 = STRING: "libio-html-perl_1.004-2_all" +.1.3.6.1.2.1.25.6.3.1.2.185 = STRING: "libio-socket-ssl-perl_2.069-1_all" +.1.3.6.1.2.1.25.6.3.1.2.186 = STRING: "libip4tc2_1.8.7-1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.187 = STRING: "libip6tc2_1.8.7-1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.188 = STRING: "libisc-export1105_1:9.11.19+dfsg-2.1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.189 = STRING: "libjansson4_2.13.1-1.1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.190 = STRING: "libjson-c5_0.15-2+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.191 = STRING: "libjson-parse-perl_0.61-1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.192 = STRING: "libjson-path-perl_1.0.4-3~bullseye_all" +.1.3.6.1.2.1.25.6.3.1.2.193 = STRING: "libjson-xs-perl_4.030-1+b1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.194 = STRING: "libk5crypto3_1.18.3-6+deb11u4_amd64" +.1.3.6.1.2.1.25.6.3.1.2.195 = STRING: "libkeepass-reader-perl_0.2-bullseye_all" +.1.3.6.1.2.1.25.6.3.1.2.196 = STRING: "libkeyutils1_1.6.1-2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.197 = STRING: "libklibc_2.0.8-6.1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.198 = STRING: "libkmod2_28-1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.199 = STRING: "libkrb5-3_1.18.3-6+deb11u4_amd64" +.1.3.6.1.2.1.25.6.3.1.2.200 = STRING: "libkrb5support0_1.18.3-6+deb11u4_amd64" +.1.3.6.1.2.1.25.6.3.1.2.201 = STRING: "libksba8_1.5.0-3+deb11u2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.202 = STRING: "libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.203 = STRING: "liblmdb0_0.9.24-1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.204 = STRING: "liblocale-gettext-perl_1.07-4+b1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.205 = STRING: "liblockfile-bin_1.17-1+b1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.206 = STRING: "liblognorm5_2.0.5-1.1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.207 = STRING: "liblv-perl_0.006-bookworm-1_all" +.1.3.6.1.2.1.25.6.3.1.2.208 = STRING: "liblwp-mediatypes-perl_6.04-1_all" +.1.3.6.1.2.1.25.6.3.1.2.209 = STRING: "liblwp-protocol-https-perl_6.10-1_all" +.1.3.6.1.2.1.25.6.3.1.2.210 = STRING: "liblz4-1_1.9.3-2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.211 = STRING: "liblzma5_5.2.5-2.1~deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.212 = STRING: "libmagic-mgc_1:5.39-3+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.213 = STRING: "libmagic1_1:5.39-3+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.214 = STRING: "libmailtools-perl_2.21-1_all" +.1.3.6.1.2.1.25.6.3.1.2.215 = STRING: "libmaxminddb0_1.5.2-1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.216 = STRING: "libmd0_1.0.3-3_amd64" +.1.3.6.1.2.1.25.6.3.1.2.217 = STRING: "libmnl0_1.0.4-3_amd64" +.1.3.6.1.2.1.25.6.3.1.2.218 = STRING: "libmodule-implementation-perl_0.09-1.1_all" +.1.3.6.1.2.1.25.6.3.1.2.219 = STRING: "libmodule-runtime-perl_0.016-1_all" +.1.3.6.1.2.1.25.6.3.1.2.220 = STRING: "libmount1_2.36.1-8+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.221 = STRING: "libmpdec3_2.5.1-1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.222 = STRING: "libmro-compat-perl_0.13-1_all" +.1.3.6.1.2.1.25.6.3.1.2.223 = STRING: "libnamespace-autoclean-perl_0.29-1_all" +.1.3.6.1.2.1.25.6.3.1.2.224 = STRING: "libnamespace-clean-perl_0.27-1_all" +.1.3.6.1.2.1.25.6.3.1.2.225 = STRING: "libncurses6_6.2+20201114-2+deb11u2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.226 = STRING: "libncursesw6_6.2+20201114-2+deb11u2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.227 = STRING: "libnet-curl-perl_0.55-1~bullseye_amd64" +.1.3.6.1.2.1.25.6.3.1.2.228 = STRING: "libnet-http-perl_6.20-1_all" +.1.3.6.1.2.1.25.6.3.1.2.229 = STRING: "libnet-smtp-ssl-perl_1.04-1_all" +.1.3.6.1.2.1.25.6.3.1.2.230 = STRING: "libnet-ssleay-perl_1.88-3+b1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.231 = STRING: "libnetfilter-conntrack3_1.0.8-3_amd64" +.1.3.6.1.2.1.25.6.3.1.2.232 = STRING: "libnettle8_3.7.3-1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.233 = STRING: "libnewt0.52_0.52.21-4+b3_amd64" +.1.3.6.1.2.1.25.6.3.1.2.234 = STRING: "libnfnetlink0_1.0.1-3+b1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.235 = STRING: "libnftables1_0.9.8-3.1+deb11u2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.236 = STRING: "libnftnl11_1.1.9-1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.237 = STRING: "libnghttp2-14_1.43.0-1+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.238 = STRING: "libnl-3-200_3.4.0-1+b1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.239 = STRING: "libnl-genl-3-200_3.4.0-1+b1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.240 = STRING: "libnpth0_1.6-3_amd64" +.1.3.6.1.2.1.25.6.3.1.2.241 = STRING: "libnsl2_1.3.0-2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.242 = STRING: "libnss-systemd_247.3-7+deb11u4_amd64" +.1.3.6.1.2.1.25.6.3.1.2.243 = STRING: "libp11-kit0_0.23.22-1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.244 = STRING: "libpackage-stash-perl_0.39-1_all" +.1.3.6.1.2.1.25.6.3.1.2.245 = STRING: "libpackage-stash-xs-perl_0.29-1+b2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.246 = STRING: "libpadwalker-perl_2.5-1+b1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.247 = STRING: "libpam-modules_1.4.0-9+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.248 = STRING: "libpam-modules-bin_1.4.0-9+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.249 = STRING: "libpam-runtime_1.4.0-9+deb11u1_all" +.1.3.6.1.2.1.25.6.3.1.2.250 = STRING: "libpam-systemd_247.3-7+deb11u4_amd64" +.1.3.6.1.2.1.25.6.3.1.2.251 = STRING: "libpam0g_1.4.0-9+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.252 = STRING: "libparams-classify-perl_0.015-1+b3_amd64" +.1.3.6.1.2.1.25.6.3.1.2.253 = STRING: "libparams-util-perl_1.102-1+b1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.254 = STRING: "libparams-validationcompiler-perl_0.30-1_all" +.1.3.6.1.2.1.25.6.3.1.2.255 = STRING: "libpci3_1:3.7.0-5_amd64" +.1.3.6.1.2.1.25.6.3.1.2.256 = STRING: "libpcre2-8-0_10.36-2+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.257 = STRING: "libpcre3_2:8.39-13_amd64" +.1.3.6.1.2.1.25.6.3.1.2.258 = STRING: "libperl5.32_5.32.1-4+deb11u3_amd64" +.1.3.6.1.2.1.25.6.3.1.2.259 = STRING: "libpipeline1_1.5.3-1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.260 = STRING: "libpng16-16_1.6.37-3_amd64" +.1.3.6.1.2.1.25.6.3.1.2.261 = STRING: "libpod-parser-perl_1.63-2_all" +.1.3.6.1.2.1.25.6.3.1.2.262 = STRING: "libpopt0_1.18-2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.263 = STRING: "libprocps8_2:3.3.17-5_amd64" +.1.3.6.1.2.1.25.6.3.1.2.264 = STRING: "libprotobuf-c1_1.3.3-1+b2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.265 = STRING: "libpsl5_0.21.0-1.2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.266 = STRING: "libpython3-stdlib_3.9.2-3_amd64" +.1.3.6.1.2.1.25.6.3.1.2.267 = STRING: "libpython3.9-minimal_3.9.2-1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.268 = STRING: "libpython3.9-stdlib_3.9.2-1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.269 = STRING: "libreadline8_8.1-1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.270 = STRING: "libreadonly-perl_2.050-3_all" +.1.3.6.1.2.1.25.6.3.1.2.271 = STRING: "libref-util-perl_0.204-1_all" +.1.3.6.1.2.1.25.6.3.1.2.272 = STRING: "libref-util-xs-perl_0.117-1+b3_amd64" +.1.3.6.1.2.1.25.6.3.1.2.273 = STRING: "librole-tiny-perl_2.002004-1_all" +.1.3.6.1.2.1.25.6.3.1.2.274 = STRING: "librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.275 = STRING: "libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.276 = STRING: "libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.277 = STRING: "libseccomp2_2.5.1-1+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.278 = STRING: "libselinux1_3.1-3_amd64" +.1.3.6.1.2.1.25.6.3.1.2.279 = STRING: "libsemanage-common_3.1-1_all" +.1.3.6.1.2.1.25.6.3.1.2.280 = STRING: "libsemanage1_3.1-1+b2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.281 = STRING: "libsensors-config_1:3.6.0-7_all" +.1.3.6.1.2.1.25.6.3.1.2.282 = STRING: "libsensors5_1:3.6.0-7_amd64" +.1.3.6.1.2.1.25.6.3.1.2.283 = STRING: "libsepol1_3.1-1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.284 = STRING: "libslang2_2.3.2-5_amd64" +.1.3.6.1.2.1.25.6.3.1.2.285 = STRING: "libsmartcols1_2.36.1-8+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.286 = STRING: "libsnmp-base_5.9+dfsg-4+deb11u1_all" +.1.3.6.1.2.1.25.6.3.1.2.287 = STRING: "libsnmp40_5.9+dfsg-4+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.288 = STRING: "libspecio-perl_0.47-1_all" +.1.3.6.1.2.1.25.6.3.1.2.289 = STRING: "libsqlite3-0_3.34.1-3_amd64" +.1.3.6.1.2.1.25.6.3.1.2.290 = STRING: "libss2_1.46.2-2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.291 = STRING: "libssh2-1_1.9.0-2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.292 = STRING: "libssl1.1_1.1.1w-0+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.293 = STRING: "libstdc++6_10.2.1-6_amd64" +.1.3.6.1.2.1.25.6.3.1.2.294 = STRING: "libsub-exporter-perl_0.987-1_all" +.1.3.6.1.2.1.25.6.3.1.2.295 = STRING: "libsub-exporter-progressive-perl_0.001013-1_all" +.1.3.6.1.2.1.25.6.3.1.2.296 = STRING: "libsub-identify-perl_0.14-1+b3_amd64" +.1.3.6.1.2.1.25.6.3.1.2.297 = STRING: "libsub-install-perl_0.928-1.1_all" +.1.3.6.1.2.1.25.6.3.1.2.298 = STRING: "libsub-name-perl_0.26-1+b1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.299 = STRING: "libsub-quote-perl_2.006006-1_all" +.1.3.6.1.2.1.25.6.3.1.2.300 = STRING: "libsystemd0_247.3-7+deb11u4_amd64" +.1.3.6.1.2.1.25.6.3.1.2.301 = STRING: "libtasn1-6_4.16.0-2+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.302 = STRING: "libtext-charwidth-perl_0.04-10+b1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.303 = STRING: "libtext-iconv-perl_1.7-7+b1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.304 = STRING: "libtext-wrapi18n-perl_0.06-9_all" +.1.3.6.1.2.1.25.6.3.1.2.305 = STRING: "libtie-ixhash-perl_1.23-2.1_all" +.1.3.6.1.2.1.25.6.3.1.2.306 = STRING: "libtimedate-perl_2.3300-2_all" +.1.3.6.1.2.1.25.6.3.1.2.307 = STRING: "libtinfo6_6.2+20201114-2+deb11u2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.308 = STRING: "libtirpc-common_1.3.1-1+deb11u1_all" +.1.3.6.1.2.1.25.6.3.1.2.309 = STRING: "libtirpc3_1.3.1-1+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.310 = STRING: "libtry-tiny-perl_0.30-1_all" +.1.3.6.1.2.1.25.6.3.1.2.311 = STRING: "libtypes-serialiser-perl_1.01-1_all" +.1.3.6.1.2.1.25.6.3.1.2.312 = STRING: "libuchardet0_0.0.7-1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.313 = STRING: "libudev1_247.3-7+deb11u4_amd64" +.1.3.6.1.2.1.25.6.3.1.2.314 = STRING: "libunistring2_0.9.10-4_amd64" +.1.3.6.1.2.1.25.6.3.1.2.315 = STRING: "liburi-encode-perl_1.1.1-bookworm-1_all" +.1.3.6.1.2.1.25.6.3.1.2.316 = STRING: "liburi-perl_5.08-1_all" +.1.3.6.1.2.1.25.6.3.1.2.317 = STRING: "liburing1_0.7-3_amd64" +.1.3.6.1.2.1.25.6.3.1.2.318 = STRING: "libuuid1_2.36.1-8+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.319 = STRING: "libuv1_1.40.0-2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.320 = STRING: "libvariable-magic-perl_0.62-1+b3_amd64" +.1.3.6.1.2.1.25.6.3.1.2.321 = STRING: "libwrap0_7.6.q-31_amd64" +.1.3.6.1.2.1.25.6.3.1.2.322 = STRING: "libwww-perl_6.52-1_all" +.1.3.6.1.2.1.25.6.3.1.2.323 = STRING: "libwww-robotrules-perl_6.02-1_all" +.1.3.6.1.2.1.25.6.3.1.2.324 = STRING: "libxml-libxml-perl_2.0134+dfsg-2+b1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.325 = STRING: "libxml-namespacesupport-perl_1.12-1.1_all" +.1.3.6.1.2.1.25.6.3.1.2.326 = STRING: "libxml-parser-perl_2.46-2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.327 = STRING: "libxml-sax-base-perl_1.09-1.1_all" +.1.3.6.1.2.1.25.6.3.1.2.328 = STRING: "libxml-sax-expat-perl_0.51-1_all" +.1.3.6.1.2.1.25.6.3.1.2.329 = STRING: "libxml-sax-perl_1.02+dfsg-1_all" +.1.3.6.1.2.1.25.6.3.1.2.330 = STRING: "libxml2_2.9.10+dfsg-6.7+deb11u4_amd64" +.1.3.6.1.2.1.25.6.3.1.2.331 = STRING: "libxstring-perl_0.005-1+b1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.332 = STRING: "libxtables12_1.8.7-1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.333 = STRING: "libxxhash0_0.8.0-2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.334 = STRING: "libzstd1_1.4.8+dfsg-2.1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.335 = STRING: "linux-base_4.6_all" +.1.3.6.1.2.1.25.6.3.1.2.336 = STRING: "linux-image-5.10.0-22-amd64_5.10.178-3_amd64" +.1.3.6.1.2.1.25.6.3.1.2.337 = STRING: "linux-image-5.10.0-28-amd64_5.10.209-2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.338 = STRING: "linux-image-amd64_5.10.209-2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.339 = STRING: "locales_2.31-13+deb11u8_all" +.1.3.6.1.2.1.25.6.3.1.2.340 = STRING: "login_1:4.8.1-1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.341 = STRING: "logrotate_3.18.0-2+deb11u2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.342 = STRING: "logsave_1.46.2-2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.343 = STRING: "lsb-base_11.1.0_all" +.1.3.6.1.2.1.25.6.3.1.2.344 = STRING: "lsb-release_11.1.0_all" +.1.3.6.1.2.1.25.6.3.1.2.345 = STRING: "lsof_4.93.2+dfsg-1.1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.346 = STRING: "mailcap_3.69_all" +.1.3.6.1.2.1.25.6.3.1.2.347 = STRING: "man-db_2.9.4-2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.348 = STRING: "manpages_5.10-1_all" +.1.3.6.1.2.1.25.6.3.1.2.349 = STRING: "mawk_1.3.4.20200120-2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.350 = STRING: "media-types_4.0.0_all" +.1.3.6.1.2.1.25.6.3.1.2.351 = STRING: "mime-support_3.66_all" +.1.3.6.1.2.1.25.6.3.1.2.352 = STRING: "mount_2.36.1-8+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.353 = STRING: "nano_5.4-2+deb11u2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.354 = STRING: "ncurses-base_6.2+20201114-2+deb11u2_all" +.1.3.6.1.2.1.25.6.3.1.2.355 = STRING: "ncurses-bin_6.2+20201114-2+deb11u2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.356 = STRING: "ncurses-term_6.2+20201114-2+deb11u2_all" +.1.3.6.1.2.1.25.6.3.1.2.357 = STRING: "net-tools_1.60+git20181103.0eebece-1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.358 = STRING: "netbase_6.3_all" +.1.3.6.1.2.1.25.6.3.1.2.359 = STRING: "netcat-traditional_1.10-46_amd64" +.1.3.6.1.2.1.25.6.3.1.2.360 = STRING: "nftables_0.9.8-3.1+deb11u2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.361 = STRING: "openssh-client_1:8.4p1-5+deb11u3_amd64" +.1.3.6.1.2.1.25.6.3.1.2.362 = STRING: "openssh-server_1:8.4p1-5+deb11u3_amd64" +.1.3.6.1.2.1.25.6.3.1.2.363 = STRING: "openssh-sftp-server_1:8.4p1-5+deb11u3_amd64" +.1.3.6.1.2.1.25.6.3.1.2.364 = STRING: "openssl_1.1.1w-0+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.365 = STRING: "passwd_1:4.8.1-1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.366 = STRING: "pci.ids_0.0~2021.02.08-1_all" +.1.3.6.1.2.1.25.6.3.1.2.367 = STRING: "pciutils_1:3.7.0-5_amd64" +.1.3.6.1.2.1.25.6.3.1.2.368 = STRING: "perl_5.32.1-4+deb11u3_amd64" +.1.3.6.1.2.1.25.6.3.1.2.369 = STRING: "perl-base_5.32.1-4+deb11u3_amd64" +.1.3.6.1.2.1.25.6.3.1.2.370 = STRING: "perl-modules-5.32_5.32.1-4+deb11u3_all" +.1.3.6.1.2.1.25.6.3.1.2.371 = STRING: "perl-openssl-defaults_5_amd64" +.1.3.6.1.2.1.25.6.3.1.2.372 = STRING: "pinentry-curses_1.1.0-4_amd64" +.1.3.6.1.2.1.25.6.3.1.2.373 = STRING: "procps_2:3.3.17-5_amd64" +.1.3.6.1.2.1.25.6.3.1.2.374 = STRING: "python-apt-common_2.2.1_all" +.1.3.6.1.2.1.25.6.3.1.2.375 = STRING: "python3_3.9.2-3_amd64" +.1.3.6.1.2.1.25.6.3.1.2.376 = STRING: "python3-apt_2.2.1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.377 = STRING: "python3-certifi_2020.6.20-1_all" +.1.3.6.1.2.1.25.6.3.1.2.378 = STRING: "python3-chardet_4.0.0-1_all" +.1.3.6.1.2.1.25.6.3.1.2.379 = STRING: "python3-dbus_1.2.16-5_amd64" +.1.3.6.1.2.1.25.6.3.1.2.380 = STRING: "python3-debconf_1.5.77_all" +.1.3.6.1.2.1.25.6.3.1.2.381 = STRING: "python3-debian_0.1.39_all" +.1.3.6.1.2.1.25.6.3.1.2.382 = STRING: "python3-debianbts_3.1.0_all" +.1.3.6.1.2.1.25.6.3.1.2.383 = STRING: "python3-distro-info_1.0+deb11u1_all" +.1.3.6.1.2.1.25.6.3.1.2.384 = STRING: "python3-httplib2_0.18.1-3_all" +.1.3.6.1.2.1.25.6.3.1.2.385 = STRING: "python3-idna_2.10-1_all" +.1.3.6.1.2.1.25.6.3.1.2.386 = STRING: "python3-minimal_3.9.2-3_amd64" +.1.3.6.1.2.1.25.6.3.1.2.387 = STRING: "python3-pkg-resources_52.0.0-4_all" +.1.3.6.1.2.1.25.6.3.1.2.388 = STRING: "python3-pycurl_7.43.0.6-5_amd64" +.1.3.6.1.2.1.25.6.3.1.2.389 = STRING: "python3-pysimplesoap_1.16.2-3_all" +.1.3.6.1.2.1.25.6.3.1.2.390 = STRING: "python3-reportbug_7.10.3+deb11u1_all" +.1.3.6.1.2.1.25.6.3.1.2.391 = STRING: "python3-requests_2.25.1+dfsg-2_all" +.1.3.6.1.2.1.25.6.3.1.2.392 = STRING: "python3-six_1.16.0-2_all" +.1.3.6.1.2.1.25.6.3.1.2.393 = STRING: "python3-urllib3_1.26.5-1~exp1_all" +.1.3.6.1.2.1.25.6.3.1.2.394 = STRING: "python3.9_3.9.2-1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.395 = STRING: "python3.9-minimal_3.9.2-1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.396 = STRING: "qemu-utils_1:5.2+dfsg-11+deb11u3_amd64" +.1.3.6.1.2.1.25.6.3.1.2.397 = STRING: "quota_4.06-1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.398 = STRING: "readline-common_8.1-1_all" +.1.3.6.1.2.1.25.6.3.1.2.399 = STRING: "reportbug_7.10.3+deb11u1_all" +.1.3.6.1.2.1.25.6.3.1.2.400 = STRING: "rsyslog_8.2102.0-2+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.401 = STRING: "runit-helper_2.10.3_all" +.1.3.6.1.2.1.25.6.3.1.2.402 = STRING: "sed_4.7-1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.403 = STRING: "sensible-utils_0.0.14_all" +.1.3.6.1.2.1.25.6.3.1.2.404 = STRING: "snmpd_5.9+dfsg-4+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.405 = STRING: "sudo_1.9.5p2-3+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.406 = STRING: "systemd_247.3-7+deb11u4_amd64" +.1.3.6.1.2.1.25.6.3.1.2.407 = STRING: "systemd-sysv_247.3-7+deb11u4_amd64" +.1.3.6.1.2.1.25.6.3.1.2.408 = STRING: "systemd-timesyncd_247.3-7+deb11u2_amd64" +.1.3.6.1.2.1.25.6.3.1.2.409 = STRING: "sysvinit-utils_2.96-7+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.410 = STRING: "tar_1.34+dfsg-1+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.411 = STRING: "tasksel_3.68+deb11u1_all" +.1.3.6.1.2.1.25.6.3.1.2.412 = STRING: "tasksel-data_3.68+deb11u1_all" +.1.3.6.1.2.1.25.6.3.1.2.413 = STRING: "telnet_0.17-42_amd64" +.1.3.6.1.2.1.25.6.3.1.2.414 = STRING: "traceroute_1:2.1.0-2+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.415 = STRING: "tzdata_2024a-0+deb11u1_all" +.1.3.6.1.2.1.25.6.3.1.2.416 = STRING: "ucf_3.0043_all" +.1.3.6.1.2.1.25.6.3.1.2.417 = STRING: "udev_247.3-7+deb11u4_amd64" +.1.3.6.1.2.1.25.6.3.1.2.418 = STRING: "unattended-upgrades_2.8_all" +.1.3.6.1.2.1.25.6.3.1.2.419 = STRING: "util-linux_2.36.1-8+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.420 = STRING: "vim_2:8.2.2434-3+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.421 = STRING: "vim-common_2:8.2.2434-3+deb11u1_all" +.1.3.6.1.2.1.25.6.3.1.2.422 = STRING: "vim-runtime_2:8.2.2434-3+deb11u1_all" +.1.3.6.1.2.1.25.6.3.1.2.423 = STRING: "vim-tiny_2:8.2.2434-3+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.424 = STRING: "wamerican_2019.10.06-1_all" +.1.3.6.1.2.1.25.6.3.1.2.425 = STRING: "wget_1.21-1+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.426 = STRING: "whiptail_0.52.21-4+b3_amd64" +.1.3.6.1.2.1.25.6.3.1.2.427 = STRING: "xxd_2:8.2.2434-3+deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.428 = STRING: "xz-utils_5.2.5-2.1~deb11u1_amd64" +.1.3.6.1.2.1.25.6.3.1.2.429 = STRING: "zlib1g_1:1.2.11.dfsg-2+deb11u2_amd64" +.1.3.6.1.2.1.25.6.3.1.3.1 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.2 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.3 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.4 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.5 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.6 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.7 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.8 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.9 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.10 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.11 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.12 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.13 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.14 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.15 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.16 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.17 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.18 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.19 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.20 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.21 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.22 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.23 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.24 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.25 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.26 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.27 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.28 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.29 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.30 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.31 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.32 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.33 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.34 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.35 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.36 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.37 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.38 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.39 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.40 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.41 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.42 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.43 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.44 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.45 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.46 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.47 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.48 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.49 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.50 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.51 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.52 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.53 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.54 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.55 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.56 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.57 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.58 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.59 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.60 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.61 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.62 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.63 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.64 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.65 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.66 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.67 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.68 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.69 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.70 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.71 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.72 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.73 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.74 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.75 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.76 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.77 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.78 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.79 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.80 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.81 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.82 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.83 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.84 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.85 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.86 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.87 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.88 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.89 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.90 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.91 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.92 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.93 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.94 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.95 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.96 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.97 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.98 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.99 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.100 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.101 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.102 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.103 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.104 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.105 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.106 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.107 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.108 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.109 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.110 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.111 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.112 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.113 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.114 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.115 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.116 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.117 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.118 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.119 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.120 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.121 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.122 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.123 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.124 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.125 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.126 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.127 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.128 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.129 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.130 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.131 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.132 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.133 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.134 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.135 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.136 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.137 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.138 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.139 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.140 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.141 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.142 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.143 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.144 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.145 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.146 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.147 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.148 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.149 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.150 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.151 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.152 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.153 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.154 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.155 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.156 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.157 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.158 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.159 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.160 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.161 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.162 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.163 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.164 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.165 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.166 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.167 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.168 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.169 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.170 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.171 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.172 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.173 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.174 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.175 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.176 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.177 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.178 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.179 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.180 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.181 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.182 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.183 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.184 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.185 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.186 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.187 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.188 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.189 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.190 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.191 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.192 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.193 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.194 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.195 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.196 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.197 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.198 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.199 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.200 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.201 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.202 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.203 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.204 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.205 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.206 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.207 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.208 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.209 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.210 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.211 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.212 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.213 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.214 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.215 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.216 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.217 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.218 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.219 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.220 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.221 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.222 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.223 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.224 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.225 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.226 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.227 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.228 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.229 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.230 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.231 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.232 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.233 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.234 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.235 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.236 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.237 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.238 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.239 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.240 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.241 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.242 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.243 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.244 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.245 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.246 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.247 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.248 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.249 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.250 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.251 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.252 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.253 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.254 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.255 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.256 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.257 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.258 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.259 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.260 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.261 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.262 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.263 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.264 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.265 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.266 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.267 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.268 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.269 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.270 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.271 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.272 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.273 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.274 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.275 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.276 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.277 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.278 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.279 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.280 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.281 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.282 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.283 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.284 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.285 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.286 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.287 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.288 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.289 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.290 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.291 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.292 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.293 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.294 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.295 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.296 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.297 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.298 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.299 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.300 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.301 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.302 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.303 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.304 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.305 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.306 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.307 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.308 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.309 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.310 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.311 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.312 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.313 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.314 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.315 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.316 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.317 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.318 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.319 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.320 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.321 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.322 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.323 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.324 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.325 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.326 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.327 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.328 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.329 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.330 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.331 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.332 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.333 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.334 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.335 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.336 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.337 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.338 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.339 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.340 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.341 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.342 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.343 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.344 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.345 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.346 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.347 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.348 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.349 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.350 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.351 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.352 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.353 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.354 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.355 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.356 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.357 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.358 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.359 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.360 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.361 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.362 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.363 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.364 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.365 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.366 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.367 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.368 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.369 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.370 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.371 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.372 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.373 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.374 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.375 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.376 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.377 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.378 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.379 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.380 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.381 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.382 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.383 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.384 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.385 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.386 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.387 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.388 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.389 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.390 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.391 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.392 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.393 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.394 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.395 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.396 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.397 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.398 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.399 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.400 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.401 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.402 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.403 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.404 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.405 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.406 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.407 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.408 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.409 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.410 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.411 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.412 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.413 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.414 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.415 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.416 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.417 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.418 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.419 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.420 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.421 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.422 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.423 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.424 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.425 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.426 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.427 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.428 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.3.429 = OID: .0.0 +.1.3.6.1.2.1.25.6.3.1.4.1 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.2 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.3 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.4 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.5 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.6 = INTEGER: 2 +.1.3.6.1.2.1.25.6.3.1.4.7 = INTEGER: 2 +.1.3.6.1.2.1.25.6.3.1.4.8 = INTEGER: 2 +.1.3.6.1.2.1.25.6.3.1.4.9 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.10 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.11 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.12 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.13 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.14 = INTEGER: 2 +.1.3.6.1.2.1.25.6.3.1.4.15 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.16 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.17 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.18 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.19 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.20 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.21 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.22 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.23 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.24 = INTEGER: 2 +.1.3.6.1.2.1.25.6.3.1.4.25 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.26 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.27 = INTEGER: 2 +.1.3.6.1.2.1.25.6.3.1.4.28 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.29 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.30 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.31 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.32 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.33 = INTEGER: 2 +.1.3.6.1.2.1.25.6.3.1.4.34 = INTEGER: 2 +.1.3.6.1.2.1.25.6.3.1.4.35 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.36 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.37 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.38 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.39 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.40 = INTEGER: 2 +.1.3.6.1.2.1.25.6.3.1.4.41 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.42 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.43 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.44 = INTEGER: 2 +.1.3.6.1.2.1.25.6.3.1.4.45 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.46 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.47 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.48 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.49 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.50 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.51 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.52 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.53 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.54 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.55 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.56 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.57 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.58 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.59 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.60 = INTEGER: 2 +.1.3.6.1.2.1.25.6.3.1.4.61 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.62 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.63 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.64 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.65 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.66 = INTEGER: 2 +.1.3.6.1.2.1.25.6.3.1.4.67 = INTEGER: 2 +.1.3.6.1.2.1.25.6.3.1.4.68 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.69 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.70 = INTEGER: 2 +.1.3.6.1.2.1.25.6.3.1.4.71 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.72 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.73 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.74 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.75 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.76 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.77 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.78 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.79 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.80 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.81 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.82 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.83 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.84 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.85 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.86 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.87 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.88 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.89 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.90 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.91 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.92 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.93 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.94 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.95 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.96 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.97 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.98 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.99 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.100 = INTEGER: 2 +.1.3.6.1.2.1.25.6.3.1.4.101 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.102 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.103 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.104 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.105 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.106 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.107 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.108 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.109 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.110 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.111 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.112 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.113 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.114 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.115 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.116 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.117 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.118 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.119 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.120 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.121 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.122 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.123 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.124 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.125 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.126 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.127 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.128 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.129 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.130 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.131 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.132 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.133 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.134 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.135 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.136 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.137 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.138 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.139 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.140 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.141 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.142 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.143 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.144 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.145 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.146 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.147 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.148 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.149 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.150 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.151 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.152 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.153 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.154 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.155 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.156 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.157 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.158 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.159 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.160 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.161 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.162 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.163 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.164 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.165 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.166 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.167 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.168 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.169 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.170 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.171 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.172 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.173 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.174 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.175 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.176 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.177 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.178 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.179 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.180 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.181 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.182 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.183 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.184 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.185 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.186 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.187 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.188 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.189 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.190 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.191 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.192 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.193 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.194 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.195 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.196 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.197 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.198 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.199 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.200 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.201 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.202 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.203 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.204 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.205 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.206 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.207 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.208 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.209 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.210 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.211 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.212 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.213 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.214 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.215 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.216 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.217 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.218 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.219 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.220 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.221 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.222 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.223 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.224 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.225 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.226 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.227 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.228 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.229 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.230 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.231 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.232 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.233 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.234 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.235 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.236 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.237 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.238 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.239 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.240 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.241 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.242 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.243 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.244 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.245 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.246 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.247 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.248 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.249 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.250 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.251 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.252 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.253 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.254 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.255 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.256 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.257 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.258 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.259 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.260 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.261 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.262 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.263 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.264 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.265 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.266 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.267 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.268 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.269 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.270 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.271 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.272 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.273 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.274 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.275 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.276 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.277 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.278 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.279 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.280 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.281 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.282 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.283 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.284 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.285 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.286 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.287 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.288 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.289 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.290 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.291 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.292 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.293 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.294 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.295 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.296 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.297 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.298 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.299 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.300 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.301 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.302 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.303 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.304 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.305 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.306 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.307 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.308 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.309 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.310 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.311 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.312 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.313 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.314 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.315 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.316 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.317 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.318 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.319 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.320 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.321 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.322 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.323 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.324 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.325 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.326 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.327 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.328 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.329 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.330 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.331 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.332 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.333 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.334 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.335 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.336 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.337 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.338 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.339 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.340 = INTEGER: 2 +.1.3.6.1.2.1.25.6.3.1.4.341 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.342 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.343 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.344 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.345 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.346 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.347 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.348 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.349 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.350 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.351 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.352 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.353 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.354 = INTEGER: 2 +.1.3.6.1.2.1.25.6.3.1.4.355 = INTEGER: 2 +.1.3.6.1.2.1.25.6.3.1.4.356 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.357 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.358 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.359 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.360 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.361 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.362 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.363 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.364 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.365 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.366 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.367 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.368 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.369 = INTEGER: 2 +.1.3.6.1.2.1.25.6.3.1.4.370 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.371 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.372 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.373 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.374 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.375 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.376 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.377 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.378 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.379 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.380 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.381 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.382 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.383 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.384 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.385 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.386 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.387 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.388 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.389 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.390 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.391 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.392 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.393 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.394 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.395 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.396 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.397 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.398 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.399 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.400 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.401 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.402 = INTEGER: 2 +.1.3.6.1.2.1.25.6.3.1.4.403 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.404 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.405 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.406 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.407 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.408 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.409 = INTEGER: 2 +.1.3.6.1.2.1.25.6.3.1.4.410 = INTEGER: 2 +.1.3.6.1.2.1.25.6.3.1.4.411 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.412 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.413 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.414 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.415 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.416 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.417 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.418 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.419 = INTEGER: 2 +.1.3.6.1.2.1.25.6.3.1.4.420 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.421 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.422 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.423 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.424 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.425 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.426 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.427 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.428 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.4.429 = INTEGER: 4 +.1.3.6.1.2.1.25.6.3.1.5.1 = Hex-STRING: 07 E8 03 0F 0A 12 38 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.2 = Hex-STRING: 07 E7 06 0F 14 29 0D 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.3 = Hex-STRING: 07 E7 06 0F 14 28 10 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.4 = Hex-STRING: 07 E7 06 0F 14 28 25 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.5 = Hex-STRING: 07 E7 06 0F 14 28 24 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.6 = Hex-STRING: 07 E8 03 0F 0A 12 2B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.7 = Hex-STRING: 07 E7 06 0F 14 28 10 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.8 = Hex-STRING: 07 E7 06 0F 14 28 10 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.9 = Hex-STRING: 07 E7 06 0F 14 28 26 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.10 = Hex-STRING: 07 E8 03 0F 0A 11 33 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.11 = Hex-STRING: 07 E8 03 0F 0A 12 23 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.12 = Hex-STRING: 07 E8 03 0F 0A 11 33 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.13 = Hex-STRING: 07 E7 06 0F 14 28 21 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.14 = Hex-STRING: 07 E7 06 0F 14 28 14 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.15 = Hex-STRING: 07 E7 06 0F 14 28 27 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.16 = Hex-STRING: 07 E7 06 0F 14 28 17 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.17 = Hex-STRING: 07 E8 03 05 10 0F 29 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.18 = Hex-STRING: 07 E8 03 05 10 0F 2D 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.19 = Hex-STRING: 07 E7 06 0F 14 29 0D 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.20 = Hex-STRING: 07 E7 06 0F 14 29 0D 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.21 = Hex-STRING: 07 E7 06 0F 14 29 0E 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.22 = Hex-STRING: 07 E7 06 0F 14 29 0E 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.23 = Hex-STRING: 07 E7 06 0F 14 29 0E 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.24 = Hex-STRING: 07 E7 06 0F 14 28 10 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.25 = Hex-STRING: 07 E8 03 0F 0A 12 1D 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.26 = Hex-STRING: 07 E7 06 0F 14 28 20 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.27 = Hex-STRING: 07 E7 06 0F 14 28 11 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.28 = Hex-STRING: 07 E8 03 0F 0A 11 37 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.29 = Hex-STRING: 07 E7 06 0F 14 28 11 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.30 = Hex-STRING: 07 E7 06 0F 14 28 24 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.31 = Hex-STRING: 07 E7 06 0F 14 28 11 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.32 = Hex-STRING: 07 E7 06 0F 14 28 27 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.33 = Hex-STRING: 07 E7 06 0F 14 28 11 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.34 = Hex-STRING: 07 E7 06 0F 14 28 11 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.35 = Hex-STRING: 07 E8 03 05 10 0D 2C 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.36 = Hex-STRING: 07 E8 03 0F 0A 12 29 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.37 = Hex-STRING: 07 E7 06 0F 14 28 24 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.38 = Hex-STRING: 07 E7 06 0F 14 28 20 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.39 = Hex-STRING: 07 E7 06 0F 14 28 27 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.40 = Hex-STRING: 07 E8 03 0F 0A 13 31 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.41 = Hex-STRING: 07 E7 06 0F 14 28 11 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.42 = Hex-STRING: 07 E7 06 0F 14 28 24 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.43 = Hex-STRING: 07 E8 03 0F 0A 11 30 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.44 = Hex-STRING: 07 E7 06 0F 14 28 11 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.45 = Hex-STRING: 07 E8 03 0F 0A 13 01 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.46 = Hex-STRING: 07 E7 06 0F 14 28 11 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.47 = Hex-STRING: 07 E7 06 0F 14 28 11 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.48 = Hex-STRING: 07 E7 06 0F 14 29 0E 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.49 = Hex-STRING: 07 E7 06 0F 14 28 27 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.50 = Hex-STRING: 07 E8 03 05 10 0D 2D 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.51 = Hex-STRING: 07 E8 03 05 10 0D 2C 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.52 = Hex-STRING: 07 E8 03 05 10 0D 2C 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.53 = Hex-STRING: 07 E8 03 05 10 0D 2C 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.54 = Hex-STRING: 07 E8 03 05 10 0D 2C 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.55 = Hex-STRING: 07 E8 03 05 10 0D 2C 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.56 = Hex-STRING: 07 E8 03 05 10 0D 2C 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.57 = Hex-STRING: 07 E8 03 05 10 0D 2C 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.58 = Hex-STRING: 07 E8 03 05 10 0D 2C 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.59 = Hex-STRING: 07 E7 06 0F 14 28 12 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.60 = Hex-STRING: 07 E7 06 0F 14 28 12 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.61 = Hex-STRING: 07 E7 06 0F 14 28 21 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.62 = Hex-STRING: 07 E8 03 0F 0A 12 00 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.63 = Hex-STRING: 07 E8 03 0F 0A 11 3B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.64 = Hex-STRING: 07 E8 03 0F 0A 12 00 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.65 = Hex-STRING: 07 E8 03 0F 0A 11 3B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.66 = Hex-STRING: 07 E7 06 0F 14 28 12 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.67 = Hex-STRING: 07 E7 06 0F 14 28 12 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.68 = Hex-STRING: 07 E7 06 0F 14 28 24 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.69 = Hex-STRING: 07 E7 06 0F 14 28 21 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.70 = Hex-STRING: 07 E7 06 0F 14 28 12 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.71 = Hex-STRING: 07 E7 06 0F 14 29 0E 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.72 = Hex-STRING: 07 E7 06 0F 14 29 0E 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.73 = Hex-STRING: 07 E7 06 0F 14 28 24 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.74 = Hex-STRING: 07 E7 06 0F 14 29 0F 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.75 = Hex-STRING: 07 E7 06 0F 14 28 24 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.76 = Hex-STRING: 07 E7 06 0F 14 28 24 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.77 = Hex-STRING: 07 E7 06 0F 14 28 24 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.78 = Hex-STRING: 07 E7 06 0F 14 29 0E 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.79 = Hex-STRING: 07 E7 06 0F 14 28 24 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.80 = Hex-STRING: 07 E8 03 0F 0A 12 1F 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.81 = Hex-STRING: 07 E7 06 0F 14 28 24 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.82 = Hex-STRING: 07 E7 06 0F 14 28 10 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.83 = Hex-STRING: 07 E7 06 0F 14 29 0E 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.84 = Hex-STRING: 07 E8 03 05 10 0F 2B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.85 = Hex-STRING: 07 E7 06 0F 14 28 20 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.86 = Hex-STRING: 07 E7 06 0F 14 28 10 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.87 = Hex-STRING: 07 E7 06 0F 14 28 20 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.88 = Hex-STRING: 07 E8 03 05 10 0D 2C 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.89 = Hex-STRING: 07 E7 06 0F 14 28 10 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.90 = Hex-STRING: 07 E7 06 0F 14 28 10 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.91 = Hex-STRING: 07 E7 06 0F 14 28 10 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.92 = Hex-STRING: 07 E8 03 05 10 0F 2D 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.93 = Hex-STRING: 07 E8 03 05 10 0F 2B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.94 = Hex-STRING: 07 E8 03 05 10 0F 2B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.95 = Hex-STRING: 07 E7 06 0F 14 28 14 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.96 = Hex-STRING: 07 E7 06 0F 14 28 24 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.97 = Hex-STRING: 07 E7 06 0F 14 28 28 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.98 = Hex-STRING: 07 E8 03 0F 0A 13 35 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.99 = Hex-STRING: 07 E7 06 0F 14 28 10 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.100 = Hex-STRING: 07 E8 03 0F 0A 11 35 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.101 = Hex-STRING: 07 E8 03 0F 0A 13 2A 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.102 = Hex-STRING: 07 E8 03 0F 0A 12 27 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.103 = Hex-STRING: 07 E7 06 0F 14 28 12 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.104 = Hex-STRING: 07 E7 06 0F 14 28 20 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.105 = Hex-STRING: 07 E7 06 0F 14 28 24 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.106 = Hex-STRING: 07 E8 03 05 10 0F 2B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.107 = Hex-STRING: 07 E7 06 0F 14 28 28 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.108 = Hex-STRING: 07 E8 03 05 10 0F 2B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.109 = Hex-STRING: 07 E8 03 05 10 0F 2D 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.110 = Hex-STRING: 07 E8 03 05 10 0F 2B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.111 = Hex-STRING: 07 E8 03 05 10 0F 2B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.112 = Hex-STRING: 07 E8 03 05 10 0F 2B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.113 = Hex-STRING: 07 E8 03 05 10 0F 2D 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.114 = Hex-STRING: 07 E8 03 05 10 0F 2D 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.115 = Hex-STRING: 07 E8 03 05 10 0F 2D 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.116 = Hex-STRING: 07 E7 06 0F 14 28 11 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.117 = Hex-STRING: 07 E8 03 05 10 0F 2A 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.118 = Hex-STRING: 07 E8 03 05 10 0F 2B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.119 = Hex-STRING: 07 E7 06 0F 14 28 13 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.120 = Hex-STRING: 07 E7 06 0F 14 28 20 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.121 = Hex-STRING: 07 E8 03 05 10 0F 2A 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.122 = Hex-STRING: 07 E8 03 0F 0A 13 29 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.123 = Hex-STRING: 07 E8 03 05 10 0F 2A 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.124 = Hex-STRING: 07 E8 03 05 10 0F 2D 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.125 = Hex-STRING: 07 E8 03 05 10 0F 2B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.126 = Hex-STRING: 07 E8 03 05 10 0F 2C 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.127 = Hex-STRING: 07 E8 03 05 10 0F 2D 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.128 = Hex-STRING: 07 E8 03 05 10 0F 2D 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.129 = Hex-STRING: 07 E7 06 0F 14 28 11 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.130 = Hex-STRING: 07 E8 03 0F 0A 11 37 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.131 = Hex-STRING: 07 E7 06 0F 14 28 10 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.132 = Hex-STRING: 07 E8 03 05 10 0F 2B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.133 = Hex-STRING: 07 E8 03 05 10 0F 2D 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.134 = Hex-STRING: 07 E8 03 05 10 0F 2D 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.135 = Hex-STRING: 07 E8 03 05 10 0F 2B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.136 = Hex-STRING: 07 E7 06 0F 14 28 20 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.137 = Hex-STRING: 07 E7 06 0F 14 28 24 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.138 = Hex-STRING: 07 E8 03 05 10 0F 2B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.139 = Hex-STRING: 07 E7 06 0F 14 28 21 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.140 = Hex-STRING: 07 E7 06 0F 14 29 0E 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.141 = Hex-STRING: 07 E7 06 0F 14 29 0E 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.142 = Hex-STRING: 07 E7 06 0F 14 28 24 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.143 = Hex-STRING: 07 E8 03 05 10 0F 2A 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.144 = Hex-STRING: 07 E7 06 0F 14 28 21 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.145 = Hex-STRING: 07 E8 03 05 10 0F 2B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.146 = Hex-STRING: 07 E8 03 05 10 0F 2B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.147 = Hex-STRING: 07 E7 06 0F 14 28 21 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.148 = Hex-STRING: 07 E8 03 05 10 0F 2B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.149 = Hex-STRING: 07 E7 06 0F 14 28 11 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.150 = Hex-STRING: 07 E7 06 0F 14 28 21 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.151 = Hex-STRING: 07 E7 06 0F 14 28 24 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.152 = Hex-STRING: 07 E7 06 0F 14 28 12 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.153 = Hex-STRING: 07 E7 06 0F 14 28 28 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.154 = Hex-STRING: 07 E8 03 05 10 0F 2A 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.155 = Hex-STRING: 07 E8 03 05 10 0F 2B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.156 = Hex-STRING: 07 E8 03 05 10 0F 2D 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.157 = Hex-STRING: 07 E7 06 0F 14 29 0E 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.158 = Hex-STRING: 07 E7 06 0F 14 28 26 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.159 = Hex-STRING: 07 E7 06 0F 14 29 0E 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.160 = Hex-STRING: 07 E7 06 0F 14 28 11 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.161 = Hex-STRING: 07 E7 06 0F 14 28 12 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.162 = Hex-STRING: 07 E7 06 0F 14 28 22 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.163 = Hex-STRING: 07 E7 06 0F 14 28 21 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.164 = Hex-STRING: 07 E8 03 0F 0A 12 31 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.165 = Hex-STRING: 07 E7 06 0F 14 28 12 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.166 = Hex-STRING: 07 E8 03 0F 0A 11 1A 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.167 = Hex-STRING: 07 E7 06 0F 14 28 12 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.168 = Hex-STRING: 07 E8 03 05 10 0D 2D 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.169 = Hex-STRING: 07 E8 03 0F 0A 12 25 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.170 = Hex-STRING: 07 E7 06 0F 14 28 13 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.171 = Hex-STRING: 07 E8 03 05 10 0F 2D 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.172 = Hex-STRING: 07 E8 03 05 10 0F 2D 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.173 = Hex-STRING: 07 E8 03 05 10 0F 2A 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.174 = Hex-STRING: 07 E8 03 05 10 0F 2A 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.175 = Hex-STRING: 07 E8 03 05 10 0F 2A 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.176 = Hex-STRING: 07 E8 03 05 10 0F 2A 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.177 = Hex-STRING: 07 E8 03 05 10 0F 2D 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.178 = Hex-STRING: 07 E8 03 05 10 0F 2A 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.179 = Hex-STRING: 07 E8 03 05 10 0F 2A 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.180 = Hex-STRING: 07 E8 03 05 10 0F 2A 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.181 = Hex-STRING: 07 E8 03 05 10 0F 2A 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.182 = Hex-STRING: 07 E7 06 0F 14 28 27 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.183 = Hex-STRING: 07 E7 06 0F 14 28 12 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.184 = Hex-STRING: 07 E8 03 05 10 0F 2A 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.185 = Hex-STRING: 07 E8 03 05 10 0F 2A 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.186 = Hex-STRING: 07 E7 06 0F 14 28 20 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.187 = Hex-STRING: 07 E7 06 0F 14 29 0F 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.188 = Hex-STRING: 07 E7 06 0F 14 28 24 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.189 = Hex-STRING: 07 E7 06 0F 14 28 21 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.190 = Hex-STRING: 07 E8 03 0F 0A 12 36 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.191 = Hex-STRING: 07 E8 03 05 10 0F 2B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.192 = Hex-STRING: 07 E8 03 05 10 0F 2B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.193 = Hex-STRING: 07 E8 03 05 10 0F 2B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.194 = Hex-STRING: 07 E8 03 0F 0A 11 1B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.195 = Hex-STRING: 07 E8 03 05 10 0F 2B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.196 = Hex-STRING: 07 E7 06 0F 14 28 12 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.197 = Hex-STRING: 07 E7 06 0F 14 29 0E 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.198 = Hex-STRING: 07 E7 06 0F 14 28 20 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.199 = Hex-STRING: 07 E8 03 0F 0A 12 25 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.200 = Hex-STRING: 07 E8 03 0F 0A 12 25 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.201 = Hex-STRING: 07 E8 03 05 10 0D 2C 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.202 = Hex-STRING: 07 E7 06 0F 14 28 29 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.203 = Hex-STRING: 07 E7 06 0F 14 28 26 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.204 = Hex-STRING: 07 E7 06 0F 14 28 22 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.205 = Hex-STRING: 07 E7 06 0F 14 28 27 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.206 = Hex-STRING: 07 E7 06 0F 14 28 21 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.207 = Hex-STRING: 07 E8 03 05 10 0F 2B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.208 = Hex-STRING: 07 E8 03 05 10 0F 2A 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.209 = Hex-STRING: 07 E8 03 05 10 0F 2A 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.210 = Hex-STRING: 07 E7 06 0F 14 28 13 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.211 = Hex-STRING: 07 E7 06 0F 14 28 15 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.212 = Hex-STRING: 07 E8 03 0F 0A 11 30 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.213 = Hex-STRING: 07 E8 03 0F 0A 11 30 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.214 = Hex-STRING: 07 E8 03 05 10 0F 2D 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.215 = Hex-STRING: 07 E7 06 0F 14 28 26 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.216 = Hex-STRING: 07 E7 06 0F 14 28 21 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.217 = Hex-STRING: 07 E7 06 0F 14 28 21 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.218 = Hex-STRING: 07 E8 03 05 10 0F 2B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.219 = Hex-STRING: 07 E8 03 05 10 0F 2B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.220 = Hex-STRING: 07 E7 06 0F 14 28 14 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.221 = Hex-STRING: 07 E7 06 0F 14 28 23 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.222 = Hex-STRING: 07 E8 03 05 10 0F 2B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.223 = Hex-STRING: 07 E8 03 05 10 0F 2B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.224 = Hex-STRING: 07 E8 03 05 10 0F 2B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.225 = Hex-STRING: 07 E8 03 0F 0A 12 04 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.226 = Hex-STRING: 07 E8 03 0F 0A 12 04 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.227 = Hex-STRING: 07 E8 03 05 10 0F 2A 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.228 = Hex-STRING: 07 E8 03 05 10 0F 2A 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.229 = Hex-STRING: 07 E8 03 05 10 0F 2D 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.230 = Hex-STRING: 07 E8 03 05 10 0F 2A 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.231 = Hex-STRING: 07 E7 06 0F 14 29 0F 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.232 = Hex-STRING: 07 E7 06 0F 14 28 13 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.233 = Hex-STRING: 07 E7 06 0F 14 28 25 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.234 = Hex-STRING: 07 E7 06 0F 14 29 0F 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.235 = Hex-STRING: 07 E8 03 0F 0A 12 21 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.236 = Hex-STRING: 07 E7 06 0F 14 28 21 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.237 = Hex-STRING: 07 E8 03 0F 0A 11 39 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.238 = Hex-STRING: 07 E8 03 05 10 0F 29 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.239 = Hex-STRING: 07 E8 03 05 10 0F 29 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.240 = Hex-STRING: 07 E8 03 05 10 0D 2C 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.241 = Hex-STRING: 07 E7 06 0F 14 28 12 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.242 = Hex-STRING: 07 E8 03 0F 0A 11 1D 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.243 = Hex-STRING: 07 E7 06 0F 14 28 13 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.244 = Hex-STRING: 07 E8 03 05 10 0F 2B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.245 = Hex-STRING: 07 E8 03 05 10 0F 2D 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.246 = Hex-STRING: 07 E8 03 05 10 0F 2D 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.247 = Hex-STRING: 07 E7 06 0F 14 28 13 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.248 = Hex-STRING: 07 E7 06 0F 14 28 13 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.249 = Hex-STRING: 07 E7 06 0F 14 28 13 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.250 = Hex-STRING: 07 E8 03 0F 0A 11 1D 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.251 = Hex-STRING: 07 E7 06 0F 14 28 13 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.252 = Hex-STRING: 07 E8 03 05 10 0F 2B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.253 = Hex-STRING: 07 E8 03 05 10 0F 2B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.254 = Hex-STRING: 07 E8 03 05 10 0F 2B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.255 = Hex-STRING: 07 E7 06 0F 14 28 28 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.256 = Hex-STRING: 07 E7 06 0F 14 28 13 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.257 = Hex-STRING: 07 E7 06 0F 14 28 13 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.258 = Hex-STRING: 07 E8 03 0F 0A 11 26 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.259 = Hex-STRING: 07 E7 06 0F 14 28 21 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.260 = Hex-STRING: 07 E7 06 0F 14 29 0E 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.261 = Hex-STRING: 07 E8 03 05 10 0F 29 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.262 = Hex-STRING: 07 E7 06 0F 14 28 24 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.263 = Hex-STRING: 07 E7 06 0F 14 28 25 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.264 = Hex-STRING: 07 E7 06 0F 14 28 26 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.265 = Hex-STRING: 07 E7 06 0F 14 28 29 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.266 = Hex-STRING: 07 E7 06 0F 14 28 24 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.267 = Hex-STRING: 07 E7 06 0F 14 28 22 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.268 = Hex-STRING: 07 E7 06 0F 14 28 24 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.269 = Hex-STRING: 07 E7 06 0F 14 28 23 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.270 = Hex-STRING: 07 E8 03 05 10 0F 2B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.271 = Hex-STRING: 07 E8 03 05 10 0F 2D 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.272 = Hex-STRING: 07 E8 03 05 10 0F 2E 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.273 = Hex-STRING: 07 E8 03 05 10 0F 2B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.274 = Hex-STRING: 07 E7 06 0F 14 28 29 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.275 = Hex-STRING: 07 E7 06 0F 14 28 29 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.276 = Hex-STRING: 07 E7 06 0F 14 28 28 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.277 = Hex-STRING: 07 E7 06 0F 14 28 12 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.278 = Hex-STRING: 07 E7 06 0F 14 28 12 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.279 = Hex-STRING: 07 E7 06 0F 14 28 12 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.280 = Hex-STRING: 07 E7 06 0F 14 28 12 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.281 = Hex-STRING: 07 E8 03 05 10 0D 2B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.282 = Hex-STRING: 07 E8 03 05 10 0D 2B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.283 = Hex-STRING: 07 E7 06 0F 14 28 13 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.284 = Hex-STRING: 07 E7 06 0F 14 28 25 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.285 = Hex-STRING: 07 E7 06 0F 14 28 15 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.286 = Hex-STRING: 07 E8 03 05 10 0D 2C 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.287 = Hex-STRING: 07 E8 03 05 10 0D 2C 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.288 = Hex-STRING: 07 E8 03 05 10 0F 2C 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.289 = Hex-STRING: 07 E7 06 0F 14 28 23 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.290 = Hex-STRING: 07 E7 06 0F 14 28 11 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.291 = Hex-STRING: 07 E7 06 0F 14 28 29 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.292 = Hex-STRING: 07 E8 03 0F 0A 12 2F 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.293 = Hex-STRING: 07 E7 06 0F 14 28 11 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.294 = Hex-STRING: 07 E8 03 05 10 0F 2B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.295 = Hex-STRING: 07 E8 03 05 10 0F 2B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.296 = Hex-STRING: 07 E8 03 05 10 0F 2B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.297 = Hex-STRING: 07 E8 03 05 10 0F 2B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.298 = Hex-STRING: 07 E8 03 05 10 0F 2B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.299 = Hex-STRING: 07 E8 03 05 10 0F 2B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.300 = Hex-STRING: 07 E8 03 0F 0A 11 1E 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.301 = Hex-STRING: 07 E7 06 0F 14 28 13 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.302 = Hex-STRING: 07 E7 06 0F 14 28 24 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.303 = Hex-STRING: 07 E7 06 0F 14 28 24 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.304 = Hex-STRING: 07 E7 06 0F 14 28 24 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.305 = Hex-STRING: 07 E8 03 05 10 0F 2B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.306 = Hex-STRING: 07 E8 03 05 10 0F 2A 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.307 = Hex-STRING: 07 E8 03 0F 0A 12 04 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.308 = Hex-STRING: 07 E7 06 0F 14 28 13 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.309 = Hex-STRING: 07 E7 06 0F 14 28 13 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.310 = Hex-STRING: 07 E8 03 05 10 0F 2A 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.311 = Hex-STRING: 07 E8 03 05 10 0F 2A 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.312 = Hex-STRING: 07 E7 06 0F 14 28 21 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.313 = Hex-STRING: 07 E8 03 0F 0A 12 08 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.314 = Hex-STRING: 07 E7 06 0F 14 28 13 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.315 = Hex-STRING: 07 E8 03 05 10 0F 2A 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.316 = Hex-STRING: 07 E8 03 05 10 0F 2A 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.317 = Hex-STRING: 07 E7 06 0F 14 29 0E 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.318 = Hex-STRING: 07 E7 06 0F 14 28 15 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.319 = Hex-STRING: 07 E7 06 0F 14 28 26 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.320 = Hex-STRING: 07 E8 03 05 10 0F 2B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.321 = Hex-STRING: 07 E7 06 0F 14 29 0F 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.322 = Hex-STRING: 07 E8 03 05 10 0F 2A 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.323 = Hex-STRING: 07 E8 03 05 10 0F 2A 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.324 = Hex-STRING: 07 E8 03 05 14 2E 24 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.325 = Hex-STRING: 07 E8 03 05 14 2E 24 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.326 = Hex-STRING: 07 E8 03 05 14 2E 24 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.327 = Hex-STRING: 07 E8 03 05 14 2E 24 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.328 = Hex-STRING: 07 E8 03 05 14 2E 24 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.329 = Hex-STRING: 07 E8 03 05 14 2E 24 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.330 = Hex-STRING: 07 E7 06 0F 14 28 27 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.331 = Hex-STRING: 07 E8 03 05 10 0F 2C 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.332 = Hex-STRING: 07 E7 06 0F 14 28 21 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.333 = Hex-STRING: 07 E7 06 0F 14 28 15 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.334 = Hex-STRING: 07 E7 06 0F 14 28 13 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.335 = Hex-STRING: 07 E7 06 0F 14 29 0E 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.336 = Hex-STRING: 07 E7 06 0F 14 29 14 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.337 = Hex-STRING: 07 E8 03 0F 0A 13 09 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.338 = Hex-STRING: 07 E8 03 0F 0A 13 09 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.339 = Hex-STRING: 07 E8 03 0F 0A 12 18 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.340 = Hex-STRING: 07 E7 06 0F 14 28 14 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.341 = Hex-STRING: 07 E8 03 0F 0A 12 1B 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.342 = Hex-STRING: 07 E7 06 0F 14 28 11 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.343 = Hex-STRING: 07 E7 06 0F 14 28 13 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.344 = Hex-STRING: 07 E7 06 0F 14 29 14 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.345 = Hex-STRING: 07 E7 06 0F 14 28 28 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.346 = Hex-STRING: 07 E7 06 0F 14 28 23 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.347 = Hex-STRING: 07 E7 06 0F 14 28 21 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.348 = Hex-STRING: 07 E7 06 0F 14 28 28 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.349 = Hex-STRING: 07 E7 06 0F 14 28 13 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.350 = Hex-STRING: 07 E7 06 0F 14 28 23 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.351 = Hex-STRING: 07 E7 06 0F 14 28 23 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.352 = Hex-STRING: 07 E7 06 0F 14 28 15 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.353 = Hex-STRING: 07 E7 06 0F 14 28 25 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.354 = Hex-STRING: 07 E8 03 0F 0A 11 23 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.355 = Hex-STRING: 07 E8 03 0F 0A 12 3A 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.356 = Hex-STRING: 07 E8 03 0F 0A 12 34 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.357 = Hex-STRING: 07 E8 03 05 10 0F 2D 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.358 = Hex-STRING: 07 E7 06 0F 14 28 25 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.359 = Hex-STRING: 07 E7 06 0F 14 28 28 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.360 = Hex-STRING: 07 E8 03 0F 0A 12 21 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.361 = Hex-STRING: 07 E8 03 0F 0A 11 2D 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.362 = Hex-STRING: 07 E8 03 0F 0A 11 2D 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.363 = Hex-STRING: 07 E8 03 0F 0A 11 2C 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.364 = Hex-STRING: 07 E8 03 0F 0A 13 2E 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.365 = Hex-STRING: 07 E7 06 0F 14 28 14 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.366 = Hex-STRING: 07 E7 06 0F 14 28 28 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.367 = Hex-STRING: 07 E7 06 0F 14 28 28 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.368 = Hex-STRING: 07 E8 03 0F 0A 11 26 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.369 = Hex-STRING: 07 E8 03 0F 0A 11 26 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.370 = Hex-STRING: 07 E8 03 0F 0A 11 28 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.371 = Hex-STRING: 07 E8 03 05 10 0F 2A 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.372 = Hex-STRING: 07 E8 03 05 10 0D 2C 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.373 = Hex-STRING: 07 E7 06 0F 14 28 25 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.374 = Hex-STRING: 07 E7 06 0F 14 28 25 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.375 = Hex-STRING: 07 E7 06 0F 14 28 24 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.376 = Hex-STRING: 07 E7 06 0F 14 28 25 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.377 = Hex-STRING: 07 E7 06 0F 14 28 29 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.378 = Hex-STRING: 07 E7 06 0F 14 28 28 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.379 = Hex-STRING: 07 E7 06 0F 14 29 14 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.380 = Hex-STRING: 07 E7 06 0F 14 28 25 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.381 = Hex-STRING: 07 E7 06 0F 14 28 28 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.382 = Hex-STRING: 07 E7 06 0F 14 28 29 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.383 = Hex-STRING: 07 E8 03 0F 0A 12 06 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.384 = Hex-STRING: 07 E7 06 0F 14 28 28 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.385 = Hex-STRING: 07 E7 06 0F 14 28 29 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.386 = Hex-STRING: 07 E7 06 0F 14 28 23 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.387 = Hex-STRING: 07 E7 06 0F 14 28 28 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.388 = Hex-STRING: 07 E7 06 0F 14 28 29 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.389 = Hex-STRING: 07 E7 06 0F 14 28 29 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.390 = Hex-STRING: 07 E7 06 0F 14 28 29 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.391 = Hex-STRING: 07 E7 06 0F 14 28 29 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.392 = Hex-STRING: 07 E7 06 0F 14 28 28 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.393 = Hex-STRING: 07 E7 06 0F 14 28 29 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.394 = Hex-STRING: 07 E7 06 0F 14 28 24 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.395 = Hex-STRING: 07 E7 06 0F 14 28 23 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.396 = Hex-STRING: 07 E8 03 0F 0A 13 2C 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.397 = Hex-STRING: 07 E8 03 05 10 0F 29 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.398 = Hex-STRING: 07 E7 06 0F 14 28 23 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.399 = Hex-STRING: 07 E7 06 0F 14 28 29 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.400 = Hex-STRING: 07 E7 06 0F 14 28 21 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.401 = Hex-STRING: 07 E7 06 0F 14 29 14 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.402 = Hex-STRING: 07 E7 06 0F 14 28 14 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.403 = Hex-STRING: 07 E7 06 0F 14 28 20 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.404 = Hex-STRING: 07 E8 03 05 10 0D 2C 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.405 = Hex-STRING: 07 E7 06 0F 14 29 14 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.406 = Hex-STRING: 07 E8 03 0F 0A 11 1E 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.407 = Hex-STRING: 07 E8 03 0F 0A 13 27 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.408 = Hex-STRING: 07 E7 06 0F 14 29 0D 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.409 = Hex-STRING: 07 E7 06 0F 14 28 14 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.410 = Hex-STRING: 07 E8 03 0F 0A 11 2A 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.411 = Hex-STRING: 07 E7 06 0F 14 28 24 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.412 = Hex-STRING: 07 E7 06 0F 14 28 24 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.413 = Hex-STRING: 07 E7 06 0F 14 28 29 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.414 = Hex-STRING: 07 E7 06 0F 14 28 29 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.415 = Hex-STRING: 07 E8 03 0F 0A 12 2D 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.416 = Hex-STRING: 07 E7 06 0F 14 28 25 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.417 = Hex-STRING: 07 E8 03 0F 0A 12 08 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.418 = Hex-STRING: 07 E7 06 0F 14 29 14 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.419 = Hex-STRING: 07 E7 06 0F 14 28 15 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.420 = Hex-STRING: 07 E8 03 05 10 0D 2E 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.421 = Hex-STRING: 07 E7 06 0F 14 28 25 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.422 = Hex-STRING: 07 E8 03 05 10 0D 2E 00 2B 01 00 +.1.3.6.1.2.1.25.6.3.1.5.423 = Hex-STRING: 07 E7 06 0F 14 28 25 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.424 = Hex-STRING: 07 E7 06 0F 14 28 29 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.425 = Hex-STRING: 07 E7 06 0F 14 28 29 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.426 = Hex-STRING: 07 E7 06 0F 14 28 25 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.427 = Hex-STRING: 07 E7 06 0F 14 28 25 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.428 = Hex-STRING: 07 E7 06 0F 14 28 29 00 2B 02 00 +.1.3.6.1.2.1.25.6.3.1.5.429 = Hex-STRING: 07 E7 06 0F 14 28 15 00 2B 02 00 +.1.3.6.1.2.1.28.1.1.2.1 = Gauge32: 0 +.1.3.6.1.2.1.28.1.1.5.1 = Gauge32: 0 +.1.3.6.1.2.1.28.2.1.4.1.26 = Gauge32: 0 +.1.3.6.1.2.1.28.2.1.7.1.26 = Gauge32: 0 +.1.3.6.1.2.1.28.2.1.31.1.1 = INTEGER: -1 +.1.3.6.1.2.1.28.2.1.31.1.2 = INTEGER: -1 +.1.3.6.1.2.1.28.2.1.31.1.3 = INTEGER: -1 +.1.3.6.1.2.1.28.2.1.31.1.4 = INTEGER: -1 +.1.3.6.1.2.1.28.2.1.31.1.5 = INTEGER: -1 +.1.3.6.1.2.1.28.2.1.31.1.6 = INTEGER: -1 +.1.3.6.1.2.1.28.2.1.31.1.7 = INTEGER: -1 +.1.3.6.1.2.1.28.2.1.31.1.8 = INTEGER: -1 +.1.3.6.1.2.1.28.2.1.31.1.9 = INTEGER: -1 +.1.3.6.1.2.1.28.2.1.31.1.10 = INTEGER: -1 +.1.3.6.1.2.1.28.2.1.31.1.11 = INTEGER: -1 +.1.3.6.1.2.1.28.2.1.31.1.12 = INTEGER: -1 +.1.3.6.1.2.1.28.2.1.31.1.13 = INTEGER: -1 +.1.3.6.1.2.1.28.2.1.31.1.14 = INTEGER: -1 +.1.3.6.1.2.1.28.2.1.31.1.15 = INTEGER: -1 +.1.3.6.1.2.1.28.2.1.31.1.16 = INTEGER: -1 +.1.3.6.1.2.1.28.2.1.31.1.17 = INTEGER: -1 +.1.3.6.1.2.1.28.2.1.31.1.18 = INTEGER: -1 +.1.3.6.1.2.1.28.2.1.31.1.19 = INTEGER: -1 +.1.3.6.1.2.1.28.2.1.31.1.20 = INTEGER: -1 +.1.3.6.1.2.1.28.2.1.31.1.21 = INTEGER: -1 +.1.3.6.1.2.1.28.2.1.31.1.22 = INTEGER: -1 +.1.3.6.1.2.1.28.2.1.31.1.23 = INTEGER: -1 +.1.3.6.1.2.1.28.2.1.31.1.24 = INTEGER: -1 +.1.3.6.1.2.1.28.2.1.31.1.25 = INTEGER: -1 +.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.2 = STRING: "eth0" +.1.3.6.1.2.1.31.1.1.1.1.3 = STRING: "eth1" +.1.3.6.1.2.1.31.1.1.1.1.4 = STRING: "eth2" +.1.3.6.1.2.1.31.1.1.1.1.5 = STRING: "eth3" +.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.2 = 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: 0 +.1.3.6.1.2.1.31.1.1.1.2.5 = 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.2 = 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.4.1 = Counter32: 0 +.1.3.6.1.2.1.31.1.1.1.4.2 = 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.5.1 = Counter32: 0 +.1.3.6.1.2.1.31.1.1.1.5.2 = 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.6.1 = Counter64: 1904 +.1.3.6.1.2.1.31.1.1.1.6.2 = Counter64: 175123 +.1.3.6.1.2.1.31.1.1.1.6.3 = Counter64: 614998 +.1.3.6.1.2.1.31.1.1.1.6.4 = Counter64: 0 +.1.3.6.1.2.1.31.1.1.1.6.5 = Counter64: 0 +.1.3.6.1.2.1.31.1.1.1.7.1 = Counter64: 20 +.1.3.6.1.2.1.31.1.1.1.7.2 = Counter64: 1706 +.1.3.6.1.2.1.31.1.1.1.7.3 = Counter64: 6252 +.1.3.6.1.2.1.31.1.1.1.7.4 = Counter64: 0 +.1.3.6.1.2.1.31.1.1.1.7.5 = 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.2 = 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: 0 +.1.3.6.1.2.1.31.1.1.1.8.5 = 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.2 = 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.10.1 = Counter64: 1904 +.1.3.6.1.2.1.31.1.1.1.10.2 = Counter64: 192208 +.1.3.6.1.2.1.31.1.1.1.10.3 = Counter64: 647510 +.1.3.6.1.2.1.31.1.1.1.10.4 = Counter64: 1592 +.1.3.6.1.2.1.31.1.1.1.10.5 = Counter64: 1592 +.1.3.6.1.2.1.31.1.1.1.11.1 = Counter64: 20 +.1.3.6.1.2.1.31.1.1.1.11.2 = Counter64: 1339 +.1.3.6.1.2.1.31.1.1.1.11.3 = Counter64: 5865 +.1.3.6.1.2.1.31.1.1.1.11.4 = Counter64: 20 +.1.3.6.1.2.1.31.1.1.1.11.5 = Counter64: 20 +.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.2 = 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.13.1 = Counter64: 0 +.1.3.6.1.2.1.31.1.1.1.13.2 = 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.15.1 = Gauge32: 10 +.1.3.6.1.2.1.31.1.1.1.15.2 = Gauge32: 1000 +.1.3.6.1.2.1.31.1.1.1.15.3 = Gauge32: 1000 +.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.16.1 = INTEGER: 2 +.1.3.6.1.2.1.31.1.1.1.16.2 = INTEGER: 2 +.1.3.6.1.2.1.31.1.1.1.16.3 = INTEGER: 2 +.1.3.6.1.2.1.31.1.1.1.16.4 = INTEGER: 2 +.1.3.6.1.2.1.31.1.1.1.16.5 = INTEGER: 2 +.1.3.6.1.2.1.31.1.1.1.17.1 = INTEGER: 2 +.1.3.6.1.2.1.31.1.1.1.17.2 = INTEGER: 1 +.1.3.6.1.2.1.31.1.1.1.17.3 = INTEGER: 1 +.1.3.6.1.2.1.31.1.1.1.17.4 = INTEGER: 1 +.1.3.6.1.2.1.31.1.1.1.17.5 = INTEGER: 1 +.1.3.6.1.2.1.31.1.1.1.18.1 = "" +.1.3.6.1.2.1.31.1.1.1.18.2 = "" +.1.3.6.1.2.1.31.1.1.1.18.3 = "" +.1.3.6.1.2.1.31.1.1.1.18.4 = "" +.1.3.6.1.2.1.31.1.1.1.18.5 = "" +.1.3.6.1.2.1.31.1.1.1.19.1 = 0 +.1.3.6.1.2.1.31.1.1.1.19.2 = 0 +.1.3.6.1.2.1.31.1.1.1.19.3 = 0 +.1.3.6.1.2.1.31.1.1.1.19.4 = 0 +.1.3.6.1.2.1.31.1.1.1.19.5 = 0 +.1.3.6.1.2.1.31.1.5.0 = 0 +.1.3.6.1.2.1.55.1.1.0 = INTEGER: 2 +.1.3.6.1.2.1.55.1.2.0 = INTEGER: 64 +.1.3.6.1.2.1.55.1.3.0 = Gauge32: 5 +.1.3.6.1.2.1.55.1.5.1.2.1 = STRING: "lo" +.1.3.6.1.2.1.55.1.5.1.2.2 = STRING: "eth0" +.1.3.6.1.2.1.55.1.5.1.2.3 = STRING: "eth1" +.1.3.6.1.2.1.55.1.5.1.2.4 = STRING: "eth2" +.1.3.6.1.2.1.55.1.5.1.2.5 = STRING: "eth3" +.1.3.6.1.2.1.55.1.5.1.3.1 = OID: .0.0 +.1.3.6.1.2.1.55.1.5.1.3.2 = OID: .0.0 +.1.3.6.1.2.1.55.1.5.1.3.3 = OID: .0.0 +.1.3.6.1.2.1.55.1.5.1.3.4 = OID: .0.0 +.1.3.6.1.2.1.55.1.5.1.3.5 = OID: .0.0 +.1.3.6.1.2.1.55.1.5.1.4.1 = Gauge32: 65536 +.1.3.6.1.2.1.55.1.5.1.4.2 = Gauge32: 1500 +.1.3.6.1.2.1.55.1.5.1.4.3 = Gauge32: 1500 +.1.3.6.1.2.1.55.1.5.1.4.4 = Gauge32: 1500 +.1.3.6.1.2.1.55.1.5.1.4.5 = Gauge32: 1500 +.1.3.6.1.2.1.55.1.5.1.8.1 = "" +.1.3.6.1.2.1.55.1.5.1.8.2 = Hex-STRING: 08 00 27 8D C0 4D +.1.3.6.1.2.1.55.1.5.1.8.3 = Hex-STRING: 08 00 27 3C 26 92 +.1.3.6.1.2.1.55.1.5.1.8.4 = Hex-STRING: 08 00 27 FE 8E E3 +.1.3.6.1.2.1.55.1.5.1.8.5 = Hex-STRING: 08 00 27 A4 62 F7 +.1.3.6.1.2.1.55.1.5.1.9.1 = INTEGER: 1 +.1.3.6.1.2.1.55.1.5.1.9.2 = INTEGER: 1 +.1.3.6.1.2.1.55.1.5.1.9.3 = INTEGER: 1 +.1.3.6.1.2.1.55.1.5.1.9.4 = INTEGER: 1 +.1.3.6.1.2.1.55.1.5.1.9.5 = INTEGER: 1 +.1.3.6.1.2.1.55.1.5.1.10.1 = INTEGER: 1 +.1.3.6.1.2.1.55.1.5.1.10.2 = INTEGER: 1 +.1.3.6.1.2.1.55.1.5.1.10.3 = INTEGER: 1 +.1.3.6.1.2.1.55.1.5.1.10.4 = INTEGER: 1 +.1.3.6.1.2.1.55.1.5.1.10.5 = INTEGER: 1 +.1.3.6.1.2.1.88.1.1.1.0 = INTEGER: 1 +.1.3.6.1.2.1.88.1.1.2.0 = Gauge32: 0 +.1.3.6.1.2.1.88.1.1.3.0 = Gauge32: 0 +.1.3.6.1.2.1.88.1.1.4.0 = Gauge32: 0 +.1.3.6.1.2.1.88.1.1.5.0 = Counter32: 0 +.1.3.6.1.2.1.88.1.2.1.0 = Counter32: 0 +.1.3.6.1.2.1.88.1.3.1.1.3.6.95.115.110.109.112.100.11.95.108.105.110.107.85.112.68.111.119.110.1 = OID: .1.3.6.1.2.1.2.2.1.1 +.1.3.6.1.2.1.88.1.3.1.1.3.6.95.115.110.109.112.100.11.95.108.105.110.107.85.112.68.111.119.110.2 = OID: .1.3.6.1.2.1.2.2.1.7 +.1.3.6.1.2.1.88.1.3.1.1.3.6.95.115.110.109.112.100.11.95.108.105.110.107.85.112.68.111.119.110.3 = OID: .1.3.6.1.2.1.2.2.1.8 +.1.3.6.1.2.1.88.1.3.1.1.3.6.95.115.110.109.112.100.12.95.116.114.105.103.103.101.114.70.97.105.108.1 = OID: .1.3.6.1.2.1.88.2.1.1 +.1.3.6.1.2.1.88.1.3.1.1.3.6.95.115.110.109.112.100.12.95.116.114.105.103.103.101.114.70.97.105.108.2 = OID: .1.3.6.1.2.1.88.2.1.2 +.1.3.6.1.2.1.88.1.3.1.1.3.6.95.115.110.109.112.100.12.95.116.114.105.103.103.101.114.70.97.105.108.3 = OID: .1.3.6.1.2.1.88.2.1.3 +.1.3.6.1.2.1.88.1.3.1.1.3.6.95.115.110.109.112.100.12.95.116.114.105.103.103.101.114.70.97.105.108.4 = OID: .1.3.6.1.2.1.88.2.1.4 +.1.3.6.1.2.1.88.1.3.1.1.3.6.95.115.110.109.112.100.12.95.116.114.105.103.103.101.114.70.97.105.108.5 = OID: .1.3.6.1.2.1.88.2.1.6 +.1.3.6.1.2.1.88.1.3.1.1.3.6.95.115.110.109.112.100.12.95.116.114.105.103.103.101.114.70.105.114.101.1 = OID: .1.3.6.1.2.1.88.2.1.1 +.1.3.6.1.2.1.88.1.3.1.1.3.6.95.115.110.109.112.100.12.95.116.114.105.103.103.101.114.70.105.114.101.2 = OID: .1.3.6.1.2.1.88.2.1.2 +.1.3.6.1.2.1.88.1.3.1.1.3.6.95.115.110.109.112.100.12.95.116.114.105.103.103.101.114.70.105.114.101.3 = OID: .1.3.6.1.2.1.88.2.1.3 +.1.3.6.1.2.1.88.1.3.1.1.3.6.95.115.110.109.112.100.12.95.116.114.105.103.103.101.114.70.105.114.101.4 = OID: .1.3.6.1.2.1.88.2.1.4 +.1.3.6.1.2.1.88.1.3.1.1.3.6.95.115.110.109.112.100.12.95.116.114.105.103.103.101.114.70.105.114.101.5 = OID: .1.3.6.1.2.1.88.2.1.5 +.1.3.6.1.2.1.88.1.3.1.1.4.6.95.115.110.109.112.100.11.95.108.105.110.107.85.112.68.111.119.110.1 = INTEGER: 1 +.1.3.6.1.2.1.88.1.3.1.1.4.6.95.115.110.109.112.100.11.95.108.105.110.107.85.112.68.111.119.110.2 = INTEGER: 1 +.1.3.6.1.2.1.88.1.3.1.1.4.6.95.115.110.109.112.100.11.95.108.105.110.107.85.112.68.111.119.110.3 = INTEGER: 1 +.1.3.6.1.2.1.88.1.3.1.1.4.6.95.115.110.109.112.100.12.95.116.114.105.103.103.101.114.70.97.105.108.1 = INTEGER: 2 +.1.3.6.1.2.1.88.1.3.1.1.4.6.95.115.110.109.112.100.12.95.116.114.105.103.103.101.114.70.97.105.108.2 = INTEGER: 2 +.1.3.6.1.2.1.88.1.3.1.1.4.6.95.115.110.109.112.100.12.95.116.114.105.103.103.101.114.70.97.105.108.3 = INTEGER: 2 +.1.3.6.1.2.1.88.1.3.1.1.4.6.95.115.110.109.112.100.12.95.116.114.105.103.103.101.114.70.97.105.108.4 = INTEGER: 2 +.1.3.6.1.2.1.88.1.3.1.1.4.6.95.115.110.109.112.100.12.95.116.114.105.103.103.101.114.70.97.105.108.5 = INTEGER: 2 +.1.3.6.1.2.1.88.1.3.1.1.4.6.95.115.110.109.112.100.12.95.116.114.105.103.103.101.114.70.105.114.101.1 = INTEGER: 2 +.1.3.6.1.2.1.88.1.3.1.1.4.6.95.115.110.109.112.100.12.95.116.114.105.103.103.101.114.70.105.114.101.2 = INTEGER: 2 +.1.3.6.1.2.1.88.1.3.1.1.4.6.95.115.110.109.112.100.12.95.116.114.105.103.103.101.114.70.105.114.101.3 = INTEGER: 2 +.1.3.6.1.2.1.88.1.3.1.1.4.6.95.115.110.109.112.100.12.95.116.114.105.103.103.101.114.70.105.114.101.4 = INTEGER: 2 +.1.3.6.1.2.1.88.1.3.1.1.4.6.95.115.110.109.112.100.12.95.116.114.105.103.103.101.114.70.105.114.101.5 = INTEGER: 2 +.1.3.6.1.2.1.88.1.3.1.1.5.6.95.115.110.109.112.100.11.95.108.105.110.107.85.112.68.111.119.110.1 = INTEGER: 1 +.1.3.6.1.2.1.88.1.3.1.1.5.6.95.115.110.109.112.100.11.95.108.105.110.107.85.112.68.111.119.110.2 = INTEGER: 1 +.1.3.6.1.2.1.88.1.3.1.1.5.6.95.115.110.109.112.100.11.95.108.105.110.107.85.112.68.111.119.110.3 = INTEGER: 1 +.1.3.6.1.2.1.88.1.3.1.1.5.6.95.115.110.109.112.100.12.95.116.114.105.103.103.101.114.70.97.105.108.1 = INTEGER: 1 +.1.3.6.1.2.1.88.1.3.1.1.5.6.95.115.110.109.112.100.12.95.116.114.105.103.103.101.114.70.97.105.108.2 = INTEGER: 1 +.1.3.6.1.2.1.88.1.3.1.1.5.6.95.115.110.109.112.100.12.95.116.114.105.103.103.101.114.70.97.105.108.3 = INTEGER: 1 +.1.3.6.1.2.1.88.1.3.1.1.5.6.95.115.110.109.112.100.12.95.116.114.105.103.103.101.114.70.97.105.108.4 = INTEGER: 1 +.1.3.6.1.2.1.88.1.3.1.1.5.6.95.115.110.109.112.100.12.95.116.114.105.103.103.101.114.70.97.105.108.5 = INTEGER: 1 +.1.3.6.1.2.1.88.1.3.1.1.5.6.95.115.110.109.112.100.12.95.116.114.105.103.103.101.114.70.105.114.101.1 = INTEGER: 1 +.1.3.6.1.2.1.88.1.3.1.1.5.6.95.115.110.109.112.100.12.95.116.114.105.103.103.101.114.70.105.114.101.2 = INTEGER: 1 +.1.3.6.1.2.1.88.1.3.1.1.5.6.95.115.110.109.112.100.12.95.116.114.105.103.103.101.114.70.105.114.101.3 = INTEGER: 1 +.1.3.6.1.2.1.88.1.3.1.1.5.6.95.115.110.109.112.100.12.95.116.114.105.103.103.101.114.70.105.114.101.4 = INTEGER: 1 +.1.3.6.1.2.1.88.1.3.1.1.5.6.95.115.110.109.112.100.12.95.116.114.105.103.103.101.114.70.105.114.101.5 = INTEGER: 1 +.1.3.6.1.2.1.88.1.4.2.1.2.6.95.115.110.109.112.100.95.108.105.110.107.68.111.119.110 = "" +.1.3.6.1.2.1.88.1.4.2.1.2.6.95.115.110.109.112.100.95.108.105.110.107.85.112 = "" +.1.3.6.1.2.1.88.1.4.2.1.2.6.95.115.110.109.112.100.95.109.116.101.84.114.105.103.103.101.114.70.97.105.108.117.114.101 = "" +.1.3.6.1.2.1.88.1.4.2.1.2.6.95.115.110.109.112.100.95.109.116.101.84.114.105.103.103.101.114.70.97.108.108.105.110.103 = "" +.1.3.6.1.2.1.88.1.4.2.1.2.6.95.115.110.109.112.100.95.109.116.101.84.114.105.103.103.101.114.70.105.114.101.100 = "" +.1.3.6.1.2.1.88.1.4.2.1.2.6.95.115.110.109.112.100.95.109.116.101.84.114.105.103.103.101.114.82.105.115.105.110.103 = "" +.1.3.6.1.2.1.88.1.4.2.1.3.6.95.115.110.109.112.100.95.108.105.110.107.68.111.119.110 = Hex-STRING: 80 +.1.3.6.1.2.1.88.1.4.2.1.3.6.95.115.110.109.112.100.95.108.105.110.107.85.112 = Hex-STRING: 80 +.1.3.6.1.2.1.88.1.4.2.1.3.6.95.115.110.109.112.100.95.109.116.101.84.114.105.103.103.101.114.70.97.105.108.117.114.101 = Hex-STRING: 80 +.1.3.6.1.2.1.88.1.4.2.1.3.6.95.115.110.109.112.100.95.109.116.101.84.114.105.103.103.101.114.70.97.108.108.105.110.103 = Hex-STRING: 80 +.1.3.6.1.2.1.88.1.4.2.1.3.6.95.115.110.109.112.100.95.109.116.101.84.114.105.103.103.101.114.70.105.114.101.100 = Hex-STRING: 80 +.1.3.6.1.2.1.88.1.4.2.1.3.6.95.115.110.109.112.100.95.109.116.101.84.114.105.103.103.101.114.82.105.115.105.110.103 = Hex-STRING: 80 +.1.3.6.1.2.1.88.1.4.2.1.4.6.95.115.110.109.112.100.95.108.105.110.107.68.111.119.110 = INTEGER: 1 +.1.3.6.1.2.1.88.1.4.2.1.4.6.95.115.110.109.112.100.95.108.105.110.107.85.112 = INTEGER: 1 +.1.3.6.1.2.1.88.1.4.2.1.4.6.95.115.110.109.112.100.95.109.116.101.84.114.105.103.103.101.114.70.97.105.108.117.114.101 = INTEGER: 1 +.1.3.6.1.2.1.88.1.4.2.1.4.6.95.115.110.109.112.100.95.109.116.101.84.114.105.103.103.101.114.70.97.108.108.105.110.103 = INTEGER: 1 +.1.3.6.1.2.1.88.1.4.2.1.4.6.95.115.110.109.112.100.95.109.116.101.84.114.105.103.103.101.114.70.105.114.101.100 = INTEGER: 1 +.1.3.6.1.2.1.88.1.4.2.1.4.6.95.115.110.109.112.100.95.109.116.101.84.114.105.103.103.101.114.82.105.115.105.110.103 = INTEGER: 1 +.1.3.6.1.2.1.88.1.4.2.1.5.6.95.115.110.109.112.100.95.108.105.110.107.68.111.119.110 = INTEGER: 1 +.1.3.6.1.2.1.88.1.4.2.1.5.6.95.115.110.109.112.100.95.108.105.110.107.85.112 = INTEGER: 1 +.1.3.6.1.2.1.88.1.4.2.1.5.6.95.115.110.109.112.100.95.109.116.101.84.114.105.103.103.101.114.70.97.105.108.117.114.101 = INTEGER: 1 +.1.3.6.1.2.1.88.1.4.2.1.5.6.95.115.110.109.112.100.95.109.116.101.84.114.105.103.103.101.114.70.97.108.108.105.110.103 = INTEGER: 1 +.1.3.6.1.2.1.88.1.4.2.1.5.6.95.115.110.109.112.100.95.109.116.101.84.114.105.103.103.101.114.70.105.114.101.100 = INTEGER: 1 +.1.3.6.1.2.1.88.1.4.2.1.5.6.95.115.110.109.112.100.95.109.116.101.84.114.105.103.103.101.114.82.105.115.105.110.103 = INTEGER: 1 +.1.3.6.1.2.1.88.1.4.3.1.1.6.95.115.110.109.112.100.95.108.105.110.107.68.111.119.110 = OID: .1.3.6.1.6.3.1.1.5.3 +.1.3.6.1.2.1.88.1.4.3.1.1.6.95.115.110.109.112.100.95.108.105.110.107.85.112 = OID: .1.3.6.1.6.3.1.1.5.4 +.1.3.6.1.2.1.88.1.4.3.1.1.6.95.115.110.109.112.100.95.109.116.101.84.114.105.103.103.101.114.70.97.105.108.117.114.101 = OID: .1.3.6.1.2.1.88.2.0.4 +.1.3.6.1.2.1.88.1.4.3.1.1.6.95.115.110.109.112.100.95.109.116.101.84.114.105.103.103.101.114.70.97.108.108.105.110.103 = OID: .1.3.6.1.2.1.88.2.0.3 +.1.3.6.1.2.1.88.1.4.3.1.1.6.95.115.110.109.112.100.95.109.116.101.84.114.105.103.103.101.114.70.105.114.101.100 = OID: .1.3.6.1.2.1.88.2.0.1 +.1.3.6.1.2.1.88.1.4.3.1.1.6.95.115.110.109.112.100.95.109.116.101.84.114.105.103.103.101.114.82.105.115.105.110.103 = OID: .1.3.6.1.2.1.88.2.0.2 +.1.3.6.1.2.1.88.1.4.3.1.2.6.95.115.110.109.112.100.95.108.105.110.107.68.111.119.110 = STRING: "_snmpd" +.1.3.6.1.2.1.88.1.4.3.1.2.6.95.115.110.109.112.100.95.108.105.110.107.85.112 = STRING: "_snmpd" +.1.3.6.1.2.1.88.1.4.3.1.2.6.95.115.110.109.112.100.95.109.116.101.84.114.105.103.103.101.114.70.97.105.108.117.114.101 = STRING: "_snmpd" +.1.3.6.1.2.1.88.1.4.3.1.2.6.95.115.110.109.112.100.95.109.116.101.84.114.105.103.103.101.114.70.97.108.108.105.110.103 = STRING: "_snmpd" +.1.3.6.1.2.1.88.1.4.3.1.2.6.95.115.110.109.112.100.95.109.116.101.84.114.105.103.103.101.114.70.105.114.101.100 = STRING: "_snmpd" +.1.3.6.1.2.1.88.1.4.3.1.2.6.95.115.110.109.112.100.95.109.116.101.84.114.105.103.103.101.114.82.105.115.105.110.103 = STRING: "_snmpd" +.1.3.6.1.2.1.88.1.4.3.1.3.6.95.115.110.109.112.100.95.108.105.110.107.68.111.119.110 = STRING: "_linkUpDown" +.1.3.6.1.2.1.88.1.4.3.1.3.6.95.115.110.109.112.100.95.108.105.110.107.85.112 = STRING: "_linkUpDown" +.1.3.6.1.2.1.88.1.4.3.1.3.6.95.115.110.109.112.100.95.109.116.101.84.114.105.103.103.101.114.70.97.105.108.117.114.101 = STRING: "_triggerFail" +.1.3.6.1.2.1.88.1.4.3.1.3.6.95.115.110.109.112.100.95.109.116.101.84.114.105.103.103.101.114.70.97.108.108.105.110.103 = STRING: "_triggerFire" +.1.3.6.1.2.1.88.1.4.3.1.3.6.95.115.110.109.112.100.95.109.116.101.84.114.105.103.103.101.114.70.105.114.101.100 = STRING: "_triggerFire" +.1.3.6.1.2.1.88.1.4.3.1.3.6.95.115.110.109.112.100.95.109.116.101.84.114.105.103.103.101.114.82.105.115.105.110.103 = STRING: "_triggerFire" +.1.3.6.1.2.1.92.1.1.1.0 = Gauge32: 1000 +.1.3.6.1.2.1.92.1.1.2.0 = Gauge32: 1440 +.1.3.6.1.2.1.92.1.2.1.0 = Counter32: 0 +.1.3.6.1.2.1.92.1.2.2.0 = Counter32: 0 diff --git a/tests/resources/spellcheck/stopwords.t b/tests/resources/spellcheck/stopwords.t index 5112a2e447..a3644d8cfb 100644 --- a/tests/resources/spellcheck/stopwords.t +++ b/tests/resources/spellcheck/stopwords.t @@ -1,13 +1,37 @@ +--display-transform-dst +--display-transform-src --filter-vdom --force-counters32 +--force-counters64 +--map-speed-dsl +--nagvis-perfdata +--oid-display +--oid-extra-display +--oid-filter +2c +ADSL Centreon Datacore +deltaps +eth Fortigate Fortinet +ifAlias +ifDesc +ifName +in-bcast +in-mcast +in-ucast +interface-dsl-name +IpAddr license-instances-usage-prct MBean +NagVis OID oneaccess-sys-mib +out-bcast +out-mcast +out-ucast perfdata powershell proto @@ -18,5 +42,8 @@ space-usage-prct SSH SureBackup topic-messages-inflighted +total-oper-down +total-oper-up +VDSL2 Veeam WSMAN From 44300357c37712f6ae7f239ffbde126ad4e37397 Mon Sep 17 00:00:00 2001 From: omercier <32134301+omercier@users.noreply.github.com> Date: Tue, 26 Mar 2024 10:16:45 +0100 Subject: [PATCH 24/27] fix(syntax): added missing curly bracket (#4963) --- src/apps/backup/veeam/wsman/mode/vsbjobs.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps/backup/veeam/wsman/mode/vsbjobs.pm b/src/apps/backup/veeam/wsman/mode/vsbjobs.pm index b026f0035d..d2338524b7 100644 --- a/src/apps/backup/veeam/wsman/mode/vsbjobs.pm +++ b/src/apps/backup/veeam/wsman/mode/vsbjobs.pm @@ -127,6 +127,7 @@ sub new { }); return $self; +} sub manage_selection { my ($self, %options) = @_; From 444066f78adc966a7fc79cfd62db8cdd8a707725 Mon Sep 17 00:00:00 2001 From: THEPAUT Date: Tue, 26 Mar 2024 06:43:58 -0400 Subject: [PATCH 25/27] =?UTF-8?q?enh(powershell/updates):=20Substituion=20?= =?UTF-8?q?of=20special=20charactere=20for=20Fr,=20Es,=E2=80=A6=20(#4872)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/centreon/common/powershell/windows/updates.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/centreon/common/powershell/windows/updates.pm b/src/centreon/common/powershell/windows/updates.pm index 12b1013047..635da04e39 100644 --- a/src/centreon/common/powershell/windows/updates.pm +++ b/src/centreon/common/powershell/windows/updates.pm @@ -49,7 +49,7 @@ Try { Foreach ($update in $updates) { $item = @{ - title = $update.Title; + title = $update.Title.Normalize([Text.NormalizationForm]::FormD) -replace "\p{M}", "" -replace "\p{Z}", " "; isMandatory = $update.IsMandatory; } From d1b9530e7d8c5cedbdb98366860c8b701e92385b Mon Sep 17 00:00:00 2001 From: tcharles Date: Fri, 29 Mar 2024 14:05:22 +0100 Subject: [PATCH 26/27] better compat between map-values and convert-custom-values options (#4902) Co-authored-by: omercier --- src/snmp_standard/mode/stringvalue.pm | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/src/snmp_standard/mode/stringvalue.pm b/src/snmp_standard/mode/stringvalue.pm index 378b11b792..573ad94621 100644 --- a/src/snmp_standard/mode/stringvalue.pm +++ b/src/snmp_standard/mode/stringvalue.pm @@ -123,16 +123,19 @@ sub get_change_value { my $value = $options{value}; return '' if (!defined($options{value})); - if (defined($self->{map_values}->{$options{value}})) { + + if (defined($self->{option_results}->{convert_custom_values}) && $self->{option_results}->{convert_custom_values} ne '') { + eval "\$value = $self->{option_results}->{convert_custom_values}"; + } + + if (defined($value) && defined($self->{map_values}->{$value})) { + $value = $self->{map_values}->{$value} + } elsif (defined($self->{map_values}->{$options{value}})) { $value = $self->{map_values}->{$options{value}}; } elsif (defined($self->{option_results}->{map_value_other}) && $self->{option_results}->{map_value_other} ne '') { $value = $self->{option_results}->{map_value_other}; } - if (defined($self->{option_results}->{convert_custom_values}) && $self->{option_results}->{convert_custom_values} ne '') { - eval "\$value = $self->{option_results}->{convert_custom_values}"; - } - return $value; } @@ -316,9 +319,9 @@ __END__ =head1 MODE -Check SNMP string values (can be a String or an Integer). +Check SNMP string values (can be a string or an integer). -Check values absent: +Check absent values: centreon_plugins.pl --plugin=snmp_standard::plugin --mode=string-value --hostname=127.0.0.1 --snmp-version=2c --snmp-community=public --oid-table='.1.3.6.1.2.1.25.4.2.1.2' --format-ok='%{filter_rows} processes' --format-critical='processes are absent: %{details_critical}' --critical-absent='centengine' --critical-absent='crond' --filter-table-value='centengine|crond' @@ -392,7 +395,7 @@ Separator uses between values (default: coma). =item B<--convert-custom-values> Custom code to convert values. -Example to convert octetstring to macaddress: --convert-custom-values='join(":", unpack("(H2)*", $value))' +Example to convert octet string to MAC address: --convert-custom-values='join(":", unpack("(H2)*", $value))' =item B<--use-perl-mod> From 697750ad2ea1d4ba29e09758527c5ea9da6fe297 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:03:50 +0000 Subject: [PATCH 27/27] build(deps): bump docker/build-push-action from 5.1.0 to 5.3.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.1.0 to 5.3.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/4a13e500e55cf31b7a5d59a38ab2040ab0f42f56...2cdde995de11925a030ce8070c3d77a52ffcf1c0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-builder-packaging-plugins.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-builder-packaging-plugins.yml b/.github/workflows/docker-builder-packaging-plugins.yml index f55989d4b5..7ecac2d635 100644 --- a/.github/workflows/docker-builder-packaging-plugins.yml +++ b/.github/workflows/docker-builder-packaging-plugins.yml @@ -66,7 +66,7 @@ jobs: - uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0 - - uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0 + - uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0 with: file: .github/docker/Dockerfile.${{ matrix.dockerfile }} context: .