This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
app-notes:set-up-snmp [2025/01/23 15:26] – [5. Installing further app-nodes via palette management] gray | app-notes:set-up-snmp [2025/01/24 06:44] (current) – [4. Setting up an LXC container and then implementing Node RED] gray | ||
---|---|---|---|
Line 55: | Line 55: | ||
* NetModule manual 4.8.0.103 [[https:// | * NetModule manual 4.8.0.103 [[https:// | ||
+ | |||
+ | ---- | ||
===== - Setting up the SNMP client side for the query ===== | ===== - Setting up the SNMP client side for the query ===== | ||
Line 125: | Line 127: | ||
VENDOR-MIB.txt | VENDOR-MIB.txt | ||
</ | </ | ||
+ | |||
+ | ---- | ||
===== - Run some SNMP queries for testing and to see which queries are possible ===== | ===== - Run some SNMP queries for testing and to see which queries are possible ===== | ||
Line 171: | Line 175: | ||
</ | </ | ||
+ | ---- | ||
===== - Setting up an LXC container and then implementing Node RED ===== | ===== - Setting up an LXC container and then implementing Node RED ===== | ||
Line 203: | Line 207: | ||
Next, the Node-RED program is installed via a script file. | Next, the Node-RED program is installed via a script file. | ||
+ | |||
+ | Further information on the installation script can be found at this link. | ||
+ | |||
+ | * Node-RED script information [[https:// | ||
The script command for this: | The script command for this: | ||
Line 258: | Line 266: | ||
root@LXCNAME:/# | root@LXCNAME:/# | ||
</ | </ | ||
+ | |||
+ | Once you have stored the systemctl for Node-RED, you still have to restart the container for the service to start. | ||
You can access the Node-RED interface via a web browser. Simply enter the IP address of the container and port 1880. | You can access the Node-RED interface via a web browser. Simply enter the IP address of the container and port 1880. | ||
Line 264: | Line 274: | ||
{{: | {{: | ||
+ | |||
+ | ---- | ||