mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch 'cherry-pick-5fc52c34' into 'pandora_6.0'
Merge branch '31-mostrar-espacio-en-descripcion-agente-windows-integria-4378' into 'develop' See merge request !85
This commit is contained in:
commit
54af128cb3
@ -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…
x
Reference in New Issue
Block a user