[Fusioninventory-devel] ESX and ESXi inventory

Gonéri Le Bouder goneri at rulezlan.org
Mon Jul 4 08:08:02 UTC 2011


2011/7/1 Dave <dave at feeditout.com>

> Hi Gonéri,
>
> is it possible, or could you pass me on to documentation to make
> modifications
> to dump everything.

If you want to dump XML sent by server, just do this little changes:
diff --git a/lib/FusionInventory/VMware/SOAP.pm
b/lib/FusionInventory/VMware/SOAP.
index f5f963c..ab4cd07 100644
--- a/lib/FusionInventory/VMware/SOAP.pm
+++ b/lib/FusionInventory/VMware/SOAP.pm
@@ -46,7 +46,7 @@ sub _loadSOAPDump {
 }

 sub _storeSOAPDump {
-    return; # DEBUG
+    #return; # DEBUG
     my ($self, $action, $data) = @_;
     open(FILE, ">$action.soap") or die;
     print FILE $data;




> I have 18 esxi servers here ( free licence ).
>
> So far i've setup an inventory webpage and using cron to schedule updates.
>
> however i would like to pull hardware monitoring informations such as raid
> status etc, and fire off reports
>
> i'm sure your busy, any pointers would be great!
>
What the problem? Did you already try to use the fusioninventory-esx
command?

The documentation is here:
http://search.cpan.org/dist/FusionInventory-Agent-Task-ESX/fusioninventory-esx

Best regards
-- 
     Gonéri Le Bouder
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/fusioninventory-devel/attachments/20110704/1e36c026/attachment.html>


More information about the Fusioninventory-devel mailing list