File: README

package info (click to toggle)
nufw 2.4.3-2.2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 5,728 kB
  • sloc: ansic: 32,174; sh: 10,146; python: 4,176; makefile: 965; perl: 630; lex: 176; php: 168; yacc: 117; xml: 34
file content (22 lines) | stat: -rw-r--r-- 738 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
This directory contains some usefull scripts:

 * clean_conntrack.pl *
Move old entry from table conntrack_ulog to archive table ulog. It can be used
with mysql logging module.

 * nuaclgen *
This script can be used to store ACLs in an LDAP directory.

 * nuauth_command *
It can be used to list and modify some properties of a running nuauth.

 * nutop *
This top-like perl script displays the list of of authenticated connections.

 * ulog_rotate_daily.sh *
This scripts move old datas from ulog table to an archive table (ulog_1). This
ensure we only have 7 days of log in main table. Its place is in daily cron job.

 * ulog_rotate_weekly.sh *
It is in charge of doing a weekly rotation of all datas. Its place is in weekly
cron job.