Fix examples using new launch system - 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 ae4e9ea4a34d33687343c3dd5d468abda57d6951
DIR parent 39af88e2f042d6b0bf77b173363c179733bd518a
HTML Author: Solene Rapenne <solene@perso.pw>
Date: Wed, 24 Oct 2018 07:33:13 +0200
Fix examples using new launch system
Diffstat:
M example-full.lisp | 3 ---
M example-simple.lisp | 2 --
2 files changed, 0 insertions(+), 5 deletions(-)
---
DIR diff --git a/example-full.lisp b/example-full.lisp
@@ -1,5 +1,3 @@
-(load "functions.lisp")
-
(alert dont-use-it "REMINDER %state% %function% %params% %date% %hostname% %desc% %level% %os% %newline% _ %space% %result%")
(alert empty "")
(alert mail "")
@@ -71,4 +69,3 @@
(=> empty check-http-pattern :url "http://127.0.0.1/" :pattern "HTML")
(=> empty check-http-pattern :url "http://google.fr/" :pattern "hello") ;; error
-(quit)
DIR diff --git a/example-simple.lisp b/example-simple.lisp
@@ -1,5 +1,3 @@
-(load "functions.lisp")
-
(alert mail "echo -n '[%state%] Problem with %function% %date% %params%' | mail -s '[%state%] alarm' mail@isp.net")
(alert sms "/home/user/sms.sh '%date% %state% %function% %params% %hostname%")
(alert available-variables "REMINDER : %function% %params% %date% %hostname% %desc% %level% %os% %newline% %result% %state%")