2011/7/1 Dave <[email protected]>
> 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
_______________________________________________
Fusioninventory-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/fusioninventory-devel