heartbeat

Simple server monitor system using encrypted messages over udp
git clone https://noulin.net/git/heartbeat.git
Log | Files | Refs | README

commit c7c6ca3957f922d66d01fa50c99a05828296b9ba
parent 1f4e3910e5793d181d2f13fd6e561d925de09b5b
Author: Remy Noulin <loader2x@gmail.com>
Date:   Fri,  7 Jul 2023 21:48:31 +0200

fix compilation

heartbeat.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Diffstat:
Mheartbeat.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/heartbeat.c b/heartbeat.c @@ -243,8 +243,8 @@ void runcommand(void) { if (hasG(d, "logger")) continue; // no, can kill itself with pkill - logSystem(argv[2]); //else { - logSystemf("ssh %s \"%s\"", iK(cfg)/*agent*/, argv[2]); - } + logSystemf("ssh %s \"%s\"", iK(cfg)/*agent*/, argv[2]); + //} } }