git-svn-id: svn://192.168.202.10@2888 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
object CheckCommand "snmp-digitemp" {
|
||||
import "plugin-check-command"
|
||||
command = [ PluginDir + "/check_by_snmp.pl" ]
|
||||
arguments = {
|
||||
"-H" = "$digitemp_address$"
|
||||
"-E" = "digitemp"
|
||||
"-C" = "public"
|
||||
"-t" = "$digitemp_timeout$"
|
||||
}
|
||||
vars.digitemp_address = "$address$"
|
||||
#vars.digitemp_device = "digitemp"
|
||||
vars.digitemp_timeout = "5"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user