Skip to content

Commit 59a7948

Browse files
committed
committing lost change
1 parent c827e4e commit 59a7948

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

templates/websensor.cfg

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,52 +50,52 @@ define command{
5050
# em08B/ em32 Websensor Commands
5151
define command{
5252
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$
5454
}
5555

5656
define command{
5757
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$
5959
}
6060

6161
define command{
6262
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$
6464
}
6565

6666
# em08B Websensor External Module
6767
# RTD/Thermistor Module for the Websensor
6868
define command{
6969
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$
7171
}
7272
define command{
7373
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$
7575
}
7676

7777
# Voltage Measurement Module for the Websensor
7878
define command{
7979
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$
8181
}
8282

8383
# Contact Closure detection for the Websensor
8484
define command{
8585
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$
8787
}
8888
define command{
8989
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$
9191
}
9292

9393
# Flood or water detection for the Websensor
9494
define command{
9595
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$
9797
}
9898
define command{
9999
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$
101101
}

0 commit comments

Comments
 (0)