mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
16
includes/definitions/discovery/barracudaspamfirewall.yaml
Normal file
16
includes/definitions/discovery/barracudaspamfirewall.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
mib: UCD-SNMP-MIB
|
||||
modules:
|
||||
sensors:
|
||||
count:
|
||||
data:
|
||||
-
|
||||
oid: extEntry
|
||||
value: extResult
|
||||
num_oid: '.1.3.6.1.4.1.2021.8.1.100.{{ $index }}'
|
||||
descr: '{{ $extNames }}'
|
||||
index: 'ucd{{ $index }}'
|
||||
skip_values:
|
||||
-
|
||||
oid: extErrFix
|
||||
op: '!='
|
||||
value: '0'
|
||||
@@ -8,13 +8,13 @@
|
||||
"sysDescr": "Barracuda Spam Firewall",
|
||||
"sysContact": null,
|
||||
"version": null,
|
||||
"hardware": "",
|
||||
"hardware": null,
|
||||
"features": null,
|
||||
"location": null,
|
||||
"os": "barracudaspamfirewall",
|
||||
"type": "firewall",
|
||||
"serial": null,
|
||||
"icon": "barracuda.svg"
|
||||
"icon": "barracuda.svg",
|
||||
"location": null
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -26,13 +26,13 @@
|
||||
"sysDescr": "Barracuda Spam Firewall",
|
||||
"sysContact": "<private>",
|
||||
"version": null,
|
||||
"hardware": "",
|
||||
"hardware": null,
|
||||
"features": null,
|
||||
"location": "<private>",
|
||||
"os": "barracudaspamfirewall",
|
||||
"type": "firewall",
|
||||
"serial": null,
|
||||
"icon": "barracuda.svg"
|
||||
"icon": "barracuda.svg",
|
||||
"location": "<private>"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -471,18 +471,122 @@
|
||||
"discovery": {
|
||||
"processors": [
|
||||
{
|
||||
"entPhysicalIndex": "0",
|
||||
"hrDeviceIndex": "0",
|
||||
"entPhysicalIndex": 0,
|
||||
"hrDeviceIndex": 0,
|
||||
"processor_oid": ".1.3.6.1.4.1.2021.11.11.0",
|
||||
"processor_index": "0",
|
||||
"processor_type": "ucd-old",
|
||||
"processor_usage": "4",
|
||||
"processor_usage": 4,
|
||||
"processor_descr": "CPU",
|
||||
"processor_precision": "-1",
|
||||
"processor_perc_warn": "75"
|
||||
"processor_precision": -1,
|
||||
"processor_perc_warn": 75
|
||||
}
|
||||
]
|
||||
},
|
||||
"poller": "matches discovery"
|
||||
},
|
||||
"sensors": {
|
||||
"discovery": {
|
||||
"sensors": [
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "count",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.2021.8.1.100.1",
|
||||
"sensor_index": "ucd1",
|
||||
"sensor_type": "barracudaspamfirewall",
|
||||
"sensor_descr": "InMailQueue",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 4,
|
||||
"sensor_limit": null,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "count",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.2021.8.1.100.2",
|
||||
"sensor_index": "ucd2",
|
||||
"sensor_type": "barracudaspamfirewall",
|
||||
"sensor_descr": "OutMailQueue",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 64,
|
||||
"sensor_limit": null,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "count",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.2021.8.1.100.3",
|
||||
"sensor_index": "ucd3",
|
||||
"sensor_type": "barracudaspamfirewall",
|
||||
"sensor_descr": "BounceMailQueue",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 0,
|
||||
"sensor_limit": null,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "count",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.2021.8.1.100.4",
|
||||
"sensor_index": "ucd4",
|
||||
"sensor_type": "barracudaspamfirewall",
|
||||
"sensor_descr": "RAIDStatus",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 0,
|
||||
"sensor_limit": null,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": null
|
||||
}
|
||||
],
|
||||
"state_indexes": []
|
||||
},
|
||||
"poller": "matches discovery"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -181,6 +181,30 @@
|
||||
1.3.6.1.4.1.2021.4.13.0|2|0
|
||||
1.3.6.1.4.1.2021.4.14.0|2|224764
|
||||
1.3.6.1.4.1.2021.4.15.0|2|4083716
|
||||
1.3.6.1.4.1.2021.8.1.1.1|2|1
|
||||
1.3.6.1.4.1.2021.8.1.1.2|2|2
|
||||
1.3.6.1.4.1.2021.8.1.1.3|2|3
|
||||
1.3.6.1.4.1.2021.8.1.1.4|2|4
|
||||
1.3.6.1.4.1.2021.8.1.2.1|4|InMailQueue
|
||||
1.3.6.1.4.1.2021.8.1.2.2|4|OutMailQueue
|
||||
1.3.6.1.4.1.2021.8.1.2.3|4|BounceMailQueue
|
||||
1.3.6.1.4.1.2021.8.1.2.4|4|RAIDStatus
|
||||
1.3.6.1.4.1.2021.8.1.100.1|2|4
|
||||
1.3.6.1.4.1.2021.8.1.100.2|2|64
|
||||
1.3.6.1.4.1.2021.8.1.100.3|2|0
|
||||
1.3.6.1.4.1.2021.8.1.100.4|2|0
|
||||
1.3.6.1.4.1.2021.8.1.101.1|4|4
|
||||
1.3.6.1.4.1.2021.8.1.101.2|4|64
|
||||
1.3.6.1.4.1.2021.8.1.101.3|4|0
|
||||
1.3.6.1.4.1.2021.8.1.101.4|4|No RAID controllers present
|
||||
1.3.6.1.4.1.2021.8.1.102.1|2|0
|
||||
1.3.6.1.4.1.2021.8.1.102.2|2|0
|
||||
1.3.6.1.4.1.2021.8.1.102.3|2|0
|
||||
1.3.6.1.4.1.2021.8.1.102.4|2|0
|
||||
1.3.6.1.4.1.2021.8.1.103.1|4|
|
||||
1.3.6.1.4.1.2021.8.1.103.2|4|
|
||||
1.3.6.1.4.1.2021.8.1.103.3|4|
|
||||
1.3.6.1.4.1.2021.8.1.103.4|4|
|
||||
1.3.6.1.4.1.2021.9.1.1.1|2|1
|
||||
1.3.6.1.4.1.2021.9.1.4.1|2|100000
|
||||
1.3.6.1.4.1.2021.9.1.5.1|2|-1
|
||||
|
||||
Reference in New Issue
Block a user