Chris C
|
07312794c4
|
Merge pull request #43 from mindcrime-ilab/develop
add parameterization for host and port
|
2020-11-20 17:20:11 -05:00 |
|
Michael Engelhardt
|
4dd57b45e9
|
fix misleading messages on failing tests
|
2020-11-20 06:59:43 +01:00 |
|
TwinProduction
|
faff3dc8de
|
Update example health check
|
2020-11-19 21:10:42 -05:00 |
|
Michael Engelhardt
|
4c151bdf8f
|
add test for invalid port in config file
|
2020-11-19 20:03:30 +01:00 |
|
Michael Engelhardt
|
10310cf380
|
Add configuration values for address and port
Add (non-mandatory) configuration values to set address and port on which the web frontent will be served. If not set defaults will be applied.
|
2020-11-19 19:39:48 +01:00 |
|
Zied ZAIEM
|
39aaae8b50
|
✨ Add Mettermost Alerting
|
2020-11-14 15:55:37 +01:00 |
|
TwinProduction
|
79c60d834e
|
Close #31: Support insecure parameter for custom alerting provider
|
2020-11-13 15:01:21 -05:00 |
|
TwinProduction
|
7699552c5b
|
Extract the port from the service for Kubernetes auto discovery
|
2020-11-11 19:47:53 -05:00 |
|
TwinProduction
|
5d29f944c4
|
Add TestParseAndValidateConfigBytesWithKubernetesAutoDiscoveryUsingClusterModeIn
|
2020-11-11 18:20:52 -05:00 |
|
TwinProduction
|
cf968cbf86
|
Enable debug in alerting test for missing test coverage
|
2020-11-11 18:13:39 -05:00 |
|
TwinProduction
|
0909024e43
|
Improve test coverage
|
2020-11-11 18:11:30 -05:00 |
|
TwinProduction
|
d4d4ca236a
|
Start working on tests for auto discovery
|
2020-11-11 18:05:18 -05:00 |
|
TwinProduction
|
3a0a8db898
|
Several changes:
- Rename ExcludeSuffix to ExcludedServiceSuffixes
- Rename ServiceSuffix to HostnameSuffix
- Rename HealthAPI to TargetPath
- Add ExcludedServices
|
2020-11-11 16:29:30 -05:00 |
|
TwinProduction
|
a658100da4
|
Add logs for Kubernetes auto discover
|
2020-11-11 15:14:21 -05:00 |
|
TwinProduction
|
f406206eae
|
Create type ClusterMode string and panic only in the config validation function
|
2020-11-11 15:10:44 -05:00 |
|
TwinProduction
|
fff34fff58
|
Merge discovery package into k8s package
|
2020-11-11 14:46:19 -05:00 |
|
TwinProduction
|
42659a0878
|
Move discovery configuration validation in config package
|
2020-11-11 14:22:31 -05:00 |
|
Adarsh K Kumar
|
559d286121
|
(refactor) Move all k8s config under kubernetes field | Adarsh
|
2020-11-11 23:36:12 +05:30 |
|
Adarsh K Kumar
|
81e6e0b188
|
(feat) Add auto-discovery in k8s | Adarsh
|
2020-10-30 21:01:12 +05:30 |
|
TwinProduction
|
4655e74c2a
|
Minor improvements
|
2020-10-23 16:31:49 -04:00 |
|
TwinProduction
|
77ad91a297
|
Fix Golint
|
2020-10-23 16:29:20 -04:00 |
|
TwinProduction
|
4e3856c638
|
Improve code documentation
|
2020-10-23 16:07:51 -04:00 |
|
TwinProduction
|
947a28f45d
|
Improve test coverage
|
2020-10-21 22:56:35 -04:00 |
|
TwinProduction
|
20515b5dd4
|
Improve test coverage
|
2020-10-21 22:10:58 -04:00 |
|
TwinProduction
|
7dc200d887
|
Add test for when configuration file doesn't exist
|
2020-10-21 21:59:44 -04:00 |
|
TwinProduction
|
a32d98ab96
|
Improve testing coverage
|
2020-10-21 21:56:07 -04:00 |
|
TwinProduction
|
ce6cc9e18d
|
Minor readability improvements
|
2020-10-19 19:26:29 -04:00 |
|
TwinProduction
|
0a7988f2ff
|
Add disable-monitoring-lock configuration parameter
|
2020-10-16 23:07:14 -04:00 |
|
TwinProduction
|
816bc95905
|
Return yaml unmarshal error
|
2020-10-16 12:12:00 -04:00 |
|
TwinProduction
|
9220a777bb
|
Start working on #8: Support basic authentication for the dashboard
|
2020-10-14 19:22:58 -04:00 |
|
TwinProduction
|
b4b9f5c1be
|
Improve documentation
|
2020-09-26 15:15:50 -04:00 |
|
TwinProduction
|
7dcd462883
|
Clean up old code
|
2020-09-25 18:23:30 -04:00 |
|
TwinProduction
|
fac7b8551a
|
Start working on implementing common provider interface
|
2020-09-24 19:52:59 -04:00 |
|
TwinProduction
|
286e8f8590
|
Add config validation logs on application start
|
2020-09-22 17:46:40 -04:00 |
|
TwinProduction
|
ae2c4b1ea9
|
Start working on #12: Fix inconsistencies in alerting providers
|
2020-09-19 16:22:12 -04:00 |
|
TwinProduction
|
c6f11e63e4
|
Rename services[].alerts[]'s threshold and success-before-resolved to failure-threshold and success-threshold
|
2020-09-16 20:22:33 -04:00 |
|
TwinProduction
|
139e186ac2
|
Support sending notifications when alert is resolved
Add debug parameter for those wishing to filter some noise from the logs
|
2020-09-04 21:31:28 -04:00 |
|
TwinProduction
|
f893c0ee7f
|
Fix failing tests due to new default interval (from 10s to 60s)
|
2020-09-01 12:46:23 -04:00 |
|
TwinProduction
|
37c4715453
|
Support custom alert provider
|
2020-08-27 22:23:21 -04:00 |
|
TwinProduction
|
22fef4e9aa
|
Add tests for alert configuration
|
2020-08-22 14:15:21 -04:00 |
|
TwinProduction
|
6596d253aa
|
Continue working on #2: Slack alerts
|
2020-08-19 19:41:01 -04:00 |
|
TwinProduction
|
b05ae1c2d2
|
Minor improvement
|
2020-06-25 21:31:34 -04:00 |
|
TwinProduction
|
fe3e60dbd4
|
Add support for headers, method, body and json path with arrays
|
2020-04-14 19:20:00 -04:00 |
|
TwinProduction
|
50cdc159db
|
Store config in config instead of root directory
|
2019-12-28 12:55:00 -05:00 |
|
TwinProduction
|
c90ca8fa85
|
Add support for environment variables in configuration file
|
2019-12-04 17:27:27 -05:00 |
|
TwinProduction
|
c9c076a959
|
Allow configuration file to be passed as parameter
|
2019-12-04 16:44:35 -05:00 |
|
TwinProduction
|
b08e563b2a
|
Add tests for "metrics" config property
|
2019-11-16 16:52:11 -05:00 |
|
TwinProduction
|
3620e5306c
|
Implement Prometheus metrics
|
2019-11-16 16:52:11 -05:00 |
|
TwinProduction
|
9cf118996d
|
Support config.yml (as an alternative to config.yaml)
|
2019-11-16 16:52:11 -05:00 |
|
TwinProduction
|
8e71338a39
|
Add test for bad configuration
|
2019-10-19 22:03:55 -04:00 |
|
TwinProduction
|
df83060c30
|
Remove unreachable code
|
2019-10-19 21:42:03 -04:00 |
|
TwinProduction
|
ffc50af67e
|
Minor improvements
|
2019-10-19 21:39:31 -04:00 |
|
TwinProduction
|
339c1dfb04
|
Remove failure-threshold property
|
2019-10-10 22:42:30 -04:00 |
|
TwinProduction
|
14ac4dfeca
|
Add test for default parameters
|
2019-09-09 22:21:18 -04:00 |
|
TwinProduction
|
825906145f
|
Implement interval + Add timestamp to Result struct
|
2019-09-08 21:07:08 -04:00 |
|
TwinProduction
|
ee479be716
|
Move structs to core package
|
2019-09-06 20:25:31 -04:00 |
|
TwinProduction
|
f4163880bb
|
Add test for configuration
|
2019-09-06 00:02:00 -04:00 |
|
TwinProduction
|
c1c46b6b30
|
Add configuration file
|
2019-09-06 00:01:48 -04:00 |
|