Add missing slack token and slack channel options for dbx listener
parent
2c7d62593b
commit
f629eb3e08
|
@ -111,6 +111,16 @@ class Listener:
|
||||||
'Description' : 'Hours for the agent to operate (09:00-17:00).',
|
'Description' : 'Hours for the agent to operate (09:00-17:00).',
|
||||||
'Required' : False,
|
'Required' : False,
|
||||||
'Value' : ''
|
'Value' : ''
|
||||||
|
},
|
||||||
|
'SlackToken' : {
|
||||||
|
'Description' : 'Your SlackBot API token to communicate with your Slack instance.',
|
||||||
|
'Required' : False,
|
||||||
|
'Value' : ''
|
||||||
|
},
|
||||||
|
'SlackChannel' : {
|
||||||
|
'Description' : 'The Slack channel or DM that notifications will be sent to.',
|
||||||
|
'Required' : False,
|
||||||
|
'Value' : '#general'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue