added some parser foo... just some idea.

This commit is contained in:
Johannes Findeisen 2013-05-30 02:25:20 +02:00
commit 846be462d4

View file

@ -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":[{}]}}
},