2009-07-22 Ramon Novoa <rnovoa@artica.es>

* linux/plugins/pandora_df: Properly close the <module> XML tag.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1816 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
Ramon Novoa 2009-07-22 16:14:33 +00:00
parent a46fae5bb1
commit ab7b5b12a5
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-07-22 Ramon Novoa <rnovoa@artica.es>
* linux/plugins/pandora_df: Properly close the <module> XML tag.
2009-07-16 Ramon Novoa <rnovoa@artica.es>
* linux/plugins/pandora_ps, linux/plugins/pandora_df: Added to

View File

@ -64,7 +64,7 @@ while (my ($filesystem, $use) = each (%filesystems)) {
print "<name><![CDATA[" . $filesystem . "]]></name>\n";
print "<type><![CDATA[generic_data]]></type>\n";
print "<data><value><![CDATA[" . $use . "]]></value></data>\n";
print "<module>\n";
print "</module>\n";
}
exit 0;