2014-03-13 Mario Pulido <mario.pulido@artica.es>

* plugins/inventory: Distributions compatibility




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9582 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mariopulido 2014-03-13 14:03:46 +00:00
parent d49117f4f4
commit 624ae93829
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2014-03-13 Mario Pulido <mario.pulido@artica.es>
* plugins/inventory: Distributions compatibility
2014-02-03 Mario Pulido <mario.pulido@artica.es>
* SunOS/make_solaris_package/README: Update compatible SunOS versions

View File

@ -63,7 +63,7 @@ sub get_module_data ($$$$) {
sub get_file_system($$) {
my ($name, $modules) = @_;
my @fileSystems = `df -h | tail -n +2`; #remove the titles of columns
my @fileSystems = `df -hP | tail -n +2`; #remove the titles of columns
foreach my $row (@fileSystems) {
next unless ($row =~ /^(\S+)\s+\S+\s+(\S+)\s+(\S+)\s+\S+\s+(\S+)/);