A10 ACOS version, state and count sensors (#15871)

* A10 ACOS version, state and cout sensors

* A10 ACOS version, state and count sensors

* A10 ACOS version, state and count sensors

* A10 ACOS version, state and count sensors

* A10 ACOS version, state and count sensors

* A10 ACOS version, state and count sensors
This commit is contained in:
Rafael Pardim 2024-03-02 07:59:16 -03:00 committed by GitHub
parent 165af75419
commit 7961e8156c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1324 additions and 1 deletions

View File

@ -10,7 +10,7 @@ modules:
os: os:
sysDescr_regex: '/(?<hardware>\S+( TPS)?), ACOS (?<version>[^,]+)/' sysDescr_regex: '/(?<hardware>\S+( TPS)?), ACOS (?<version>[^,]+)/'
serial: A10-AX-MIB::axSysSerialNumber.0 serial: A10-AX-MIB::axSysSerialNumber.0
version: A10-AX-MIB::axSysFirmwareVersion.0 version: A10-AX-MIB::axSysPrimaryVersionOnDisk.0
processors: processors:
data: data:
- -
@ -20,12 +20,23 @@ modules:
sensors: sensors:
state: state:
data: data:
-
oid: axHAGroupLocalStatus
num_oid: '.1.3.6.1.4.1.22610.2.4.3.17.2.2.1.2.{{ $index }}'
index: 'axHAGroupLocalStatus.{{ $index }}'
descr: HA Local Status
group: HA
states:
- { value: 0, descr: 'standby', graph: 0, generic: 0 }
- { value: 1, descr: 'active', graph: 0, generic: 0 }
- { value: 9, descr: 'notConfigured', graph: 0, generic: 2 }
- -
oid: axSysPowerSupplyStatusTable oid: axSysPowerSupplyStatusTable
value: axPowerSupplyStatus value: axPowerSupplyStatus
num_oid: '.1.3.6.1.4.1.22610.2.4.1.5.12.1.3.{{ $index }}' num_oid: '.1.3.6.1.4.1.22610.2.4.1.5.12.1.3.{{ $index }}'
descr: axPowerSupplyName descr: axPowerSupplyName
index: 'axPowerSupplyStatus.{{ $index }}' index: 'axPowerSupplyStatus.{{ $index }}'
group: Hardware
states: states:
- { value: 0, descr: off, graph: 1, generic: 2 } - { value: 0, descr: off, graph: 1, generic: 2 }
- { value: 1, descr: on, graph: 1, generic: 0 } - { value: 1, descr: on, graph: 1, generic: 0 }
@ -37,6 +48,7 @@ modules:
num_oid: '.1.3.6.1.4.1.22610.2.4.1.5.9.1.3.{{ $index }}' num_oid: '.1.3.6.1.4.1.22610.2.4.1.5.9.1.3.{{ $index }}'
descr: axFanName descr: axFanName
index: 'axFanStatus.{{ $index }}' index: 'axFanStatus.{{ $index }}'
group: Hardware
states: states:
- { value: 0, descr: failed, graph: 1, generic: 2 } - { value: 0, descr: failed, graph: 1, generic: 2 }
- { value: 4, descr: okFixedHigh, graph: 1, generic: 0 } - { value: 4, descr: okFixedHigh, graph: 1, generic: 0 }
@ -51,6 +63,7 @@ modules:
num_oid: '.1.3.6.1.4.1.22610.2.4.1.5.11.1.2.{{ $index }}' num_oid: '.1.3.6.1.4.1.22610.2.4.1.5.11.1.2.{{ $index }}'
descr: axPowerSupplyVoltageDescription descr: axPowerSupplyVoltageDescription
index: 'axPowerSupplyVoltageStatus.{{ $index }}' index: 'axPowerSupplyVoltageStatus.{{ $index }}'
group: Hardware
states: states:
- { value: 0, descr: invalid, graph: 1, generic: 2 } - { value: 0, descr: invalid, graph: 1, generic: 2 }
- { value: 1, descr: normal, graph: 1, generic: 0 } - { value: 1, descr: normal, graph: 1, generic: 0 }
@ -60,6 +73,7 @@ modules:
num_oid: '.1.3.6.1.4.1.22610.2.4.1.5.5.{{ $index }}' num_oid: '.1.3.6.1.4.1.22610.2.4.1.5.5.{{ $index }}'
descr: System Temp descr: System Temp
index: 'axSysHwPhySystemTempStatus.{{ $index }}' index: 'axSysHwPhySystemTempStatus.{{ $index }}'
group: Hardware
states: states:
- { value: 0, descr: failed, graph: 1, generic: 2 } - { value: 0, descr: failed, graph: 1, generic: 2 }
- { value: 1, descr: low-med, graph: 1, generic: 0 } - { value: 1, descr: low-med, graph: 1, generic: 0 }
@ -103,3 +117,29 @@ modules:
num_oid: '.1.3.6.1.4.1.22610.2.4.1.5.1.{{ $index }}' num_oid: '.1.3.6.1.4.1.22610.2.4.1.5.1.{{ $index }}'
descr: System Temp descr: System Temp
index: 'axSysHwPhySystemTemp.{{ $index }}' index: 'axSysHwPhySystemTemp.{{ $index }}'
count:
data:
-
oid: axGlobalTotalL4Session
num_oid: '.1.3.6.1.4.1.22610.2.4.3.1.2.10.{{ $index }}'
index: 'axGlobalTotalL4Session.{{ $index }}'
descr: 'Count of L4 Sessions'
group: Connections
-
oid: axSessionGlobalStatTCPEstablished
num_oid: '.1.3.6.1.4.1.22610.2.4.3.19.1.1.{{ $index }}'
index: 'axSessionGlobalStatTCPEstablished.{{ $index }}'
descr: 'Count of TCP Established'
group: Connections
-
oid: axSessionGlobalStatUDP
num_oid: '.1.3.6.1.4.1.22610.2.4.3.19.1.3.{{ $index }}'
index: 'axSessionGlobalStatUDP.{{ $index }}'
descr: 'Count of UDP connections'
group: Connections
-
oid: axSessionGlobalStatNonTcpUdpIPSession
num_oid: '.1.3.6.1.4.1.22610.2.4.3.19.1.4.{{ $index }}'
index: 'axSessionGlobalStatNonTcpUdpIPSession.{{ $index }}'
descr: 'Count of non TCP/UDP'
group: Connections

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,192 @@
1.3.6.1.2.1.1.1.0|4|AX Series Advanced Traffic Manager AXvThunder, ACOS 2.7.2-P4-SP1,
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.22610.1.3.13
1.3.6.1.2.1.1.3.0|67|992100
1.3.6.1.2.1.1.4.0|4|<private>
1.3.6.1.2.1.1.5.0|4|<private>
1.3.6.1.2.1.1.6.0|4|<private>
1.3.6.1.2.1.2.2.1.2.0|4|Management Interface 0
1.3.6.1.2.1.2.2.1.2.1|4|Ethernet 1
1.3.6.1.2.1.2.2.1.2.2|4|Ethernet 2
1.3.6.1.2.1.2.2.1.2.3|4|Ethernet 3
1.3.6.1.2.1.2.2.1.3.0|2|6
1.3.6.1.2.1.2.2.1.3.1|2|6
1.3.6.1.2.1.2.2.1.3.2|2|6
1.3.6.1.2.1.2.2.1.3.3|2|6
1.3.6.1.2.1.2.2.1.4.0|2|1500
1.3.6.1.2.1.2.2.1.4.1|2|1500
1.3.6.1.2.1.2.2.1.4.2|2|1500
1.3.6.1.2.1.2.2.1.4.3|2|1500
1.3.6.1.2.1.2.2.1.6.0|4x|0c5f4c5a0000
1.3.6.1.2.1.2.2.1.6.1|4x|0c5f4c5a0001
1.3.6.1.2.1.2.2.1.6.2|4x|0c5f4c5a0002
1.3.6.1.2.1.2.2.1.6.3|4x|0c5f4c5a0003
1.3.6.1.2.1.2.2.1.7.0|2|1
1.3.6.1.2.1.2.2.1.7.1|2|1
1.3.6.1.2.1.2.2.1.7.2|2|1
1.3.6.1.2.1.2.2.1.7.3|2|2
1.3.6.1.2.1.2.2.1.8.0|2|1
1.3.6.1.2.1.2.2.1.8.1|2|1
1.3.6.1.2.1.2.2.1.8.2|2|1
1.3.6.1.2.1.2.2.1.8.3|2|2
1.3.6.1.2.1.2.2.1.9.0|67|0
1.3.6.1.2.1.2.2.1.9.1|67|0
1.3.6.1.2.1.2.2.1.9.2|67|0
1.3.6.1.2.1.2.2.1.9.3|67|0
1.3.6.1.2.1.2.2.1.13.0|65|0
1.3.6.1.2.1.2.2.1.13.1|65|0
1.3.6.1.2.1.2.2.1.13.2|65|0
1.3.6.1.2.1.2.2.1.13.3|65|0
1.3.6.1.2.1.2.2.1.14.0|65|0
1.3.6.1.2.1.2.2.1.14.1|65|0
1.3.6.1.2.1.2.2.1.14.2|65|0
1.3.6.1.2.1.2.2.1.14.3|65|0
1.3.6.1.2.1.2.2.1.19.0|65|0
1.3.6.1.2.1.2.2.1.19.1|65|0
1.3.6.1.2.1.2.2.1.19.2|65|0
1.3.6.1.2.1.2.2.1.19.3|65|0
1.3.6.1.2.1.2.2.1.20.0|65|0
1.3.6.1.2.1.2.2.1.20.1|65|0
1.3.6.1.2.1.2.2.1.20.2|65|0
1.3.6.1.2.1.2.2.1.20.3|65|0
1.3.6.1.2.1.4.20.1.2.10.10.10.45|2|0
1.3.6.1.2.1.4.20.1.2.10.10.14.4|2|2
1.3.6.1.2.1.4.20.1.2.192.168.122.45|2|1
1.3.6.1.2.1.4.20.1.3.10.10.10.45|64|255.255.255.0
1.3.6.1.2.1.4.20.1.3.10.10.14.4|64|255.255.255.0
1.3.6.1.2.1.4.20.1.3.192.168.122.45|64|255.255.255.0
1.3.6.1.2.1.6.5.0|65|2020
1.3.6.1.2.1.6.6.0|65|763
1.3.6.1.2.1.6.7.0|65|55
1.3.6.1.2.1.6.8.0|65|10
1.3.6.1.2.1.6.9.0|66|10
1.3.6.1.2.1.6.10.0|65|57810
1.3.6.1.2.1.6.11.0|65|68675
1.3.6.1.2.1.6.12.0|65|0
1.3.6.1.2.1.6.14.0|65|0
1.3.6.1.2.1.6.15.0|65|55
1.3.6.1.2.1.7.1.0|65|4772
1.3.6.1.2.1.7.2.0|65|4
1.3.6.1.2.1.7.3.0|65|0
1.3.6.1.2.1.7.4.0|65|4775
1.3.6.1.2.1.14.1.1.0|64|0.0.0.0
1.3.6.1.2.1.14.1.2.0|2|2
1.3.6.1.2.1.14.1.3.0|2|2
1.3.6.1.2.1.14.1.4.0|2|2
1.3.6.1.2.1.14.1.5.0|2|2
1.3.6.1.2.1.14.1.6.0|66|0
1.3.6.1.2.1.14.1.8.0|2|2
1.3.6.1.2.1.14.1.9.0|65|0
1.3.6.1.2.1.14.1.10.0|65|0
1.3.6.1.2.1.14.1.11.0|2|-1
1.3.6.1.2.1.14.1.12.0|2|0
1.3.6.1.2.1.14.1.13.0|2|0
1.3.6.1.2.1.14.1.14.0|2|2
1.3.6.1.2.1.15.2.0|2|0
1.3.6.1.2.1.25.1.1.0|67|992100
1.3.6.1.2.1.25.1.5.0|66|1
1.3.6.1.2.1.25.1.6.0|66|101
1.3.6.1.2.1.25.1.7.0|2|0
1.3.6.1.2.1.25.2.3.1.1.1|2|1
1.3.6.1.2.1.25.2.3.1.2.1|6|1.3.6.1.2.1.25.2.1.4.0
1.3.6.1.2.1.25.2.3.1.3.1|4|Disk
1.3.6.1.2.1.25.2.3.1.4.1|2|1048576
1.3.6.1.2.1.25.2.3.1.5.1|2|12284
1.3.6.1.2.1.25.2.3.1.6.1|2|1933
1.3.6.1.2.1.25.2.3.1.7.1|65|0
1.3.6.1.2.1.25.3.2.1.1.1|2|1
1.3.6.1.2.1.25.3.2.1.1.2|2|2
1.3.6.1.2.1.25.3.2.1.1.3|2|3
1.3.6.1.2.1.25.3.2.1.2.1|6|1.3.6.1.2.1.25.3.1.3.0
1.3.6.1.2.1.25.3.2.1.2.2|6|1.3.6.1.2.1.25.3.1.3.0
1.3.6.1.2.1.25.3.2.1.2.3|6|1.3.6.1.2.1.25.3.1.3.0
1.3.6.1.2.1.25.3.2.1.3.1|4|Control CPU
1.3.6.1.2.1.25.3.2.1.3.2|4|Data CPU1
1.3.6.1.2.1.25.3.2.1.3.3|4|Data CPU2
1.3.6.1.2.1.25.3.2.1.4.1|6|0.0
1.3.6.1.2.1.25.3.2.1.4.2|6|0.0
1.3.6.1.2.1.25.3.2.1.4.3|6|0.0
1.3.6.1.2.1.25.3.2.1.5.1|2|2
1.3.6.1.2.1.25.3.2.1.5.2|2|2
1.3.6.1.2.1.25.3.2.1.5.3|2|2
1.3.6.1.2.1.25.3.2.1.6.1|65|0
1.3.6.1.2.1.25.3.2.1.6.2|65|0
1.3.6.1.2.1.25.3.2.1.6.3|65|0
1.3.6.1.2.1.25.3.3.1.1.1|6|0.0
1.3.6.1.2.1.25.3.3.1.1.2|6|0.0
1.3.6.1.2.1.25.3.3.1.1.3|6|0.0
1.3.6.1.2.1.25.3.3.1.2.1|2|17
1.3.6.1.2.1.25.3.3.1.2.2|2|18
1.3.6.1.2.1.25.3.3.1.2.3|2|0
1.3.6.1.2.1.31.1.1.1.1.0|4|Management Interface 0
1.3.6.1.2.1.31.1.1.1.1.1|4|Ethernet 1
1.3.6.1.2.1.31.1.1.1.1.2|4|Ethernet 2
1.3.6.1.2.1.31.1.1.1.1.3|4|Ethernet 3
1.3.6.1.2.1.31.1.1.1.2.0|65|0
1.3.6.1.2.1.31.1.1.1.2.1|65|1056
1.3.6.1.2.1.31.1.1.1.2.2|65|29
1.3.6.1.2.1.31.1.1.1.2.3|65|0
1.3.6.1.2.1.31.1.1.1.3.0|65|0
1.3.6.1.2.1.31.1.1.1.3.1|65|34
1.3.6.1.2.1.31.1.1.1.3.2|65|332
1.3.6.1.2.1.31.1.1.1.3.3|65|0
1.3.6.1.2.1.31.1.1.1.4.0|65|0
1.3.6.1.2.1.31.1.1.1.4.1|65|8331
1.3.6.1.2.1.31.1.1.1.4.2|65|29643
1.3.6.1.2.1.31.1.1.1.4.3|65|0
1.3.6.1.2.1.31.1.1.1.5.0|65|0
1.3.6.1.2.1.31.1.1.1.5.1|65|24
1.3.6.1.2.1.31.1.1.1.5.2|65|1135
1.3.6.1.2.1.31.1.1.1.5.3|65|0
1.3.6.1.2.1.31.1.1.1.6.0|70|1950584
1.3.6.1.2.1.31.1.1.1.6.1|70|58716
1.3.6.1.2.1.31.1.1.1.6.2|70|612347
1.3.6.1.2.1.31.1.1.1.6.3|70|0
1.3.6.1.2.1.31.1.1.1.7.0|70|16168
1.3.6.1.2.1.31.1.1.1.7.1|70|26
1.3.6.1.2.1.31.1.1.1.7.2|70|7516
1.3.6.1.2.1.31.1.1.1.7.3|70|0
1.3.6.1.2.1.31.1.1.1.8.0|70|0
1.3.6.1.2.1.31.1.1.1.8.1|70|1056
1.3.6.1.2.1.31.1.1.1.8.2|70|29
1.3.6.1.2.1.31.1.1.1.8.3|70|0
1.3.6.1.2.1.31.1.1.1.9.0|70|0
1.3.6.1.2.1.31.1.1.1.9.1|70|34
1.3.6.1.2.1.31.1.1.1.9.2|70|332
1.3.6.1.2.1.31.1.1.1.9.3|70|0
1.3.6.1.2.1.31.1.1.1.10.0|70|17977134
1.3.6.1.2.1.31.1.1.1.10.1|70|1385728
1.3.6.1.2.1.31.1.1.1.10.2|70|5686095
1.3.6.1.2.1.31.1.1.1.10.3|70|0
1.3.6.1.2.1.31.1.1.1.11.0|70|22135
1.3.6.1.2.1.31.1.1.1.11.1|70|189
1.3.6.1.2.1.31.1.1.1.11.2|70|10927
1.3.6.1.2.1.31.1.1.1.11.3|70|0
1.3.6.1.2.1.31.1.1.1.12.0|70|0
1.3.6.1.2.1.31.1.1.1.12.1|70|8331
1.3.6.1.2.1.31.1.1.1.12.2|70|29643
1.3.6.1.2.1.31.1.1.1.12.3|70|0
1.3.6.1.2.1.31.1.1.1.13.0|70|0
1.3.6.1.2.1.31.1.1.1.13.1|70|24
1.3.6.1.2.1.31.1.1.1.13.2|70|1135
1.3.6.1.2.1.31.1.1.1.13.3|70|0
1.3.6.1.2.1.31.1.1.1.15.0|66|10
1.3.6.1.2.1.31.1.1.1.15.1|66|10000
1.3.6.1.2.1.31.1.1.1.15.2|66|10000
1.3.6.1.2.1.31.1.1.1.15.3|66|10000
1.3.6.1.2.1.31.1.1.1.18.0|4|
1.3.6.1.2.1.31.1.1.1.18.1|4|
1.3.6.1.2.1.31.1.1.1.18.2|4|
1.3.6.1.2.1.31.1.1.1.18.3|4|
1.3.6.1.4.1.22610.2.4.1.1.1.0|4|2.7.2-P4-SP1(build: 9)
1.3.6.1.4.1.22610.2.4.1.2.1.0|2|2060880
1.3.6.1.4.1.22610.2.4.1.2.2.0|2|1470908
1.3.6.1.4.1.22610.2.4.1.3.2.1.3.0|2|45
1.3.6.1.4.1.22610.2.4.1.3.2.1.3.1|2|46
1.3.6.1.4.1.22610.2.4.1.3.2.1.3.2|2|0
1.3.6.1.4.1.22610.2.4.1.6.2.0|4|vThunder3ac80f21f3ad31e1
1.3.6.1.4.1.22610.2.4.3.1.2.10.0|70|0
1.3.6.1.4.1.22610.2.4.3.17.2.2.1.2.0|2|1
1.3.6.1.4.1.22610.2.4.3.19.1.1.0|66|0
1.3.6.1.4.1.22610.2.4.3.19.1.3.0|66|0
1.3.6.1.4.1.22610.2.4.3.19.1.4.0|66|0
1.3.6.1.6.3.10.2.1.3.0|2|9818