summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author4le34n2017-08-14 16:59:09 +1100
committer4le34n2017-08-14 16:59:09 +1100
commit0339660968218f38d2c3426d6d2c665b3b78e774 (patch)
treee6e14771ddc507984aa45088090560d9de10b998
parent0bf1eedfdd8579da5e14f185af86ea5571ac32e7 (diff)
downloadaur-0339660968218f38d2c3426d6d2c665b3b78e774.tar.gz
Update /etc/nfsen.conf
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--nfsen.conf8
3 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc34075271a4..db0885aff131 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Aug 9 04:23:31 UTC 2017
+# Mon Aug 14 05:58:26 UTC 2017
pkgbase = nfsen
pkgdesc = Netflow visualisation and investigation tool
pkgver = 1.3.8
- pkgrel = 12
+ pkgrel = 13
url = https://sourceforge.net/projects/nfsen
install = install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 1194ad8bcded..5f05bfc62437 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nfsen
pkgver=1.3.8
-pkgrel=12
+pkgrel=13
pkgdesc="Netflow visualisation and investigation tool"
arch=('i686' 'x86_64')
url="https://sourceforge.net/projects/nfsen"
diff --git a/nfsen.conf b/nfsen.conf
index 223bccd80498..337f74d0b24c 100644
--- a/nfsen.conf
+++ b/nfsen.conf
@@ -166,9 +166,11 @@ $PROFILERS = 6;
# Ident strings must be 1 to 19 characters long only, containing characters [a-zA-Z0-9_].
%sources = (
- 'upstream1' => { 'port' => '9995', 'col' => '#0000ff', 'type' => 'netflow' },
- 'peer1' => { 'port' => '9996', 'IP' => '172.16.17.18' },
- 'peer2' => { 'port' => '9996', 'IP' => '172.16.17.19' },
+ #'upstream1' => { 'port' => '9995', 'col' => '#0000ff', 'type' => 'netflow' },
+ #'peer1' => { 'port' => '9996', 'IP' => '172.16.17.18' },
+ #'peer2' => { 'port' => '9996', 'IP' => '172.16.17.19' },
+ 'protocols' => { 'port' => '9997', 'col' => '#00ff00', 'type' => 'netflow' },
+ 'directions' => { 'port' => '9998', 'col' => '#ffff00', 'type' => 'netflow' }
);
#