<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Requirements</title><link>https://sourceforge.net/p/repbix/wiki/Requirements/</link><description>Recent changes to Requirements</description><atom:link href="https://sourceforge.net/p/repbix/wiki/Requirements/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 01 Sep 2014 09:56:23 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/repbix/wiki/Requirements/feed" rel="self" type="application/rss+xml"/><item><title>Requirements modified by de-denker</title><link>https://sourceforge.net/p/repbix/wiki/Requirements/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -4,7 +4,7 @@
 Most 3th party are compiled from source and should be generic available.
 Only I did not test in anyway on Windows, so do not ask me.

-If any problems please first check **Known Problems** section before making tickets!
+If any problems please first check [Known Problems] section before making tickets!

 The environment
 ==================
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">de-denker</dc:creator><pubDate>Mon, 01 Sep 2014 09:56:23 -0000</pubDate><guid>https://sourceforge.netbd6c6d8d160605dcfab39bf61c75949479d25329</guid></item><item><title>Requirements modified by de-denker</title><link>https://sourceforge.net/p/repbix/wiki/Requirements/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,17 +1,29 @@
 Introduction
 ==================
-Here is list what you need to do before the scripts on the page are any use...
-Most things are from source and should be generic available.
+For this tool to work, you need to setup some basic's, please read to know them.
+Most 3th party are compiled from source and should be generic available.
 Only I did not test in anyway on Windows, so do not ask me.

 If any problems please first check **Known Problems** section before making tickets!

+The environment
+==================
+A Linux system, 2.6.32++ kernel.
+x86_x64
+Python 2.6 (2.7 advised, 3 not tested)
+X11 installed, but runlevel 3 is fine.
+Exchange 2010 with OWA webapp function.
+Zabbix server/environment
+The script can run separated from the Zabbix server.
+
 Download
 ==================
-[A Brian](http://en.wikipedia.org/wiki/Brain) and *little* above common computer knowledge.
+A list of things I downloaded, to complete the above list
+[A Brain](http://en.wikipedia.org/wiki/Brain) and *little* above common computer knowledge.
 [Davmail](http://davmail.sourceforge.net/download.html) is needed to read MS Exchange OWA mailbox as gateway.
 [JRE](http://www.oracle.com/technetwork/java/javase/downloads/index.html) needed to run Davmail
 [Getmail](http://pyropus.ca/software/getmail/) to get the emails.
+[Zabbix API](https://github.com/gescheit/scripts/tree/master/zabbix) the download the module. It states that only works for Zabbix 1.8 and 2.0 but I run 2.2 and soon will verify with 2.4

 Davmail Installation
 ------------------
@@ -23,6 +35,12 @@
 The link provides a Python installer. Just download, extract the files and run:
  sudo python setup.py

+Zabbix_API
+------------------
+Very useful, and works with version 2.2!
+Here is an extra module that I was required to download:
+[Argument Parser](https://pypi.python.org/pypi/argparse)
+
 Python
 ------------------
 I did get it to run on Python 2.6, but I would advise to use 2.7 minimal (did not test with Python3)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">de-denker</dc:creator><pubDate>Mon, 01 Sep 2014 09:53:37 -0000</pubDate><guid>https://sourceforge.netafbfc4df6fe7f07ead96bdc49adb364df79b1199</guid></item><item><title>Requirements modified by de-denker</title><link>https://sourceforge.net/p/repbix/wiki/Requirements/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="introduction"&gt;Introduction&lt;/h1&gt;
&lt;p&gt;Here is list what you need to do before the scripts on the page are any use...&lt;br /&gt;
Most things are from source and should be generic available.&lt;br /&gt;
Only I did not test in anyway on Windows, so do not ask me.&lt;/p&gt;
&lt;p&gt;If any problems please first check &lt;strong&gt;Known Problems&lt;/strong&gt; section before making tickets!&lt;/p&gt;
&lt;h1 id="download"&gt;Download&lt;/h1&gt;
&lt;p&gt;&lt;a class="" href="http://en.wikipedia.org/wiki/Brain" rel="nofollow"&gt;A Brian&lt;/a&gt; and &lt;em&gt;little&lt;/em&gt; above common computer knowledge.&lt;br /&gt;
&lt;a class="" href="http://davmail.sourceforge.net/download.html"&gt;Davmail&lt;/a&gt; is needed to read MS Exchange OWA mailbox as gateway.&lt;br /&gt;
&lt;a class="" href="http://www.oracle.com/technetwork/java/javase/downloads/index.html" rel="nofollow"&gt;JRE&lt;/a&gt; needed to run Davmail&lt;br /&gt;
&lt;a class="" href="http://pyropus.ca/software/getmail" rel="nofollow"&gt;Getmail&lt;/a&gt; to get the emails.&lt;/p&gt;
&lt;h2 id="davmail-installation"&gt;Davmail Installation&lt;/h2&gt;
&lt;p&gt;Once JRE was installed you can easily execute the Davmail standalone or build from source.&lt;br /&gt;
I also used the RPM installation (all fine).&lt;/p&gt;
&lt;h2 id="getmail"&gt;Getmail&lt;/h2&gt;
&lt;p&gt;The link provides a Python installer. Just download, extract the files and run:&lt;br /&gt;
 sudo python setup.py&lt;/p&gt;
&lt;h2 id="python"&gt;Python&lt;/h2&gt;
&lt;p&gt;I did get it to run on Python 2.6, but I would advise to use 2.7 minimal (did not test with Python3)&lt;/p&gt;
&lt;h1 id="x11"&gt;X11&lt;/h1&gt;
&lt;p&gt;X11 is only needed when running Workstation mode, not in server mode!&lt;br /&gt;
If you do not have the certificate at your disposal, only workstation of davmail can accept the certificate.&lt;br /&gt;
But to "click" this, you must have X11 to execute davmail graphical interface.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">de-denker</dc:creator><pubDate>Thu, 28 Aug 2014 12:50:05 -0000</pubDate><guid>https://sourceforge.neta2cb5cb38759f23c00b0eb318a3743bfc57fd2f2</guid></item></channel></rss>