summaryrefslogtreecommitdiffstats
path: root/master-secrets.conf.example
diff options
context:
space:
mode:
authorTobias Wiese <tobias@tobiaswiese.com>2020-05-11 20:35:04 +0200
committerTobias Wiese <tobias@tobiaswiese.com>2020-05-11 20:35:04 +0200
commit50be889b75116ae5b36ea9113e79649df16c6986 (patch)
tree2c9304d31cfa916c7add63147878c1be542a6d6e /master-secrets.conf.example
parent4c255bd3feafb976e0030b699807d0bb8d3957a2 (diff)
notifications: Notify via email and telegram
Provide notification in case of a state change via email and telegram bot. The telegram bot is especially helpful in cases where a problem with email delivery is to be reportet. Signed-off-by: Tobias Wiese <tobias@tobiaswiese.com>
Diffstat (limited to 'master-secrets.conf.example')
-rw-r--r--master-secrets.conf.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/master-secrets.conf.example b/master-secrets.conf.example
index 18f5cf7..ce70605 100644
--- a/master-secrets.conf.example
+++ b/master-secrets.conf.example
@@ -2,3 +2,8 @@
* PGSQL password for the icinga user
*/
const SecretPgsqlPassword = "db password"
+
+/*
+ * Telegram bot token
+ */
+const TelegramBotToken = "token"