@@ -50,52 +50,52 @@ define command{
50
50
# em08B/ em32 Websensor Commands
51
51
define command{
52
52
command_name check_em08_temp
53
- command_line $USER1$/check_esensor.pl --host $HOSTADDRESS$ --port $ARG3$ --device xml --sensor temp --limits =" $ARG1$,$ARG2$" --timeout default
53
+ command_line $USER1$/check_esensor.pl --host $HOSTADDRESS$ --port $ARG3$ --device xml --sensor temp --limits =" $ARG1$,$ARG2$" --timeout default $ARG4$
54
54
}
55
55
56
56
define command{
57
57
command_name check_em08_humidity
58
- command_line $USER1$/check_esensor.pl --host $HOSTADDRESS$ --port $ARG3$ --device xml --sensor hum --limits =" $ARG1$,$ARG2$" --timeout default
58
+ command_line $USER1$/check_esensor.pl --host $HOSTADDRESS$ --port $ARG3$ --device xml --sensor hum --limits =" $ARG1$,$ARG2$" --timeout default $ARG4$
59
59
}
60
60
61
61
define command{
62
62
command_name check_em08_light
63
- command_line $USER1$/check_esensor.pl --host $HOSTADDRESS$ --port $ARG3$ --device xml --sensor illum --limits =" $ARG1$,$ARG2$" --timeout default
63
+ command_line $USER1$/check_esensor.pl --host $HOSTADDRESS$ --port $ARG3$ --device xml --sensor illum --limits =" $ARG1$,$ARG2$" --timeout default $ARG4$
64
64
}
65
65
66
66
# em08B Websensor External Module
67
67
# RTD/Thermistor Module for the Websensor
68
68
define command{
69
69
command_name check_em08_thermistor
70
- command_line $USER1$/check_esensor.pl --host $HOSTADDRESS$ --port $ARG3$ --device xml --sensor thermistor --limits =" $ARG1$,$ARG2$" --timeout default
70
+ command_line $USER1$/check_esensor.pl --host $HOSTADDRESS$ --port $ARG3$ --device xml --sensor thermistor --limits =" $ARG1$,$ARG2$" --timeout default $ARG4$
71
71
}
72
72
define command{
73
73
command_name check_em08_rtd
74
- command_line $USER1$/check_esensor.pl --host $HOSTADDRESS$ --port $ARG3$ --device xml --sensor thermistor --limits =" $ARG1$,$ARG2$" --timeout default
74
+ command_line $USER1$/check_esensor.pl --host $HOSTADDRESS$ --port $ARG3$ --device xml --sensor thermistor --limits =" $ARG1$,$ARG2$" --timeout default $ARG4$
75
75
}
76
76
77
77
# Voltage Measurement Module for the Websensor
78
78
define command{
79
79
command_name check_em08_voltage
80
- command_line $USER1$/check_esensor.pl --host $HOSTADDRESS$ --port $ARG3$ --device xml --sensor voltage --limits =" $ARG1$,$ARG2$" --timeout default
80
+ command_line $USER1$/check_esensor.pl --host $HOSTADDRESS$ --port $ARG3$ --device xml --sensor voltage --limits =" $ARG1$,$ARG2$" --timeout default $ARG4$
81
81
}
82
82
83
83
# Contact Closure detection for the Websensor
84
84
define command{
85
85
command_name check_em08_contact
86
- command_line $USER1$/check_esensor.pl --host $HOSTADDRESS$ --port $ARG3$ --device xml --sensor contact --limits =" $ARG1$,$ARG2$" --timeout default
86
+ command_line $USER1$/check_esensor.pl --host $HOSTADDRESS$ --port $ARG3$ --device xml --sensor contact --limits =" $ARG1$,$ARG2$" --timeout default $ARG4$
87
87
}
88
88
define command{
89
89
command_name check_em08_contacts
90
- command_line $USER1$/check_esensor.pl --host $HOSTADDRESS$ --port $ARG3$ --device xml --sensor contact --limits =" $ARG1$,$ARG2$" --timeout default
90
+ command_line $USER1$/check_esensor.pl --host $HOSTADDRESS$ --port $ARG3$ --device xml --sensor contact --limits =" $ARG1$,$ARG2$" --timeout default $ARG4$
91
91
}
92
92
93
93
# Flood or water detection for the Websensor
94
94
define command{
95
95
command_name check_em08_flood
96
- command_line $USER1$/check_esensor.pl --host $HOSTADDRESS$ --port $ARG3$ --device xml --sensor flood --limits =" $ARG1$,$ARG2$" --timeout default
96
+ command_line $USER1$/check_esensor.pl --host $HOSTADDRESS$ --port $ARG3$ --device xml --sensor flood --limits =" $ARG1$,$ARG2$" --timeout default $ARG4$
97
97
}
98
98
define command{
99
99
command_name check_em08_doorSwitch
100
- command_line $USER1$/check_esensor.pl --host $HOSTADDRESS$ --port $ARG3$ --device xml --sensor contact --limits =" $ARG1$,$ARG2$" --timeout default
100
+ command_line $USER1$/check_esensor.pl --host $HOSTADDRESS$ --port $ARG3$ --device xml --sensor contact --limits =" $ARG1$,$ARG2$" --timeout default $ARG4$
101
101
}
0 commit comments