Merge branch '31-mostrar-espacio-en-descripcion-agente-windows-integria-4378' into 'develop'
Show free space in windows agent - #31 See merge request !84
This commit is contained in:
commit
5fc52c343e
|
@ -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