Cabot is a free, open-source, self-hosted infrastructure monitoring platform that provides some of the best features of PagerDuty, Server Density, Pingdom and Nagios without their cost and complexity.
This image adds some plugins, which are not included by default in the Cabot Docker image, including:
- Cabot Telegram Alert (v0.6)
- Cabot Network Check
- Cabot Webhook Alert (v0.1)
- Cabot Check SSL Cert (v0.1.11)
Add the following entries into your conf/${ENVIRONMENT}.env
:
CABOT_PLUGINS_ENABLED=cabot_alert_hipchat,cabot_alert_twilio,cabot_alert_email,cabot_alert_slack,cabot_alert_telegram,cabot_alert_webhook,cabot_check_sslcert
TELEGRAM_BOT_TOKEN=bot_token
TELEGRAM_CHAT_ID=id of the chat where messages will be sent