From dc0c54bc5b6ef1f3e964104f8284369b3afd3b61 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Thu, 30 May 2013 02:25:20 +0200 Subject: [PATCH] added some parser foo... just some idea. --- linspector.minimal.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linspector.minimal.json b/linspector.minimal.json index 91a6b38..c3f1883 100644 --- a/linspector.minimal.json +++ b/linspector.minimal.json @@ -21,7 +21,7 @@ "periods": {"shortPeriod": {"seconds": 5, "comment": "Interval job; every 10 seconds"}}, "hosts": { - "a.systemchaos.org": {"host": "a.systemchaos.org", "services": {"ping":[{}]}}, + "a.systemchaos.org": {"host": "a.systemchaos.org", "services": {"ping":[{ "parser": { "name": "df", "line": 2, "col": 5 }}]}}, "b.systemchaos.org": {"host": "b.systemchaos.org", "services": {"ping":[{}]}}, "google.de": {"host": "google.de", "services": {"ping":[{}]}} },