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:
Enrique Camargo 2017-01-26 12:39:14 +01:00
commit 5fc52c343e
1 changed files with 1 additions and 1 deletions

View File

@ -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;