<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/emonit/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/emonit/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 13 Dec 2013 23:11:33 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/emonit/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by sven</title><link>https://sourceforge.net/p/emonit/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -61,19 +61,21 @@

-+ You can specify storage value in monit
++ The collection data may be sent as json

 configuration line:

 ~~~~~~
-set storage /var/db/monit
+set mmonit json http[s]://same.as.before/collector [options]
 ~~~~~~

-+ Maybe ongoing custom comnand like custom dump program = "/usr/bin/backups"
++ The http server may provide json status

-maybe because the folllowing mays also create
+url:

-a easy way with script stuff
+~~~~~~
+/_status[2]?format=json
+~~~~~~

 + Maybe ongoing add service to monitor

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sven</dc:creator><pubDate>Fri, 13 Dec 2013 23:11:33 -0000</pubDate><guid>https://sourceforge.netb5f5d35d3a6aca9747168589d00d84f505d5291b</guid></item><item><title>Home modified by sven</title><link>https://sourceforge.net/p/emonit/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -4,6 +4,7 @@
 eMonit is a work in progress fork of monit (which probably will be less and less supported as the VERY GOOD MMONIT is getting bigger).

 eMonit focus on bug correction if any and adding a edition function to the embedded http api.
+It also add some new feature

 Build
 ------------------
@@ -45,6 +46,21 @@
 (8)    configurations /var/www/conf/httpd.conf, /var/www/conf/vhosts.conf
 ~~~~~~

+
+
++ For each element you may define and use custom commands (Work In Progress)
+
+custom COMANDNAME command "program argument" \[with timeout\]
+
+~~~~~~
+check directory stuff with path /whatever
+  if failed permission 700 then custom CC
+  configuration /tmp/badfile
+  custom CC command "/usr/bin/touch /tmp/foo"
+~~~~~~
+
+
+
 + You can specify storage value in monit

 configuration line:
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sven</dc:creator><pubDate>Mon, 18 Nov 2013 22:13:54 -0000</pubDate><guid>https://sourceforge.net5f9ea17ef4851dbfca3673516044138b77c16c6a</guid></item><item><title>Home modified by sven</title><link>https://sourceforge.net/p/emonit/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -46,10 +46,22 @@
 ~~~~~~

 + You can specify storage value in monit
+
+configuration line:
+
 ~~~~~~
 set storage /var/db/monit
 ~~~~~~

++ Maybe ongoing custom comnand like custom dump program = "/usr/bin/backups"
+
+maybe because the folllowing mays also create
+
+a easy way with script stuff
+
++ Maybe ongoing add service to monitor
+
+relatively complex interface because so many option, or just push a file to create a config :-)

 ENJOY
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sven</dc:creator><pubDate>Fri, 19 Jul 2013 16:33:56 -0000</pubDate><guid>https://sourceforge.net92f36ae6e0a343b771f1a758f63178775b96616f</guid></item><item><title>Home modified by sven</title><link>https://sourceforge.net/p/emonit/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -13,12 +13,44 @@

 Usage
 ------------------
-refer to the README.
+refer to the README. And:

-A new configuration directive enable the load of extern file by monit.
-favicon.ico can be put here:
++ Monit is now able to be a very small webserver.

-set webhome /path/to/files
+Setting webhome in the configuration enable monit to look for files.
+
+~~~~~~
+set webhome /var/www/monit
+~~~~~~
+
+As an example favicon.ico can be put here:
+
+~~~~~~
+/var/www/monit/favicon.ico
+~~~~~~
+
++ You can specify a set of files for almost each entry (like depends),
+those files (will be editable) are chown in the interface
+
+configuration(s) path\[, path\[, ...]]
+
+~~~~~~
+(1) check process apache 
+(2)    with pidfile "/usr/local/apache/logs/httpd.pid"
+(3)    ...
+(4)    configuration /var/www/conf/httpd.conf
+(5)
+(6) check file httpd with path /usr/local/apache/bin/httpd
+(7)    if failed checksum then unmonitor
+(8)    configurations /var/www/conf/httpd.conf, /var/www/conf/vhosts.conf
+~~~~~~
+
++ You can specify storage value in monit
+~~~~~~
+set storage /var/db/monit
+~~~~~~
+
+

 ENJOY

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sven</dc:creator><pubDate>Thu, 18 Jul 2013 17:44:38 -0000</pubDate><guid>https://sourceforge.netcf609c0e291af693d04b155ed43a96415d4d8c35</guid></item><item><title>Home modified by sven</title><link>https://sourceforge.net/p/emonit/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -15,6 +15,11 @@
 ------------------
 refer to the README.

+A new configuration directive enable the load of extern file by monit.
+favicon.ico can be put here:
+
+set webhome /path/to/files
+
 ENJOY

 [[members limit=20]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sven</dc:creator><pubDate>Fri, 24 May 2013 22:47:01 -0000</pubDate><guid>https://sourceforge.netfa47d211a9b5ac39690b810e85b41a1ce7baa2bc</guid></item><item><title>Home modified by sven</title><link>https://sourceforge.net/p/emonit/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,21 @@
-Welcome to your wiki!
+eMonit.
+==================

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+eMonit is a work in progress fork of monit (which probably will be less and less supported as the VERY GOOD MMONIT is getting bigger).

-The wiki uses [Markdown](/p/emonit/wiki/markdown_syntax/) syntax.
+eMonit focus on bug correction if any and adding a edition function to the embedded http api.
+
+Build
+------------------
+
+To build eMonit, you need bash, autogen, gcc and make
+call the bootstrap script and then configure and alast make.
+
+Usage
+------------------
+refer to the README.
+
+ENJOY

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sven</dc:creator><pubDate>Thu, 23 May 2013 19:35:47 -0000</pubDate><guid>https://sourceforge.netebc6f7d059cbcd08944cf4028052beede0364a53</guid></item><item><title>Home modified by sven</title><link>https://sourceforge.net/p/emonit/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/emonit/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;&lt;ul class="md-users-list"&gt;&lt;li&gt;&lt;a href="/u/szven/"&gt;sven&lt;/a&gt; (admin)&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;
&lt;p&gt;&lt;span class="download-button-5197f5adc4d1045abb4a288f" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sven</dc:creator><pubDate>Sat, 18 May 2013 21:42:06 -0000</pubDate><guid>https://sourceforge.netb58579d0c2d54635ad39bedccdbeb58feb991d5e</guid></item></channel></rss>