Bienvenido a la comunidad de Pandora FMS › Forums › Community support › Pandora Agent : disable "historical Values"
Tagged: 763, agent, historical, module_quiet, pandora, pandora_agent
-
Pandora Agent : disable "historical Values"
Posted by rischfre on agosto 3, 2022 at 17:59Hi,
i know that on Web interface it s possible to disable “historical value” for a given Module.
but does exist anyway to configure this at Pandora Agent level (pandora_agent.conf), so that the server is informed that for this module only the last value should be saved.
Thanks
rischfre replied 2 years, 3 months ago 3 Members · 6 Replies -
6 Replies
-
::
Hi rischfre,
There is an option to define which is:
module_quiet <value>
but If enabled (1) the module will be in silent mode: it will not generate events or trigger alerts, nor will it store data history.
https://pandorafms.com/manual/en/documentation/02_installation/05_configuration_agents#module_quiet
-
::
Hi,
Sorry but your solution is not working:
here my Pandora_agent config:
module_begin
module_name USB – Serial name
module_type generic_data_string
module_exec lsusb | grep “PL2303\|USB-Serial”
module_quiet 1
module_description Check USB Name
module_group System
module_endand here the result on the console:
-
-
::
Gracias Francisco, but
as you can see on the picture, even creating a new module in the Pandora_agent with the async_string type issue remains.
module_begin
module_name USB - Serial type
module_type async_string
module_exec lsusb | grep "PL2303\|USB-Serial"
module_quiet 1
module_description Check USB Name
module_group System
module_end
The agent is running version: 7.0NG.758(Build 211105)
the server : 763
both on linux systems
-
::
Hi rischfre,
We have seen that the documentation is wrong, since the “module_quiet 1” does not disable the module history, we are going to create an internal documentation ticket to correct this error in the wiki.
For the module not to store historical data you will have to edit the module manually in the console disabling the following parameter “Historical data”.
Best regards,
VÃc.
-