mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Revert "Show free space in windows agent - #31"
This reverts commit 1ecf471ab87d1ff09a043627b60800e634ef51db.
This commit is contained in:
parent
608163fa7e
commit
68ddaeb31d
@ -58,7 +58,7 @@ Pandora_Module_Freedisk_Percent::run () {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
res = Pandora_Wmi::getDiskFreeSpacePercent (this->disk_id);
|
res = Pandora_Wmi::getDiskFreeSpacePercent (this->disk_id);
|
||||||
this->setDescription(longtostr (Pandora_Wmi::getDiskFreeSpace ()));
|
|
||||||
this->setOutput (longtostr (res));
|
this->setOutput (longtostr (res));
|
||||||
} catch (Pandora_Wmi::Pandora_Wmi_Exception e) {
|
} catch (Pandora_Wmi::Pandora_Wmi_Exception e) {
|
||||||
this->has_output = false;
|
this->has_output = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user