<feed xmlns='http://www.w3.org/2005/Atom'>
<title>logactio.git/LogActio/Reporters/HTTPreporter.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>Improve the message passing to the Reporter modules</title>
<updated>2015-11-12T14:16:19+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>davids@redhat.com</email>
</author>
<published>2015-11-12T14:14:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/logactio.git/commit/?id=601ef99ca66f694c1c7e27c97be0554572f5b6ad'/>
<id>601ef99ca66f694c1c7e27c97be0554572f5b6ad</id>
<content type='text'>
The message sent to the Reporter modules contained a string of
each regex match group values separated by a pipe (|).  This was
not flexible enough, so this change will send all the regex match
groups as a Python list to the Reporter.

The existing Reporter modules have currently just been modified
to stitch together the message list as a string identical to the
old behaviour now, to ensure backwards compatibility for now.

Signed-off-by: David Sommerseth &lt;davids@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The message sent to the Reporter modules contained a string of
each regex match group values separated by a pipe (|).  This was
not flexible enough, so this change will send all the regex match
groups as a Python list to the Reporter.

The existing Reporter modules have currently just been modified
to stitch together the message list as a string identical to the
old behaviour now, to ensure backwards compatibility for now.

Signed-off-by: David Sommerseth &lt;davids@redhat.com&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>Added a simple HTTP reporter module</title>
<updated>2012-09-16T13:22:49+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>davids@redhat.com</email>
</author>
<published>2012-09-16T13:22:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/logactio.git/commit/?id=286cb5485637ff4a4a0371beb775812c0c0ef0b5'/>
<id>286cb5485637ff4a4a0371beb775812c0c0ef0b5</id>
<content type='text'>
This will send alerts to a web server via HTTP GET/POST requests

Signed-off-by: David Sommerseth &lt;davids@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will send alerts to a web server via HTTP GET/POST requests

Signed-off-by: David Sommerseth &lt;davids@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
