config update
This commit is contained in:
parent
d7cbf0d143
commit
802b5bf811
1 changed files with 3 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"services":
|
"services":
|
||||||
{
|
{
|
||||||
"discusage": {"command": "ssh @host df -a @device" },
|
"discusage": {"command": "ssh @host df -a @device", "parser": "df"},
|
||||||
"load": {"command": "ssh @host uptime"},
|
"load": {"command": "ssh @host uptime"},
|
||||||
"dirsize": { "command": "ssh @host du -chs @path"},
|
"dirsize": { "command": "ssh @host du -chs @path"},
|
||||||
"filesize": {"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"},
|
"processcountbyname": {"command": "ssh @host ps ax | grep @name | wc -l"},
|
||||||
"fileage": {"command": "ssh @host ls -l @file"},
|
"fileage": {"command": "ssh @host ls -l @file"},
|
||||||
"ping": {"command": "ping @host"},
|
"ping": {"command": "ping @host"},
|
||||||
"snmpget": {"command": "snmpget -v1 -c public $oid "},
|
"snmpget": {"command": "snmpget -v1 -c public $oid"},
|
||||||
"busy_waiting": {"command": "sleep 3600"},
|
"busy_waiting": {"command": "sleep 3600"},
|
||||||
"htmlcontent": {"command": "wget -qO- @url",
|
"htmlcontent": {"command": "wget -qO- @url", "comment": "Get HTML Content for a string lookup."}
|
||||||
"comment": "Get HTML Content for a string lookup."}
|
|
||||||
},
|
},
|
||||||
"filters":
|
"filters":
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue