Set default severity to indeterminate
This commit is contained in:
parent
2b475db4b3
commit
4faa686abc
2 changed files with 2 additions and 2 deletions
integrations/snmptrap
|
@ -166,7 +166,7 @@ class SnmpTrapHandler(object):
|
|||
|
||||
# Defaults
|
||||
event = trapvars['$O']
|
||||
severity = 'normal'
|
||||
severity = 'indeterminate'
|
||||
group = 'SNMP'
|
||||
value = trapvars['$w']
|
||||
text = trapvars['$W']
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue