Commit Graph

  • 947a28f45d Improve test coverage TwinProduction 2020-10-21 22:56:35 -04:00
  • 8c61044e7c Improve alerting providers test coverage TwinProduction 2020-10-21 22:35:37 -04:00
  • 89ffc5a788 Improve test coverage TwinProduction 2020-10-21 22:21:51 -04:00
  • 20515b5dd4 Improve test coverage TwinProduction 2020-10-21 22:10:58 -04:00
  • 7dc200d887 Add test for when configuration file doesn't exist TwinProduction 2020-10-21 21:59:44 -04:00
  • a32d98ab96 Improve testing coverage TwinProduction 2020-10-21 21:56:07 -04:00
  • dca517e077 Improve testing coverage for twilio and pagerduty providers TwinProduction 2020-10-21 21:34:01 -04:00
  • aa671bc72d Add basic tests for providers TwinProduction 2020-10-21 21:18:06 -04:00
  • ce6cc9e18d Minor readability improvements TwinProduction 2020-10-19 19:26:29 -04:00
  • 1b995e0d48 Fix typo TwinProduction 2020-10-17 16:20:31 -04:00
  • 030316b8d4 Update documentation TwinProduction 2020-10-17 16:12:40 -04:00
  • 0a7988f2ff Add disable-monitoring-lock configuration parameter TwinProduction 2020-10-16 23:07:14 -04:00
  • 816bc95905 Return yaml unmarshal error TwinProduction 2020-10-16 12:12:00 -04:00
  • 58b9b17944 Trim down size of condition to display on invalid path TwinProduction 2020-10-15 22:44:34 -04:00
  • a66cfc094a Ignore "unexpected end of JSON input" errors TwinProduction 2020-10-15 22:43:24 -04:00
  • 8fd6eddc16 Make sure that the SHA512 hash is lowercase TwinProduction 2020-10-14 21:45:45 -04:00
  • 402525d572 Update Kubernetes example TwinProduction 2020-10-14 20:07:52 -04:00
  • 68c8076c73 Merge pull request #20 from TwinProduction/basic-auth Chris C 2020-10-14 19:51:50 -04:00
  • 331b089afb Document security feature (#8) TwinProduction 2020-10-14 19:26:34 -04:00
  • ea454eb3b2 Add tests for basic authentication (#8) TwinProduction 2020-10-14 19:26:14 -04:00
  • 3e9aba6cbb Wrap /api/v1/results handler with security handler if security config is valid (#8) TwinProduction 2020-10-14 19:25:50 -04:00
  • 3fb7d27f3a Add security handler (#8) TwinProduction 2020-10-14 19:24:36 -04:00
  • c0b1fefec8 Support SHA512 as hashing algorithm (#8) TwinProduction 2020-10-14 19:24:00 -04:00
  • 9220a777bb Start working on #8: Support basic authentication for the dashboard TwinProduction 2020-10-14 19:22:58 -04:00
  • 70c9c4b87c Switch to MIT TwinProduction 2020-10-12 23:49:25 -04:00
  • 148b7bbdfd Add follow badge TwinProduction 2020-10-11 01:13:14 -04:00
  • a556ca797b Add Go version badge TwinProduction 2020-10-07 19:14:21 -04:00
  • 3d7dbf4bba Improve documentation TwinProduction 2020-10-06 19:07:47 -04:00
  • 230c8821ec Merge util.go into condition.go TwinProduction 2020-10-04 20:00:24 -04:00
  • ecef3d9538 Add result.Connected in integration tests TwinProduction 2020-10-04 19:55:19 -04:00
  • 3ecfe4d322 Close #18: Support monitoring TCP services TwinProduction 2020-10-04 19:49:02 -04:00
  • 6a3f65db7f Close #14: Support skipping certificate verification (services[].insecure) TwinProduction 2020-10-04 17:01:10 -04:00
  • ed490669b1 Merge pull request #15 from hurnhu/refresh-interval Chris C 2020-10-02 12:20:09 -04:00
  • 187b38ee22 Fix format TwinProduction 2020-10-02 12:10:09 -04:00
  • 261fe27b2e Move refresh interval to bottom left corner instead + Use icon + Minor improvements TwinProduction 2020-10-02 12:08:52 -04:00
  • a29f175cba default 30 seconds mike 2020-10-02 10:10:48 -04:00
  • f26dacaf22 changed interval input to a select. select is autopopulated with options on load. default is 30 seconds mike 2020-10-02 09:48:23 -04:00
  • b4d81a9661 Tables are cuter TwinProduction 2020-10-01 20:04:04 -04:00
  • 81c59f02d8 Close #16: Update documentation TwinProduction 2020-10-01 19:57:52 -04:00
  • 8101646ba5 Work on #16: Support patterns TwinProduction 2020-10-01 19:57:11 -04:00
  • 93b7220d5f added code to set the refresh interval Michael LaPan 2020-10-01 10:45:20 -04:00
  • 18d3236586 Make resolved/triggered alert logs more obvious TwinProduction 2020-09-29 20:06:47 -04:00
  • bc16ae1794 Add tests for comparing two placeholders TwinProduction 2020-09-29 19:32:59 -04:00
  • d019942278 Update README.md Chris C 2020-09-28 12:50:22 -04:00
  • 8c5551f93b Update build.yml TwinProduction 2020-09-27 20:39:42 -04:00
  • 3b15feaf7d Update README.md TwinProduction 2020-09-26 15:21:06 -04:00
  • 326ad2c80d Update README.md TwinProduction 2020-09-26 15:18:52 -04:00
  • b4b9f5c1be Improve documentation TwinProduction 2020-09-26 15:15:50 -04:00
  • ac5ad9d173 Work on common provider interface to make adding new providers easier TwinProduction 2020-09-26 14:23:43 -04:00
  • 7dcd462883 Clean up old code TwinProduction 2020-09-25 18:23:30 -04:00
  • 5655661778 Add missing provider.go file TwinProduction 2020-09-24 19:54:15 -04:00
  • fac7b8551a Start working on implementing common provider interface TwinProduction 2020-09-24 19:52:59 -04:00
  • 59fed008e0 Rename service's EvaluateConditions() to EvaluateHealth() TwinProduction 2020-09-24 19:49:32 -04:00
  • 286e8f8590 Add config validation logs on application start TwinProduction 2020-09-22 17:46:40 -04:00
  • 4daf261d95 Minor update TwinProduction 2020-09-21 10:41:23 -04:00
  • b94f494b24 Update documentation TwinProduction 2020-09-19 16:58:56 -04:00
  • 4c72746286 Work on #12: Move each providers in their own packages TwinProduction 2020-09-19 16:29:08 -04:00
  • ae2c4b1ea9 Start working on #12: Fix inconsistencies in alerting providers TwinProduction 2020-09-19 16:22:12 -04:00
  • abd49bca8e Add .gitattributes TwinProduction 2020-09-19 16:21:43 -04:00
  • 5820a17659 Minor fix TwinProduction 2020-09-17 23:50:38 -04:00
  • a6a8cca427 Update Docker instructions TwinProduction 2020-09-17 23:48:09 -04:00
  • faf478be99 Clean up instructions TwinProduction 2020-09-17 23:16:46 -04:00
  • f7c2905aa4 Minor update TwinProduction 2020-09-17 23:15:59 -04:00
  • e283c6eba1 Update image link TwinProduction 2020-09-17 23:14:52 -04:00
  • 39d3459555 Add PagerDuty integration guide TwinProduction 2020-09-17 23:13:00 -04:00
  • f0ceebf55d Update documentation TwinProduction 2020-09-16 20:55:15 -04:00
  • c6f11e63e4 Rename services[].alerts[]'s threshold and success-before-resolved to failure-threshold and success-threshold TwinProduction 2020-09-16 20:22:33 -04:00
  • fefc728201 Update dependencies TwinProduction 2020-09-16 19:32:13 -04:00
  • 75b7a41c9d Add support for PagerDuty TwinProduction 2020-09-16 19:26:19 -04:00
  • cf6a74f862 Update example config TwinProduction 2020-09-14 20:05:00 -04:00
  • 9f8a74f5b1 Add subtle Github link in bottom right corner TwinProduction 2020-09-08 18:28:19 -04:00
  • 2888254bda Add Docker Compose example (#11) azerty 2020-09-06 18:37:31 +02:00
  • e31c017a00 Stop using CDNs + Remove bootstrap.min.js because it wasn't necessary TwinProduction 2020-09-06 00:55:01 -04:00
  • ed4ed520b7 Update Docker instructions TwinProduction 2020-09-06 00:27:26 -04:00
  • 6e1f888e39 Improve test coverage TwinProduction 2020-09-05 00:01:12 -04:00
  • 4df1baf432 Merge pull request #10 from TwinProduction/notify-on-resolved Christian C 2020-09-04 22:23:47 -04:00
  • 5a7164b17d Minor fix TwinProduction 2020-09-04 22:15:22 -04:00
  • d4623f5c61 Add [ALERT_TRIGGERED_OR_RESOLVED] placeholder for custom alert provider Fix placeholder bug in CustomAlertProvider TwinProduction 2020-09-04 21:57:31 -04:00
  • 139e186ac2 Support sending notifications when alert is resolved TwinProduction 2020-09-04 21:31:28 -04:00
  • 8a0a2ef51f Fix typo TwinProduction 2020-09-04 18:53:55 -04:00
  • 51ea912cf9 Start working on notifications when service is back to healthy (#9) TwinProduction 2020-09-04 18:23:56 -04:00
  • db7c516819 Add support for Twilio alerts (#7) Greg Holmes 2020-09-04 22:43:14 +01:00
  • f893c0ee7f Fix failing tests due to new default interval (from 10s to 60s) TwinProduction 2020-09-01 12:46:23 -04:00
  • 0454854f04 Improve documentation TwinProduction 2020-09-01 00:29:17 -04:00
  • 42dd6a1e88 Remove unnecessarily ignored rules TwinProduction 2020-09-01 00:28:49 -04:00
  • 64a160923b Update default interval to 60s TwinProduction 2020-09-01 00:25:57 -04:00
  • dad09e780e Add features section and cute image TwinProduction 2020-08-29 13:23:03 -04:00
  • 2cb1600f94 Fix typo TwinProduction 2020-08-28 01:03:52 -04:00
  • 37c4715453 Support custom alert provider TwinProduction 2020-08-27 22:23:21 -04:00
  • 4b57654592 Fix issue with tooltip overflowing at the top TwinProduction 2020-08-25 14:27:13 -04:00
  • af6298de05 Add documentation for alerts TwinProduction 2020-08-22 14:15:44 -04:00
  • 22fef4e9aa Add tests for alert configuration TwinProduction 2020-08-22 14:15:21 -04:00
  • 9a3c9e4d61 Set default alert threshold to 3 TwinProduction 2020-08-22 14:15:08 -04:00
  • 62f7bdbd63 Add favicon.ico and logo-small-padding.png TwinProduction 2020-08-21 22:17:53 -04:00
  • 04d6c8bb82 Improve mobile-friendliness and add logo TwinProduction 2020-08-21 22:07:46 -04:00
  • e1721fa237 Update Go to 1.15 TwinProduction 2020-08-21 21:57:23 -04:00
  • 6f4cf69c4e Implement Slack alerting (#2) TwinProduction 2020-08-20 21:11:22 -04:00
  • 6596d253aa Continue working on #2: Slack alerts TwinProduction 2020-08-19 19:41:01 -04:00
  • 857fe5eb8c Rename SendMessage to SendSlackMessage TwinProduction 2020-08-19 19:40:00 -04:00
  • 8abcab6a8f Start working on #2: Slack alerts TwinProduction 2020-08-18 22:24:00 -04:00