mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add FortiGate Environment stats (#15464)
* Add FortiGate Environment stats Adding Temperature, Fanspeed and Voltage sensors * Fix test data * New test data * Update fortigate test data * 500d ospf ifIndex * 60f3g4g bgpPeerIface null --------- Co-authored-by: Tony Murray <murraytony@gmail.com>
This commit is contained in:
@@ -308,4 +308,54 @@ modules:
|
||||
low_warn_limit: -85
|
||||
warn_limit: -30
|
||||
high_limit: -20
|
||||
|
||||
temperature:
|
||||
data:
|
||||
-
|
||||
oid: fgHwSensors
|
||||
num_oid: '.1.3.6.1.4.1.12356.101.4.3.2.1.3.{{ $index }}'
|
||||
index: 'fgHwSensorEntIndex.{{ $index }}'
|
||||
descr: fgHwSensorEntName
|
||||
value: fgHwSensorEntValue
|
||||
skip_values:
|
||||
-
|
||||
oid: fgHwSensorEntName
|
||||
op: 'regex'
|
||||
value: '/^((?!Temp).)*$/'
|
||||
-
|
||||
oid: fgHwSensorEntValue
|
||||
op: '='
|
||||
value: -1
|
||||
fanspeed:
|
||||
data:
|
||||
-
|
||||
oid: fgHwSensors
|
||||
num_oid: '.1.3.6.1.4.1.12356.101.4.3.2.1.3.{{ $index }}'
|
||||
index: 'fgHwSensorEntIndex.{{ $index }}'
|
||||
descr: fgHwSensorEntName
|
||||
value: fgHwSensorEntValue
|
||||
skip_values:
|
||||
-
|
||||
oid: fgHwSensorEntName
|
||||
op: 'regex'
|
||||
value: '/^((?!Fan).)*$/'
|
||||
-
|
||||
oid: fgHwSensorEntName
|
||||
op: 'regex'
|
||||
value: '/.*Temp.*/'
|
||||
-
|
||||
oid: fgHwSensorEntValue
|
||||
op: '='
|
||||
value: -1
|
||||
voltage:
|
||||
data:
|
||||
-
|
||||
oid: fgHwSensors
|
||||
num_oid: '.1.3.6.1.4.1.12356.101.4.3.2.1.3.{{ $index }}'
|
||||
index: 'fgHwSensorEntIndex.{{ $index }}'
|
||||
descr: fgHwSensorEntName
|
||||
value: fgHwSensorEntValue
|
||||
skip_values:
|
||||
-
|
||||
oid: fgHwSensorEntName
|
||||
op: 'regex'
|
||||
value: '/^((?!VCC).)*$/'
|
||||
|
||||
@@ -7203,6 +7203,131 @@
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.27",
|
||||
"sensor_index": "fgHwSensorEntIndex.27",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "Fan 1",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 6500,
|
||||
"sensor_limit": 11700,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 5200,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.28",
|
||||
"sensor_index": "fgHwSensorEntIndex.28",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "Fan 2",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 6500,
|
||||
"sensor_limit": 11700,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 5200,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.29",
|
||||
"sensor_index": "fgHwSensorEntIndex.29",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "Fan 3",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 6600,
|
||||
"sensor_limit": 11880,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 5280,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.34",
|
||||
"sensor_index": "fgHwSensorEntIndex.34",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "PS1 Fan 1",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 6400,
|
||||
"sensor_limit": 11520,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 5120,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.40",
|
||||
"sensor_index": "fgHwSensorEntIndex.40",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "PS2 Fan 1",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 6144,
|
||||
"sensor_limit": 11059.2,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 4915.2,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "state",
|
||||
@@ -8227,6 +8352,331 @@
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": "fgHwSensors"
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "temperature",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.32",
|
||||
"sensor_index": "fgHwSensorEntIndex.32",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "PS1 Temp 1",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 26,
|
||||
"sensor_limit": 46,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 16,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "temperature",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.33",
|
||||
"sensor_index": "fgHwSensorEntIndex.33",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "PS1 Temp 2",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 27,
|
||||
"sensor_limit": 47,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 17,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "temperature",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.38",
|
||||
"sensor_index": "fgHwSensorEntIndex.38",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "PS2 Temp 1",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 27,
|
||||
"sensor_limit": 47,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 17,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "temperature",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.39",
|
||||
"sensor_index": "fgHwSensorEntIndex.39",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "PS2 Temp 2",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 29,
|
||||
"sensor_limit": 49,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 19,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "voltage",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.1",
|
||||
"sensor_index": "fgHwSensorEntIndex.1",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "+VCC3",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 3.3324,
|
||||
"sensor_limit": 3.83226,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 2.83254,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "voltage",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.13",
|
||||
"sensor_index": "fgHwSensorEntIndex.13",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "VCCSA",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 1.056,
|
||||
"sensor_limit": 1.2144,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 0.8976,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "voltage",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.14",
|
||||
"sensor_index": "fgHwSensorEntIndex.14",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "VCCIO",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 0.96,
|
||||
"sensor_limit": 1.104,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 0.816,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "voltage",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.16",
|
||||
"sensor_index": "fgHwSensorEntIndex.16",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "+VCC_DDR",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 1.2,
|
||||
"sensor_limit": 1.38,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 1.02,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "voltage",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.18",
|
||||
"sensor_index": "fgHwSensorEntIndex.18",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "VCCST",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 0.992,
|
||||
"sensor_limit": 1.1408,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 0.8432,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "voltage",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.2",
|
||||
"sensor_index": "fgHwSensorEntIndex.2",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "+VCC5",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 5.082,
|
||||
"sensor_limit": 5.8443,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 4.3197,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "voltage",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.3",
|
||||
"sensor_index": "fgHwSensorEntIndex.3",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "+VCC12",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 12.054,
|
||||
"sensor_limit": 13.8621,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 10.2459,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "voltage",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.6",
|
||||
"sensor_index": "fgHwSensorEntIndex.6",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "DDR3_VCC1V5_1",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 1.5016,
|
||||
"sensor_limit": 1.72684,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 1.27636,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "voltage",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.8",
|
||||
"sensor_index": "fgHwSensorEntIndex.8",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "VCC10_CP9",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 1.1662,
|
||||
"sensor_limit": 1.34113,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 0.99127,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
}
|
||||
],
|
||||
"state_indexes": [
|
||||
@@ -8373,6 +8823,131 @@
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.27",
|
||||
"sensor_index": "fgHwSensorEntIndex.27",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "Fan 1",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 6500,
|
||||
"sensor_limit": 11700,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 5200,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.28",
|
||||
"sensor_index": "fgHwSensorEntIndex.28",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "Fan 2",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 6500,
|
||||
"sensor_limit": 11700,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 5200,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.29",
|
||||
"sensor_index": "fgHwSensorEntIndex.29",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "Fan 3",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 6600,
|
||||
"sensor_limit": 11880,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 5280,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.34",
|
||||
"sensor_index": "fgHwSensorEntIndex.34",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "PS1 Fan 1",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 6400,
|
||||
"sensor_limit": 11520,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 5120,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.40",
|
||||
"sensor_index": "fgHwSensorEntIndex.40",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "PS2 Fan 1",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 6144,
|
||||
"sensor_limit": 11059.2,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 4915.2,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "state",
|
||||
@@ -9397,6 +9972,331 @@
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": "fgHwSensors"
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "temperature",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.32",
|
||||
"sensor_index": "fgHwSensorEntIndex.32",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "PS1 Temp 1",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 26,
|
||||
"sensor_limit": 46,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 16,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "temperature",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.33",
|
||||
"sensor_index": "fgHwSensorEntIndex.33",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "PS1 Temp 2",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 27,
|
||||
"sensor_limit": 47,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 17,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "temperature",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.38",
|
||||
"sensor_index": "fgHwSensorEntIndex.38",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "PS2 Temp 1",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 27,
|
||||
"sensor_limit": 47,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 17,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "temperature",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.39",
|
||||
"sensor_index": "fgHwSensorEntIndex.39",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "PS2 Temp 2",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 29,
|
||||
"sensor_limit": 49,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 19,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "voltage",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.1",
|
||||
"sensor_index": "fgHwSensorEntIndex.1",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "+VCC3",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 3.3324,
|
||||
"sensor_limit": 3.83226,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 2.83254,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "voltage",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.13",
|
||||
"sensor_index": "fgHwSensorEntIndex.13",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "VCCSA",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 1.056,
|
||||
"sensor_limit": 1.2144,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 0.8976,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "voltage",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.14",
|
||||
"sensor_index": "fgHwSensorEntIndex.14",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "VCCIO",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 0.96,
|
||||
"sensor_limit": 1.104,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 0.816,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "voltage",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.16",
|
||||
"sensor_index": "fgHwSensorEntIndex.16",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "+VCC_DDR",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 1.2,
|
||||
"sensor_limit": 1.38,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 1.02,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "voltage",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.18",
|
||||
"sensor_index": "fgHwSensorEntIndex.18",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "VCCST",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 0.992,
|
||||
"sensor_limit": 1.1408,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 0.8432,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "voltage",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.2",
|
||||
"sensor_index": "fgHwSensorEntIndex.2",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "+VCC5",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 5.082,
|
||||
"sensor_limit": 5.8443,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 4.3197,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "voltage",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.3",
|
||||
"sensor_index": "fgHwSensorEntIndex.3",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "+VCC12",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 12.054,
|
||||
"sensor_limit": 13.8621,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 10.2459,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "voltage",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.6",
|
||||
"sensor_index": "fgHwSensorEntIndex.6",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "DDR3_VCC1V5_1",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 1.5016,
|
||||
"sensor_limit": 1.72684,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 1.27636,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "voltage",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.8",
|
||||
"sensor_index": "fgHwSensorEntIndex.8",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "VCC10_CP9",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 1.1662,
|
||||
"sensor_limit": 1.34113,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 0.99127,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
}
|
||||
],
|
||||
"state_indexes": [
|
||||
|
||||
@@ -266,6 +266,206 @@
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.35",
|
||||
"sensor_index": "fgHwSensorEntIndex.35",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "Fan 1",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 3800,
|
||||
"sensor_limit": 6840,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 3040,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.36",
|
||||
"sensor_index": "fgHwSensorEntIndex.36",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "Fan 2",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 3200,
|
||||
"sensor_limit": 5760,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 2560,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.37",
|
||||
"sensor_index": "fgHwSensorEntIndex.37",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "Fan 3",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 3700,
|
||||
"sensor_limit": 6660,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 2960,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.38",
|
||||
"sensor_index": "fgHwSensorEntIndex.38",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "Fan 4",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 3100,
|
||||
"sensor_limit": 5580,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 2480,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.39",
|
||||
"sensor_index": "fgHwSensorEntIndex.39",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "Fan 5",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 3900,
|
||||
"sensor_limit": 7020,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 3120,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.40",
|
||||
"sensor_index": "fgHwSensorEntIndex.40",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "Fan 6",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 3400,
|
||||
"sensor_limit": 6120,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 2720,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.42",
|
||||
"sensor_index": "fgHwSensorEntIndex.42",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "PS1 Fan 1",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 12160,
|
||||
"sensor_limit": 21888,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 9728,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.47",
|
||||
"sensor_index": "fgHwSensorEntIndex.47",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "PS2 Fan 1",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 12032,
|
||||
"sensor_limit": 21657.6,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 9625.6,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "state",
|
||||
@@ -1665,6 +1865,56 @@
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "temperature",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.41",
|
||||
"sensor_index": "fgHwSensorEntIndex.41",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "PS1 Temp",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 26,
|
||||
"sensor_limit": 46,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 16,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "temperature",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.46",
|
||||
"sensor_index": "fgHwSensorEntIndex.46",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "PS2 Temp",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 25,
|
||||
"sensor_limit": 45,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 15,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
}
|
||||
],
|
||||
"state_indexes": [
|
||||
@@ -1925,6 +2175,206 @@
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.35",
|
||||
"sensor_index": "fgHwSensorEntIndex.35",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "Fan 1",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 3800,
|
||||
"sensor_limit": 6840,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 3040,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.36",
|
||||
"sensor_index": "fgHwSensorEntIndex.36",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "Fan 2",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 3200,
|
||||
"sensor_limit": 5760,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 2560,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.37",
|
||||
"sensor_index": "fgHwSensorEntIndex.37",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "Fan 3",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 3700,
|
||||
"sensor_limit": 6660,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 2960,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.38",
|
||||
"sensor_index": "fgHwSensorEntIndex.38",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "Fan 4",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 3100,
|
||||
"sensor_limit": 5580,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 2480,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.39",
|
||||
"sensor_index": "fgHwSensorEntIndex.39",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "Fan 5",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 3900,
|
||||
"sensor_limit": 7020,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 3120,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.40",
|
||||
"sensor_index": "fgHwSensorEntIndex.40",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "Fan 6",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 3400,
|
||||
"sensor_limit": 6120,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 2720,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.42",
|
||||
"sensor_index": "fgHwSensorEntIndex.42",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "PS1 Fan 1",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 12160,
|
||||
"sensor_limit": 21888,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 9728,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.47",
|
||||
"sensor_index": "fgHwSensorEntIndex.47",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "PS2 Fan 1",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 12032,
|
||||
"sensor_limit": 21657.6,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 9625.6,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "state",
|
||||
@@ -3324,6 +3774,56 @@
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "temperature",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.41",
|
||||
"sensor_index": "fgHwSensorEntIndex.41",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "PS1 Temp",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 26,
|
||||
"sensor_limit": 46,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 16,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "temperature",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.46",
|
||||
"sensor_index": "fgHwSensorEntIndex.46",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "PS2 Temp",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 25,
|
||||
"sensor_limit": 45,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 15,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
}
|
||||
],
|
||||
"state_indexes": [
|
||||
|
||||
@@ -37357,6 +37357,206 @@
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.35",
|
||||
"sensor_index": "fgHwSensorEntIndex.35",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "Fan 1",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 3800,
|
||||
"sensor_limit": 6840,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 3040,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.36",
|
||||
"sensor_index": "fgHwSensorEntIndex.36",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "Fan 2",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 3200,
|
||||
"sensor_limit": 5760,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 2560,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.37",
|
||||
"sensor_index": "fgHwSensorEntIndex.37",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "Fan 3",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 3700,
|
||||
"sensor_limit": 6660,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 2960,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.38",
|
||||
"sensor_index": "fgHwSensorEntIndex.38",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "Fan 4",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 3100,
|
||||
"sensor_limit": 5580,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 2480,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.39",
|
||||
"sensor_index": "fgHwSensorEntIndex.39",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "Fan 5",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 3900,
|
||||
"sensor_limit": 7020,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 3120,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.40",
|
||||
"sensor_index": "fgHwSensorEntIndex.40",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "Fan 6",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 3400,
|
||||
"sensor_limit": 6120,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 2720,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.42",
|
||||
"sensor_index": "fgHwSensorEntIndex.42",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "PS1 Fan 1",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 12160,
|
||||
"sensor_limit": 21888,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 9728,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.47",
|
||||
"sensor_index": "fgHwSensorEntIndex.47",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "PS2 Fan 1",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 12032,
|
||||
"sensor_limit": 21657.6,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 9625.6,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "state",
|
||||
@@ -38831,6 +39031,56 @@
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "temperature",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.41",
|
||||
"sensor_index": "fgHwSensorEntIndex.41",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "PS1 Temp",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 26,
|
||||
"sensor_limit": 46,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 16,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "temperature",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.46",
|
||||
"sensor_index": "fgHwSensorEntIndex.46",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "PS2 Temp",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 25,
|
||||
"sensor_limit": 45,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 15,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
}
|
||||
],
|
||||
"state_indexes": [
|
||||
@@ -39191,6 +39441,206 @@
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.35",
|
||||
"sensor_index": "fgHwSensorEntIndex.35",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "Fan 1",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 3800,
|
||||
"sensor_limit": 6840,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 3040,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.36",
|
||||
"sensor_index": "fgHwSensorEntIndex.36",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "Fan 2",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 3200,
|
||||
"sensor_limit": 5760,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 2560,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.37",
|
||||
"sensor_index": "fgHwSensorEntIndex.37",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "Fan 3",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 3700,
|
||||
"sensor_limit": 6660,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 2960,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.38",
|
||||
"sensor_index": "fgHwSensorEntIndex.38",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "Fan 4",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 3100,
|
||||
"sensor_limit": 5580,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 2480,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.39",
|
||||
"sensor_index": "fgHwSensorEntIndex.39",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "Fan 5",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 3900,
|
||||
"sensor_limit": 7020,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 3120,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.40",
|
||||
"sensor_index": "fgHwSensorEntIndex.40",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "Fan 6",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 3400,
|
||||
"sensor_limit": 6120,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 2720,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.42",
|
||||
"sensor_index": "fgHwSensorEntIndex.42",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "PS1 Fan 1",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 12160,
|
||||
"sensor_limit": 21888,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 9728,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.47",
|
||||
"sensor_index": "fgHwSensorEntIndex.47",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "PS2 Fan 1",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 12032,
|
||||
"sensor_limit": 21657.6,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 9625.6,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "state",
|
||||
@@ -40665,6 +41115,56 @@
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "temperature",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.41",
|
||||
"sensor_index": "fgHwSensorEntIndex.41",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "PS1 Temp",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 26,
|
||||
"sensor_limit": 46,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 16,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "temperature",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.46",
|
||||
"sensor_index": "fgHwSensorEntIndex.46",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "PS2 Temp",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 25,
|
||||
"sensor_limit": 45,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 15,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
}
|
||||
],
|
||||
"state_indexes": [
|
||||
|
||||
@@ -6507,6 +6507,81 @@
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": "fgVpnSslState"
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "voltage",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.10",
|
||||
"sensor_index": "fgHwSensorEntIndex.10",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "VCC 2V5",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 2.464,
|
||||
"sensor_limit": 2.8336,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 2.0944,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "voltage",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.12",
|
||||
"sensor_index": "fgHwSensorEntIndex.12",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "VCC 1V15",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 1.136,
|
||||
"sensor_limit": 1.3064,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 0.9656,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "voltage",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.4",
|
||||
"sensor_index": "fgHwSensorEntIndex.4",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "CPU VCCP",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 0.9609,
|
||||
"sensor_limit": 1.105035,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 0.816765,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
}
|
||||
],
|
||||
"state_indexes": [
|
||||
@@ -6572,7 +6647,7 @@
|
||||
"ospfIfMetricTOS": 0,
|
||||
"ospfIfMetricValue": 0,
|
||||
"ospfIfMetricStatus": "notInService",
|
||||
"context_name": null,
|
||||
"context_name": "",
|
||||
"ifIndex": null
|
||||
}
|
||||
],
|
||||
@@ -6593,7 +6668,7 @@
|
||||
"ospfMulticastExtensions": 0,
|
||||
"ospfExitOverflowInterval": 0,
|
||||
"ospfDemandExtensions": "false",
|
||||
"context_name": null
|
||||
"context_name": ""
|
||||
}
|
||||
],
|
||||
"ospf_areas": [
|
||||
@@ -6608,7 +6683,7 @@
|
||||
"ospfAreaLsaCksumSum": 6228397,
|
||||
"ospfAreaSummary": "sendAreaSummary",
|
||||
"ospfAreaStatus": "active",
|
||||
"context_name": null
|
||||
"context_name": ""
|
||||
}
|
||||
],
|
||||
"ospf_nbrs": [
|
||||
@@ -6626,7 +6701,7 @@
|
||||
"ospfNbmaNbrStatus": "0",
|
||||
"ospfNbmaNbrPermanence": "dynamic",
|
||||
"ospfNbrHelloSuppressed": "false",
|
||||
"context_name": null
|
||||
"context_name": ""
|
||||
},
|
||||
{
|
||||
"port_id": null,
|
||||
@@ -6642,7 +6717,7 @@
|
||||
"ospfNbmaNbrStatus": "0",
|
||||
"ospfNbmaNbrPermanence": "dynamic",
|
||||
"ospfNbrHelloSuppressed": "false",
|
||||
"context_name": null
|
||||
"context_name": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -5765,6 +5765,106 @@
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "temperature",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.1",
|
||||
"sensor_index": "fgHwSensorEntIndex.1",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "CPU ON-DIE Temperature",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 56.264,
|
||||
"sensor_limit": 76.264,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 46.264,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "temperature",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.2",
|
||||
"sensor_index": "fgHwSensorEntIndex.2",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "B50182 Temperature",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 53.249599,
|
||||
"sensor_limit": 73.249599,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 43.249599,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "temperature",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.3",
|
||||
"sensor_index": "fgHwSensorEntIndex.3",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "B50210_1 Temperature",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 41.858799,
|
||||
"sensor_limit": 61.858799,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 31.858799,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "temperature",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.4",
|
||||
"sensor_index": "fgHwSensorEntIndex.4",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "B50210_2 Temperature",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 40.747601,
|
||||
"sensor_limit": 60.747601,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 30.747601,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
}
|
||||
],
|
||||
"state_indexes": [
|
||||
@@ -6199,6 +6299,106 @@
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "temperature",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.1",
|
||||
"sensor_index": "fgHwSensorEntIndex.1",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "CPU ON-DIE Temperature",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 56.264,
|
||||
"sensor_limit": 76.264,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 46.264,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "temperature",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.2",
|
||||
"sensor_index": "fgHwSensorEntIndex.2",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "B50182 Temperature",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 53.249599,
|
||||
"sensor_limit": 73.249599,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 43.249599,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "temperature",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.3",
|
||||
"sensor_index": "fgHwSensorEntIndex.3",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "B50210_1 Temperature",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 41.858799,
|
||||
"sensor_limit": 61.858799,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 31.858799,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "temperature",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.4",
|
||||
"sensor_index": "fgHwSensorEntIndex.4",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "B50210_2 Temperature",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 40.747601,
|
||||
"sensor_limit": 60.747601,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 30.747601,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
}
|
||||
],
|
||||
"state_indexes": [
|
||||
|
||||
@@ -7932,6 +7932,56 @@
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.3",
|
||||
"sensor_index": "fgHwSensorEntIndex.3",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "FAN 1 CPU Fan1 Speed",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 9060,
|
||||
"sensor_limit": 16308,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 7248,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.4",
|
||||
"sensor_index": "fgHwSensorEntIndex.4",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "FAN 2 CPU Fan2 Speed",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 9000,
|
||||
"sensor_limit": 16200,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 7200,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "state",
|
||||
@@ -8816,6 +8866,56 @@
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.3",
|
||||
"sensor_index": "fgHwSensorEntIndex.3",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "FAN 1 CPU Fan1 Speed",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 9060,
|
||||
"sensor_limit": 16308,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 7248,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "fanspeed",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.12356.101.4.3.2.1.3.4",
|
||||
"sensor_index": "fgHwSensorEntIndex.4",
|
||||
"sensor_type": "fortigate",
|
||||
"sensor_descr": "FAN 2 CPU Fan2 Speed",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 9000,
|
||||
"sensor_limit": 16200,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 7200,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"rrd_type": "GAUGE",
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "state",
|
||||
|
||||
@@ -15,17 +15,29 @@
|
||||
1.3.6.1.2.1.2.2.1.2.9|4|
|
||||
1.3.6.1.2.1.2.2.1.2.10|4|
|
||||
1.3.6.1.2.1.2.2.1.2.11|4|
|
||||
1.3.6.1.2.1.2.2.1.2.12|4|
|
||||
1.3.6.1.2.1.2.2.1.2.13|4|
|
||||
1.3.6.1.2.1.2.2.1.2.14|4|
|
||||
1.3.6.1.2.1.2.2.1.2.15|4|
|
||||
1.3.6.1.2.1.2.2.1.2.16|4|
|
||||
1.3.6.1.2.1.2.2.1.2.18|4|
|
||||
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.3.4|2|6
|
||||
1.3.6.1.2.1.2.2.1.3.5|2|131
|
||||
1.3.6.1.2.1.2.2.1.3.6|2|209
|
||||
1.3.6.1.2.1.2.2.1.3.7|2|209
|
||||
1.3.6.1.2.1.2.2.1.3.8|2|6
|
||||
1.3.6.1.2.1.2.2.1.3.9|2|6
|
||||
1.3.6.1.2.1.2.2.1.3.10|2|131
|
||||
1.3.6.1.2.1.2.2.1.3.11|2|131
|
||||
1.3.6.1.2.1.2.2.1.3.5|2|6
|
||||
1.3.6.1.2.1.2.2.1.3.6|2|6
|
||||
1.3.6.1.2.1.2.2.1.3.7|2|131
|
||||
1.3.6.1.2.1.2.2.1.3.8|2|209
|
||||
1.3.6.1.2.1.2.2.1.3.9|2|131
|
||||
1.3.6.1.2.1.2.2.1.3.10|2|6
|
||||
1.3.6.1.2.1.2.2.1.3.11|2|6
|
||||
1.3.6.1.2.1.2.2.1.3.12|2|6
|
||||
1.3.6.1.2.1.2.2.1.3.13|2|6
|
||||
1.3.6.1.2.1.2.2.1.3.14|2|6
|
||||
1.3.6.1.2.1.2.2.1.3.15|2|131
|
||||
1.3.6.1.2.1.2.2.1.3.16|2|131
|
||||
1.3.6.1.2.1.2.2.1.3.18|2|24
|
||||
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
|
||||
@@ -59,17 +71,23 @@
|
||||
1.3.6.1.2.1.2.2.1.7.9|2|1
|
||||
1.3.6.1.2.1.2.2.1.7.10|2|1
|
||||
1.3.6.1.2.1.2.2.1.7.11|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.1|2|2
|
||||
1.3.6.1.2.1.2.2.1.8.2|2|2
|
||||
1.3.6.1.2.1.2.2.1.8.3|2|2
|
||||
1.3.6.1.2.1.2.2.1.8.4|2|2
|
||||
1.3.6.1.2.1.2.2.1.8.5|2|1
|
||||
1.3.6.1.2.1.2.2.1.8.6|2|1
|
||||
1.3.6.1.2.1.2.2.1.8.7|2|2
|
||||
1.3.6.1.2.1.2.2.1.8.8|2|1
|
||||
1.3.6.1.2.1.2.2.1.8.5|2|2
|
||||
1.3.6.1.2.1.2.2.1.8.6|2|2
|
||||
1.3.6.1.2.1.2.2.1.8.7|2|1
|
||||
1.3.6.1.2.1.2.2.1.8.8|2|2
|
||||
1.3.6.1.2.1.2.2.1.8.9|2|1
|
||||
1.3.6.1.2.1.2.2.1.8.10|2|2
|
||||
1.3.6.1.2.1.2.2.1.8.11|2|1
|
||||
1.3.6.1.2.1.2.2.1.8.10|2|1
|
||||
1.3.6.1.2.1.2.2.1.8.11|2|2
|
||||
1.3.6.1.2.1.2.2.1.8.12|2|2
|
||||
1.3.6.1.2.1.2.2.1.8.13|2|2
|
||||
1.3.6.1.2.1.2.2.1.8.14|2|2
|
||||
1.3.6.1.2.1.2.2.1.8.15|2|1
|
||||
1.3.6.1.2.1.2.2.1.8.16|2|1
|
||||
1.3.6.1.2.1.2.2.1.8.18|2|1
|
||||
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
|
||||
@@ -143,14 +161,24 @@
|
||||
1.3.6.1.2.1.4.19.0|65|452623
|
||||
1.3.6.1.2.1.4.20.1.2.10.10.10.1|2|3
|
||||
1.3.6.1.2.1.4.20.1.2.10.169.96.227|2|1
|
||||
1.3.6.1.2.1.4.20.1.2.127.0.0.1.1|2|18
|
||||
1.3.6.1.2.1.4.20.1.2.127.0.0.1.2.1|2|10
|
||||
1.3.6.1.2.1.4.20.1.2.169.254.1.1|2|7
|
||||
1.3.6.1.2.1.4.20.1.2.169.254.2.1|2|11
|
||||
1.3.6.1.2.1.4.20.1.2.172.16.20.240|2|6
|
||||
1.3.6.1.2.1.4.20.1.2.172.18.57.126.1|2|10
|
||||
1.3.6.1.2.1.4.20.1.2.172.18.255.41.1|2|18
|
||||
1.3.6.1.2.1.4.20.1.2.192.168.1.99.1|2|8
|
||||
1.3.6.1.2.1.4.20.1.3.10.10.10.1|64|255.255.255.0
|
||||
1.3.6.1.2.1.4.20.1.3.10.169.96.227|64|255.255.255.128
|
||||
1.3.6.1.2.1.4.20.1.3.127.0.0.1.1|64|255.0.0.0
|
||||
1.3.6.1.2.1.4.20.1.3.127.0.0.2.1|64|255.255.255.255
|
||||
1.3.6.1.2.1.4.20.1.3.169.254.1.1|64|255.255.255.0
|
||||
1.3.6.1.2.1.4.20.1.3.169.254.2.1|64|255.255.255.255
|
||||
1.3.6.1.2.1.4.20.1.3.172.16.20.240|64|255.255.255.0
|
||||
1.3.6.1.2.1.4.20.1.3.172.18.57.126.1|64|255.255.255.128
|
||||
1.3.6.1.2.1.4.20.1.3.172.18.255.41.1|64|255.255.255.255
|
||||
1.3.6.1.2.1.4.20.1.3.192.168.1.99.1|64|255.255.255.0
|
||||
1.3.6.1.2.1.4.22.1.2.1.10.169.96.190|4x|005056AA11CC
|
||||
1.3.6.1.2.1.4.22.1.2.1.10.169.96.204|4x|005056AA22CC
|
||||
1.3.6.1.2.1.4.22.1.2.1.10.169.96.229|4x|005056AA33CC
|
||||
@@ -158,18 +186,18 @@
|
||||
1.3.6.1.2.1.4.22.1.2.1.10.169.96.240|4x|00005EAA11DD
|
||||
1.3.6.1.2.1.4.22.1.2.6.172.16.20.1|4x|A8F7E0AA112A
|
||||
1.3.6.1.2.1.4.22.1.2.8.169.254.0.1|4x|E023FFAA112B
|
||||
1.3.6.1.2.1.4.31.1.1.3.1|65|27042261
|
||||
1.3.6.1.2.1.4.31.1.1.3.2|65|284999
|
||||
1.3.6.1.2.1.4.31.1.1.4.1|70|27042261
|
||||
1.3.6.1.2.1.4.31.1.1.4.2|70|284999
|
||||
1.3.6.1.2.1.4.31.1.1.5.1|65|155419188
|
||||
1.3.6.1.2.1.4.31.1.1.5.2|65|35839037
|
||||
1.3.6.1.2.1.4.31.1.1.6.1|70|4450386484
|
||||
1.3.6.1.2.1.4.31.1.1.6.2|70|35839037
|
||||
1.3.6.1.2.1.4.31.1.1.7.1|65|3
|
||||
1.3.6.1.2.1.4.31.1.1.3.1|65|384065
|
||||
1.3.6.1.2.1.4.31.1.1.3.2|65|4
|
||||
1.3.6.1.2.1.4.31.1.1.4.1|70|384065
|
||||
1.3.6.1.2.1.4.31.1.1.4.2|70|4
|
||||
1.3.6.1.2.1.4.31.1.1.5.1|65|34578342
|
||||
1.3.6.1.2.1.4.31.1.1.5.2|65|304
|
||||
1.3.6.1.2.1.4.31.1.1.6.1|70|34578342
|
||||
1.3.6.1.2.1.4.31.1.1.6.2|70|304
|
||||
1.3.6.1.2.1.4.31.1.1.7.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.7.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.8.1|65|43
|
||||
1.3.6.1.2.1.4.31.1.1.8.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.8.1|65|27
|
||||
1.3.6.1.2.1.4.31.1.1.8.2|65|2
|
||||
1.3.6.1.2.1.4.31.1.1.9.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.9.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.10.1|65|0
|
||||
@@ -188,61 +216,61 @@
|
||||
1.3.6.1.2.1.4.31.1.1.16.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.17.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.17.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.18.1|65|19421753
|
||||
1.3.6.1.2.1.4.31.1.1.18.2|65|3433
|
||||
1.3.6.1.2.1.4.31.1.1.19.1|70|19421753
|
||||
1.3.6.1.2.1.4.31.1.1.19.2|70|3433
|
||||
1.3.6.1.2.1.4.31.1.1.20.1|65|41215466
|
||||
1.3.6.1.2.1.4.31.1.1.20.2|65|52
|
||||
1.3.6.1.2.1.4.31.1.1.21.1|70|41215466
|
||||
1.3.6.1.2.1.4.31.1.1.21.2|70|52
|
||||
1.3.6.1.2.1.4.31.1.1.22.1|65|137
|
||||
1.3.6.1.2.1.4.31.1.1.18.1|65|383817
|
||||
1.3.6.1.2.1.4.31.1.1.18.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.19.1|70|383817
|
||||
1.3.6.1.2.1.4.31.1.1.19.2|70|0
|
||||
1.3.6.1.2.1.4.31.1.1.20.1|65|440001
|
||||
1.3.6.1.2.1.4.31.1.1.20.2|65|55
|
||||
1.3.6.1.2.1.4.31.1.1.21.1|70|440001
|
||||
1.3.6.1.2.1.4.31.1.1.21.2|70|55
|
||||
1.3.6.1.2.1.4.31.1.1.22.1|65|132150
|
||||
1.3.6.1.2.1.4.31.1.1.22.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.23.1|65|897036
|
||||
1.3.6.1.2.1.4.31.1.1.23.1|65|206
|
||||
1.3.6.1.2.1.4.31.1.1.23.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.24.1|70|897036
|
||||
1.3.6.1.2.1.4.31.1.1.24.1|70|206
|
||||
1.3.6.1.2.1.4.31.1.1.24.2|70|0
|
||||
1.3.6.1.2.1.4.31.1.1.25.1|65|1
|
||||
1.3.6.1.2.1.4.31.1.1.25.2|65|22
|
||||
1.3.6.1.2.1.4.31.1.1.25.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.25.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.26.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.26.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.27.1|65|37719
|
||||
1.3.6.1.2.1.4.31.1.1.27.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.27.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.28.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.28.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.29.1|65|452623
|
||||
1.3.6.1.2.1.4.31.1.1.29.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.29.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.30.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.30.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.31.1|70|0
|
||||
1.3.6.1.2.1.4.31.1.1.31.2|70|0
|
||||
1.3.6.1.2.1.4.31.1.1.32.1|65|2478967191
|
||||
1.3.6.1.2.1.4.31.1.1.32.2|65|3952
|
||||
1.3.6.1.2.1.4.31.1.1.33.1|70|15363869079
|
||||
1.3.6.1.2.1.4.31.1.1.33.2|70|3952
|
||||
1.3.6.1.2.1.4.31.1.1.32.1|65|85292580
|
||||
1.3.6.1.2.1.4.31.1.1.32.2|65|4180
|
||||
1.3.6.1.2.1.4.31.1.1.33.1|70|85292580
|
||||
1.3.6.1.2.1.4.31.1.1.33.2|70|4180
|
||||
1.3.6.1.2.1.4.31.1.1.34.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.34.2|65|284995
|
||||
1.3.6.1.2.1.4.31.1.1.34.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.35.1|70|0
|
||||
1.3.6.1.2.1.4.31.1.1.35.2|70|284995
|
||||
1.3.6.1.2.1.4.31.1.1.35.2|70|0
|
||||
1.3.6.1.2.1.4.31.1.1.36.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.36.2|65|35838581
|
||||
1.3.6.1.2.1.4.31.1.1.36.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.37.1|70|0
|
||||
1.3.6.1.2.1.4.31.1.1.37.2|70|35838581
|
||||
1.3.6.1.2.1.4.31.1.1.38.1|65|12
|
||||
1.3.6.1.2.1.4.31.1.1.38.2|65|60
|
||||
1.3.6.1.2.1.4.31.1.1.39.1|70|12
|
||||
1.3.6.1.2.1.4.31.1.1.39.2|70|60
|
||||
1.3.6.1.2.1.4.31.1.1.40.1|65|480
|
||||
1.3.6.1.2.1.4.31.1.1.40.2|65|4560
|
||||
1.3.6.1.2.1.4.31.1.1.41.1|70|480
|
||||
1.3.6.1.2.1.4.31.1.1.41.2|70|4560
|
||||
1.3.6.1.2.1.4.31.1.1.42.1|65|1153020
|
||||
1.3.6.1.2.1.4.31.1.1.37.2|70|0
|
||||
1.3.6.1.2.1.4.31.1.1.38.1|65|2
|
||||
1.3.6.1.2.1.4.31.1.1.38.2|65|110
|
||||
1.3.6.1.2.1.4.31.1.1.39.1|70|2
|
||||
1.3.6.1.2.1.4.31.1.1.39.2|70|110
|
||||
1.3.6.1.2.1.4.31.1.1.40.1|65|80
|
||||
1.3.6.1.2.1.4.31.1.1.40.2|65|8360
|
||||
1.3.6.1.2.1.4.31.1.1.41.1|70|80
|
||||
1.3.6.1.2.1.4.31.1.1.41.2|70|8360
|
||||
1.3.6.1.2.1.4.31.1.1.42.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.42.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.43.1|70|1153020
|
||||
1.3.6.1.2.1.4.31.1.1.43.1|70|0
|
||||
1.3.6.1.2.1.4.31.1.1.43.2|70|0
|
||||
1.3.6.1.2.1.4.31.1.1.44.1|65|452039
|
||||
1.3.6.1.2.1.4.31.1.1.44.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.44.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.45.1|70|452039
|
||||
1.3.6.1.2.1.4.31.1.1.45.1|70|0
|
||||
1.3.6.1.2.1.4.31.1.1.45.2|70|0
|
||||
1.3.6.1.2.1.4.31.1.1.46.1|67|0
|
||||
1.3.6.1.2.1.4.31.1.1.46.2|67|0
|
||||
@@ -300,17 +328,24 @@
|
||||
1.3.6.1.2.1.10.7.2.1.19.10|2|0
|
||||
1.3.6.1.2.1.10.7.2.1.19.11|2|0
|
||||
1.3.6.1.2.1.15.2.0|2|0
|
||||
1.3.6.1.2.1.15.2.1|2|0
|
||||
1.3.6.1.2.1.31.1.1.1.1.1|4|wan1
|
||||
1.3.6.1.2.1.31.1.1.1.1.2|4|wan2
|
||||
1.3.6.1.2.1.31.1.1.1.1.3|4|dmz
|
||||
1.3.6.1.2.1.31.1.1.1.1.4|4|modem
|
||||
1.3.6.1.2.1.31.1.1.1.1.5|4|ssl.root
|
||||
1.3.6.1.2.1.31.1.1.1.1.6|4|internal
|
||||
1.3.6.1.2.1.31.1.1.1.1.7|4|fortilink
|
||||
1.3.6.1.2.1.31.1.1.1.1.8|4|internal4
|
||||
1.3.6.1.2.1.31.1.1.1.1.9|4|internal5
|
||||
1.3.6.1.2.1.31.1.1.1.1.10|4|VPN2
|
||||
1.3.6.1.2.1.31.1.1.1.1.11|4|VPN-Prod
|
||||
1.3.6.1.2.1.31.1.1.1.1.4|4|a
|
||||
1.3.6.1.2.1.31.1.1.1.1.5|4|b
|
||||
1.3.6.1.2.1.31.1.1.1.1.6|4|modem
|
||||
1.3.6.1.2.1.31.1.1.1.1.7|4|ssl.root
|
||||
1.3.6.1.2.1.31.1.1.1.1.8|4|internal
|
||||
1.3.6.1.2.1.31.1.1.1.1.9|4|Private-D
|
||||
1.3.6.1.2.1.31.1.1.1.1.10|4|internal1
|
||||
1.3.6.1.2.1.31.1.1.1.1.11|4|internal2
|
||||
1.3.6.1.2.1.31.1.1.1.1.12|4|internal3
|
||||
1.3.6.1.2.1.31.1.1.1.1.13|4|internal4
|
||||
1.3.6.1.2.1.31.1.1.1.1.14|4|internal5
|
||||
1.3.6.1.2.1.31.1.1.1.1.15|4|naf.root
|
||||
1.3.6.1.2.1.31.1.1.1.1.16|4|l2t.root
|
||||
1.3.6.1.2.1.31.1.1.1.1.18|4|MGMT
|
||||
1.3.6.1.2.1.31.1.1.1.2.1|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.2.2|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.2.3|65|0
|
||||
@@ -491,13 +526,19 @@
|
||||
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.2.1.31.1.1.1.18.4|4|
|
||||
1.3.6.1.2.1.31.1.1.1.18.5|4|SSL VPN interface
|
||||
1.3.6.1.2.1.31.1.1.1.18.5|4|
|
||||
1.3.6.1.2.1.31.1.1.1.18.6|4|
|
||||
1.3.6.1.2.1.31.1.1.1.18.7|4|
|
||||
1.3.6.1.2.1.31.1.1.1.18.7|4|SSL VPN interface
|
||||
1.3.6.1.2.1.31.1.1.1.18.8|4|
|
||||
1.3.6.1.2.1.31.1.1.1.18.9|4|
|
||||
1.3.6.1.2.1.31.1.1.1.18.10|4|
|
||||
1.3.6.1.2.1.31.1.1.1.18.11|4|
|
||||
1.3.6.1.2.1.31.1.1.1.18.12|4|
|
||||
1.3.6.1.2.1.31.1.1.1.18.13|4|
|
||||
1.3.6.1.2.1.31.1.1.1.18.14|4|
|
||||
1.3.6.1.2.1.31.1.1.1.18.15|4|
|
||||
1.3.6.1.2.1.31.1.1.1.18.16|4|
|
||||
1.3.6.1.2.1.31.1.1.1.18.18|4|
|
||||
1.3.6.1.2.1.31.1.1.1.19.1|67|0
|
||||
1.3.6.1.2.1.31.1.1.1.19.2|67|0
|
||||
1.3.6.1.2.1.31.1.1.1.19.3|67|0
|
||||
@@ -509,27 +550,43 @@
|
||||
1.3.6.1.2.1.31.1.1.1.19.9|67|0
|
||||
1.3.6.1.2.1.31.1.1.1.19.10|67|0
|
||||
1.3.6.1.2.1.31.1.1.1.19.11|67|0
|
||||
1.3.6.1.2.1.31.1.2.1.3.0.1|2|1
|
||||
1.3.6.1.2.1.31.1.2.1.3.0.2|2|1
|
||||
1.3.6.1.2.1.31.1.2.1.3.0.3|2|1
|
||||
1.3.6.1.2.1.31.1.2.1.3.0.4|2|2
|
||||
1.3.6.1.2.1.31.1.2.1.3.0.3|2|2
|
||||
1.3.6.1.2.1.31.1.2.1.3.0.4|2|1
|
||||
1.3.6.1.2.1.31.1.2.1.3.0.5|2|1
|
||||
1.3.6.1.2.1.31.1.2.1.3.0.6|2|1
|
||||
1.3.6.1.2.1.31.1.2.1.3.0.6|2|2
|
||||
1.3.6.1.2.1.31.1.2.1.3.0.7|2|1
|
||||
1.3.6.1.2.1.31.1.2.1.3.0.8|2|1
|
||||
1.3.6.1.2.1.31.1.2.1.3.0.9|2|1
|
||||
1.3.6.1.2.1.31.1.2.1.3.0.10|2|1
|
||||
1.3.6.1.2.1.31.1.2.1.3.0.11|2|1
|
||||
1.3.6.1.2.1.31.1.2.1.3.0.12|2|1
|
||||
1.3.6.1.2.1.31.1.2.1.3.0.13|2|1
|
||||
1.3.6.1.2.1.31.1.2.1.3.0.14|2|1
|
||||
1.3.6.1.2.1.31.1.2.1.3.0.15|2|1
|
||||
1.3.6.1.2.1.31.1.2.1.3.0.16|2|1
|
||||
1.3.6.1.2.1.31.1.2.1.3.0.18|2|1
|
||||
1.3.6.1.2.1.31.1.2.1.3.1.0|2|1
|
||||
1.3.6.1.2.1.31.1.2.1.3.2.0|2|1
|
||||
1.3.6.1.2.1.31.1.2.1.3.3.0|2|1
|
||||
1.3.6.1.2.1.31.1.2.1.3.4.0|2|2
|
||||
1.3.6.1.2.1.31.1.2.1.3.3.0|2|2
|
||||
1.3.6.1.2.1.31.1.2.1.3.4.0|2|1
|
||||
1.3.6.1.2.1.31.1.2.1.3.5.0|2|1
|
||||
1.3.6.1.2.1.31.1.2.1.3.6.0|2|1
|
||||
1.3.6.1.2.1.31.1.2.1.3.6.0|2|2
|
||||
1.3.6.1.2.1.31.1.2.1.3.7.0|2|1
|
||||
1.3.6.1.2.1.31.1.2.1.3.8.0|2|1
|
||||
1.3.6.1.2.1.31.1.2.1.3.9.0|2|1
|
||||
1.3.6.1.2.1.31.1.2.1.3.9.10|2|1
|
||||
1.3.6.1.2.1.31.1.2.1.3.10.0|2|1
|
||||
1.3.6.1.2.1.31.1.2.1.3.10.1|2|1
|
||||
1.3.6.1.2.1.31.1.2.1.3.11.0|2|1
|
||||
1.3.6.1.2.1.31.1.2.1.3.11.1|2|1
|
||||
1.3.6.1.2.1.31.1.2.1.3.12.0|2|1
|
||||
1.3.6.1.2.1.31.1.2.1.3.13.0|2|1
|
||||
1.3.6.1.2.1.31.1.2.1.3.14.0|2|1
|
||||
1.3.6.1.2.1.31.1.2.1.3.15.0|2|1
|
||||
1.3.6.1.2.1.31.1.2.1.3.16.0|2|1
|
||||
1.3.6.1.2.1.31.1.2.1.3.18.0|2|1
|
||||
1.3.6.1.2.1.47.1.1.1.1.2.1|4|Fortinet FGT_60F, HW Serial#: FGT60FTK00000000
|
||||
1.3.6.1.2.1.47.1.1.1.1.2.2|4|Ethernet Port, Vitual Domain: root
|
||||
1.3.6.1.2.1.47.1.1.1.1.2.3|4|Ethernet Port, Vitual Domain: root
|
||||
@@ -546,13 +603,13 @@
|
||||
1.3.6.1.2.1.47.1.3.2.1.2.3.0|6|1.3.6.1.2.1.2.2.1.1.2
|
||||
1.3.6.1.2.1.47.1.3.2.1.2.4.0|6|1.3.6.1.2.1.2.2.1.1.3
|
||||
1.3.6.1.2.1.47.1.3.2.1.2.5.0|6|1.3.6.1.2.1.2.2.1.1.4
|
||||
1.3.6.1.4.1.12356.101.4.1.1.0|4|v6.2.7,build1190,201216 (GA)
|
||||
1.3.6.1.4.1.12356.101.4.1.1.0|4|v7.2.6,build1575,230926 (GA.F)
|
||||
1.3.6.1.4.1.12356.101.4.1.3.0|66|0
|
||||
1.3.6.1.4.1.12356.101.4.1.4.0|66|50
|
||||
1.3.6.1.4.1.12356.101.4.1.5.0|66|1965108
|
||||
1.3.6.1.4.1.12356.101.4.1.8.0|66|437
|
||||
1.3.6.1.4.1.12356.101.4.1.4.0|66|33
|
||||
1.3.6.1.4.1.12356.101.4.1.5.0|66|1963972
|
||||
1.3.6.1.4.1.12356.101.4.1.8.0|66|174
|
||||
1.3.6.1.4.1.12356.101.4.1.11.0|66|2
|
||||
1.3.6.1.4.1.12356.101.4.1.12.0|66|1
|
||||
1.3.6.1.4.1.12356.101.4.1.12.0|66|0
|
||||
1.3.6.1.4.1.12356.101.4.1.13.0|66|0
|
||||
1.3.6.1.4.1.12356.101.4.1.14.0|66|0
|
||||
1.3.6.1.4.1.12356.101.4.3.1.0|2|4
|
||||
@@ -560,19 +617,19 @@
|
||||
1.3.6.1.4.1.12356.101.4.3.2.1.1.2|2|2
|
||||
1.3.6.1.4.1.12356.101.4.3.2.1.1.3|2|3
|
||||
1.3.6.1.4.1.12356.101.4.3.2.1.1.4|2|4
|
||||
1.3.6.1.4.1.12356.101.4.3.2.1.2.1|4|CPU ON-DIE
|
||||
1.3.6.1.4.1.12356.101.4.3.2.1.2.2|4|B50182
|
||||
1.3.6.1.4.1.12356.101.4.3.2.1.2.3|4|B50210_1
|
||||
1.3.6.1.4.1.12356.101.4.3.2.1.2.4|4|B50210_2
|
||||
1.3.6.1.4.1.12356.101.4.3.2.1.3.1|4|52.5
|
||||
1.3.6.1.4.1.12356.101.4.3.2.1.3.2|4|50.7966
|
||||
1.3.6.1.4.1.12356.101.4.3.2.1.3.3|4|42.414398
|
||||
1.3.6.1.4.1.12356.101.4.3.2.1.3.4|4|36.858398
|
||||
1.3.6.1.4.1.12356.101.4.3.2.1.2.1|4|CPU ON-DIE Temperature
|
||||
1.3.6.1.4.1.12356.101.4.3.2.1.2.2|4|B50182 Temperature
|
||||
1.3.6.1.4.1.12356.101.4.3.2.1.2.3|4|B50210_1 Temperature
|
||||
1.3.6.1.4.1.12356.101.4.3.2.1.2.4|4|B50210_2 Temperature
|
||||
1.3.6.1.4.1.12356.101.4.3.2.1.3.1|4|51.569
|
||||
1.3.6.1.4.1.12356.101.4.3.2.1.3.2|4|46.381199
|
||||
1.3.6.1.4.1.12356.101.4.3.2.1.3.3|4|39.636398
|
||||
1.3.6.1.4.1.12356.101.4.3.2.1.3.4|4|37.414001
|
||||
1.3.6.1.4.1.12356.101.4.3.2.1.4.1|2|0
|
||||
1.3.6.1.4.1.12356.101.4.3.2.1.4.2|2|0
|
||||
1.3.6.1.4.1.12356.101.4.3.2.1.4.3|2|0
|
||||
1.3.6.1.4.1.12356.101.4.3.2.1.4.4|2|0
|
||||
1.3.6.1.4.1.12356.101.4.4.2.1.2.1|66|0
|
||||
1.3.6.1.4.1.12356.101.4.4.2.1.2.1|66|2
|
||||
1.3.6.1.4.1.12356.101.4.4.2.1.2.2|66|0
|
||||
1.3.6.1.4.1.12356.101.4.4.2.1.2.3|66|0
|
||||
1.3.6.1.4.1.12356.101.4.4.2.1.2.4|66|0
|
||||
@@ -580,10 +637,72 @@
|
||||
1.3.6.1.4.1.12356.101.4.4.2.1.2.6|66|0
|
||||
1.3.6.1.4.1.12356.101.4.4.2.1.2.7|66|0
|
||||
1.3.6.1.4.1.12356.101.4.4.2.1.2.8|66|0
|
||||
1.3.6.1.4.1.12356.101.12.1.1.0|2|0
|
||||
1.3.6.1.4.1.12356.101.12.2.3.1.1.1|2|2
|
||||
1.3.6.1.4.1.12356.101.4.4.2.1.2.9|66|0
|
||||
1.3.6.1.4.1.12356.101.4.9.2.1.1.1|2|1
|
||||
1.3.6.1.4.1.12356.101.4.9.2.1.2.1|4|Private
|
||||
1.3.6.1.4.1.12356.101.4.9.2.1.3.1|66|1
|
||||
1.3.6.1.4.1.12356.101.4.9.2.1.4.1|2|0
|
||||
1.3.6.1.4.1.12356.101.4.9.2.1.5.1|4|13.039
|
||||
1.3.6.1.4.1.12356.101.4.9.2.1.6.1|4|0.354
|
||||
1.3.6.1.4.1.12356.101.4.9.2.1.7.1|70|234579
|
||||
1.3.6.1.4.1.12356.101.4.9.2.1.8.1|70|234523
|
||||
1.3.6.1.4.1.12356.101.4.9.2.1.9.1|4|0.000
|
||||
1.3.6.1.4.1.12356.101.4.9.2.1.10.1|4|root
|
||||
1.3.6.1.4.1.12356.101.4.9.2.1.11.1|65|999998
|
||||
1.3.6.1.4.1.12356.101.4.9.2.1.12.1|65|999985
|
||||
1.3.6.1.4.1.12356.101.4.9.2.1.13.1|65|1999983
|
||||
1.3.6.1.4.1.12356.101.4.9.2.1.14.1|4|Private
|
||||
1.3.6.1.4.1.12356.101.4.9.2.1.15.1|65|14
|
||||
1.3.6.1.4.1.12356.101.4.9.2.1.16.1|65|2
|
||||
1.3.6.1.4.1.12356.101.4.9.2.1.17.1|65|16
|
||||
1.3.6.1.4.1.12356.101.4.9.2.1.18.1|4|g711
|
||||
1.3.6.1.4.1.12356.101.4.9.2.1.19.1|4|4.398
|
||||
1.3.6.1.4.1.12356.101.9.2.1.1.1.1|65|0
|
||||
1.3.6.1.4.1.12356.101.9.2.1.1.2.1|65|0
|
||||
1.3.6.1.4.1.12356.101.9.2.1.1.3.1|65|0
|
||||
1.3.6.1.4.1.12356.101.9.2.1.1.4.1|65|0
|
||||
1.3.6.1.4.1.12356.101.9.2.1.1.5.1|65|0
|
||||
1.3.6.1.4.1.12356.101.9.2.1.1.6.1|65|0
|
||||
1.3.6.1.4.1.12356.101.9.2.1.1.7.1|65|0
|
||||
1.3.6.1.4.1.12356.101.9.2.1.1.8.1|65|0
|
||||
1.3.6.1.4.1.12356.101.9.2.1.1.9.1|65|0
|
||||
1.3.6.1.4.1.12356.101.10.1.2.1.1.1.1|65|0
|
||||
1.3.6.1.4.1.12356.101.10.1.2.1.1.2.1|65|0
|
||||
1.3.6.1.4.1.12356.101.10.1.2.1.1.3.1|65|0
|
||||
1.3.6.1.4.1.12356.101.10.1.2.1.1.4.1|65|0
|
||||
1.3.6.1.4.1.12356.101.10.1.2.1.1.5.1|65|0
|
||||
1.3.6.1.4.1.12356.101.10.1.2.1.1.6.1|65|0
|
||||
1.3.6.1.4.1.12356.101.10.1.2.1.1.7.1|65|0
|
||||
1.3.6.1.4.1.12356.101.12.1.1.0|2|1
|
||||
1.3.6.1.4.1.12356.101.12.2.3.1.1.1|2|1
|
||||
1.3.6.1.4.1.12356.101.12.2.3.1.2.1|66|0
|
||||
1.3.6.1.4.1.12356.101.12.2.3.1.6.1|66|0
|
||||
1.3.6.1.4.1.12356.101.12.4.2.1.2.1.1|4|Private
|
||||
1.3.6.1.4.1.12356.101.12.4.2.1.3.1.1|4|Private
|
||||
1.3.6.1.4.1.12356.101.12.4.2.1.4.1.1|2|1
|
||||
1.3.6.1.4.1.12356.101.12.4.2.1.5.1.1|4x|5F98B97E
|
||||
1.3.6.1.4.1.12356.101.12.4.2.1.6.1.1|66|0
|
||||
1.3.6.1.4.1.12356.101.12.4.2.1.7.1.1|2|1
|
||||
1.3.6.1.4.1.12356.101.12.4.2.1.8.1.1|4x|9F2E4D0A
|
||||
1.3.6.1.4.1.12356.101.12.4.2.1.9.1.1|66|0
|
||||
1.3.6.1.4.1.12356.101.12.4.2.1.10.1.1|2|1
|
||||
1.3.6.1.4.1.12356.101.12.4.2.1.11.1.1|4x|AC12FF00
|
||||
1.3.6.1.4.1.12356.101.12.4.2.1.12.1.1|2|1
|
||||
1.3.6.1.4.1.12356.101.12.4.2.1.13.1.1|4x|AC12FFFF
|
||||
1.3.6.1.4.1.12356.101.12.4.2.1.14.1.1|66|0
|
||||
1.3.6.1.4.1.12356.101.12.4.2.1.15.1.1|2|1
|
||||
1.3.6.1.4.1.12356.101.12.4.2.1.16.1.1|4x|0AFA0000
|
||||
1.3.6.1.4.1.12356.101.12.4.2.1.17.1.1|2|1
|
||||
1.3.6.1.4.1.12356.101.12.4.2.1.18.1.1|4x|0AFBFFFF
|
||||
1.3.6.1.4.1.12356.101.12.4.2.1.19.1.1|66|0
|
||||
1.3.6.1.4.1.12356.101.12.4.2.1.20.1.1|2|0
|
||||
1.3.6.1.4.1.12356.101.12.4.2.1.21.1.1|66|28533
|
||||
1.3.6.1.4.1.12356.101.12.4.2.1.22.1.1|66|0
|
||||
1.3.6.1.4.1.12356.101.12.4.2.1.23.1.1|66|20532
|
||||
1.3.6.1.4.1.12356.101.12.4.2.1.24.1.1|70|48612092
|
||||
1.3.6.1.4.1.12356.101.12.4.2.1.25.1.1|70|70726487
|
||||
1.3.6.1.4.1.12356.101.12.4.2.1.26.1.1|2|2
|
||||
1.3.6.1.4.1.12356.101.12.4.2.1.27.1.1|2|1
|
||||
1.3.6.1.4.1.12356.101.13.2.1.1.1.1|2|1
|
||||
1.3.6.1.4.1.12356.101.13.2.1.1.1.2|2|2
|
||||
1.3.6.1.4.1.12356.101.13.2.1.1.2.1|4|FGT60FTK00000000
|
||||
@@ -616,4 +735,6 @@
|
||||
1.3.6.1.4.1.12356.101.13.2.1.1.15.2|4|814C0EBEDC7A5DD6836150AA1E213837
|
||||
1.3.6.1.4.1.12356.101.13.2.1.1.16.1|4|FGT60FTK00000000
|
||||
1.3.6.1.4.1.12356.101.13.2.1.1.16.2|4|FGT60FTK00000000
|
||||
1.3.6.1.4.1.12356.101.14.2.5.0|66|0
|
||||
1.3.6.1.4.1.12356.101.14.2.7.0|66|0
|
||||
1.3.6.1.6.3.10.2.1.3.0|2|2262832
|
||||
|
||||
Reference in New Issue
Block a user