Merge "update zabbix driver"

This commit is contained in:
Zuul 2020-08-28 14:34:36 +00:00 committed by Gerrit Code Review
commit 542e659a1f
1 changed files with 4 additions and 0 deletions

View File

@ -189,3 +189,7 @@ class ZabbixDriver(AlarmDriverBase):
@staticmethod
def get_event_types():
return ['zabbix.alarm.ok', 'zabbix.alarm.problem']
@staticmethod
def should_delete_outdated_entities():
return True