From 9673a9089b5516243e719477fa6208e585612e5f Mon Sep 17 00:00:00 2001 From: fbsanchez Date: Mon, 14 Sep 2015 12:21:48 +0200 Subject: [PATCH] commented win_cf.vbs fails on win < 6.xx --- pandora_agents/win32/bin/pandora_agent.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pandora_agents/win32/bin/pandora_agent.conf b/pandora_agents/win32/bin/pandora_agent.conf index f1e93b86aa..3e217fb19c 100644 --- a/pandora_agents/win32/bin/pandora_agent.conf +++ b/pandora_agents/win32/bin/pandora_agent.conf @@ -1,6 +1,6 @@ # Base config file for Pandora FMS Windows Agent # (c) 2006-2014 Artica Soluciones Tecnologicas -# Version 5.1SP3 +# Version 5.1SP3 # This program is Free Software, you can redistribute it and/or modify it # under the terms of the GNU General Public Licence as published by the Free Software @@ -258,11 +258,11 @@ module_plugin cscript.exe //B //t:20 "%PROGRAMFILES%\Pandora_Agent\util\productI module_crontab * 12-15 * * 1 module_end -module_begin -module_plugin cscript.exe //B //t:20 "%PROGRAMFILES%\Pandora_Agent\util\win_cf.vbs" -module_crontab * 12-15 * * 1 -module_end - +## Plugin example for custom fields (version, architecture, IP, IPv6, MAC) +# module_begin +# module_plugin cscript.exe //B //t:20 "%PROGRAMFILES%\Pandora_Agent\util\win_cf.vbs" +# module_crontab * 12-15 * * 1 +# module_end # ---------------------------------------------------------------------------------------------------- # This samples below need to be reconfigured and uncommented. Please read documentation