Commit Graph

551 Commits

Author SHA1 Message Date
Fabian Reinartz 07300bad52 Statically compile C libraries 2015-12-09 15:05:35 +01:00
Brian Brazil d059dca7c2 Merge pull request #185 from prometheus/tmpl1
Allow zero matching template files
2015-12-09 13:59:32 +00:00
Fabian Reinartz 76f884b328 Allow zero matching template files 2015-12-09 14:51:18 +01:00
Fabian Reinartz f8fdb24fb2 Fix typo 2015-12-09 14:31:26 +01:00
Fabian Reinartz de41ccfddd Switch Dockerfile to golang:1.5.2 2015-12-09 14:31:01 +01:00
Fabian Reinartz 1cde611be2 Add build dependencies for CGO 2015-12-09 12:17:53 +01:00
Fabian Reinartz bd8a548501 Fix CGO_ENABLED flag 2015-12-09 12:01:58 +01:00
Fabian Reinartz 7e7c97dc0d Merge pull request #184 from prometheus/sqlite
Add better mail template
2015-12-09 11:59:12 +01:00
Fabian Reinartz 002c9ca793 Add better mail template 2015-12-09 11:49:22 +01:00
Fabian Reinartz 2f37761658 Merge pull request #183 from prometheus/sqlite
Switch to SQLite persistence
2015-12-08 15:28:21 +01:00
Fabian Reinartz 219fd1a293 Vendor go-sqlite3 library 2015-12-08 12:16:48 +01:00
Fabian Reinartz a50171cf39 Remove old providers and dependencies 2015-12-08 12:16:48 +01:00
Fabian Reinartz 2e5b9e5194 Improve acceptance test logging 2015-12-08 11:55:29 +01:00
Fabian Reinartz 2a879f649f Fix email From configuration 2015-12-08 11:55:28 +01:00
Fabian Reinartz cadae2a9e5 Implement SQLite persistence provider 2015-12-08 11:55:28 +01:00
Brian Brazil dd43885ea6 Merge pull request #181 from prometheus/hook2
Update webhook for new alertmanager.
2015-12-07 18:13:40 +00:00
Brian Brazil 29fd91784b Update webhook for new alertmanager.
As we've a new data format the version number needs a bump.
Also make alerts with no annotations easier to handle for
users on the receiving end.
2015-12-07 16:55:37 +00:00
Fabian Reinartz f286930c69 Fix API response codes 2015-12-07 13:41:18 +01:00
Fabian Reinartz 7ddcc42efa Fix lock 2015-12-04 14:55:42 +01:00
Fabian Reinartz 78ac6859a1 Merge pull request #176 from prometheus/silinh
Set previous inhibition/silence state
2015-12-04 10:59:11 +01:00
Fabian Reinartz 4ada2398f2 Set previous inhibition/silence state 2015-12-04 10:58:56 +01:00
Brian Brazil 6fbf84596b Merge pull request #174 from prometheus/secret
Hide secret configuration data
2015-12-03 11:50:45 +00:00
Fabian Reinartz 7581d974ff Hide secret configuration data 2015-12-03 12:46:28 +01:00
Brian Brazil 62fda13894 Merge pull request #170 from jimmidyson/dev
Remove default.tmpl from Docker image
2015-12-02 11:43:15 +00:00
Jimmi Dyson 3c276ea447 Remove default.tmpl from Docker image 2015-12-02 11:25:17 +00:00
Fabian Reinartz eebde79c66 Merge pull request #168 from prometheus/stattmpl
Statically compile default templates
2015-12-01 18:55:39 +01:00
Fabian Reinartz 1629e9d166 Statically compile default templates 2015-12-01 18:39:57 +01:00
Fabian Reinartz fee23ae610 Merge pull request #167 from prometheus/notifierrrrs
Fix typo in filename
2015-11-30 19:45:15 +01:00
Brian Brazil 24b2da9482 Fix typo in filename 2015-11-30 18:37:47 +00:00
Fabian Reinartz 0736616208 Merge pull request #166 from prometheus/slack
Transfer template functions into types+methods
2015-11-30 18:44:37 +01:00
Fabian Reinartz 6dc397de5c Transfer template functions into types+methods 2015-11-30 18:40:22 +01:00
Fabian Reinartz 7465e4abe5 Merge pull request #165 from prometheus/slack
Improve Slack integration
2015-11-30 14:01:10 +01:00
Fabian Reinartz 18e9e728f8 Improve Slack integration 2015-11-30 13:52:41 +01:00
Fabian Reinartz 42b73a6291 Add missing template data argument 2015-11-30 11:21:08 +01:00
Fabian Reinartz cec04341f7 Add resolved test 2015-11-30 11:20:28 +01:00
Fabian Reinartz a1ffffd7e0 Merge pull request #162 from prometheus/title
Use title rather than toTitle.
2015-11-28 12:26:16 +01:00
Brian Brazil 71a1c76e52 Use title rather than toTitle.
It turns out that 'title case' is a thing in unicode,
in the same way upper/lower case is.

What our users will want is the first character of a word
being titlecased, which `title` will do.
2015-11-28 11:08:24 +00:00
Fabian Reinartz 03a270910d Merge pull request #161 from prometheus/tmpl
Improve PagerDuty templating
2015-11-27 18:29:53 +01:00
Fabian Reinartz 00b8a2ad03 Make resolve timeout configurable 2015-11-27 15:41:22 +01:00
Fabian Reinartz 9fbc76a52f Improve PagerDuty templating 2015-11-27 14:02:34 +01:00
Fabian Reinartz 921c4b8b55 Merge pull request #160 from prometheus/slacktmpl
Iterate over templating
2015-11-26 13:37:27 +01:00
Fabian Reinartz 38b6ed118d Iterate over templating 2015-11-26 12:56:09 +01:00
Fabian Reinartz 3d46aedb9f Merge pull request #159 from prometheus/recvui
Sync alert filtering with URL.
2015-11-25 16:01:35 +01:00
Fabian Reinartz 12585e91c0 Sync alert filtering with URL.
This commit keeps the alert filters synchronized with URL search parameters
so they can be shared.
2015-11-25 12:43:40 +01:00
Fabian Reinartz 9807a631e0 Merge pull request #158 from jimmidyson/opsgenie
Add OpsGenie notifier
2015-11-25 11:46:36 +01:00
Jimmi Dyson 7c9700e76c Correct error message for missing OpsGenie API key 2015-11-25 10:38:29 +00:00
Jimmi Dyson 3e7d614eb2 Add opsgenie notifier 2015-11-24 22:29:25 +00:00
Jimmi Dyson ab2a66c6b7 Add space between labels in default subject 2015-11-24 22:29:07 +00:00
Björn Rabenstein a4ffa9a64b Merge pull request #156 from prometheus/beorn7/review-dev
PR with changes after code review
2015-11-23 18:27:32 +01:00
beorn7 93ffa534a5 PR with changes after code review
Now to be reverse-reveiewed.
2015-11-23 18:24:57 +01:00