That makes perfect sense line 6 of configparsing.py clearly says its
looking for fail2ban-cluster.conf I feel like an idiot. And I am already
getting messages. I do have one additional question since this is
running systemd I don't have an auth.log, I do keep rsyslog running for
the one or two applications I have that don't like the journal files so
everything gets echoed into var/log/messages and I pointed the
fail2bancluster jail to that log file. But I have no clue what would
normally be logged to auth.log so I not sure if I am looking in the
right place.

On Wed, 2015-08-12 at 12:32 -0500, Harrison Johnson wrote:

> Arturo,
> I am getting pretty close to having it running, I have decided that
> Fedora 21 is not ready for prime time. I had to compile the zeromq
> libraries because pip would not recognize the pre-compiled from Fedora
> and refused to install the pyzmq package. I got past all that but this
> I can't figure out.
> 
>                     Traceback (most recent call last):
>                      File "/usr/lib64/python3.4/configparser.py", line
> 648, in options
>                        opts = self._sections[section].copy()
>                    KeyError: 'monitor'
> 
>                    During handling of the above exception, another
> exception occurred:
> 
>                    Traceback (most recent call last):
>                      File "./fail2ban-monitor.py", line 8, in <module>
> 
> monitorconfig=ConfigParsing().Section(section='monitor')
>                      File
> "/usr/lib/python2.7/site-packages/fail2ban/configparsing.py", line 20,
> in Section
>                        options = self.parser.options(section)
>                      File "/usr/lib64/python3.4/configparser.py", line
> 650, in options
>                        raise NoSectionError(section)
>                    configparser.NoSectionError: No section: 'monitor'
> 
> I might be missing a python package, but I am no longer getting import
> errors when it starts up. I am very new to python really just half out
> of the egg so I don't even know what information you might need to
> help me with this, but if you have the time I would like to get this
> working.
> 
> Thanks Harry. 
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> Fail2ban-users mailing list
> Fail2ban-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/fail2ban-users


------------------------------------------------------------------------------
_______________________________________________
Fail2ban-users mailing list
Fail2ban-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fail2ban-users

Reply via email to