summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/metalog/files/metalog.conf')
-rw-r--r--app-admin/metalog/files/metalog.conf136
1 files changed, 0 insertions, 136 deletions
diff --git a/app-admin/metalog/files/metalog.conf b/app-admin/metalog/files/metalog.conf
deleted file mode 100644
index 68ee5bbc70ab..000000000000
--- a/app-admin/metalog/files/metalog.conf
+++ /dev/null
@@ -1,136 +0,0 @@
-# Sample Metalog configuration file
-
-maxsize = 1048576 # size in bytes
-maxtime = 86400 # time in seconds (86400 = 1 day)
-maxfiles = 5 # num files per dir
-
-# This will capture all of the internal log messages that metalog itself
-# generates. If you use any "command" options below, you will want this
-# as metalog generates a lot of status messages whenever it executes a
-# command and children processes exit.
-#Metalog :
-#
-# program = "metalog"
-# logdir = "/var/log/metalog"
-# break = 1
-
-# Uncomment and adjust the following lines according to your console logging
-# needs. If you want to only output things that were not caught by other log
-# sections, move this to the end of the file.
-#
-# Hint: you can change the log console in /etc/conf.d/metalog
-#
-#console logging :
-#
-# facility = "*"
-# command = "/sbin/consolelog.sh"
-
-Everything important :
-
- facility = "*"
- minimum = 6
- logdir = "/var/log/everything"
-
-Everything very important :
-
- facility = "*"
- minimum = 1
- logdir = "/var/log/critical"
-
-Password failures :
-
- regex = "(password|login|authentication)\s+(fail|invalid)"
- regex = "(failed|invalid)\s+(password|login|authentication|user)"
- regex = "ILLEGAL ROOT LOGIN"
- logdir = "/var/log/pwdfail"
-# command = "/usr/local/sbin/mail_pwd_failures.sh"
-
-Kernel messages :
-
- facility = "kern"
- logdir = "/var/log/kernel"
- break = 1
-
-Crond :
-
- facility = "cron"
- logdir = "/var/log/crond"
- break = 1
-
-FTP Server :
-
- facility = "ftp"
- logdir = "/var/log/ftpd"
- break = 1
-
-News Server :
-
- facility = "news"
- logdir = "/var/log/news"
- break = 1
-
-Dudes firewalled by IPTrap :
-
- program = "iptrap"
- logdir = "/var/log/iptrap"
- break = 1
-
-SSH Server :
-
- program = "sshd"
- logdir = "/var/log/sshd"
- break = 1
-
-Telnet :
-
- program = "login"
- logdir = "/var/log/telnet"
- break = 1
-
-Imap :
-
- program = "/usr/sbin/imapd"
- logdir = "/var/log/imap"
- break = 1
-
-POP Toaster :
-
- program = "/usr/sbin/ipop3d"
- logdir = "/var/log/pop"
- break = 1
-
-#Add authenticated IP addresses for SMTP relaying :
-
-# program = "/usr/sbin/ipop3d"
-# regex = "Login.+nmsgs="
-# command = "/usr/local/sbin/add_pop_address.sh"
-# break = 1
-
-Mail :
-
- facility = "mail"
- neg_regex= "starting daemon"
- logdir = "/var/log/mail"
- break = 1
-
-Exim :
-
- program_regex = "^exim"
- logdir = "/var/log/exim"
- break = 1
-
-Ppp :
- program_regex = "^ppp"
- logdir = "/var/log/ppp"
- break = 1
-
-Postgresql :
- program_regex = "^postmaster"
- program_regex = "^postgres"
- logdir = "/var/log/postgres"
- break = 1
-
-Apache :
- program_regex = "^httpd"
- logdir = "/var/log/http"
- break = 1