Changes for page Monitor Gateway

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

From version 1.6
edited by Xiaoling
on 2022/05/12 15:29
Change comment: There is no comment for this version
To version 1.4
edited by Xiaoling
on 2022/05/12 15:24
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -14,10 +14,9 @@
14 14  
15 15  = 2. Steps =
16 16  
17 -~1. Create account in ThingsSpeak and creat channel.
17 +* Create account in ThingsSpeak and creat channel.
18 +* Download script from dragino site and move it to properly directory
18 18  
19 -2. Download script from dragino site and move it to properly directory
20 -
21 21  (% class="box" %)
22 22  (((
23 23  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]]
... ... @@ -31,7 +31,7 @@
31 31  root@dragino-1baf44:~~#
32 32  )))
33 33  
34 -3. change the script monitor_gateway.sh with properly users setting:
33 +* change the script monitor_gateway.sh with properly users setting:
35 35  
36 36  (% class="box" %)
37 37  (((
... ... @@ -45,9 +45,9 @@
45 45  CHAN_KEY='xxxxx'   #Channel Write API  of the channel for this gateway
46 46  )))
47 47  
48 -~1. run **/usr/bin/monitor_gateway.sh** to test if upload is good.
47 +* run **/usr/bin/monitor_gateway.sh** to test if upload is good.
49 49  
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
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
51 51  
52 52  (% class="box" %)
53 53  (((
... ... @@ -62,18 +62,17 @@
62 62  # * * * * * user-name command to be executed
63 63  #*/10 * * * *  checklog
64 64  ~* 23 * * *  /etc/init.d/auto_update start
65 -*/20 * * * *  /usr/bin/monitor_gateway.sh 
64 +*/20 * * * *  /usr/bin/monitor_gateway.sh
66 66  )))
67 67  
68 -3. Reboot device.
67 +* Reboot device.
69 69  
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.
73 73  
74 -(((
75 75  User can find the public ip in field7, the chart is not able to show the complete public ip, user can check that in the export.
76 -)))
77 77  
78 78  [[image:https://wiki.dragino.com/images/thumb/8/8f/Monitor_gateway_1.png/600px-Monitor_gateway_1.png||height="340" width="600"]]
79 79