Commit Graph

246 Commits (91296029b930f92fbdee68aa4b51a33f4682efd0)

Author SHA1 Message Date
hunterlong 7120015c7c letsencrypt enable ENV var 2020-07-15 10:09:00 -07:00
hunterlong 7f5a6a2e7c fixed ICMP latency and ping duration, organized Vue files 2020-07-09 11:19:31 -07:00
hunterlong 23fb2eb2a9 import and export CLI command updates (added configs to export/import), modified Webhook notifier headers 2020-07-07 21:22:59 -07:00
hunterlong 0a91e49416 test fix 2020-07-02 12:43:08 -07:00
hunterlong afc471116e authentication, UI fixes, 2020-07-02 11:41:46 -07:00
hunterlong 507c42f07e setup form fix 2020-06-26 16:51:12 -07:00
hunterlong 08e5d81c3c new custom oAuth authentication method, added "local" auth method as default 2020-06-25 21:46:09 -07:00
hunterlong 202695ba20 oauth Google fixes, google oauth restrict users based on domain and/or email address, notifiers no dereference pointer for services and failure 2020-06-25 21:08:12 -07:00
hunterlong ea23865494 added github oauth username and organizations for authentication 2020-06-25 18:37:57 -07:00
hunterlong 5a042e3c66 metrics now include service name for each service metric 2020-06-21 21:51:40 -07:00
hunterlong 723ced48c1 added OnSave() method for notifiers 2020-06-20 23:52:07 -07:00
hunterlong 386d9a49b9 test fix 2020-06-20 21:31:08 -07:00
hunterlong 2e2b4c2a7f email notifier update, duration humanized 2020-06-19 02:14:40 -07:00
hunterlong 6fceb832d4 slack notifier fix, i18n updates, yayness 2020-06-18 00:58:54 -07:00
hunterlong 1f14750311 prometheus metric updates 2020-06-16 04:02:14 -07:00
hunterlong d4a557d2f8 prometheus metric updates 2020-06-16 02:42:21 -07:00
hunterlong c3418e2473 quick fix for not null sql field 2020-06-15 22:49:35 -07:00
hunterlong feb20bfa4e changed column type for new string field 2020-06-15 16:04:10 -07:00
hunterlong a9ef085024 custom notifier JSON/text, notifier interface update, added example service and failure. 2020-06-15 00:46:27 -07:00
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 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 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 a0698fbc95 tests 2020-06-10 10:46:32 -07:00
hunterlong 8f85654040 tests 2020-06-10 09:04:34 -07:00
hunterlong 434c8f2906 checkin test 2020-06-08 20:56:51 -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 cfdee4659b tests 2020-06-04 07:08:53 -07:00
hunterlong 8fd585120a language 2020-06-02 00:22:26 -07:00
hunterlong d463f548ad language 2020-06-02 00:05:13 -07: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 65f32896cf stale issue bot fix, test fix 2020-05-22 20:41:27 -07:00
hunterlong ad03ef545d patch 2020-05-21 05:04:45 -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 a8bae268ea TCP service fix for services that are not using TLS (different packages) 2020-05-20 19:53:09 -07:00
hunterlong 42fb363673 version up, TLS, ADMIN_PASS to ADMIN_PASSWORD 2020-05-20 00:10:04 -07:00
hunterlong 7630eb3263 TLS with TCP 2020-05-19 23:59:28 -07:00
hunterlong 4618d56c18 mTLS service check (http) 2020-05-19 23:41:50 -07:00
hunterlong bcd38ec668 bulk SQL records insert fix, chunk size per db type 2020-05-18 21:17:38 -07:00
hunterlong 6de67a1906 bulk SQL records insert fix 2020-05-18 20:46:54 -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 1bd9e98163 added --config flag to specify config.yml file 2020-05-10 14:40:45 -07:00
hunterlong 42e1b0216a fixed authentication via cookies, oauth login, 2020-05-04 13:45:43 -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 4cd669b9d0 comments and organization 2020-05-01 17:53:35 -07:00