Revert "Show free space in windows agent - #31"
This reverts commit 1ecf471ab8
.
(cherry picked from commit 937489a88d433e4050704f3bc3bc8195142f468a)
This commit is contained in:
parent
c4039038f6
commit
29724f40e5
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue