From 802b5bf81135d55b409eda27b30fee242cf1a0d4 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Thu, 16 May 2013 23:11:00 +0200 Subject: [PATCH] config update --- linspector.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/linspector.json b/linspector.json index 708fc08..c220a1c 100644 --- a/linspector.json +++ b/linspector.json @@ -1,7 +1,7 @@ { "services": { - "discusage": {"command": "ssh @host df -a @device" }, + "discusage": {"command": "ssh @host df -a @device", "parser": "df"}, "load": {"command": "ssh @host uptime"}, "dirsize": { "command": "ssh @host du -chs @path"}, "filesize": {"command": "ssh @host du -chs @path"}, @@ -12,10 +12,9 @@ "processcountbyname": {"command": "ssh @host ps ax | grep @name | wc -l"}, "fileage": {"command": "ssh @host ls -l @file"}, "ping": {"command": "ping @host"}, - "snmpget": {"command": "snmpget -v1 -c public $oid "}, + "snmpget": {"command": "snmpget -v1 -c public $oid"}, "busy_waiting": {"command": "sleep 3600"}, - "htmlcontent": {"command": "wget -qO- @url", - "comment": "Get HTML Content for a string lookup."} + "htmlcontent": {"command": "wget -qO- @url", "comment": "Get HTML Content for a string lookup."} }, "filters": {