Hello! Is there anybody out there who is running both mon and the snort IDS?
If so, do You want to beta test my snort.monitor? # ############################################################################### # # snort.monitor: a perl script that retrievs and mangles data from a snort # mysql database. It is proberbly not that difficult to expand this script # to support other databases, but I dont have any other then MySQL. # # snort.monitor can be used in 2 ways: # 1) as a monitor in mon # 2) as a data collector for mrtg # # For more info on snort, http://www.snort.org/ # ############################################################################### # # mon ( http://www.kernel.org/pub/software/admin/mon/html/ ) # # Warn if the number of events is more then $events (--events=...) in the # last $secs (--secs=) seconds i.e exit(1) # # Warn if the priority summary av all events are more then $priority # (--priority=...) in the last $secs (--secs=) seconds i.e exit(1) # ############################################################################### /Peter _______________________________________________ mon mailing list [email protected] http://linux.kernel.org/mailman/listinfo/mon
