> -----Original Message-----
> From: Stan Gammons [mailto:[email protected]]
> 
...
> > %sources = (
> > );
> > $low_water = 90;
> > $syslog_facility = 'local3';
> > @plugins = (
> > );
> > %PluginConf = (
> > );
> > $MAIL_FROM   = '[email protected]';
> > $SMTP_SERVER = 'localhost';
> > $MAIL_BODY       = q{
> > Alert '@alert@' triggered at timeslot @timeslot@
> > };
> > 1;
> >
> I see you don't have anything in %sources (   );   My /etc/nfsen.conf has
> the default entries.  Maybe that's part of my problem.

That was bad grepping on my part.  "wall" is my firewall from which I am 
exporting flows...

%sources = (
    'wall'    => { 'port' => '9995', 'col' => '#0000ff', 'type' => 'netflow' },
#    'upstream1'    => { 'port' => '9995', 'col' => '#0000ff', 'type' => 
'netflow' },
#    'peer1'        => { 'port' => '9996', 'IP' => '172.16.17.18' },
#    'peer2'        => { 'port' => '9996', 'IP' => '172.16.17.19' },
);

Reply via email to