Changes for page Monitor Gateway

Last modified by Xiaoling on 2022/07/14 15:37

From version 1.3
edited by Xiaoling
on 2022/05/12 15:24
Change comment: There is no comment for this version
To version 1.5
edited by Xiaoling
on 2022/05/12 15:28
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -14,9 +14,10 @@
14 14  
15 15  = 2. Steps =
16 16  
17 -* Create account in ThingsSpeak and creat channel.
18 -* Download script from dragino site and move it to properly directory
17 +~1. Create account in ThingsSpeak and creat channel.
19 19  
19 +2. Download script from dragino site and move it to properly directory
20 +
20 20  (% class="box" %)
21 21  (((
22 22  root@dragino-1baf44:~~# wget [[http:~~/~~/www.dragino.com/downloads/downloads/LoRa_Gateway/LPS8/Firmware/customized_script/monitor_gateway.sh>>url:http://www.dragino.com/downloads/downloads/LoRa_Gateway/LPS8/Firmware/customized_script/monitor_gateway.sh]]
... ... @@ -30,7 +30,7 @@
30 30  root@dragino-1baf44:~~#
31 31  )))
32 32  
33 -* change the script monitor_gateway.sh with properly users setting:
34 +3. change the script monitor_gateway.sh with properly users setting:
34 34  
35 35  (% class="box" %)
36 36  (((
... ... @@ -44,9 +44,9 @@
44 44  CHAN_KEY='xxxxx'   #Channel Write API  of the channel for this gateway
45 45  )))
46 46  
47 -* run **/usr/bin/monitor_gateway.sh** to test if upload is good.
48 +~1. run **/usr/bin/monitor_gateway.sh** to test if upload is good.
48 48  
49 -* Add monitor_gateway.sh to cron work **/etc/crontabs/root** to make this script runs perdiocally, below is an example to update every 20 minutes
50 +2. Add monitor_gateway.sh to cron work **/etc/crontabs/root** to make this script runs perdiocally, below is an example to update every 20 minutes
50 50  
51 51  (% class="box" %)
52 52  (((
... ... @@ -61,12 +61,11 @@
61 61  # * * * * * user-name command to be executed
62 62  #*/10 * * * *  checklog
63 63  ~* 23 * * *  /etc/init.d/auto_update start
64 -*/20 * * * *  /usr/bin/monitor_gateway.sh
65 +*/20 * * * *  /usr/bin/monitor_gateway.sh 
65 65  )))
66 66  
67 -* Reboot device.
68 +3. Reboot device.
68 68  
69 -
70 70  = 3. Monitor Public IP =
71 71  
72 72  The monitor_gateway.sh has been updated to upload the public ip of the device as well.