1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-18 05:00:03 +02:00
Commit graph

48 commits

Author SHA1 Message Date
4f1fd33ac7 scripts/build_freebsd.sh: make rc script executable 2020-06-11 18:12:13 +02:00
abde77f291 scripts/templates/rc.conf: append to logfile. 2020-06-11 17:12:38 +02:00
fab8c1a589 scripts/build.sh: move deb specific variables to deb file 2020-06-11 14:17:08 +02:00
c5a8f20c04 scripts: move template files to "templates" directory 2020-06-11 14:13:07 +02:00
00d96cf045 scripts/build_freebsd.sh: create newsyslog config instead of logrotate 2020-06-11 14:09:09 +02:00
cbc638bef0 scripts/build.sh: adding TEMPLATE_DIR variable 2020-06-11 14:08:44 +02:00
590ad836fc Adding: scripts/templates/newsyslog.conf 2020-06-11 14:08:23 +02:00
c6abbfda72 scripts/build_freebsd.sh: package logrotate file. 2020-06-11 13:36:59 +02:00
977e0cf3eb Make: fixing incorrect rule. 2020-06-11 13:36:37 +02:00
7cbecce1ba Adding freebsd package script. 2020-06-09 17:54:20 +02:00
4536c09d5c Make: create info file that contains the variable information. this file is then sourced by build.sh 2020-06-09 17:54:20 +02:00
767508c4f0 scripts/build_deb.sh: refactor common code to build.sh 2020-06-09 17:54:20 +02:00
e547ac7062 adding scripts/rc.template 2020-06-09 17:54:20 +02:00
41cb29703b Adding compile.sh 2020-04-29 14:40:00 +02:00
d30f4e16bc Version 0.3.1 2020-03-20 15:03:03 +01:00
a08b1f3458 src/eosapi/functions.go: in send() u.Host can contain port also. so we need to remove it when setting the Host header. 2020-03-20 14:58:59 +01:00
c222eb9945 Version 0.3.0 2020-03-20 14:36:13 +01:00
01aa9a0fff Adding logrotate config 2020-03-20 14:31:48 +01:00
407049096d Adding rsyslog config. 2020-03-20 13:59:26 +01:00
4ef714a750 Move source files to "src" folder. 2020-03-06 11:35:36 +01:00
8e8393d560 scripts/template.service: cleanup. 2020-03-06 11:29:29 +01:00
5dc55e9ac7 eosapi/functions.go: minor fixes. 2020-03-06 11:28:09 +01:00
a2327555f9 eosapi/types.go: adding some comments. 2020-03-06 11:26:04 +01:00
70ad80763f README.md: update parameter delimiter in requests. 2020-03-06 11:23:57 +01:00
9717354e22 combine host, port parameters into one string and add scheme. 2020-03-06 11:23:28 +01:00
07c73c2b4e scripts/build_deb.sh: append linux dist id and release to output filename. 2020-02-07 08:43:29 +01:00
2bc2791a52 Version 0.2.0 2020-02-07 08:20:14 +01:00
75dae46700 server.go: use new log module to log messages. 2020-02-07 08:19:05 +01:00
0c507cd5ed Add log module 2020-02-07 08:19:05 +01:00
c33b355a78 server.go: only log message if we have something interesting to show. 2020-02-07 07:37:28 +01:00
da5eef75d2 server.go: change status log output + add version to it. 2020-02-07 07:33:11 +01:00
94cdc7117c eosapi/functions.go: Actually check errors from send(). 2020-02-07 07:23:22 +01:00
4a73480603 server.go: rename "v2" parameter to "version" and make it a string. 2020-02-07 07:14:23 +01:00
c061878b42 Version 0.1.2 2020-02-06 20:44:53 +01:00
fe50ba5312 scripts/build_deb.sh: adding some more PACKAGE_* variables for different directories. 2020-02-06 19:47:10 +01:00
59e292e454 scripts/build_deb.sh: Include README.md in share folder. 2020-02-06 19:41:54 +01:00
d4b759032f Adding README.md 2020-02-06 19:40:52 +01:00
0ee847442e server.go: Adding support for hyperion health check. 2020-02-06 15:53:46 +01:00
23ef00496d eosapi/functions.go: Adding GetHealth() 2020-02-06 15:52:34 +01:00
e6115260ef eosapi/types.go: Adding Health and Service structs. 2020-02-06 15:51:22 +01:00
2e6ebe28c0 Version 0.1.1 2020-02-03 19:39:27 +01:00
6524e90bd6 Makefile: Update program name. 2020-02-03 19:38:26 +01:00
5a26718d40 scripts/build_deb.sh: change description. 2020-02-03 19:37:39 +01:00
c926b4b5e5 deb package: adding environment file for systemctl 2020-02-03 19:36:06 +01:00
90b559a518 server.go: Implement block_time argument from tcp. 2020-02-03 19:11:53 +01:00
09a23ca8e2 server.go: Show ip/port in the status message. 2020-02-03 14:04:10 +01:00
614f4a7c74 server.go: Don't print client connect/disconnect messages. 2020-02-03 14:03:39 +01:00
33c8439604 Initial commit 2020-02-03 13:24:34 +01:00