small changes
This commit is contained in:
parent
a5a7e2e0d6
commit
bc5fa60cb0
2 changed files with 11 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue