i[DOC] remove space before double colon - reed-alert - Lightweight agentless alerting system for server Err bitreich.org 70 hgit clone git://bitreich.org/reed-alert/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/reed-alert/ URL:git://bitreich.org/reed-alert/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/reed-alert/ bitreich.org 70 1Log /scm/reed-alert/log.gph bitreich.org 70 1Files /scm/reed-alert/files.gph bitreich.org 70 1Refs /scm/reed-alert/refs.gph bitreich.org 70 1Tags /scm/reed-alert/tag bitreich.org 70 1README /scm/reed-alert/file/README.gph bitreich.org 70 1LICENSE /scm/reed-alert/file/LICENSE.gph bitreich.org 70 i--- Err bitreich.org 70 1commit e09c25bcc9643ef6190e8457677a68f688f50719 /scm/reed-alert/commit/e09c25bcc9643ef6190e8457677a68f688f50719.gph bitreich.org 70 1parent c1bb305f9dd246538db890519a70394b4b7c6d1b /scm/reed-alert/commit/c1bb305f9dd246538db890519a70394b4b7c6d1b.gph bitreich.org 70 hAuthor: Solene Rapenne URL:mailto:solene@perso.pw bitreich.org 70 iDate: Sat, 20 Oct 2018 20:32:17 +0200 Err bitreich.org 70 i Err bitreich.org 70 i[DOC] remove space before double colon Err bitreich.org 70 i Err bitreich.org 70 iDiffstat: Err bitreich.org 70 i M README | 28 ++++++++++++++-------------- Err bitreich.org 70 i Err bitreich.org 70 i1 file changed, 14 insertions(+), 14 deletions(-) Err bitreich.org 70 i--- Err bitreich.org 70 1diff --git a/README b/README /scm/reed-alert/file/README.gph bitreich.org 70 i@@ -195,7 +195,7 @@ Check if the actual number of processes of the system exceeds a specific limit. Err bitreich.org 70 i > Set the limit that will trigger an alert when exceeded. Err bitreich.org 70 i :limit INTEGER Err bitreich.org 70 i Err bitreich.org 70 i-Example : `(=> alert number-of-processes :limit 200)` Err bitreich.org 70 i+Example: `(=> alert number-of-processes :limit 200)` Err bitreich.org 70 i Err bitreich.org 70 i Err bitreich.org 70 i pid-running Err bitreich.org 70 i@@ -205,7 +205,7 @@ Check if the PID number found in a .pid file is alive. Err bitreich.org 70 i > Set the path of the pid file. If $USER doesn't have permission to open it, return "file not found". Err bitreich.org 70 i :path "STRING" Err bitreich.org 70 i Err bitreich.org 70 i-Example : `(=> alert pid-running :path "/var/run/nginx.pid")` Err bitreich.org 70 i+Example: `(=> alert pid-running :path "/var/run/nginx.pid")` Err bitreich.org 70 i Err bitreich.org 70 i Err bitreich.org 70 i disk-usage Err bitreich.org 70 i@@ -218,7 +218,7 @@ Check if the disk-usage of a chosen partition does exceed a specific limit. Err bitreich.org 70 i > Set the limit that will trigger an alert when exceeded. Err bitreich.org 70 i :limit INTEGER Err bitreich.org 70 i Err bitreich.org 70 i-Example : `(=> alert disk-usage :path "/tmp" :limit 50)` Err bitreich.org 70 i+Example: `(=> alert disk-usage :path "/tmp" :limit 50)` Err bitreich.org 70 i Err bitreich.org 70 i Err bitreich.org 70 i file-exists Err bitreich.org 70 i@@ -228,7 +228,7 @@ Check if a file exists. Err bitreich.org 70 i > Set the path of the file to check. Err bitreich.org 70 i :path "STRING" Err bitreich.org 70 i Err bitreich.org 70 i-Example : `(=> alert file-exists :path "/var/postgresql/standby")` Err bitreich.org 70 i+Example: `(=> alert file-exists :path "/var/postgresql/standby")` Err bitreich.org 70 i Err bitreich.org 70 i Err bitreich.org 70 i file-updated Err bitreich.org 70 i@@ -241,7 +241,7 @@ Check if a file exists and has been updated since a defined time. Err bitreich.org 70 i > Set the limit in minutes since the last modification time before triggering an alert. Err bitreich.org 70 i :limit INTEGER Err bitreich.org 70 i Err bitreich.org 70 i-Example : `(=> alert file-updated :path "/var/log/nginx/access.log" :limit 60)` Err bitreich.org 70 i+Example: `(=> alert file-updated :path "/var/log/nginx/access.log" :limit 60)` Err bitreich.org 70 i Err bitreich.org 70 i Err bitreich.org 70 i load-average-1 Err bitreich.org 70 i@@ -251,7 +251,7 @@ Check if the load average during the last minute exceeds a specific limit. Err bitreich.org 70 i > Set the limit not to exceed. Err bitreich.org 70 i :limit INTEGER Err bitreich.org 70 i Err bitreich.org 70 i-Example : `(=> alert load-average-1 :limit 2)` Err bitreich.org 70 i+Example: `(=> alert load-average-1 :limit 2)` Err bitreich.org 70 i Err bitreich.org 70 i Err bitreich.org 70 i load-average-5 Err bitreich.org 70 i@@ -261,7 +261,7 @@ Check if the load average during the last five minutes exceeds a specific limit. Err bitreich.org 70 i > Set the limit not to exceed. Err bitreich.org 70 i :limit INTEGER Err bitreich.org 70 i Err bitreich.org 70 i-Example : `(=> alert load-average-5 :limit 2)` Err bitreich.org 70 i+Example: `(=> alert load-average-5 :limit 2)` Err bitreich.org 70 i Err bitreich.org 70 i Err bitreich.org 70 i load-average-15 Err bitreich.org 70 i@@ -271,7 +271,7 @@ Check if the load average during the last fifteen minutes exceeds a specific lim Err bitreich.org 70 i > Set the limit not to exceed. Err bitreich.org 70 i :limit INTEGER Err bitreich.org 70 i Err bitreich.org 70 i-Example : `(=> alert load-average-15 :limit 2)` Err bitreich.org 70 i+Example: `(=> alert load-average-15 :limit 2)` Err bitreich.org 70 i Err bitreich.org 70 i Err bitreich.org 70 i ping Err bitreich.org 70 i@@ -281,7 +281,7 @@ Check if a remote host answers the 2 ICMP ping. Err bitreich.org 70 i > Set the host to ping. Return an error if ping command returns non-zero. Err bitreich.org 70 i :host "STRING" (can be IP or hostname) Err bitreich.org 70 i Err bitreich.org 70 i-Example : `(=> alert ping :host "8.8.8.8")` Err bitreich.org 70 i+Example: `(=> alert ping :host "8.8.8.8")` Err bitreich.org 70 i Err bitreich.org 70 i Err bitreich.org 70 i command Err bitreich.org 70 i@@ -292,7 +292,7 @@ This may be the most useful probe because it let the user do any check needed. Err bitreich.org 70 i > Command to execute, accept commands with pipes. Err bitreich.org 70 i :command "STRING" Err bitreich.org 70 i Err bitreich.org 70 i-Example : `(=> alert command :command "tail -n 10 /var/log/messages | grep -v CRITICAL")` Err bitreich.org 70 i+Example: `(=> alert command :command "tail -n 10 /var/log/messages | grep -v CRITICAL")` Err bitreich.org 70 i Err bitreich.org 70 i Err bitreich.org 70 i service Err bitreich.org 70 i@@ -302,7 +302,7 @@ Check if a service is started on the system. Err bitreich.org 70 i > Set the name of the service to test Err bitreich.org 70 i :name STRING Err bitreich.org 70 i Err bitreich.org 70 i-Example : `(=> alert service :name "mysql-server")` Err bitreich.org 70 i+Example: `(=> alert service :name "mysql-server")` Err bitreich.org 70 i Err bitreich.org 70 i Err bitreich.org 70 i file-less-than Err bitreich.org 70 i@@ -315,7 +315,7 @@ Check if a file has a size less than a specified limit. Err bitreich.org 70 i > Set the limit in bytes before triggering an alert. Err bitreich.org 70 i :limit INTEGER Err bitreich.org 70 i Err bitreich.org 70 i-Example : `(=> alert file-less-than :path "/var/log/nginx.log" :limit 60)` Err bitreich.org 70 i+Example: `(=> alert file-less-than :path "/var/log/nginx.log" :limit 60)` Err bitreich.org 70 i Err bitreich.org 70 i Err bitreich.org 70 i curl-http-status Err bitreich.org 70 i@@ -344,8 +344,8 @@ time. Requires openssl. Err bitreich.org 70 i > Set the port for the request (OPTIONAL). Err bitreich.org 70 i :port INTEGER (default to 443) Err bitreich.org 70 i Err bitreich.org 70 i-Example : `(=> alert ssl-expiration :host "domain.local" :seconds (* 7 24 60 60)) Err bitreich.org 70 i-Example : `(=> alert ssl-expiration :host "domain.local" :seconds 86400 :port 6697) Err bitreich.org 70 i+Example: `(=> alert ssl-expiration :host "domain.local" :seconds (* 7 24 60 60)) Err bitreich.org 70 i+Example: `(=> alert ssl-expiration :host "domain.local" :seconds 86400 :port 6697) Err bitreich.org 70 i Err bitreich.org 70 i Err bitreich.org 70 i The configuration file Err bitreich.org 70 .