small changes

This commit is contained in:
Johannes Findeisen 2013-05-14 19:13:10 +02:00
commit bc5fa60cb0
2 changed files with 11 additions and 1 deletions

View file

@ -2,3 +2,5 @@ linspector
========== ==========
A simple Linux based vital information monitoring solution A simple Linux based vital information monitoring solution
Please visit http://linspector.org/ for more information.

View file

@ -45,6 +45,14 @@
{ {
"command": "ping @host" "command": "ping @host"
}, },
"snmpget":
{
"command": "snmpget -v1 -c public $oid "
},
"busy_waiting":
{
"command": "sleep 3600"
},
"htmlcontent": "htmlcontent":
{ {
"command": "wget -qO- @url", "command": "wget -qO- @url",
@ -76,7 +84,7 @@
"priority": 1000 "priority": 1000
} }
}, },
"members": "members":
{ {
"hanez": "hanez":
{ {