diff options
author | Stef Walter <stef@memberwebs.com> | 2006-04-05 20:51:48 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2006-04-05 20:51:48 +0000 |
commit | eac1602858639b0653a8e15ff191ed9b9f64c440 (patch) | |
tree | 90349495c80410153c88cd73d4a0beef6b41997c /doc/bsnmp-regex.conf | |
parent | 0be20dc6ea13149dc2083ac2add78441be8733f3 (diff) |
Cleanup and initial open source release
Diffstat (limited to 'doc/bsnmp-regex.conf')
-rw-r--r-- | doc/bsnmp-regex.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/bsnmp-regex.conf b/doc/bsnmp-regex.conf new file mode 100644 index 0000000..22acac8 --- /dev/null +++ b/doc/bsnmp-regex.conf @@ -0,0 +1,14 @@ +# Sample bsnmp-regex file + +expire = 5 + +# Complete list of all lines +all: /.*/ + +# Relayed messages +relayed: /relay.* status=sent/ + +expires = 3600 + +# Last user who login in last hour +lastuser: /sshd.* Accepted.* for ([^ ]+) from/\\1/ |