Official word on Snort

Can anyone at Astaro tell me why Snort is not in ASL? I would have thought that Snort would be higher on the list of priorities than a POP3 proxy. I find this confusing. Snort has been on the "Wanted" list for a long time.
 
 [size="1"][ 07 January 2003, 08:08: Message edited by: Jim M. ][/size]
Parents Reply Children
  • I'm not having good luck with the startf function. I'm not exactly how to implement it.
    In all honesty, I'm not sure of the viability of this Snort thing in ASL. For it to be truly trustworthy, I'd have to write a program to query the MySQL database after the middleware starts and start snort if not already started. It would continually run a query or the equivalent of an Oracle TNSPING every minute and send an email if it didn't receive a reply. I'm not sure how to do this but would welcome the help in starting something like this.
  • Jim,

    lop means that you could add the snort call below
    the DONE of the STARTF section in /sbin/init.d/beeps.
    Startf checks if a file init exists in /var/mdw, if yes the
    middleware is still running and the beep script loops 
    another 3s. As its last action the middleware removes
    init and the beep script proceeds.

    Hope it became clear
    o|iver
     
     [size="1"][ 19 January 2003, 22:53: Message edited by: oliver.desch ][/size]
  • Ah, yes. Makes more sense now. I'll give it a try. I'll actually be calling the /sbin/init.d/snort file from "beeps" instead of using the rc3.d link. Correct?
    Thanks, Oliver.