Commit Graph

272 Commits (217a45425de63e29a198a636e1982ba019e29b25)

Author SHA1 Message Date
hunterlong 6e12d38921 confirm statping can write to current working directory 2020-01-12 21:13:26 -08:00
hunterlong d107d3cbee database max connections, recreated sendLog middleware, StrictSlash is now set to true (base path), removed OnSave method for Mobile notifier, increase health check time. 2020-01-12 20:46:15 -08:00
hunterlong 5aa49569de quick fix 2020-01-10 23:40:45 -08:00
hunterlong 276e6f04c6 nginx docker compose sample 2020-01-07 20:04:41 -08:00
hunterlong 56353bfa6d integrations 2020-01-03 18:03:59 -08:00
hunterlong 0b93ad4b7a integrations 2020-01-02 23:57:42 -08:00
hunterlong 4fcd7d8347 integrations 2020-01-02 22:10:25 -08:00
Hunter Long a324ece5c6 fixed testing 2019-12-30 03:43:36 -08:00
Hunter Long 12b8ad73a3 core config var changes, log changes 2019-12-30 00:08:51 -08:00
Hunter Long 77e4bbe728 logging 2019-12-29 20:51:28 -08:00
Hunter Long d00cb3d2d4 fixed testing 2019-12-29 19:34:49 -08:00
Hunter Long 73a4d8336b faster testing 2019-12-29 17:52:35 -08:00
Hunter Long 5e3297d46b faster testing 2019-12-29 17:40:21 -08:00
hunterlong 31148682ed travis 2019-12-29 16:40:20 -08:00
hunterlong 15063734a5 better logging (logrus), verbose (-v) mode, index page show create service btn, install.sh script, Dockerfile go version to 1.13, UI fixes 2019-12-28 01:01:07 -08:00
Hunter Long d9e03871f3 signal graceful method, create service url 2019-12-19 08:48:59 -08:00
hunterlong 05ff5c5e2e temp 2019-12-18 03:36:29 -08:00
Emanuel Bennici c1f4ee865a
Fix wrong Downtime Calculation
The downtime was calculated wrong because the time when the latest
failure oocured was subtraced of the time when the latest failure
occured. And this will be zero.

Now it subtractes from the Date of the latest failure the Date of the
latest successfull hit.

Signed-off-by: Emanuel Bennici <benniciemanuel78@gmail.com>
2019-11-28 23:34:12 +01:00
hunterlong 429788ef87 fixes, go mod 2019-11-22 13:17:37 -08:00
Hunter Long 6d78fceffc quick notifier fix 2019-11-05 19:35:01 -08:00
hunterlong 006f02d4d4 tests 2019-10-25 16:58:12 -07:00
Hunter Long 8aa2dba41c update 2019-10-25 08:13:32 -07:00
Hunter Long c1cc5b5179
Merge branch 'master' into feature/notify-state-change 2019-10-15 08:56:46 -07:00
Hunter Long 81ebf51a70
Merge branch 'master' into fix/back-online 2019-10-15 08:55:33 -07:00
Emanuel Bennici 2534078e11
Switch to new Service-Fields in events.go 2019-10-04 17:24:28 +02:00
Emanuel Bennici e1c41966e4
Add implementation of new `Service` Fields in checker.go
Add Variable Value changes of `SuccessNOtified`, `UpdateNotify` and
`DownText` to checker.go.
So the Values can be used in other packages.
2019-10-04 17:23:20 +02:00
Emanuel Bennici 2a3c682013
Add implementation for `UpdateNotified` Check 2019-10-04 14:48:56 +02:00
Tufan Baris Yildirim b992079a11 Merge branch 'master' of https://github.com/hunterlong/statping into fix/back-online 2019-09-22 09:45:55 +03:00
Hunter Long 9d9f91f931 fixed homepage graphs rendering - added notifier events in logs 2019-09-19 22:27:01 -07:00
Hunter Long e949a210f2
Merge branch 'master' into fix/back-online 2019-09-17 23:08:58 -07:00
Tufan Baris Yildirim b64d0ee1f1 do ssl verification from host header and made it optional per service 2019-09-17 13:18:12 +03:00
Tufan Baris Yildirim 7abc2e6253 fix back online scenario we broke in pull request #234 2019-09-08 16:11:09 +03:00
Tufan Baris Yildirim 4da56523f3 bypass notifier limits if the state is changing first time with that event. 2019-09-06 00:48:27 +03:00
hunterlong 50ba485fcd fixed tests - removed database creds from logs 2019-09-03 14:10:13 -07:00
Tufan Baris Yildirim 30a1216f23 remove .Online from notifiers and toggle service.Online when needed. fixes #118 2019-08-16 02:26:36 +03:00
Hunter Long 85b4129b08
Merge pull request #221 from viartemev/fix-github-220
Fix github-issue-220: Incorrect query to Pg
2019-07-19 13:57:05 -07:00
Артемьев Вячеслав 28fcf5135b Fix github-issue-220: Incorrect query to Pg 2019-07-10 13:33:38 +03:00
Alessandro Pezzè a2f8582088
Merge branch 'master' into master 2019-07-03 19:00:48 +02:00
hunterlong e31b8ca164 Incident reporting feature (beta) 2019-06-24 15:21:38 -07:00
Naramsim d5ad850507 fix: fix failures' heatmap when connected to postgres 2019-06-14 15:12:07 +02:00
hunterlong c2cf13172b limit 1 connection for sqlite 2019-06-06 13:23:41 -07:00
Hunter Long 9013eb6c94
Merge branch 'master' into master 2019-06-06 12:18:43 -07:00
Hunter Long 043946245d
Merge branch 'master' into mysql-patch 2019-06-06 12:16:28 -07:00
Hunter Long 3188b3c7a9
Merge branch 'master' into master 2019-06-06 12:16:02 -07:00
hunterlong 98190a23ff enabled IPv6 services 2019-06-06 12:10:52 -07:00
t4skforce a187d23e3b improved host lookup 2019-05-27 19:35:51 +02:00
Greg Arakelian bc5edacc8e Add escaping 2019-05-24 23:25:22 -04:00
Greg Arakelian 2cc526ead2
Update database.go 2019-05-24 22:10:45 -04:00
Greg Arakelian 7d2a400ece
Update database.go 2019-05-24 22:00:02 -04:00
Hunter Long 67283abac3 DISABLE_LOGS environment variable - UI updates 2019-05-20 09:21:32 -07:00