Commit Graph

164 Commits (a9ef085024e08c05575033d384c22fec0edbd5ad)

Author SHA1 Message Date
hunterlong de051d4bcd CLI fixes for PORT and IP/HOST 2020-06-13 19:46:31 -07:00
hunterlong fb2a9fe067 CLI fixes for PORT and IP/HOST 2020-06-13 18:39:47 -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
hunterlong 1b68476b81 urgent bug fix 100% CPU, pprof with DEBUG env, 2020-06-10 23:11:39 -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
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
hunterlong a0698fbc95 tests 2020-06-10 10:46:32 -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
hunterlong d16023abe5 tests 2020-06-04 15:05:23 -07:00
hunterlong cfdee4659b tests 2020-06-04 07:08:53 -07:00
hunterlong 128c53e5e1 language 2020-06-04 06:13:32 -07:00
zeeZ e58130cc6b Wait for cmd reads to complete before calling Wait() 2020-06-04 14:36:39 +02:00
zeeZ 271264fc10 separate command options and option arguments 2020-06-03 19:49:23 +02:00
hunterlong 98175ab326 i18n implementation for frontend, oauth url fixes, added language into Core, 2020-06-01 23:56:19 -07:00
hunterlong 5d66e34e56 include netgo tag during golang build process 2020-05-25 22:11:32 -07:00
hunterlong b25f7c3a66 stale issue bot fix, test fix 2020-05-23 17:32:51 -07:00
hunterlong eb634c472b stale issue bot fix, test fix 2020-05-23 00:18:06 -07:00
hunterlong d7c54eb5e7 stale issue bot fix, test fix 2020-05-22 22:36:39 -07:00
hunterlong bfd173d7d7 updated ICMP to use system ping command (doesnt need root), added tests for TCP/HTTP TLS and non-TLS service checks 2020-05-21 00:10:35 -07:00
hunterlong 70c5b672b3 test fix 2020-05-20 01:36:02 -07:00
hunterlong 4618d56c18 mTLS service check (http) 2020-05-19 23:41:50 -07:00
hunterlong f9ab560736 including NAME, DESCRIPTION, and DOMAIN env vars to be used when Statping is setup (automatically), modified docker-compose full stack yml. 2020-05-15 17:21:54 -07:00
hunterlong 3fa5269af6 twilio notifier fix, enabled more testing 2020-05-13 20:09:32 -07:00
hunterlong d52b02eb3e notifiers update with variables using golang template lib, new variables documentation tab, Replacer func now contains it's own struct, humanize lib (but its meh) 2020-05-02 02:51:47 -07:00
hunterlong e7a5b741af fixes for SASS generating and endpoints, oauth fix 2020-05-01 18:49:45 -07:00
hunterlong 6cfb9feb84 unique permalink, utils.replacer test 2020-05-01 03:25:54 -07:00
Hunter Long 2893218ed6
Merge pull request #482 from craftbyte/feature/tls-renegotiation
Set HTTPS TLS renegotiation to "once as client"
2020-04-28 05:05:48 -07:00
Emanuel Bennici 1053be44b0
Fix email template
The Email notifier was using `map[string]interface{}` to "put" the
information (like Service and Failure struct) into the template.
The value of a map can only be used with `{{ index . "Service" }}` in a
GoLang template.
To simplify – and reduce the needed changes – `emailOutgoing` now
contains for the `Data` field an extra struct with `Service` and
`Failure` fields.

This patch fixes #472.
2020-04-27 13:43:00 +02:00
Anže Jenšterle 23e8b9f8db
Merge branch 'master' into feature/tls-renegotiation 2020-04-25 00:37:00 +02:00
hunterlong 676ae77fad envs 2020-04-20 08:17:22 -07:00
hunterlong 5cd3e90b43 http redirection option, issue #502, #499 2020-04-19 04:16:44 -07:00
hunterlong 615577a00b issue #502 2020-04-19 02:05:39 -07:00
hunterlong 835bb5e618 sass issues 2020-04-19 01:55:53 -07:00
hunterlong b16cafc6e0 additional testing 2020-04-19 01:12:41 -07:00
hunterlong 7355105c68 additional testing 2020-04-19 01:03:50 -07:00
hunterlong 5e2cda5e29 GH build 2020-04-17 00:29:54 -07:00
hunterlong 85d0572972 upload frontend rice box 2020-04-16 23:18:18 -07:00
hunterlong e08a1daf9f removed GH action testing issues 2020-04-16 22:55:44 -07:00
hunterlong 160979676b removed env issues 2020-04-16 22:51:55 -07:00
hunterlong 25d6f3b66a error handling, tests, fixes 2020-04-16 20:21:17 -07:00
hunterlong cead240508 more tests 2020-04-16 10:32:54 -07:00
hunterlong 701fac0298 viper/cobra configs, psql updates 2020-04-16 02:57:00 -07:00
Anže Jenšterle 999037bb05
Merge branch 'master' into feature/tls-renegotiation 2020-04-15 14:37:33 +02:00
hunterlong 93a6f8d808 travis cmd util 2020-04-15 03:27:12 -07:00
hunterlong fe507800ec PR #492, PR #490, PR #483 2020-04-15 03:18:39 -07:00