mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/ntopng: post-merge amendments
This commit is contained in:
@@ -56,6 +56,7 @@ net/haproxy -- Reliable, high performance TCP/HTTP load balancer
|
||||
net/igmp-proxy -- IGMP-Proxy Service
|
||||
net/l2tp -- L2TP server based on MPD5
|
||||
net/mdns-repeater -- Proxy multicast DNS between networks
|
||||
net/ntopng -- Traffic Analysis and Flow Collection
|
||||
net/pppoe -- PPPoE server based on MPD5
|
||||
net/pptp -- PPTP server based on MPD5
|
||||
net/quagga -- End of life, superseded by FRR plugin
|
||||
|
||||
@@ -52,4 +52,4 @@ function ntopng_services()
|
||||
);
|
||||
|
||||
return $services;
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -44,7 +44,7 @@ class ServiceController extends ApiMutableServiceControllerBase
|
||||
static protected $internalServiceTemplate = 'OPNsense/Ntopng';
|
||||
static protected $internalServiceEnabled = 'enabled';
|
||||
static protected $internalServiceName = 'ntopng';
|
||||
|
||||
|
||||
/**
|
||||
* check if Redis plugin is installed
|
||||
* @return array
|
||||
|
||||
Regular → Executable
+1
-1
@@ -6,4 +6,4 @@ chown ntopng:ntopng /var/run/ntopng
|
||||
|
||||
mkdir -p /var/tmp/ntopng/
|
||||
chmod 755 /var/tmp/ntopng
|
||||
chown ntopng:wheel /var/tmp/ntopng
|
||||
chown ntopng:wheel /var/tmp/ntopng
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
ntopng:/etc/rc.conf.d/ntopng
|
||||
ntopng.conf:/usr/local/etc/ntopng.conf
|
||||
ntopng.conf:/usr/local/etc/ntopng.conf
|
||||
|
||||
Reference in New Issue
Block a user