<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Probe-Run</title><link>https://sourceforge.net/p/esisframeworks/wiki/Probe-Run/</link><description>Recent changes to Probe-Run</description><atom:link href="https://sourceforge.net/p/esisframeworks/wiki/Probe-Run/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 12 Feb 2015 08:30:44 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/esisframeworks/wiki/Probe-Run/feed" rel="self" type="application/rss+xml"/><item><title>Probe-Run modified by Philippe Le Berre</title><link>https://sourceforge.net/p/esisframeworks/wiki/Probe-Run/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,5 +1,7 @@
 How to run probes
 ==
+
+[TOC]

 ### The XML Probes file

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Philippe Le Berre</dc:creator><pubDate>Thu, 12 Feb 2015 08:30:44 -0000</pubDate><guid>https://sourceforge.netca9a06eb255ec4592af21c62ee6c9475d180704a</guid></item><item><title>Probe-Run modified by Philippe Le Berre</title><link>https://sourceforge.net/p/esisframeworks/wiki/Probe-Run/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -33,7 +33,7 @@

 ### Scheduling Probes run

-The scripts &lt;code&gt;bin/esis_daily&lt;/code&gt; can be used to schedule probes run. The latest version of the script can be viewed here [http://esis.svn.sourceforge.net/viewvc/esis/main/scripts/customer/esis_daily esis_daily].
+Probes run shall schedule with cron (adding a scheduler is on the roadmap), see [sample-probe-run-script].

 ### See Also
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Philippe Le Berre</dc:creator><pubDate>Thu, 12 Feb 2015 08:30:22 -0000</pubDate><guid>https://sourceforge.net832966127c1de8d02d610e18b0f71ebfee9d8ed0</guid></item><item><title>Probe-Run modified by Philippe Le Berre</title><link>https://sourceforge.net/p/esisframeworks/wiki/Probe-Run/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -3,43 +3,32 @@

 ### The XML Probes file

-The execution of probes is defined in an XML file, which by default is &lt;code&gt;/opt/ESIS/share/ESIS/probes.xml&lt;/code&gt;.
+The execution of probes is defined in an XML file, which by default is &lt;code&gt;/opt/APP_NAME/share/APP_NAME/probes.xml&lt;/code&gt;.

 ### Testing the XML Probes file

-Any XML probe file can be tested with the command &lt;code&gt;/opt/ESIS/bin/esis probes test-xml /opt/ESIS/my_own_probe.xml&lt;/code&gt; 
+Any XML probe file can be tested with the command &lt;code&gt;cmd probes test-xml /opt/APP/my_own_probe.xml&lt;/code&gt; 

 &lt;/pre&gt;&lt;pre&gt;-$ /opt/ESIS/bin/esis probes test-xml /opt/ESIS/probes.xml
-ESIS
-Copyright (c) 2004-2008 Entelience,  Copyright (c) 2008-2009 Equity SA, Copyright (c) 2009-2010 Consulare sarl
-
-1.0.1-201004191508-450-rplb-branches_1_0_1
+$ scripts/cmd probes test-xml /opt/ESIS/probes.xml

 Testing XML file for validity
 Starting XML probe trial run using file share/ESIS/probe.xml
 Running probe container in /opt/ESIS/incoming
 Finished share/ESIS/probe.xml
- in 0:0:0:346
 &lt;/pre&gt;
&lt;p&gt;### Running the XML Probes file&lt;/p&gt;
&lt;p&gt;-Probes can be executed manually with the command &lt;code&gt;/opt/ESIS/bin/esis probes xml /opt/ESIS/my_own_probe.xml&lt;/code&gt;.&lt;br /&gt;
+Probes can be executed manually with the command &lt;code&gt;cmd probes xml /opt/ESIS/my_own_probe.xml&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;&lt;pre&gt;&lt;br /&gt;
-$ /opt/ESIS/bin/esis probes xml /opt/ESIS/probes.xml&lt;br /&gt;
-ESIS&lt;br /&gt;
-Copyright (c) 2004-2008 Entelience,  Copyright (c) 2008-2009 Equity SA, Copyright (c) 2009-2010 Consulare sarl&lt;br /&gt;
-&lt;br /&gt;
-1.0.1-201004191508-450-rplb-branches_1_0_1&lt;br /&gt;
+$ scripts/cmd probes xml /opt/ESIS/probes.xml&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Testing XML file for validity&lt;br /&gt;
 Starting XML probe run using file share/ESIS/probe.xml&lt;br /&gt;
 Running probe container in /opt/ESIS/incoming&lt;br /&gt;
 Finished share/ESIS/probe.xml&lt;br /&gt;
- in 0:0:0:342&lt;br /&gt;
-&lt;br /&gt;
 &lt;/p&gt;&lt;/pre&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;
&lt;p&gt;### Scheduling Probes run&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Philippe Le Berre</dc:creator><pubDate>Thu, 12 Feb 2015 08:28:36 -0000</pubDate><guid>https://sourceforge.net26f4c2dbe3adcaa400f7b88286b0cf122e57debc</guid></item><item><title>Probe-Run modified by Philippe Le Berre</title><link>https://sourceforge.net/p/esisframeworks/wiki/Probe-Run/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="how-to-run-probes"&gt;How to run probes&lt;/h1&gt;
&lt;h3 id="the-xml-probes-file"&gt;The XML Probes file&lt;/h3&gt;
&lt;p&gt;The execution of probes is defined in an XML file, which by default is &lt;code&gt;/opt/ESIS/share/ESIS/probes.xml&lt;/code&gt;.&lt;/p&gt;
&lt;h3 id="testing-the-xml-probes-file"&gt;Testing the XML Probes file&lt;/h3&gt;
&lt;p&gt;Any XML probe file can be tested with the command &lt;code&gt;/opt/ESIS/bin/esis probes test-xml /opt/ESIS/my_own_probe.xml&lt;/code&gt; &lt;/p&gt;
&lt;pre&gt;$ /opt/ESIS/bin/esis probes test-xml /opt/ESIS/probes.xml
ESIS
Copyright (c) 2004-2008 Entelience,  Copyright (c) 2008-2009 Equity SA, Copyright (c) 2009-2010 Consulare sarl

1.0.1-201004191508-450-rplb-branches_1_0_1

Testing XML file for validity
Starting XML probe trial run using file share/ESIS/probe.xml
Running probe container in /opt/ESIS/incoming
Finished share/ESIS/probe.xml
 in 0:0:0:346
&lt;/pre&gt;
&lt;h3 id="running-the-xml-probes-file"&gt;Running the XML Probes file&lt;/h3&gt;
&lt;p&gt;Probes can be executed manually with the command &lt;code&gt;/opt/ESIS/bin/esis probes xml /opt/ESIS/my_own_probe.xml&lt;/code&gt;.&lt;/p&gt;
&lt;pre&gt;$ /opt/ESIS/bin/esis probes xml /opt/ESIS/probes.xml
ESIS
Copyright (c) 2004-2008 Entelience,  Copyright (c) 2008-2009 Equity SA, Copyright (c) 2009-2010 Consulare sarl

1.0.1-201004191508-450-rplb-branches_1_0_1

Testing XML file for validity
Starting XML probe run using file share/ESIS/probe.xml
Running probe container in /opt/ESIS/incoming
Finished share/ESIS/probe.xml
 in 0:0:0:342

&lt;/pre&gt;
&lt;h3 id="scheduling-probes-run"&gt;Scheduling Probes run&lt;/h3&gt;
&lt;p&gt;The scripts &lt;code&gt;bin/esis_daily&lt;/code&gt; can be used to schedule probes run. The latest version of the script can be viewed here &lt;span&gt;[http://esis.svn.sourceforge.net/viewvc/esis/main/scripts/customer/esis_daily esis_daily]&lt;/span&gt;.&lt;/p&gt;
&lt;h3 id="see-also"&gt;See Also&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;[Probes_configuration]&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Philippe Le Berre</dc:creator><pubDate>Thu, 12 Feb 2015 08:23:26 -0000</pubDate><guid>https://sourceforge.netc3ca8ffb620e2dcbc2db2df5bbb7d5391630b93b</guid></item></channel></rss>