Commit Graph

22 Commits (bec4351687a001866ea6793103a82507f0518261)

Author SHA1 Message Date
Luis Gustavo S. Barreto 63baf4a83a Fix gorm issue when saving zero values in 'ExpectedStatus' field
Any zero value like 0, '', false won't be saved into the
database for those fields defined default value, you might want
to use pointer type or Scanner/Valuer to avoid this.

See: https://gorm.io/docs/create.html#Default-Values
2021-01-18 16:50:06 -03:00
Luis Gustavo S. Barreto fdeb7fe31a Add SSH checker 2021-01-18 15:38:44 -03:00
thatInfrastructureGuy 77eb04fd67
Support grpc services without healthchecks
Signed-off-by: thatInfrastructureGuy <thatInfrastructureGuy@gmail.com>
2020-09-02 17:52:29 -07:00
hunterlong 482d182c40 tests 2020-08-04 13:38:57 -07:00
hunterlong 1a438a6198 0.90.62 updates 2020-07-30 16:14:41 -07:00
hunterlong 2e2b4c2a7f email notifier update, duration humanized 2020-06-19 02:14:40 -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 4618d56c18 mTLS service check (http) 2020-05-19 23:41:50 -07:00
hunterlong 6cfb9feb84 unique permalink, utils.replacer test 2020-05-01 03:25:54 -07:00
hunterlong d9e3cabb4e remove API_KEY (unused code), just use API_SECRET, YAML unmarshal, services.yml services auto creation 2020-04-30 01:35:33 -07:00
hunterlong 5cd3e90b43 http redirection option, issue #502, #499 2020-04-19 04:16:44 -07:00
hunterlong 9636f058de build bruh 2020-04-17 05:52:53 -07:00
hunterlong b3b41f58fa incidents, UX 2020-04-13 04:17:09 -07:00
hunterlong f331e9bbf9 notify after x failures, variable replacer, 0.90.16 2020-03-22 19:50:30 -07:00
Hunter Long d8a02b31a2 incidents vue 2020-03-12 21:06:06 -07:00
Hunter Long e0288b21a4 vue 2020-03-09 22:24:35 -07:00
Hunter Long f62dcd4336 vue 2020-03-09 11:17:55 -07:00
Hunter Long c92f99a455 db changes 2020-03-06 14:18:06 -08:00
Hunter Long 66ec613953 db changes 2020-03-05 19:03:18 -08:00
Hunter Long 7151501fca vue 2020-03-05 00:27:51 -08:00
Hunter Long 25913d6458 refactor 2020-03-04 02:29:00 -08:00