Go to file
Julius Volz 41963417df Treat `GeneratorURL` as optional in Alerts page.
This fixes https://github.com/prometheus/alertmanager/issues/21

Otherwise, sending an alert with a missing `GeneratorURL` payload
property would cause the template rendering to crash:

    Error executing template: template: alerts.html:51:76: executing "content" at <.Alert.Payload.Gener...>: invalid value; expected string
2015-01-10 21:58:42 +01:00
config Update HTTP/clientlib dependencies + cleanups. 2014-10-27 23:50:22 +01:00
manager Fix alert expiry crashbug. 2014-10-27 23:50:31 +01:00
web Treat `GeneratorURL` as optional in Alerts page. 2015-01-10 21:58:42 +01:00
.gitignore Add .gitignore file. 2013-08-16 15:25:35 +02:00
Dockerfile Add Dockerfile 2014-10-28 21:38:28 +01:00
LICENSE Add LICENSE file. 2013-07-16 17:10:34 +02:00
Makefile Show status and build information under /status. 2013-08-14 18:56:41 +02:00
Makefile.INCLUDE Show status and build information under /status. 2013-08-14 18:56:41 +02:00
README.md Update README.md 2013-08-05 11:18:40 +02:00
build_info.go Add missing build_info.go file. 2013-08-15 07:46:35 +02:00
main.go Major rewrite of alertmanager, adding inhibit support. 2013-09-11 15:34:02 +02:00

README.md

alertmanager

Prometheus Alert Manager