On 10/10/14 20:12, Steven Surdock wrote:
-----Original Message-----
From: Stan Gammons [mailto:sg063...@gmail.com]
On Oct 10, 2014 12:48 PM, "Steven Surdock" <ssurd...@engineered-net.com>
wrote:
-----Original Message-----
From: Josh Grosse [mailto:j...@jggimi.homeip.net]
On Fri, Oct 10, 2014 at 04:52:18PM +0000, Steven Surdock wrote:
Anybody successfully using nfsen?
It was working on 5.4 (except for the portTracker plugin) and now
under 5.5 the rrd's are not being updated. I uninstalled and
re-initialized and still no luck.
-Steve S.
I've been using it since before 5.5, and it works fine for me. Two
considerations:
If your webserver is chrooted, rrdtool must be included in the chroot,
per
/usr/local/share/doc/pkg-readmes/rrdtool-*. The rrdtool-chroot script
makes this easy.
Your pflow(4) device must use a version of netflow protocol compatible
with nfcapd, which are versions 1,5,7, and 9. The pflow driver
supports
protocol versions 5 and 10. Use 5, which is the default.
Not chrooted. Flow records are being updated and stored correctly. The
RRD and associated PNGs aren't being updated. I can still use the rrd
generated images to look at flows. I've never gotten PortTracker working
as it says it segfault in the log.
Does syslog have a message saying "unable to create graph: no such file or
directory? That's what is happening for me on the Oct 3 snapshot of
OpenBSD 5.6 I figured it was operator malfunction :)
I may have pooched myself. I upgraded from a -stable build system that I use
and it appears that that system is a little lost. In comparing -stable ports I
noticed it was running php-5.4.32. Since the latest php for 5.5 is 5.4.30 I
suspect my build system got out of sync. I re-installed 5.5 release on my
system with 5.5 release packages and nfsen seems to be working. Thanks for the
insight and guidance.
Glad you got it going.
I got rid of the unable to create graph messages, but I still have a
couple of problems I haven't figured out. One being getting php to work
with nginx? Does one need to use php-fpm?
Stan