reportscripts n
This command enables custom scripts to be triggered when reports are generated
n = 0 | disable custom report triggered scripts (default)
|
n = 1 | enable custom report triggered scripts
|
Notes:
- Custom scripts can be copied over to the modem via usb, scp, wget or ftp
- Custom scripts should be located in these directories (depending on the CTM200 hardware revision):
- CTM200R1 - /etc/reports/scripts
- CTM200R2 - /var/data/reports/scripts
- The custom scripts must be named "reportN.sh" where N is
N = 1 to 999 | for general reports 1 to 999
|
N = 1020 to 1027 | GPS reports 1 to 8
|
N = 1040 to 1047 | I/O reports 1 to 8
|
Examples:
- CTM200R1 - Custom scripts located in /etc/reports/scripts will be executed once the report number is triggered :
cmd reportscripts 1
- CTM200R2 - Custom scripts located in /var/data/reports/scripts will be executed once the report number is triggered :
cmd reportscripts 1
Firmware revision 1.3.0.1715