If severity is "debug" do not apply the "reject" policy to enforce a valid environment and a service.
def rules(alert, plugins): if alert.severity == 'debug': return [] else: return [plugins['reject']]
$ python setup.py install