I never saw an alert for unusual traffic with the plugin in place. See the attached graph, there is an obvious spike but the holt_winters alert never fired.
The rrds I am trying to monitor were modified by using rrd_hwreapply and
are specified in nfsen.conf:
%Pluginconf = (
holt_winters => {
profiles => [qw(live Internet1)],
bookmark_base => 'https://myserver/nfsen/nfsen.php',
},
);
Am I expecting the wrong thing from the plugin?
-Robin
-----Original Message-----
From: Kiss Gabor (Bitman) [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 13, 2007 11:51 AM
To: Brown, Robin
Cc: [email protected]
Subject: RE: [Nfsen-discuss] Holt-Winters alert plugin
> How do I add more profiles to holt_winters, is it a comma separated
> list:
>
> %Pluginconf = (
> holt_winters => {
> profiles => [qw(live)],
As PERL slogan says: There's More Than One Way to Do It :-)
profiles => [ 'live', 'smtp', 'myhost'],
profiles => [qw(live smtp myhost)],
profiles => [split(',','live,smtp,myhost')], # obfuscated :-)
Gabor
<<attachment: nfsen-06182007.png>>
------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/
_______________________________________________ Nfsen-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nfsen-discuss
