diff --git a/pandora_agents/win32/modules/pandora_module_freedisk_percent.cc b/pandora_agents/win32/modules/pandora_module_freedisk_percent.cc index ef9327e21f..40a132fcef 100755 --- a/pandora_agents/win32/modules/pandora_module_freedisk_percent.cc +++ b/pandora_agents/win32/modules/pandora_module_freedisk_percent.cc @@ -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;