Commit Graph

1463 Commits (f2ebe6de9f3ea8eabde783abd28016f55d198471)

Author SHA1 Message Date
hunterlong f2ebe6de9f custom notifier JSON/text, codemirror custom designs for variables, JWT updates 2020-06-14 22:39:54 -07:00
hunterlong 01fea69edc custom notifier JSON/text, codemirror custom designs for variables, JWT updates 2020-06-14 21:46:28 -07:00
hunterlong 722ce47977 metrics 2020-06-14 13:46:22 -07:00
hunterlong 98e80157b5 CLI fixes for PORT and IP/HOST 2020-06-14 13:18:59 -07:00
Hunter Long bb118f1a2c
Merge pull request #662 from statping/cli-fixes
CLI fixes for PORT and IP/HOST
2020-06-13 20:39:49 -07:00
hunterlong de051d4bcd CLI fixes for PORT and IP/HOST 2020-06-13 19:46:31 -07:00
hunterlong 622d697c6b CLI fixes for PORT and IP/HOST 2020-06-13 18:45:04 -07:00
hunterlong fb2a9fe067 CLI fixes for PORT and IP/HOST 2020-06-13 18:39:47 -07:00
Hunter Long b928f7bb6a
Merge pull request #659 from statping/promethus-metrics
Promethus metrics
2020-06-12 22:18:39 -07:00
hunterlong 6da15a570a api tests 2020-06-12 21:12:31 -07:00
hunterlong e27b8de55e version up, default GET http method, metrics 2020-06-12 18:23:30 -07:00
hunterlong 95e294f553 prometheus metrics for better debugging 2020-06-12 18:13:28 -07:00
Hunter Long f23ac57ed4
Merge pull request #655 from statping/checks-and-balances
Checks and balances
2020-06-11 05:37:29 -07:00
hunterlong ca299a0ee7 exit 0 for non processing commands 2020-06-11 02:38:14 -07:00
hunterlong fcb448ab56 exit 0 for non processing commands 2020-06-11 02:14:46 -07:00
Hunter Long 36b64538c0
Update Makefile 2020-06-11 00:15:50 -07:00
hunterlong 73d7a65c39 removed automatic service reloading for now 2020-06-10 23:58:39 -07:00
hunterlong 6ee986836b postman file update 2020-06-10 23:43:18 -07:00
hunterlong bc45135301 modified Maintance routine to use time.After channel, not tick. 2020-06-10 23:21:53 -07:00
hunterlong 1b68476b81 urgent bug fix 100% CPU, pprof with DEBUG env, 2020-06-10 23:11:39 -07:00
hunterlong 6fd87b7a2f fakey postman tests, removing for now... 2020-06-10 20:51:24 -07:00
hunterlong 4266539e66 seriously postman... 2020-06-10 20:31:57 -07:00
hunterlong 256e772d51 fixed service page 2020-06-10 19:43:35 -07:00
hunterlong a86b8de718 fixed service page 2020-06-10 17:19:16 -07:00
hunterlong dde3951264 postman tests update 2020-06-10 12:57:56 -07:00
hunterlong 4f268edc10 fixed ENV merge with flags. 2020-06-10 12:41:43 -07:00
hunterlong d3d1f9d2a0 version up 2020-06-10 11:04:39 -07:00
Hunter Long 45a04941e0
Merge pull request #623 from zeeZ/bugfix/602-icmp-broken
separate command options and option arguments
2020-06-10 10:59:34 -07:00
Hunter Long e3c8b9b2ea
Merge pull request #626 from zeeZ/bugfix/wait-for-cmd-reads
Wait for cmd reads to complete before calling Wait()
2020-06-10 10:58:59 -07:00
Hunter Long 79a1e68ec1
Merge pull request #645 from kaeltis/fixTimeConversion
Fix time conversion in overview and charts
2020-06-10 10:58:15 -07:00
Hunter Long f695195b9e
Merge pull request #638 from statping/code-cleanup
Code cleanup
2020-06-10 10:57:40 -07:00
hunterlong a0698fbc95 tests 2020-06-10 10:46:32 -07:00
hunterlong 8f85654040 tests 2020-06-10 09:04:34 -07:00
hunterlong a0517bc64c package updates 2020-06-10 08:22:59 -07:00
hunterlong b659e24246 meta tags 2020-06-10 05:30:48 -07:00
hunterlong c9a7a67d1a meta tags 2020-06-09 17:40:05 -07:00
Patrick Fruh 489b837972 Remove calculation from ServiceSparkLine.vue
ServiceSparkLine gets ms, not μs
Also changed another toFixed to round
2020-06-09 21:12:46 +02:00
Patrick Fruh 1d5c2737aa Added space between value and percent sign
Also added space between number and percent sign to follow International System of Units (SI)
2020-06-09 20:59:22 +02:00
Patrick Fruh 7ce93c8cce Use same ms conversion as other graphs 2020-06-09 20:47:31 +02:00
Patrick Fruh 5434b26b6e Revert "Use humanTime instead of doing own calculations"
This reverts commit 2c5a6318d6.
2020-06-09 20:45:12 +02:00
Patrick Fruh 2c5a6318d6 Use humanTime instead of doing own calculations 2020-06-09 20:36:09 +02:00
Patrick Fruh 0d350fb023 Use Math.round, only use ms in graphs when at least 10 ms
Math.round is about 99% faster https://jsperf.com/math-round-vs-tofixed2/17

Graph change tries to avoid rising/falling graphs while displayed values don't change
2020-06-09 20:17:41 +02:00
Patrick Fruh a8fb5ce80e Round instead of floor to be more accurate to value 2020-06-09 20:02:02 +02:00
Patrick Fruh 2fe56b1e92 Use short codes for ms and μs
Also added space between number and symbol according to International System of Units (SI)
2020-06-09 19:59:02 +02:00
Patrick Fruh 811236f8b4 Fix time conversion in overview and charts 2020-06-09 18:50:59 +02:00
hunterlong 434c8f2906 checkin test 2020-06-08 20:56:51 -07:00
hunterlong 37e405df77 added pem file TLS cert generator 2020-06-08 20:40:39 -07:00
hunterlong 6156a55e12 code cleanup, debug mode (pprof), new env vars: DISABLE_HTTP, LOGS_MAX_COUNT, LOGS_MAX_AGE, LOGS_MAX_SIZE, DISABLE_COLORS, fixed DISABLE_LOGS bool env, mobile notifier update to fit the next mobile app update, 2020-06-08 17:51:37 -07:00
hunterlong c06eba3bc8 code cleanup, debug mode (pprof), new env vars: DISABLE_HTTP, LOGS_MAX_COUNT, LOGS_MAX_AGE, LOGS_MAX_SIZE, DISABLE_COLORS, fixed DISABLE_LOGS bool env, mobile notifier update to fit the next mobile app update, 2020-06-05 17:36:39 -07:00
hunterlong 29bda29874 code cleanup 2020-06-04 20:47:35 -07:00