Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5 - 1
# Fail2Ban filter for Nagios Remote Plugin Executor (nrpe2)
2
# Detecting unauthorized access to the nrpe2 daemon
3
# typically logged in /var/log/messages syslog
4
#
5
 
6
[INCLUDES]
7
# Read syslog common prefixes
8
before = common.conf
9
 
10
[Definition]
11
_daemon     = nrpe
12
failregex   = ^%(__prefix_line)sHost <HOST> is not allowed to talk to us!\s*$
13
ignoreregex =
14
 
15
# DEV Notes:
16
#
17
# Author: Ivo Truxa - 2014/02/03