<feed xmlns='http://www.w3.org/2005/Atom'>
<title>logactio.git/LogActio/ThresholdWatch.py, branch release</title>
<subtitle>Simple log file watcher framework which does certain actions when some log events happen</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/logactio.git/'/>
<entry>
<title>Migrate to Python 3</title>
<updated>2020-07-30T15:03:42+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@eurephia.org</email>
</author>
<published>2020-07-29T13:29:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/logactio.git/commit/?id=421c0a73bc8e8cfed0f1188bd886e741dff1076a'/>
<id>421c0a73bc8e8cfed0f1188bd886e741dff1076a</id>
<content type='text'>
Signed-off-by: David Sommerseth &lt;dazo@eurephia.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: David Sommerseth &lt;dazo@eurephia.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update GPL license and other related details</title>
<updated>2015-10-23T18:21:06+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>davids@redhat.com</email>
</author>
<published>2015-10-23T18:21:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/logactio.git/commit/?id=c27eb9090ab4262a4f49b4e96d21cc6fa524cf9e'/>
<id>c27eb9090ab4262a4f49b4e96d21cc6fa524cf9e</id>
<content type='text'>
- Use the proper FSF address
- Use the new contact address for David Sommerseth
- Use a better wording for the GPLv2 only license

Signed-off-by: David Sommerseth &lt;davids@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Use the proper FSF address
- Use the new contact address for David Sommerseth
- Use a better wording for the GPLv2 only license

Signed-off-by: David Sommerseth &lt;davids@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo and catch any other dict key issues in ThreadWatch</title>
<updated>2015-09-25T10:33:44+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>davids@redhat.com</email>
</author>
<published>2015-09-25T10:33:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/logactio.git/commit/?id=3811f32cc5acb563de15eaaa07f9cfdd5016bca8'/>
<id>3811f32cc5acb563de15eaaa07f9cfdd5016bca8</id>
<content type='text'>
Signed-off-by: David Sommerseth &lt;davids@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: David Sommerseth &lt;davids@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a new threshold parameter: threshold-type</title>
<updated>2013-12-26T16:41:34+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2013-12-26T16:37:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/logactio.git/commit/?id=3b96eeb9a932b55c9ef13f5a9649c30bde86ac14'/>
<id>3b96eeb9a932b55c9ef13f5a9649c30bde86ac14</id>
<content type='text'>
This can be set to either 'rule' or 'exact'.  If not defined,
it defaults to 'rule' which is exactly the same as before.

In 'rule' mode, the threshould counter is increased each time
the regular expression triggers a match.

By switching to 'exact', it will be defined a threshold counter
based on the conntents of the regex groups when a match is found.
This gives a more fine grained threshold counter, which can be
used for example for blocking specific IP addresses after a
certain number of failed attempts is caught.

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This can be set to either 'rule' or 'exact'.  If not defined,
it defaults to 'rule' which is exactly the same as before.

In 'rule' mode, the threshould counter is increased each time
the regular expression triggers a match.

By switching to 'exact', it will be defined a threshold counter
based on the conntents of the regex groups when a match is found.
This gives a more fine grained threshold counter, which can be
used for example for blocking specific IP addresses after a
certain number of failed attempts is caught.

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
</pre>
</div>
</content>
</entry>
</feed>
