Hi Jaren, 

> Hi,
> 
> Is it possible to restart or reload sec file rules from a sec rule?. I?m
> using sec 2.6.2 over windows.
> 
> Thank you. Regards.

Not sure about Windows (never used it), but on *ix you can send a signal 
(SIGABRT/SIGHUP) to a process from the shell, which you could do in a shellcmd.

  ...
  action = shellcmd /bin/kill -ABRT $( cat /var/run/sec.pid )

HUP should work as well, but ABRT is sufficient.

You need to find out:

  a) whether signals work on Windows
  b) how to send one from the shell
  c) how to figure out the PID (process ID) of the sec process

Regards, 

  Peter.


------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports. http://pubads.g.doubleclick.net/gampad/clk?id=1444514421&iu=/41014381
_______________________________________________
Simple-evcorr-users mailing list
Simple-evcorr-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/simple-evcorr-users

Reply via email to