Commit Graph

939 Commits (25913d645810645e8094d90b650b6790f9571521)

Author SHA1 Message Date
Hunter Long c6da1ad683
Update version.txt 2019-10-15 08:58:33 -07:00
Hunter Long 4c7e360c40
Merge pull request #143 from v4lerio/patch-1
Update main.js
2019-10-15 08:58:17 -07:00
Hunter Long ef0d9594b6
Merge branch 'master' into patch-1 2019-10-15 08:58:09 -07:00
Hunter Long 37ed995fb4
Merge pull request #241 from tufanbarisyildirim/feature/notify-state-change
bypass notifier limits if the state is changing first time with that event
2019-10-15 08:56:53 -07:00
Hunter Long c1cc5b5179
Merge branch 'master' into feature/notify-state-change 2019-10-15 08:56:46 -07:00
Hunter Long d73a957e83
Merge pull request #242 from tufanbarisyildirim/fix/back-online
fix back online scenario we broke in pull request #234
2019-10-15 08:55:44 -07:00
Hunter Long 81ebf51a70
Merge branch 'master' into fix/back-online 2019-10-15 08:55:33 -07:00
Hunter Long bbd553c5bb
Merge pull request #253 from tufanbarisyildirim/feature/custom-dialer
Feature/custom dialer
2019-10-15 08:53:53 -07:00
Hunter Long a9e9c36510
Merge branch 'master' into feature/custom-dialer 2019-10-15 08:53:15 -07:00
Hunter Long bac38da703
Merge pull request #256 from tufanbarisyildirim/feature/verify-ssl-to-bulk-import
add verifyssl field to csv import handler.
2019-10-15 08:51:50 -07:00
Hunter Long 02fae1a239
Merge branch 'master' into feature/verify-ssl-to-bulk-import 2019-10-15 08:51:34 -07:00
Hunter Long c06c3233d9
Merge pull request #257 from jimmycasey/master
Fixed incorrect service status on prompt.
2019-10-15 08:49:32 -07:00
Hunter Long d63ed869b5
Merge branch 'master' into master 2019-10-15 08:49:27 -07:00
Hunter Long fbaae2f12d
Merge pull request #258 from l0nax/feature/status_updates
Add "Notify User only on Change"-Feature
2019-10-15 08:49:01 -07:00
Hunter Long a3ef0bc016
Merge branch 'master' into feature/status_updates 2019-10-15 08:47:15 -07:00
Hunter Long d7736d28d6
Merge pull request #261 from dogrocker/patch-1
Update line_notify.go
2019-10-15 08:46:37 -07:00
Kanin Peanviriyakulkit ca2a7e69ba
Update line_notify.go
I think we should send notify when update the Access token.
2019-10-09 15:46:40 +07:00
Emanuel Bennici d462e54053
Replace all `core.*` Code Lines from notifier Package
Replace all `core.*` Code Lines from notifier Package with the new
Fields of the Service-Struct.
2019-10-04 17:25:57 +02:00
Emanuel Bennici 6ba5d53a50
Remove `/core` include from notifier Package
Since we have special Fields for that prupose we can remove the `core`
Package include.
2019-10-04 17:25:03 +02: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 d81c525d71
Add new Fields to `Service` Struct
Add `UpdateNotify` Field to allow the Notifiers to check if
`UpdateNotify` has been enabled in `CoreApp`.

Add `DownText` Field to have a default Downtime Text which also has the
'Service has been down for n-Seconds' Text.

Add `SuccessNotified` Field to check if a "Success" Message has already
been send.
This is because the `s.Online` Field is always "false" if the
OnSuccess() Function is called of an Notifier.
2019-10-04 17:18:33 +02:00
Emanuel Bennici 786bfe75fc
Update Online Message for Twilio Notifier 2019-10-04 15:40:34 +02:00
Emanuel Bennici a9b559262a
Update Online Message for Line-Notify Notifier 2019-10-04 15:38:40 +02:00
Emanuel Bennici df3eb914ed
Add Email, Mobile and Discord Online Messages 2019-10-04 15:36:45 +02:00
Emanuel Bennici c9f140f2dc
Update Online Message for Telegram Notifier 2019-10-04 15:29:26 +02:00
Emanuel Bennici 2a3c682013
Add implementation for `UpdateNotified` Check 2019-10-04 14:48:56 +02:00
Emanuel Bennici d062839b52
Add Field `UserNotified` to Service Struct
The Field `UserNotified` is to indicate if a User has already been
notified about the Downtime of a Service.
2019-10-04 14:47:56 +02:00
Emanuel Bennici cdb55e6bff
Merge branch 'master' into feature/status_updates 2019-10-04 14:24:59 +02:00
Emanuel Bennici 4227f3c88f
Add `UPDATENOTIFY` Handler Function 2019-10-04 14:23:07 +02:00
Emanuel Bennici 29ace420ae
Add `UpdateNotify` Type to saveSettingsHandler() 2019-10-04 14:22:35 +02:00
Emanuel Bennici e73993cef2
Add Toggle-Switch to settings HTML Template 2019-10-04 14:22:20 +02:00
Emanuel Bennici b1bcc67833
Add new Field to Core Struct
Add Field `UpdateNotify` to `Core` Struct.

This Field shows if the User want that only Updates are send,
or every Status Message.
2019-10-04 14:18:57 +02:00
Jimmy Casey 4ec3a46732
Fixed incorrect service status on prompt.
Boolean was being evaluated as string.
2019-09-30 17:13:34 +01:00
Tufan Baris Yildirim f47e611e27 add verifyssl field to csv import handler. 2019-09-27 11:35:07 +03:00
Hunter Long 2824c8fe9a travis-ci build fix 2019-09-23 12:50:38 -07:00
Hunter Long 4d7702d08b
Merge branch 'master' into feature/custom-dialer 2019-09-22 22:25:44 -07:00
Tufan Baris Yildirim 206a90cc08 fix timeout value 2019-09-22 16:36:40 +03: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 23a9e8f93d travis-ci golang 1.13 2019-09-20 01:05:35 -07:00
Hunter Long 6ed523b12d travis-ci golang 1.13 2019-09-20 00:00:25 -07:00
Hunter Long 8c05d7e7c5
Merge branch 'master' into feature/custom-dialer 2019-09-19 23:01:54 -07:00
Hunter Long 15e3b83f9b SMTP email notifier OnTest() fix 2019-09-19 22:45:12 -07:00
Hunter Long 9d9f91f931 fixed homepage graphs rendering - added notifier events in logs 2019-09-19 22:27:01 -07:00
Tufan Baris Yildirim a6718f8843 use user defined timeout instead 2019-09-18 13:39:10 +03:00
Tufan Baris Yildirim 1140dfa213 add dialer port 2019-09-18 13:29:44 +03:00
Tufan Baris Yildirim bd58f3c747 force dialer to connect the host specified in req.URL.Host not in req.Host! 2019-09-18 13:10:53 +03:00
Hunter Long e949a210f2
Merge branch 'master' into fix/back-online 2019-09-17 23:08:58 -07:00
Hunter Long d9cf4c769a
Merge pull request #252 from tufanbarisyildirim/fix/sni-from-header-in-tls-handshake
Fix/sni from header in tls handshake
2019-09-17 23:08:39 -07:00
Tufan Baris Yildirim d83646e54f add error message to slack notification 2019-09-17 13:18:40 +03:00