From d8c5ccb3a40193c840411a2dd4e38f08c1289ecb Mon Sep 17 00:00:00 2001 From: Enrique Martin Date: Mon, 19 Feb 2024 11:22:24 +0100 Subject: [PATCH] Improved discovery no output message --- pandora_server/lib/PandoraFMS/DiscoveryServer.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_server/lib/PandoraFMS/DiscoveryServer.pm b/pandora_server/lib/PandoraFMS/DiscoveryServer.pm index 0777e07a17..972f259bb5 100644 --- a/pandora_server/lib/PandoraFMS/DiscoveryServer.pm +++ b/pandora_server/lib/PandoraFMS/DiscoveryServer.pm @@ -477,7 +477,7 @@ sub exec_recon_app ($$$) { # No output message. if (!defined($output_json)) { - push(@summary, "The execution returned no output."); + push(@summary, "The execution returned no output. Is the server out of memory?"); next; }