Quick Start Guide
To install the Monitoring Agent on your OpenWrt system, follow these steps.
Download and install the latest builds of both netjson-monitoring and openwisp-monitoring from downloads.openwisp.io. Copy the URL of the IPK file you want to download, then run the following commands on your OpenWrt device:
cd /tmp # /tmp runs in memory
opkg update
# Install netjson-monitoring first
wget <URL-just-copied>
opkg install ./<file-just-downloaded>
# Install openwisp-monitoring last
wget <URL-just-copied>
opkg install ./<file-just-downloaded>
Replace <URL-just-copied>
with the URL of the respective package from
downloads.openwisp.io.
Now you can start the agent:
/etc/init.d/openwisp-monitoring start
See also
For troubleshooting and debugging, refer to Debugging.
To learn more about the configuration options of the monitoring agent, refer to Settings.
For instructions on how to compile the package, refer to Compiling the Monitoring Agent.
Read about the complementary Config Agent.