2018-01-05 23:06:07 +01:00
|
|
|
mib: CHECKPOINT-MIB
|
|
|
|
|
modules:
|
2018-02-05 07:39:13 -06:00
|
|
|
processors:
|
|
|
|
|
data:
|
|
|
|
|
-
|
|
|
|
|
oid: procUsage
|
|
|
|
|
num_oid: '.1.3.6.1.4.1.2620.1.6.7.2.4.{{ $index }}'
|
|
|
|
|
type: splat-cpu
|
2018-01-05 23:06:07 +01:00
|
|
|
sensors:
|
|
|
|
|
fanspeed:
|
|
|
|
|
data:
|
|
|
|
|
-
|
|
|
|
|
oid: fanSpeedSensorTable
|
|
|
|
|
value: fanSpeedSensorValue
|
2018-11-10 17:45:24 -06:00
|
|
|
num_oid: '.1.3.6.1.4.1.2620.1.6.7.8.2.1.3.{{ $index }}'
|
2018-01-05 23:06:07 +01:00
|
|
|
descr: '{{ $fanSpeedSensorName }}'
|
|
|
|
|
index: 'fanSpeedSensorValue.{{ $index }}'
|
|
|
|
|
load:
|
|
|
|
|
data:
|
|
|
|
|
-
|
|
|
|
|
oid: procUsage
|
2018-11-10 17:45:24 -06:00
|
|
|
num_oid: '.1.3.6.1.4.1.2620.1.6.7.2.4.{{ $index }}'
|
2018-01-05 23:06:07 +01:00
|
|
|
descr: Overall CPU utilization
|
|
|
|
|
-
|
|
|
|
|
oid: multiProcUsage
|
2018-11-10 17:45:24 -06:00
|
|
|
num_oid: '.1.3.6.1.4.1.2620.1.6.7.5.1.5.{{ $index }}'
|
2018-01-05 23:06:07 +01:00
|
|
|
descr: CPU {{ $index }}
|
2018-02-05 07:39:13 -06:00
|
|
|
index: 'multiProcUsage.{{ $index }}.0'
|
|
|
|
|
|
2018-01-05 23:06:07 +01:00
|
|
|
state:
|
|
|
|
|
data:
|
|
|
|
|
-
|
|
|
|
|
oid: fanSpeedSensorTable
|
|
|
|
|
value: fanSpeedSensorStatus
|
2018-11-10 17:45:24 -06:00
|
|
|
num_oid: '.1.3.6.1.4.1.2620.1.6.7.8.2.1.6.{{ $index }}'
|
2018-02-05 07:39:13 -06:00
|
|
|
descr: '{{ $fanSpeedSensorName }}'
|
2018-01-05 23:06:07 +01:00
|
|
|
index: 'fanSpeedSensorValue.{{ $index }}'
|
|
|
|
|
state_name: fanSpeedSensor
|
|
|
|
|
states:
|
|
|
|
|
- { value: 0, generic: 0, graph: 0, descr: OK }
|
|
|
|
|
- { value: 1, generic: 1, graph: 0, descr: Warning }
|
|
|
|
|
- { value: 2, generic: 3, graph: 0, descr: Unknown }
|
|
|
|
|
-
|
|
|
|
|
oid: haStatCode
|
2018-11-10 17:45:24 -06:00
|
|
|
num_oid: '.1.3.6.1.4.1.2620.1.5.101.{{ $index }}'
|
2018-01-05 23:06:07 +01:00
|
|
|
descr: HA Status
|
|
|
|
|
state_name: haSensor
|
|
|
|
|
states:
|
|
|
|
|
- { value: 0, generic: 0, graph: 0, descr: OK }
|
|
|
|
|
- { value: 1, generic: 1, graph: 0, descr: 'Needs Atention' }
|
|
|
|
|
- { value: 2, generic: 2, graph: 0, descr: 'HA Down' }
|
|
|
|
|
temperature:
|
|
|
|
|
data:
|
|
|
|
|
-
|
|
|
|
|
oid: tempertureSensorTable
|
|
|
|
|
value: tempertureSensorValue
|
2018-11-10 17:45:24 -06:00
|
|
|
num_oid: '.1.3.6.1.4.1.2620.1.6.7.8.1.1.3.{{ $index }}'
|
2018-01-05 23:06:07 +01:00
|
|
|
descr: '{{ $tempertureSensorName }}'
|
2018-02-05 07:39:13 -06:00
|
|
|
index: 'tempertureSensorValue.{{ $index }}'
|