26 Commits

Author SHA1 Message Date
Łukasz Mierzwa
1414ed1428 Minor README updates 2017-07-10 22:11:46 -07:00
Łukasz Mierzwa
c6362ded78 Add Alertmanager 0.7 to supported versions in the README file 2017-07-01 08:17:26 -07:00
Łukasz Mierzwa
612a0e817f Rename ALERTMANAGER_URI to ALERTMANAGER_URIS
This will make upgrade more explicit since there is a syntax change
2017-06-28 22:36:26 -07:00
Łukasz Mierzwa
b6ee819324 Add some docs on how to get release notifications 2017-05-26 17:15:26 +01:00
Łukasz Mierzwa
4eb615c19b Remove outdated section
Issue 609 was fixed in Alertmanager >=0.6.1
2017-05-10 23:37:49 +01:00
Łukasz Mierzwa
4eb7d2ec71 Update docs on supported AM versions 2017-05-09 21:55:33 +01:00
Łukasz Mierzwa
2c3a24afb7 Add a note about security 2017-04-23 09:05:58 -07:00
Łukasz Mierzwa
b02a88e737 Add a note about metrics 2017-04-23 08:56:53 -07:00
Łukasz Mierzwa
50a5bb60af Add a note about official docker images 2017-04-19 12:45:12 -07:00
Łukasz Mierzwa
438c5f9465 Document supported URI schemes 2017-04-16 08:31:07 -07:00
Łukasz Mierzwa
e46baaf5cb Update version information in the docs 2017-04-06 19:24:47 -07:00
Łukasz Mierzwa
d6d0dd5240 Add Known issues section
Fixes #39
2017-04-05 14:49:52 -07:00
Łukasz Mierzwa
118af00557 Merge pull request #29 from cloudflare/git-docs
Document releases and tags
2017-04-01 10:31:38 -07:00
Łukasz Mierzwa
7e8dc0c0ff Remove dynamic watchdog
JS code have a watchdog timer that will check if last data from unsee isn't too old, if that happens it will print an error in the UI and reload the page. This is a fail safe for weird bugs and cases where unsee is running unattended. Currently timeout for this watchdog is configured dynamically based on refresh rate, but if the backend is configured to pull data from Alertmanager less often than watchdog tolerance, then watchdog will trigger false positive. This commit changes watchdog tolerance to 15 minutes (it seems reasonable to assume people won't use Alertmanager pull interval longer than 1-5 minutes) and adds a note to the readme.
2017-04-01 08:35:07 -07:00
Łukasz Mierzwa
2c003b8a87 Document releases and tags
Fixes #27
2017-03-31 09:25:03 -07:00
Łukasz Mierzwa
0d82cffd79 Add -web.prefix / WEB_PREFIX option
This allows people to use unsee with a sub uri setup, which is pretty common usa case, fixes #22
2017-03-30 19:35:52 +01:00
Łukasz Mierzwa
9f309cf5d2 Merge pull request #12 from cloudflare/tests
Collection of a small fixes to improve testing
2017-03-28 12:38:59 -07:00
Łukasz Mierzwa
e0279ebe5e Add more details about make variable 'DEBUG'
Make 'make DEBUG=true ...' work with run-docker target and provide more details of what it will do
2017-03-28 11:25:27 -07:00
Łukasz Mierzwa
ee638b9fb8 Add a screenshot to the README 2017-03-28 09:01:29 -07:00
Łukasz Mierzwa
317936d107 Use links when referencing other files in the repo 2017-03-27 22:30:37 -07:00
Łukasz Mierzwa
195d57e8c3 Add a note about installing via go install
With assets compiled into the binary unsee is now go installable, add this to the docs
2017-03-27 07:46:42 -07:00
Łukasz Mierzwa
6096e3a09b Add port to the list of options
PORT env variable is used by gin, but adding it to the list of config options will generate a flag for it and provide value validation
2017-03-26 17:51:30 -07:00
Łukasz Mierzwa
3027137a96 Cleanup make targets and update readme to match it
Refactor make targets to make it easier to follow, add missing PORT env variable to the readme.
2017-03-26 17:41:16 -07:00
Łukasz Mierzwa
3de3a9c481 Generate flag for each environment key
This allows to set config keys via flags, in additions to current env variable only configuration. Flags are autogenerated from supported env keys.
2017-03-26 13:38:37 -07:00
Łukasz Mierzwa
9525cbcbe0 Cleanup Makefile
Rename 'make build' to 'make docker-image' so it's more obvious what it's doing
Initialize git submodules automatically when needed, so users don't need to do it manually
2017-03-23 22:56:17 -07:00
Łukasz Mierzwa
e239fd05fd Import code from internal repository (#1)
Import code from internal repository
2017-03-23 16:58:04 -07:00