Activating changes of Livestatus Proxy configuration, Changed global configuration variable actions to 2 actions.
This commit is contained in:
@@ -1,6 +1,22 @@
|
||||
# Created by WATO
|
||||
# encoding: utf-8
|
||||
|
||||
actions = [{'action': ('email',
|
||||
{'body': 'There has been a WARNING on $HOST$:\n\n$TEXT$\n',
|
||||
'subject': 'Warning: an Event occured on $HOST$',
|
||||
'to': 'admin@solusar.de'}),
|
||||
'disabled': False,
|
||||
'hidden': False,
|
||||
'id': 'emailwarn',
|
||||
'title': 'Mail WARN event to user'},
|
||||
{'action': ('email',
|
||||
{'body': 'There has been a CRITICAL on $HOST$:\n\n$TEXT$\n',
|
||||
'subject': 'Critical: an Event occured on $HOST$',
|
||||
'to': 'admin@solusar.de'}),
|
||||
'disabled': False,
|
||||
'hidden': False,
|
||||
'id': 'emailcrit',
|
||||
'title': 'Mail CRIT event to user'}]
|
||||
event_limit = {'by_host': {'action': 'delete_oldest', 'limit': 100},
|
||||
'by_rule': {'action': 'delete_oldest', 'limit': 50},
|
||||
'overall': {'action': 'delete_oldest', 'limit': 3000}}
|
||||
|
||||
Reference in New Issue
Block a user