Ocs-Nagios The README is used to introduce the module and provide instructions on how to install the module, any machine dependencies it may have (for example C compilers and installed libraries) and any other information that should be provided before the module is installed. A README file is required for CPAN modules since CPAN extracts the README file from a module distribution so that people browsing the archive can use it to get an idea of the module's uses. It is usually a good idea to provide version information here so that people can decide whether fixes for the module are worth downloading. INSTALLATION To install this module, run the following commands: perl Makefile.PL make make test make install Actually, soap method does not return ip address, the request to integrate it in next version of OCSINVENTORY is here http://sourceforge.net/tracker/?func=detail&aid=2791272&group_id=58373&atid=487495 You must apply this patch to get ip address in soap method ( Apache/Ocsinventory/Interface/Inventory.pm) 97,98c97 < #my @mapped_fields = qw / NAME TAG DEVICEID LASTDATE LASTCOME CHECKSUM DATABASEID/; < my @mapped_fields = qw / NAME IPADDR/; --- > my @mapped_fields = qw / NAME TAG DEVICEID LASTDATE LASTCOME CHECKSUM DATABASEID/; 102,103c101,107 < my $sql_str = qq/ < SELECT --- > my $sql_str = qq/ > SELECT > hardware.DEVICEID AS DEVICEID, > hardware.LASTDATE AS LASTDATE, > hardware.LASTCOME AS LASTCOME, > hardware.checksum AS CHECKSUM, > hardware.ID AS DATABASEID, 105,107c109,112 < hardware.IPADDR AS IPADDR < FROM hardware < WHERE hardware.ID=? --- > accountinfo.TAG AS TAG > FROM hardware,accountinfo > WHERE accountinfo.HARDWARE_ID=hardware.ID > AND ID=? 109d113 < SUPPORT AND DOCUMENTATION After installing, you can find documentation for this module with the perldoc command. perldoc Ocs::Nagios You can also look for information at: RT, CPAN's request tracker http://rt.cpan.org/NoAuth/Bugs.html?Dist=Ocs-Nagios AnnoCPAN, Annotated CPAN documentation http://annocpan.org/dist/Ocs-Nagios CPAN Ratings http://cpanratings.perl.org/d/Ocs-Nagios Search CPAN http://search.cpan.org/dist/Ocs-Nagios/ COPYRIGHT AND LICENCE Copyright (C) 2009 Julien SAFAR This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.