Changes for page Monitor Gateway

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

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

Summary

Details

Page properties
Content
... ... @@ -14,13 +14,9 @@
14 14  
15 15  = 2. Steps =
16 16  
17 -(((
18 18  ~1. Create account in ThingsSpeak and creat channel.
19 -)))
20 20  
21 -(((
22 22  2. Download script from dragino site and move it to properly directory
23 -)))
24 24  
25 25  (% class="box" %)
26 26  (((
... ... @@ -35,9 +35,7 @@
35 35  root@dragino-1baf44:~~#
36 36  )))
37 37  
38 -(((
39 39  3. change the script monitor_gateway.sh with properly users setting:
40 -)))
41 41  
42 42  (% class="box" %)
43 43  (((
... ... @@ -51,13 +51,9 @@
51 51  CHAN_KEY='xxxxx'   #Channel Write API  of the channel for this gateway
52 52  )))
53 53  
54 -(((
55 55  ~1. run **/usr/bin/monitor_gateway.sh** to test if upload is good.
56 -)))
57 57  
58 -(((
59 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 -)))
61 61  
62 62  (% class="box" %)
63 63  (((
... ... @@ -75,9 +75,7 @@
75 75  */20 * * * *  /usr/bin/monitor_gateway.sh 
76 76  )))
77 77  
78 -(((
79 79  3. Reboot device.
80 -)))
81 81  
82 82  = 3. Monitor Public IP =
83 83