From bdcd709b8362600ed90392d029d97ec90b3fa915 Mon Sep 17 00:00:00 2001 From: jozefrebjak <36922215+jozefrebjak@users.noreply.github.com> Date: Tue, 2 Jul 2019 14:37:21 +0200 Subject: [PATCH] Update Portactivity Applications for suggest modules to install (#10394) --- doc/Extensions/Applications.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/Extensions/Applications.md b/doc/Extensions/Applications.md index 84a0a897ba..be20c9217b 100644 --- a/doc/Extensions/Applications.md +++ b/doc/Extensions/Applications.md @@ -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) ```