1
0
mirror of https://github.com/Luzifer/mondash.git synced 2024-09-19 17:02:58 +00:00
Commit Graph

27 Commits

Author SHA1 Message Date
fd9f992985
Fix typo in status check
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-05-19 09:47:07 +02:00
db925f8466
Always update DetailURL: Allows deletion
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-08-17 00:03:14 +02:00
e566299571
Introduce DetailURL
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-08-16 23:29:01 +02:00
f3c31476b4
Major: Rework frontend, API and improve code quality (#5)
* Update dependencies
* Improve code quality
* Apply linter advices
* Add gzip compression to all requests
* Rework frontend
* Apply bootswatch theme
* Hide historic details when not requested
* Remove debugging header
* Apply auto-migration of meta fields
* Fix broken "last update" time
* Pre-sort metrics for frontend / API
* Add tooltip with absolute time
* Some design fixes
* Add tooltip with absolute date to last ok
* Implement filters
* Apply eslint --fix
* Remove unused var
* Remove remains of old template engine
* Update baked in assets
* Update Dockerfile for new version

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-05-25 00:03:06 +02:00
458663c3cd
Fix: Store StalenessStatus on metrics update
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-09-16 15:22:24 +02:00
017c29caae
Add support for different stale status than Unknown
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-09-16 14:47:51 +02:00
600f2f8448
Change progress bar behavior
Instead of just showing three bars with different colors which is quite
useless overall now segments of the progress bar are generated according
to the state of the check at the corresponding point of time. The effect
is the viewer can see how recently the status was triggered instead just
seeing a percentage.

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-04-08 23:39:39 +02:00
d3413f99bb
Add option to hide value on dashboard
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-11-24 18:23:32 +01:00
73a9c0a2be
Fix: Sorting was unstable
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-11-24 12:59:14 +01:00
46df546146 Added JSON version of dashboard 2016-03-27 23:02:29 +02:00
b63007d8b1 Allow hiding of MAD by flag 2016-03-27 21:19:05 +02:00
8a3cf7db08 Allow to use passed status instead of MAD 2016-03-27 20:32:53 +02:00
6cc4dc4572 Fix: Do not try to load negative slice bounds 2016-01-23 13:22:33 +01:00
91b4e1a21c Display only 60 items in graph
The decision is left to the template so template designers can easily change this behavior by removing the lastNItems filter in the template itself. Also the value can be changed easily.

fixes #4
2015-07-10 20:28:55 +02:00
43caf7e23d LINT: Documented source code 2015-07-06 21:44:13 +02:00
632ab60018 Moved towards modular storage system 2015-07-06 21:41:21 +02:00
36fc6ede75 Revert "Remove S3"
This reverts commit ba4ccee98c.
2015-07-06 20:28:44 +02:00
zainhoda
ba4ccee98c Remove S3
S3 storage becomes really expensive. The network latency is also worse
than local file latency.
2015-03-12 01:13:45 -04:00
zainhoda
3f7e71c0c9 Fix a bug for a median of 1 value 2015-02-22 21:20:14 -05:00
zainhoda
525db95b08 Add statistical monitoring 2015-02-22 20:16:40 -05:00
zainhoda
e5da9e4c17 Additional fixes for graphing
Historical data should be appended at the end of the list. Add some
Javascript code to convert time in int to time in string.
2015-02-22 16:19:26 -05:00
zainhoda
740ac28ce6 Add "value" as an option and basic graphing capabilities 2015-02-22 15:58:58 -05:00
67eb34ac43 GOLINT: Explicitly ignore errors 2015-02-20 19:47:36 +01:00
2cfd00b245 GOLINT: Unexported data types 2015-02-20 19:41:36 +01:00
5773189317 Some small bugfixes and imporovements
+ More speaking errors
+ Use validation for data from input
+ Prevent NaN errors
+ Use correct initialization for objects
2015-02-08 00:34:55 +01:00
07a0f8ba79 Initialize meta on new metrics 2015-02-07 23:36:40 +01:00
919e361353 Initial version 2015-02-07 19:32:44 +01:00