Add a skeleton config file - 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 c12dabe9c82ab4557296a8f1280bae0a8b7ff703
DIR parent 3e40457fcefb0a170792f54aa1288013c411ed29
HTML Author: solene rapenne <solene@dataswamp.org>
Date: Fri, 7 Oct 2016 15:57:09 +0200
Add a skeleton config file
Diffstat:
A config.lisp.sample | 10 ++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)
---
DIR diff --git a/config.lisp.sample b/config.lisp.sample
@@ -0,0 +1,10 @@
+(defvar *alerts*
+ (list
+ '(dont-use-it ("REMINDER" function params date hostname description level os newline _ space result))
+ '(void nil)))
+
+(load "functions.lisp")
+
+;; this is a comment
+; this is also a comment
+(=> mail disk-usage (:path "/" :limit 90))