Welcome to Pandora FMS Community › 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 August 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 1 week, 3 days ago 2 Members · 4 Replies -
4 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