<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: check_esx3 devient check_vmware_api</title>
	<atom:link href="http://www.hypervisor.fr/?feed=rss2&#038;p=3896" rel="self" type="application/rss+xml" />
	<link>http://www.hypervisor.fr/?p=3896</link>
	<description>French Bare-Metal weblog</description>
	<lastBuildDate>Fri, 30 Jul 2021 14:16:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: NiTRo</title>
		<link>http://www.hypervisor.fr/?p=3896&#038;cpage=2#comment-3689</link>
		<dc:creator>NiTRo</dc:creator>
		<pubDate>Sat, 02 May 2015 12:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.hypervisor.fr/?p=3896#comment-3689</guid>
		<description>&quot;Nagios::Plugins was renamed to Monitoring::Plugins due to trademark reason. cpan doesn&#039;t index Nagios::Plugins anymore. Now you must install Monitoring::Plugins:&quot;

http://unix.stackexchange.com/questions/199155/cannot-install-nagiosplugin-dont-know-what-it-is</description>
		<content:encoded><![CDATA[<p>&#8220;Nagios::Plugins was renamed to Monitoring::Plugins due to trademark reason. cpan doesn&#8217;t index Nagios::Plugins anymore. Now you must install Monitoring::Plugins:&#8221;</p>
<p><a href="http://unix.stackexchange.com/questions/199155/cannot-install-nagiosplugin-dont-know-what-it-is" rel="nofollow">http://unix.stackexchange.com/questions/199155/cannot-install-nagiosplugin-dont-know-what-it-is</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philippe</title>
		<link>http://www.hypervisor.fr/?p=3896&#038;cpage=2#comment-2970</link>
		<dc:creator>Philippe</dc:creator>
		<pubDate>Fri, 20 Sep 2013 06:31:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.hypervisor.fr/?p=3896#comment-2970</guid>
		<description>@nissen : parfait ça marche mieux maintenant.

Merci</description>
		<content:encoded><![CDATA[<p>@nissen : parfait ça marche mieux maintenant.</p>
<p>Merci</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nissen</title>
		<link>http://www.hypervisor.fr/?p=3896&#038;cpage=2#comment-2963</link>
		<dc:creator>nissen</dc:creator>
		<pubDate>Thu, 19 Sep 2013 13:12:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.hypervisor.fr/?p=3896#comment-2963</guid>
		<description>@Philippe: pour ce genre de soucis, il faut utiliser dos2unix.
Comme ceci : 
$ dos2unix check_esx3_helper.sh
Et après plus de soucis.</description>
		<content:encoded><![CDATA[<p>@Philippe: pour ce genre de soucis, il faut utiliser dos2unix.<br />
Comme ceci :<br />
$ dos2unix check_esx3_helper.sh<br />
Et après plus de soucis.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philippe</title>
		<link>http://www.hypervisor.fr/?p=3896&#038;cpage=2#comment-2962</link>
		<dc:creator>Philippe</dc:creator>
		<pubDate>Thu, 19 Sep 2013 08:36:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.hypervisor.fr/?p=3896#comment-2962</guid>
		<description>Bonjour,

Je l&#039;ai adapté pour mon infra :

check_esx3=&quot;/www/prod/admin/html/cacti/scripts/check_vmware_api.pl&quot;

Le truc bizarre est que si je supprime les retour à la ligne des lignes 3, 5, 7, 10 je n&#039;ai plus que ça comme erreur : 

check_esx3_helper.sh: line 11: syntax error near unexpected token `elif&#039;
&#039;heck_esx3_helper.sh: line 11: `elif test &quot;$4&quot; = &quot;clusterindex&quot; ; then

J&#039;ai essayé de lancer le helper sur mon pc (Fedora 18) et l&#039;erreur est différente :

check_esx3_helper.sh: ligne3: $&#039;\r&#039; : commande introuvable
check_esx3_helper.sh: ligne5: $&#039;\r&#039; : commande introuvable
check_esx3_helper.sh: ligne7: $&#039;\r&#039; : commande introuvable
check_esx3_helper.sh: ligne10: $&#039;\r&#039; : commande introuvable
check_esx3_helper.sh: ligne14: Erreur de syntaxe près du symbole inattendu « elif »
&#039;heck_esx3_helper.sh: ligne14: `elif test &quot;$4&quot; = &quot;clusterindex&quot; ; then</description>
		<content:encoded><![CDATA[<p>Bonjour,</p>
<p>Je l&#8217;ai adapté pour mon infra :</p>
<p>check_esx3=&#8221;/www/prod/admin/html/cacti/scripts/check_vmware_api.pl&#8221;</p>
<p>Le truc bizarre est que si je supprime les retour à la ligne des lignes 3, 5, 7, 10 je n&#8217;ai plus que ça comme erreur : </p>
<p>check_esx3_helper.sh: line 11: syntax error near unexpected token `elif&#8217;<br />
&#8216;heck_esx3_helper.sh: line 11: `elif test &#8220;$4&#8243; = &#8220;clusterindex&#8221; ; then</p>
<p>J&#8217;ai essayé de lancer le helper sur mon pc (Fedora 18) et l&#8217;erreur est différente :</p>
<p>check_esx3_helper.sh: ligne3: $&#8217;\r&#8217; : commande introuvable<br />
check_esx3_helper.sh: ligne5: $&#8217;\r&#8217; : commande introuvable<br />
check_esx3_helper.sh: ligne7: $&#8217;\r&#8217; : commande introuvable<br />
check_esx3_helper.sh: ligne10: $&#8217;\r&#8217; : commande introuvable<br />
check_esx3_helper.sh: ligne14: Erreur de syntaxe près du symbole inattendu « elif »<br />
&#8216;heck_esx3_helper.sh: ligne14: `elif test &#8220;$4&#8243; = &#8220;clusterindex&#8221; ; then</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NiTRo</title>
		<link>http://www.hypervisor.fr/?p=3896&#038;cpage=2#comment-2961</link>
		<dc:creator>NiTRo</dc:creator>
		<pubDate>Thu, 19 Sep 2013 07:13:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.hypervisor.fr/?p=3896#comment-2961</guid>
		<description>Bonjour,
vous pouvez vérifier ce chemin dans le script :
check_esx3=&quot;/var/www/cacti/scripts/check_vmware_api.pl&quot;</description>
		<content:encoded><![CDATA[<p>Bonjour,<br />
vous pouvez vérifier ce chemin dans le script :<br />
check_esx3=&#8221;/var/www/cacti/scripts/check_vmware_api.pl&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philippe</title>
		<link>http://www.hypervisor.fr/?p=3896&#038;cpage=2#comment-2960</link>
		<dc:creator>Philippe</dc:creator>
		<pubDate>Wed, 18 Sep 2013 12:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.hypervisor.fr/?p=3896#comment-2960</guid>
		<description>Salut,

J&#039;essaie de mettre en place ce template mais j&#039;ai un soucis avec l&#039;exécution du helper. Dans cacti après avoir créé le device je n&#039;arrive pas à remonter des valeurs. Je décide de lancer le helper à la main :

sh check_esx3_helper.sh monserveur yyyyy xxxxx get CPU

J&#039;obtiens :
: command not foundh: line 3: 
: command not foundh: line 5: 
: command not foundh: line 7: 
: command not foundh: line 10: 
check_esx3_helper.sh: line 14: syntax error near unexpected token `elif&#039;
&#039;heck_esx3_helper.sh: line 14: `elif test &quot;$4&quot; = &quot;clusterindex&quot; ; then

Je suis sur du redhat-5.5.

Si je lance le pl à la main pas de soucis il me remonte bien des valeurs.</description>
		<content:encoded><![CDATA[<p>Salut,</p>
<p>J&#8217;essaie de mettre en place ce template mais j&#8217;ai un soucis avec l&#8217;exécution du helper. Dans cacti après avoir créé le device je n&#8217;arrive pas à remonter des valeurs. Je décide de lancer le helper à la main :</p>
<p>sh check_esx3_helper.sh monserveur yyyyy xxxxx get CPU</p>
<p>J&#8217;obtiens :<br />
: command not foundh: line 3:<br />
: command not foundh: line 5:<br />
: command not foundh: line 7:<br />
: command not foundh: line 10:<br />
check_esx3_helper.sh: line 14: syntax error near unexpected token `elif&#8217;<br />
&#8216;heck_esx3_helper.sh: line 14: `elif test &#8220;$4&#8243; = &#8220;clusterindex&#8221; ; then</p>
<p>Je suis sur du redhat-5.5.</p>
<p>Si je lance le pl à la main pas de soucis il me remonte bien des valeurs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Constey</title>
		<link>http://www.hypervisor.fr/?p=3896&#038;cpage=2#comment-2841</link>
		<dc:creator>Constey</dc:creator>
		<pubDate>Mon, 17 Jun 2013 09:50:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.hypervisor.fr/?p=3896#comment-2841</guid>
		<description>I raised it up to debug, but i cant see an error there.
If i check the rrd file there is no data there:
2013-06-15 10:00:00 CEST / 1371283200  NaN
2013-06-15 12:00:00 CEST / 1371290400  NaN

on a look to the temp rrd file from the realtime graph there is data:
2013-06-17 10:33:00 CEST / 1371457980  2.0010000000e+01
2013-06-17 10:34:30 CEST / 1371458070  2.0010000000e+01
2013-06-17 10:36:00 CEST / 1371458160  1.4155666667e+01

so i think there must be anything like a timeout, or script execution time or sth. which is different between the normal poller scan and the realtime view.
Ive added the log files and the rrd file here, maybe you can have a short look at it:
constey.de/krams/log.txt
constey.de/krams/poller.txt
constey.de/krams/realtime.txt

lg</description>
		<content:encoded><![CDATA[<p>I raised it up to debug, but i cant see an error there.<br />
If i check the rrd file there is no data there:<br />
2013-06-15 10:00:00 CEST / 1371283200  NaN<br />
2013-06-15 12:00:00 CEST / 1371290400  NaN</p>
<p>on a look to the temp rrd file from the realtime graph there is data:<br />
2013-06-17 10:33:00 CEST / 1371457980  2.0010000000e+01<br />
2013-06-17 10:34:30 CEST / 1371458070  2.0010000000e+01<br />
2013-06-17 10:36:00 CEST / 1371458160  1.4155666667e+01</p>
<p>so i think there must be anything like a timeout, or script execution time or sth. which is different between the normal poller scan and the realtime view.<br />
Ive added the log files and the rrd file here, maybe you can have a short look at it:<br />
constey.de/krams/log.txt<br />
constey.de/krams/poller.txt<br />
constey.de/krams/realtime.txt</p>
<p>lg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NiTRo</title>
		<link>http://www.hypervisor.fr/?p=3896&#038;cpage=2#comment-2820</link>
		<dc:creator>NiTRo</dc:creator>
		<pubDate>Thu, 06 Jun 2013 17:04:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.hypervisor.fr/?p=3896#comment-2820</guid>
		<description>You could raise the cacti logging level to see what happens, it&#039;s always a good start.
Thanks about the comment bug, i&#039;ll check that :)</description>
		<content:encoded><![CDATA[<p>You could raise the cacti logging level to see what happens, it&#8217;s always a good start.<br />
Thanks about the comment bug, i&#8217;ll check that <img src='http://www.hypervisor.fr/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Constey</title>
		<link>http://www.hypervisor.fr/?p=3896&#038;cpage=2#comment-2819</link>
		<dc:creator>Constey</dc:creator>
		<pubDate>Thu, 06 Jun 2013 16:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.hypervisor.fr/?p=3896#comment-2819</guid>
		<description>P.S. Maybe there is sth. bugged with the comment system here. If i write down the cmdline with FQDN, or userATdomainDOTinfo and I try to send the comment i just get a blank page :o)</description>
		<content:encoded><![CDATA[<p>P.S. Maybe there is sth. bugged with the comment system here. If i write down the cmdline with FQDN, or userATdomainDOTinfo and I try to send the comment i just get a blank page <img src='http://www.hypervisor.fr/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Constey</title>
		<link>http://www.hypervisor.fr/?p=3896&#038;cpage=2#comment-2818</link>
		<dc:creator>Constey</dc:creator>
		<pubDate>Thu, 06 Jun 2013 16:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.hypervisor.fr/?p=3896#comment-2818</guid>
		<description>Hey,
yes of course that would be very interesting :-)
The Datacenter request of the check_vmware_api should be:
-D vcenter -u user -p password -l cpu -s usagemhz

Maybe some other where you could give me a hint:
I&#039;ve installed the templates, data queries and have a vcenter associated with it. The graphs are displayed but withoud data. Funny thing: If i have a look in the real time graph (realtime plugin) i have data here. Do you have an idea what that blank graphes could be caused by?


kind regards,
Constantin</description>
		<content:encoded><![CDATA[<p>Hey,<br />
yes of course that would be very interesting <img src='http://www.hypervisor.fr/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
The Datacenter request of the check_vmware_api should be:<br />
-D vcenter -u user -p password -l cpu -s usagemhz</p>
<p>Maybe some other where you could give me a hint:<br />
I&#8217;ve installed the templates, data queries and have a vcenter associated with it. The graphs are displayed but withoud data. Funny thing: If i have a look in the real time graph (realtime plugin) i have data here. Do you have an idea what that blank graphes could be caused by?</p>
<p>kind regards,<br />
Constantin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NiTRo</title>
		<link>http://www.hypervisor.fr/?p=3896&#038;cpage=1#comment-2817</link>
		<dc:creator>NiTRo</dc:creator>
		<pubDate>Thu, 06 Jun 2013 15:51:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.hypervisor.fr/?p=3896#comment-2817</guid>
		<description>Hey Constey,
Thanks!
A datacenter view would be intersting indeed, i&#039;ll have a look on it.
About units vs %, i made that choice in order to easilly compare cluster load but i could add the choice if you&#039;re interested?</description>
		<content:encoded><![CDATA[<p>Hey Constey,<br />
Thanks!<br />
A datacenter view would be intersting indeed, i&#8217;ll have a look on it.<br />
About units vs %, i made that choice in order to easilly compare cluster load but i could add the choice if you&#8217;re interested?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Constey</title>
		<link>http://www.hypervisor.fr/?p=3896&#038;cpage=1#comment-2814</link>
		<dc:creator>Constey</dc:creator>
		<pubDate>Thu, 06 Jun 2013 12:19:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.hypervisor.fr/?p=3896#comment-2814</guid>
		<description>Hey,

that work is nice ! Have you thinked about a graph template for a overall cpu,mem,net usage over the whole datacenter - not just the cluster ?
Aswell i would prefer the use of the usage in MHZ or MB usage as the %. This makes the graphs more detailed, when adding additional hardware for example.

Kind regards,
Constey</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>that work is nice ! Have you thinked about a graph template for a overall cpu,mem,net usage over the whole datacenter &#8211; not just the cluster ?<br />
Aswell i would prefer the use of the usage in MHZ or MB usage as the %. This makes the graphs more detailed, when adding additional hardware for example.</p>
<p>Kind regards,<br />
Constey</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NiTRo</title>
		<link>http://www.hypervisor.fr/?p=3896&#038;cpage=1#comment-2685</link>
		<dc:creator>NiTRo</dc:creator>
		<pubDate>Fri, 10 May 2013 20:02:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.hypervisor.fr/?p=3896#comment-2685</guid>
		<description>@Daff, je viens de tester avec la dernière version de check_vmware_api.pl sur un vcenter 5.0 et 5.1 c&#039;est ok.
Vous utilisez quelle version du script ?</description>
		<content:encoded><![CDATA[<p>@Daff, je viens de tester avec la dernière version de check_vmware_api.pl sur un vcenter 5.0 et 5.1 c&#8217;est ok.<br />
Vous utilisez quelle version du script ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NiTRo</title>
		<link>http://www.hypervisor.fr/?p=3896&#038;cpage=1#comment-2666</link>
		<dc:creator>NiTRo</dc:creator>
		<pubDate>Tue, 30 Apr 2013 19:02:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.hypervisor.fr/?p=3896#comment-2666</guid>
		<description>il doit y avoir eu trop de modif sur le script check_vmware_api, je vais jeter un oeil.
je vais essayer d&#039;utiliser StatsFeeder à la place...</description>
		<content:encoded><![CDATA[<p>il doit y avoir eu trop de modif sur le script check_vmware_api, je vais jeter un oeil.<br />
je vais essayer d&#8217;utiliser StatsFeeder à la place&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daff</title>
		<link>http://www.hypervisor.fr/?p=3896&#038;cpage=1#comment-2665</link>
		<dc:creator>Daff</dc:creator>
		<pubDate>Tue, 30 Apr 2013 14:04:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.hypervisor.fr/?p=3896#comment-2665</guid>
		<description>Hello NiTRo,

Impossible de faire fonctionner dans l&#039;état ce nouveau package.

Info : Cacti 0.8.7i et vcenter (5.0 et 5.1)

Résultats :

sur vcenter 5.0 :

root@IT-CACTI-02:/var/www/cacti/scripts# sh check_esx3_helper.sh 10.10.9.83 mylogin mypassword get CPU Cumulus_Cluster 

... j&#039;attends encore la fin d&#039;exécution devant mon ecran ... bref au bout de 10 minutes je l&#039;ai arrêté ...

Sans le cluster spécifié avec check_esx3_helper il manque un argument.

root@IT-CACTI-02:/var/www/cacti/scripts# perl check_vmware_api.pl -D 10.10.9.83 -u mylogin -p mypassword  -l cpu -s usage -i 300 -T 300
CHECK_VMWARE_API.PL OK - cpu usage=21.50 % &#124; cpu_usage=21.50%;;

sur vcenter 5.1 :

avec interval standard à 300:
root@IT-CACTI-02:/var/www/cacti/scripts# perl check_vmware_api.pl -D 10.10.9.80 -u mylogin -p mypassword  -l cpu -s usage -i 300 -T 300
CHECK_VMWARE_API.PL CRITICAL -
SOAP Fault:
-----------
Fault string: A specified parameter was not correct.
querySpec.interval
Fault detail: InvalidArgumentFault

avec interval à 20 ( impossible d&#039;avoir un résultat si l&#039;interval n&#039;est pas à 20):
root@IT-CACTI-02:/var/www/cacti/scripts# perl check_vmware_api.pl -D 10.10.9.80 -u mylogin -p mypassword  -l cpu -s usage -i 20 -T 300
CHECK_VMWARE_API.PL OK - cpu usage=8.54 % &#124; cpu_usage=8.54%;;

Le fait est que si je rajoute le nom du cluster dans les requêtes , et bien c la merte !!!!

Si cela permet de faire un peu avancer le schmilblick :)</description>
		<content:encoded><![CDATA[<p>Hello NiTRo,</p>
<p>Impossible de faire fonctionner dans l&#8217;état ce nouveau package.</p>
<p>Info : Cacti 0.8.7i et vcenter (5.0 et 5.1)</p>
<p>Résultats :</p>
<p>sur vcenter 5.0 :</p>
<p>root@IT-CACTI-02:/var/www/cacti/scripts# sh check_esx3_helper.sh 10.10.9.83 mylogin mypassword get CPU Cumulus_Cluster </p>
<p>&#8230; j&#8217;attends encore la fin d&#8217;exécution devant mon ecran &#8230; bref au bout de 10 minutes je l&#8217;ai arrêté &#8230;</p>
<p>Sans le cluster spécifié avec check_esx3_helper il manque un argument.</p>
<p>root@IT-CACTI-02:/var/www/cacti/scripts# perl check_vmware_api.pl -D 10.10.9.83 -u mylogin -p mypassword  -l cpu -s usage -i 300 -T 300<br />
CHECK_VMWARE_API.PL OK &#8211; cpu usage=21.50 % | cpu_usage=21.50%;;</p>
<p>sur vcenter 5.1 :</p>
<p>avec interval standard à 300:<br />
root@IT-CACTI-02:/var/www/cacti/scripts# perl check_vmware_api.pl -D 10.10.9.80 -u mylogin -p mypassword  -l cpu -s usage -i 300 -T 300<br />
CHECK_VMWARE_API.PL CRITICAL -<br />
SOAP Fault:<br />
&#8212;&#8212;&#8212;&#8211;<br />
Fault string: A specified parameter was not correct.<br />
querySpec.interval<br />
Fault detail: InvalidArgumentFault</p>
<p>avec interval à 20 ( impossible d&#8217;avoir un résultat si l&#8217;interval n&#8217;est pas à 20):<br />
root@IT-CACTI-02:/var/www/cacti/scripts# perl check_vmware_api.pl -D 10.10.9.80 -u mylogin -p mypassword  -l cpu -s usage -i 20 -T 300<br />
CHECK_VMWARE_API.PL OK &#8211; cpu usage=8.54 % | cpu_usage=8.54%;;</p>
<p>Le fait est que si je rajoute le nom du cluster dans les requêtes , et bien c la merte !!!!</p>
<p>Si cela permet de faire un peu avancer le schmilblick <img src='http://www.hypervisor.fr/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jérémie</title>
		<link>http://www.hypervisor.fr/?p=3896&#038;cpage=1#comment-2605</link>
		<dc:creator>Jérémie</dc:creator>
		<pubDate>Tue, 12 Mar 2013 14:51:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.hypervisor.fr/?p=3896#comment-2605</guid>
		<description>Il me sort CHECK_VMWARE_API.PL CRITICAL - CLUSTER CPU Unknown error</description>
		<content:encoded><![CDATA[<p>Il me sort CHECK_VMWARE_API.PL CRITICAL &#8211; CLUSTER CPU Unknown error</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NiTRo</title>
		<link>http://www.hypervisor.fr/?p=3896&#038;cpage=1#comment-2604</link>
		<dc:creator>NiTRo</dc:creator>
		<pubDate>Tue, 12 Mar 2013 14:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.hypervisor.fr/?p=3896#comment-2604</guid>
		<description>et le helper te sort quoi tout de suite ?</description>
		<content:encoded><![CDATA[<p>et le helper te sort quoi tout de suite ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jérémie</title>
		<link>http://www.hypervisor.fr/?p=3896&#038;cpage=1#comment-2603</link>
		<dc:creator>Jérémie</dc:creator>
		<pubDate>Tue, 12 Mar 2013 14:29:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.hypervisor.fr/?p=3896#comment-2603</guid>
		<description>Voici un exemple de résultat :

commande : ./check_vmware_api.pl -D ec-mon-mgt2 -u administrateur -p password -l cpu -s usage -i 300 -T 600

résultat : CHECK_VMWARE_API.PL OK - cpu usage=20.07 % &#124; cpu_usage=20.07%;;</description>
		<content:encoded><![CDATA[<p>Voici un exemple de résultat :</p>
<p>commande : ./check_vmware_api.pl -D ec-mon-mgt2 -u administrateur -p password -l cpu -s usage -i 300 -T 600</p>
<p>résultat : CHECK_VMWARE_API.PL OK &#8211; cpu usage=20.07 % | cpu_usage=20.07%;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jérémie</title>
		<link>http://www.hypervisor.fr/?p=3896&#038;cpage=1#comment-2602</link>
		<dc:creator>Jérémie</dc:creator>
		<pubDate>Tue, 12 Mar 2013 14:18:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.hypervisor.fr/?p=3896#comment-2602</guid>
		<description>Ok, mais quelle commande souhaites-tu que j’exécute ?</description>
		<content:encoded><![CDATA[<p>Ok, mais quelle commande souhaites-tu que j’exécute ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NiTRo</title>
		<link>http://www.hypervisor.fr/?p=3896&#038;cpage=1#comment-2601</link>
		<dc:creator>NiTRo</dc:creator>
		<pubDate>Tue, 12 Mar 2013 14:03:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.hypervisor.fr/?p=3896#comment-2601</guid>
		<description>@Jérémie, tu peux essayer d&#039;utiliser le script check_vmware_api.pl directement au lieu de passer par le helper ?</description>
		<content:encoded><![CDATA[<p>@Jérémie, tu peux essayer d&#8217;utiliser le script check_vmware_api.pl directement au lieu de passer par le helper ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
