Changes for page Monitor Gateway

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

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

Summary

Details

Page properties
Content
... ... @@ -14,9 +14,14 @@
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 +(((
18 +~1. Create account in ThingsSpeak and creat channel.
19 +)))
19 19  
21 +(((
22 +2. Download script from dragino site and move it to properly directory
23 +)))
24 +
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,9 @@
30 30  root@dragino-1baf44:~~#
31 31  )))
32 32  
33 -* change the script monitor_gateway.sh with properly users setting:
38 +(((
39 +3. change the script monitor_gateway.sh with properly users setting:
40 +)))
34 34  
35 35  (% class="box" %)
36 36  (((
... ... @@ -44,9 +44,13 @@
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.
54 +(((
55 +~1. run **/usr/bin/monitor_gateway.sh** to test if upload is good.
56 +)))
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
58 +(((
59 +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
60 +)))
50 50  
51 51  (% class="box" %)
52 52  (((
... ... @@ -61,17 +61,20 @@
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
75 +*/20 * * * *  /usr/bin/monitor_gateway.sh 
65 65  )))
66 66  
67 -* Reboot device.
78 +(((
79 +3. Reboot device.
80 +)))
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.
73 73  
86 +(((
74 74  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.
88 +)))
75 75  
76 76  [[image:https://wiki.dragino.com/images/thumb/8/8f/Monitor_gateway_1.png/600px-Monitor_gateway_1.png||height="340" width="600"]]
77 77