All ,

I am trying to add 3 new sources and im getting the following errrors:

when i update nfsen.conf and run ./install.pl etc/nfsen.conf - 

Add source 'nyccmertr1'Error while setting up channel 'nyccmertr1': Can't 
create channel directory: 
'/usr/src/nfsen-1.3b-20070824/data/nfsen/profiles-data/live/nyccmertr1' File 
exists
No collector started!
Add source 'nycclientedgertr1'Error while setting up channel 
'nycclientedgertr1': Can't create channel directory: 
'/usr/src/nfsen-1.3b-20070824/data/nfsen/profiles-data/live/nycclientedgertr1' 
File exists
No collector started!
Add source 'nyckarrtr1'Error while setting up channel 'nyckarrtr1': Can't 
create channel directory: 
'/usr/src/nfsen-1.3b-20070824/data/nfsen/profiles-data/live/nyckarrtr1' File 
exists

then i try to rebuild the profile and get :

channel nyckarrtr1      sign: + colour: #0000ff order: 1        sourcelist: 
Undef - corrupt profile!    ERR Error reading channel stat information. Missing 
key 'first'
        Files: 0        Size: 0
channel nycclientedgertr1       sign: + colour: #0000ff order: 2        
sourcelist: Undef - corrupt profile!    ERR Error reading channel stat 
information. Missing key 'first'
        Files: 0        Size: 0
channel nyccmertr1      sign: + colour: #0000ff order: 3        sourcelist: 
Undef - corrupt profile!    ERR Error reading channel stat information. Missing 
key 'first'
      

Any ideas?

kevin











----- Original Message ----
From: Jens Hektor <[EMAIL PROTECTED]>
To: [email protected]
Sent: Wednesday, July 2, 2008 5:38:08 AM
Subject: Re: [Nfsen-discuss] More than one Alert Action Plugin possible?

This small patch for alerting.php seems to be sufficient?

--- /home/jens/nfsen-1.3/html/alerting.php      2007-11-21 09:40:59.000000000 
+0100
+++ /var/www/html/nfsen/alerting.php    2008-07-02 11:34:46.000000000 +0200
@@ -604,6 +604,8 @@
                 foreach ( $alert_action_plugin as $plugin) {
                         $selected = $alert['action_plugin'] == $plugin ? 
'selected' : '';
                         print " <option value='$i' $selected>" . $plugin . 
"</option>\n";
+// JH
+                       $i++;
                 }
         }
  ?>


Jens Hektor schrieb:
> we are using nfsen 1.3 and are working with alert action plugins.
> 
> Unfortunately we were not able to use a second alert action plugin,
> maybe because the option values in the dropdown menu have the
> same indexing values:
> 
>     <option value='0' selected>alert_plugin_top10</option>
>     <option value='0' >alert_plugin_mail_flows_top10</option>
> 
> Small fix available?

-- 
Dipl.-Phys. Jens Hektor, Netzbetrieb
RWTH Aachen University, Center for Computing and Communication
Room 2.07, Wendlingweg 10, 52074 Aachen (Germany)
Phone: +49 241 80 29206 - Fax: +49 241 80 22100
http://www.rz.rwth-aachen.de - [EMAIL PROTECTED]



      

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Nfsen-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nfsen-discuss

Reply via email to