How to use the launcher - reed-alert - Lightweight agentless alerting system for server
HTML git clone git://bitreich.org/reed-alert/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/reed-alert/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
DIR commit b9988585e8525d9d4e146fc3ab29e9a14eca14af
DIR parent ce311ef86e6a0bab8e80abd25cf1911b95fcb22a
HTML Author: Solene Rapenne <solene@perso.pw>
Date: Wed, 24 Oct 2018 06:46:58 +0200
How to use the launcher
Diffstat:
A Makefile | 14 ++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)
---
DIR diff --git a/Makefile b/Makefile
@@ -0,0 +1,14 @@
+PREFIX=/usr/local
+LISPDIR=${PREFIX}/share/reed-alert/
+
+all:
+ sed 's,REEDDIR=,&${LISPDIR},' reed-alert.in > reed-alert
+
+install: all
+ mkdir -p ${LISPDIR}
+ mkdir -p ${PREFIX}/bin
+ cp reed-alert ${PREFIX}/bin/reed-alert
+ cp probes.lisp functions.lisp ${LISPDIR}/
+
+clean:
+ rm reed-alert