Advertisement
Guest User

..includes/polling/os/panos.inc.php

a guest
Nov 15th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.42 KB | None | 0 0
  1. mib: PAN-COMMON-MIB
  2. modules:
  3.     sensors:
  4.         state:
  5.             data:
  6.                 -
  7.                     oid: panSysHAMode
  8.                     num_oid: '.1.3.6.1.4.1.25461.2.1.2.1.13.{{ $index }}'
  9.                     index: 'panSysHAMode.{{ $index }}'
  10.                     descr: High Availability Mode
  11.                     states:
  12.                         - { value: 1, generic: 0, graph: 1, descr: active-passive }
  13.                         - { value: 2, generic: 0, graph: 1, descr: active-active }
  14.                 -
  15.                     oid: panSysHAState
  16.                     num_oid: '.1.3.6.1.4.1.25461.2.1.2.1.11.{{ $index }}'
  17.                     index: 'panSysHAState.{{ $index }}'
  18.                     descr: High Availability Local Status
  19.                     states:
  20.                         - { value: 1, generic: 0, graph: 1, descr: active }
  21.                         - { value: 2, generic: 3, graph: 1, descr: passive }
  22.                         - { value: 3, generic: 2, graph: 1, descr: suspended }
  23.                 -
  24.                     oid: panSysHAPeerState
  25.                     num_oid: '.1.3.6.1.4.1.25461.2.1.2.1.12.{{ $index }}'
  26.                     index: 'panSysHAPeerState.{{ $index }}'
  27.                     descr: High Availability Peer Status
  28.                     states:
  29.                         - { value: 1, generic: 0, graph: 1, descr: active }
  30.                         - { value: 2, generic: 3, graph: 1, descr: passive }
  31.                         - { value: 3, generic: 2, graph: 1, descr: suspended }
  32.         count:
  33.             data:
  34.                 -
  35.                     oid: panSession
  36.                     value: panSessionActive
  37.                     num_oid: '.1.3.6.1.4.1.25461.2.1.2.3.{{ $index }}'
  38.                     group: Sessions
  39.                     descr: Active Sessions
  40.                     high_limit: panSessionMax
  41.  
  42.                 -
  43.                    oid: panVsysEntry
  44.                    value: panVsysActiveSessions
  45.                    num_oid: '.1.3.6.1.4.1.25461.2.1.2.3.9.{{ $index }}'
  46.                    group: Sessions per seconds
  47.                    descr: Active sessions per second
  48.                    high_limit: panVsysMaxActiveSessions
  49.  
  50.                 -
  51.                   oid: PanZoneTable
  52.                   value: panZoneName
  53.                   num_oid: '.1.3.6.1.4.1.25461.2.1.2.3.10.{{ $index }}'
  54.                   group: Sessions per Zone
  55.                   descr: panZoneName
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement