Add network issue alert (#6691) (#7228)

* Add network issues alert. (#6691)

* Fix alert subtype. (#6691)

* Update default values. (#6691)

* Minor fix. (#6691)
This commit is contained in:
Nicolò Maio 2023-02-14 11:40:06 +01:00 committed by GitHub
parent 9594ddea39
commit 6d2ee3d599
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 230 additions and 0 deletions

View file

@ -93,6 +93,7 @@ local other_alert_keys = {
alert_snmp_interface_errors = OTHER_BASE_KEY + 80,
alert_snmp_device_traffic_change = OTHER_BASE_KEY + 81,
alert_local_host_blacklisted = OTHER_BASE_KEY + 82,
alert_network_issues = OTHER_BASE_KEY + 83,
}
-- ##############################################