Set default severity to indeterminate

This commit is contained in:
Nick Satterly 2016-12-19 14:04:38 +00:00
parent 2b475db4b3
commit 4faa686abc
2 changed files with 2 additions and 2 deletions
integrations/snmptrap

View file

@ -166,7 +166,7 @@ class SnmpTrapHandler(object):
# Defaults
event = trapvars['$O']
severity = 'normal'
severity = 'indeterminate'
group = 'SNMP'
value = trapvars['$w']
text = trapvars['$W']

View file

@ -4,7 +4,7 @@ import setuptools
setuptools.setup(
name="alerta-snmptrap",
version='3.3.1',
version='3.3.2',
description='Alerta script for SNMP traps',
url='https://github.com/alerta/alerta-contrib',
license='Apache License 2.0',