Is there any monitoring system for docker which "out of the box" supports sending alerts(email/smth else) in case of "Container#111 is down"? Or does implementation through the Nagios/Zabbix more right way?
Asked
Active
Viewed 1,546 times
-1
-
1I would recommend you to rephrase the question as per posting guidelines of stack overflow. You would get better responses. – askb Oct 06 '15 at 14:36
2 Answers
2
Docker doesn't provide any "alerting" feature. It's task for your monitoring tool.
Zabbix world:
Zabbix supports email, SMS, ... out of the box + you have community scripts, which can be used as well: http://monitoringartist.github.io/zabbix-searcher/#script_alert
Docker monitoring solutions for Zabbix: http://monitoringartist.github.io/zabbix-searcher/#docker

Jan Garaj
- 25,598
- 3
- 38
- 59
2
Have a look at Sematext Docker Agent. It's open source and will collect your Docker logs, metrics, and events (and more, but check the readme for more). URL: https://github.com/sematext/sematext-agent-docker

Otis Gospodnetic
- 276
- 2
- 3