mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update Portactivity Applications for suggest modules to install (#10394)
This commit is contained in:
committed by
Neil Lathwood
parent
acae7e8d00
commit
bdcd709b83
@@ -790,7 +790,13 @@ The application should be auto-discovered as described at the top of the page. I
|
||||
### Portactivity
|
||||
#### SNMP Extend
|
||||
|
||||
1. Install the Perl module Parse::Netstat.
|
||||
1. Install the Perl module Parse::Netstat and optionally JSON when you want to use -P flag.
|
||||
|
||||
##### Ubuntu 18
|
||||
```
|
||||
apt install libparse-netstat-perl
|
||||
apt install libjson-perl
|
||||
```
|
||||
|
||||
2. Copy the Perl script to the desired host (the host must be added to LibreNMS devices)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user