Revert "Show free space in windows agent - #31"

This reverts commit 1ecf471ab8.
This commit is contained in:
Ramon Novoa 2017-02-01 14:47:13 +01:00
parent 608163fa7e
commit 68ddaeb31d
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ Pandora_Module_Freedisk_Percent::run () {
try {
res = Pandora_Wmi::getDiskFreeSpacePercent (this->disk_id);
this->setDescription(longtostr (Pandora_Wmi::getDiskFreeSpace ()));
this->setOutput (longtostr (res));
} catch (Pandora_Wmi::Pandora_Wmi_Exception e) {
this->has_output = false;