included plugin in default .conf for windows and linux
This commit is contained in:
parent
8e3a55870d
commit
90721eb858
|
@ -254,6 +254,9 @@ module_plugin pandora_mem_used
|
||||||
|
|
||||||
module_plugin pandora_netusage
|
module_plugin pandora_netusage
|
||||||
|
|
||||||
|
# Service autodiscovery plugin
|
||||||
|
module_plugin autodiscover --default
|
||||||
|
|
||||||
# Plugin for inventory on the agent (Only Enterprise)
|
# Plugin for inventory on the agent (Only Enterprise)
|
||||||
#module_plugin inventory 1 cpu ram video nic hd cdrom software init_services filesystem users route
|
#module_plugin inventory 1 cpu ram video nic hd cdrom software init_services filesystem users route
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Base config file for Pandora FMS Windows Agent
|
# Base config file for Pandora FMS Windows Agent
|
||||||
# (c) 2006-2017 Artica Soluciones Tecnologicas
|
# (c) 2006-2017 Artica Soluciones Tecnologicas
|
||||||
# Version 7.0NG.744
|
# Version 7.0NG.744
|
||||||
|
|
||||||
# This program is Free Software, you can redistribute it and/or modify it
|
# 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
|
# under the terms of the GNU General Public Licence as published by the Free Software
|
||||||
|
@ -245,6 +245,10 @@ module_plugin cscript.exe //B "%ProgramFiles%\Pandora_Agent\util\network.vbs"
|
||||||
#module_crontab * 12-15 * * 1
|
#module_crontab * 12-15 * * 1
|
||||||
#module_end
|
#module_end
|
||||||
|
|
||||||
|
# Service autodiscovery plugin
|
||||||
|
module_plugin "%PROGRAMFILES%\Pandora_Agent\util\autodiscover.exe" --default
|
||||||
|
|
||||||
|
|
||||||
#########################################
|
#########################################
|
||||||
# EXAMPLES #
|
# EXAMPLES #
|
||||||
#########################################
|
#########################################
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue