added templates
This commit is contained in:
parent
1701e602ef
commit
1618f48a8f
4 changed files with 25 additions and 10 deletions
8
templates/services/snmpget_linux_load.json
Normal file
8
templates/services/snmpget_linux_load.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"class": "snmpget",
|
||||
"comment": "The Linux system load",
|
||||
"args":{ "port": 161, "community": "linspector", "oid": ".1.3.6.1.4.1.2021.10.1.3.1" },
|
||||
"fails":{ "warning": 4.00, "critical": 8.00 },
|
||||
"periods":[ "normal" ],
|
||||
"threshold": 10
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue