Commit Graph

117 Commits

Author SHA1 Message Date
Christoph Eck
5d78504138 Merge branch 'feature/json_data'
- support md5 sum check
- support body length check
- support data post transmit
2020-10-20 12:20:54 +02:00
Christoph Eck
896c0d28da refactor: remove logs and reformat 2020-10-20 12:17:11 +02:00
Ubuntu
7657f99ac9 feat: check content length 2020-10-20 10:12:58 +00:00
Ubuntu
6e0816c077 feat: check md5 sum 2020-10-20 10:02:12 +00:00
Ubuntu
f6ca8816e7 feat: data request with more log outputs 2020-10-20 09:08:39 +00:00
Christoph Eck
dc0170a4c8 feat: http json data 2020-10-20 07:50:31 +02:00
Christoph Eck
e07b2fb574 chore: update go packages 2020-10-20 07:49:30 +02:00
Christoph Eck
cb857b6d10 fix: update readme 2020-03-27 20:19:06 +01:00
Christoph Eck
efb6de4c4c chore: update go libs 2020-03-27 20:12:45 +01:00
Thomas Verchow
c3d22a40db tcp from Soontao/cachet-monitor
# Conflicts:
#	.gitignore
#	cli/main.go
2020-03-27 20:07:49 +01:00
Christoph Eck
7e5187764b readme: add build info 2020-01-27 18:48:06 +01:00
Christoph Eck
1c44776138 Merge branch 'custom' 2020-01-27 18:38:55 +01:00
Christoph Eck
d33688d189 build: add go-exectuable-build.sh 2020-01-27 18:38:33 +01:00
Christoph Eck
29b2bf457a fix: update libraries 2020-01-27 18:37:17 +01:00
Christoph Eck
de4d2451d5 chore(missing): add start argument restarted 2020-01-27 18:36:54 +01:00
Christoph Eck
79676357f3 slack: webhookurl and sendSlack
- GetComponentStatus fix
- get main url from api definition for slack post
- fix run send slack
2020-01-27 18:36:25 +01:00
Christoph Eck
2963a9f610 Merge branch 'feat/slack' into custom
# Conflicts:
#	cli/main.go
2020-01-27 16:15:33 +01:00
Alexander Trost
c186e4b292 fixed sirupsen logrus pkg
switched to go mods

Signed-off-by: Alexander Trost <galexrt@googlemail.com>
2020-01-08 23:54:38 +01:00
Alexander Trost
3f82108f98 added some built binary names to the gitignore
Signed-off-by: Alexander Trost <galexrt@googlemail.com>
2020-01-08 17:49:31 +01:00
A. Feldmann
33bb722e06 go fmt 2020-01-08 17:48:04 +01:00
Alexander Trost
3c343fb0a2 incident: fixed json struct tag
Signed-off-by: Alexander Trost <galexrt@googlemail.com>
2020-01-08 17:45:12 +01:00
Mac Chiang
f9f5c278ec add test 2019-12-18 12:35:44 +08:00
Mac Chiang
43510e18e2 Add slack 2019-12-18 11:54:43 +08:00
Matej Kramny
df31238a1f Merge pull request #66 from CastawayLabs/feature/upstart-example
Add upstart example
2019-01-08 10:05:23 +08:00
Matej Kramny
a6b879bcee Merge pull request #99 from osallou/fix_set_version
add version information
2019-01-08 10:05:05 +08:00
Matej Kramny
c4f7544640 Merge pull request #92 from srabouin/master
Close HTTP requests
2019-01-08 10:04:19 +08:00
Matej Kramny
ae3a18591f Merge pull request #85 from tolbxela/patch-1
The table in the Templates section was corrected
2019-01-08 10:03:45 +08:00
Matej Kramny
7cbc234c42 Merge pull request #84 from sgreene570/master
Add license and cleanup readme
2019-01-08 10:03:33 +08:00
Matej Kramny
0b63b0e63d Merge pull request #81 from axnsan12/master
fix component status parsing
2019-01-08 10:03:05 +08:00
Olivier Sallou
5d34e1cf38 add version information
Sets at build time the version information with -ldflags "-X
main.version=3.0.0" for example, the --version will display software
version
2018-10-02 10:40:44 +02:00
Steve Rabouin
581b1465e6 Close HTTP requests
Resolves #75
2018-05-04 22:01:30 -04:00
Tolbxela Bot
8bf7a9921e The table in the Templates section was corrected 2017-10-24 11:43:12 +02:00
Stephen Greene
f17ee284a9 Add license and cleanup readme 2017-10-12 21:02:07 -04:00
Cristi Vîjdea
c2c9898d68 fix component status parsing
The Cachet API returns component status as a string,
but cachet-monitor attempts to parse it as int,
resulting in "cannot unmarshal string into Go value of type int".
This applies at least as early as cachet 2.3.12 - 29/06/2017.
2017-10-05 21:02:13 +00:00
Alan Campbell
0ea950f819 Add upstart example 2017-03-20 00:59:10 -04:00
Matej Kramny
0e93d140e8 Merge pull request #61 from mightyfree/patch-1
Update link to example.cachet-monitor.service under Init Script section
2017-03-03 10:36:10 -08:00
mightyfree
aacd04b2b8 Update link to example.cachet-monitor.service under Init Script section
Update link to example.cachet-monitor.service under Init Script Section. Previous relative link 404'd. Updated with absolute path to example.cachet-monitor.service (https://github.com/CastawayLabs/cachet-monitor/blob/master/example.cachet-monitor.service).
2017-03-03 13:29:52 -05:00
Matej Kramny
3a68b19633 Merge pull request #60 from matunixe/patch-2
Add init script setup
2017-03-02 11:05:58 -08:00
Mathias B
423c8d3a23 Add init script setup
Since PR #59 we need to update the documentation to explain clearly how tu use the file example.
2017-03-02 18:49:16 +01:00
Matej Kramny
f48b5feb11 Rename exemple.cachet-monitor.service to example.cachet-monitor.service 2017-03-01 11:35:48 -08:00
Matej Kramny
b7f7f934ec Merge pull request #59 from matunixe/patch-1
Add a file init exemple
2017-03-01 11:29:04 -08:00
Mathias B
927aca5ac0 Add a file init exemple
Here is a Systemd init file, tweak it to your needs!
2017-03-01 17:24:48 +01:00
Matej Kramny
18705d1faf update readme 2017-02-13 14:07:25 -08:00
Matej Kramny
dab2264c7a Comment out unused code v3.0 2017-02-12 20:05:04 -08:00
Matej Kramny
021871b763 Add contribution section & code of conduct 2017-02-12 19:55:58 -08:00
Matej Kramny
698781afec update readme 2017-02-12 19:50:03 -08:00
Matej Kramny
e6d8d31fa5 update examples 2017-02-12 17:43:20 -08:00
Matej Kramny
6a51993296 update readme, remove tcp/icmp 2017-02-12 17:35:09 -08:00
Matej Kramny
8aae002623 DNS check 2017-02-12 13:39:37 -08:00
Matej Kramny
c04128ce36 compile message for Fixed status
- better logging
v3-alpha-1
2017-02-06 23:05:39 -08:00