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:
parent
a46fae5bb1
commit
ab7b5b12a5
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue