@runnerty/notificator-slack
v1.0.0
Published
Runnerty module: Slack notificator
Downloads
3
Readme
Slack notificator for Runnerty:
Configuration sample:
{
"id": "slack_default",
"type": "@runnerty-notificator-slack",
"webhookurl":"https://hooks.slack.com/services/ABC123/ABC123/ABC123",
"bot_name": "Runnerty-Sentinel",
"channel": "my_runnerty_channel",
"maxConcurrents": 1,
"minInterval": 600
}
Plan sample:
{
"id":"slack_default",
"bot_emoji": ":metal:",
"channel": "my_runnerty_channel",
"message":"PROCESS *:PROCESS_ID* OF CHAIN :CHAIN_ID RUNNING!"
}