[Nfsen-discuss] can't see any plugins
Netflow visualisation and investigation tool
Brought to you by:
phaag
|
From: Martin B. <ma...@cr...> - 2013-07-24 15:57:53
|
I installed the latest nfsen on Centos6 and I cannot get the plugins,
even the demoplugin, to appear, or even hint at there being something
wrong; I keep having the No plugins available! message.
in my nfsen.conf I have:
@plugins = (
[ '*', 'flowdoh' ],
[ '*', 'demoplugin' ],
);
I have the demoplugin.pm in my $BACKEND_PLUGINDIR="${BASEDIR}/plugins
and demoplugin.php in $FRONTEND_PLUGINDIR="${HTMLDIR}/plugins";
the /var/log/messages or any syslog on level3.* does not talk about
plugins whatsoever other than "cleanup" when I shutdown. I created a
fake plugin name to try and get it to error and I see no sign of that
either.
Is there a way to start nfsen in a debug mode to see any more info?
This is driving me nuts. I am trying to get what looks to be the very
interesting plugin Flowdoh plugin working and getting nowhere.
Thanks in advance,
M.
|