44 Commits

Author SHA1 Message Date
Chris Trotman
d365cb79c8 fix(docs): update docker repository locations 2018-10-29 11:02:10 +00:00
Łukasz Mierzwa
4bcb44a9d7 chore(docs): drop greenkeeper badge 2018-10-02 23:34:01 +01:00
Łukasz Mierzwa
d1a101a416 chore(ui): migrate from npm to yarn
Everyone seems to support it, doesn't have same lock file generation issues, let's try it
2018-10-02 23:02:50 +01:00
Łukasz Mierzwa
ce19d56a7c fix(docs): mass replace went too far 2018-09-09 14:46:34 +01:00
Łukasz Mierzwa
9c16ffa447 chore(project): rename from unsee to karma
Fixes prymitive/unsee#23
2018-09-09 14:12:26 +01:00
greenkeeper[bot]
8c306e5b00 docs(readme): add Greenkeeper badge 2018-08-02 06:40:04 +00:00
Łukasz Mierzwa
4fa2e85dde fix(docs): correct links to docker hub 2018-07-24 20:00:56 +02:00
Łukasz Mierzwa
7d4db27a5a feat(docs): Add more docs 2018-07-24 17:33:08 +02:00
Łukasz Mierzwa
8825ae5d78 chore(docs): update readme 2018-07-19 23:38:11 +02:00
Łukasz Mierzwa
b71883f1ef Migrate to new repo
Forked unsee from cloudflare, so import paths needs to be updated
2018-06-07 15:30:57 +02:00
Łukasz Mierzwa
68d58a24c1 Fix docs issues found by markdown linter 2018-01-20 13:10:31 -08:00
Łukasz Mierzwa
5f904ec99d Move configuration related docs to a dedicated file and rewrite those to match new config file. 2017-12-02 21:10:16 -08:00
Luke Overend
f8c327c2d7 Add REMOVE_RECEIVERS option
This option allows for all alerts for a specified receiver, or list of
receivers, to be removed from unsee.

My use case for this is using a receiver for auto-remediation which will
contain information that the user will never need to see in the UI.
2017-11-24 07:51:07 +00:00
Kai S
179d394e61 Correct the link to "mock/Makefile" 2017-11-16 20:35:22 +01:00
Łukasz Mierzwa
dca9fba460 Document new options for controlling annotation visibility 2017-09-07 12:15:32 -07:00
Łukasz Mierzwa
549ff9eefd Add KEEP_LABELS option for whitelisting labels
This allows to provide a list of labels that are the only labels allowed in the UI, reversing the logic of STRIP_LABELS.
Fixes #170
2017-08-11 12:28:02 -07:00
Łukasz Mierzwa
fe29b4b28b Update docs to remove go install instructions 2017-08-09 11:24:08 -07:00
Łukasz Mierzwa
9301b1b98b Update README and point people to mock/Makefile for the list of supported releases 2017-07-22 19:53:10 -07:00
Ł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