summaryrefslogtreecommitdiffstats
path: root/remote/lib/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'remote/lib/README.txt')
-rw-r--r--remote/lib/README.txt15
1 files changed, 14 insertions, 1 deletions
diff --git a/remote/lib/README.txt b/remote/lib/README.txt
index f023131..c5998f8 100644
--- a/remote/lib/README.txt
+++ b/remote/lib/README.txt
@@ -17,5 +17,18 @@ conky format
- Server traffic
in/out/forw. Yellow/Red if above specified threshold. No additional errors are reported here.
-
+
+ - Services (operated by local scripts in 'services' directory)
+ * Online
+ * Healthy
+ [headers] Information about service operation
+ [errors] Short information on critical errors are reported here (in conky, we push everything in the text section)
+
+ ... Larger textual information about the problems.
+
+
+ Service format is following (status is on the last line and mandatory):
+ * Critical Lines starting with '*' contain critical errors and highlighted (remote) / reported in the service table (conky)
+ Text This is normal problem description reported in the textual area
+ # # [header] Two statuses (0 - error, 1 - ok, 2 - warning) and optional header with information about service operation
\ No newline at end of file