Add Telegram support (#762)
* add telegram support * format message * remove debug print * fix linting error * add telegram to discover; group message by 10 * use chatID instead of channel * apply refactor * remove reduntant space
This commit is contained in:
@@ -42,6 +42,7 @@ func (c TOMLLoader) Load(pathToToml, keyPass string) error {
|
||||
Conf.Stride = conf.Stride
|
||||
Conf.HipChat = conf.HipChat
|
||||
Conf.ChatWork = conf.ChatWork
|
||||
Conf.Telegram = conf.Telegram
|
||||
Conf.Saas = conf.Saas
|
||||
Conf.Syslog = conf.Syslog
|
||||
Conf.HTTP = conf.HTTP
|
||||
|
||||
Reference in New Issue
Block a user