

Use address localhost # only accept connection from localhostĪllow 0.0.0.0/0.0.0.0 # allow localhost to connect to the server and Now listen on all local addresses (or it could be the address range of the PC’s running a web browser): # sed -i 's?allow localhost?allow 0.0.0.0/0.0.0.0?' monitrc # sed -i 's/admin:monit/admin:mtech2205/' monitrcĪllow admin:mtech2205 # require user 'admin' with password 'monit' In file /etc/monitrc, you configure a userid and password for monit: # cd /etc Using localhost is not helpful without some kind of IP forwarding (not covered here). Operating a web browser on Conduit ® is not supported. This may be helpful in testing and setting up monit. You do not need to set up the addresses for monit, if you do not wish to monitor anything manually.
#Monit installation install
Otherwise download monit, and install it on your system: # opkg install monit_5.12.2-r1.0_arm926ejste.ipk General configuration of monit Set up monit to start on boot: # sed -i 's/="no"/="yes"/' /etc/default/monit Package monit (5.12.2-r1.0) installed in root is up to date. If you have an internet connection: # opkg install monit Monit reconnects PPP and restarts lora-packet-forwarder for you automatically. NOTE: With regards to ppp connections and lora-packet-forwarder, carriers can log off PPP at any time.
