-
Decimal Point
Hi,
I have some modules on a Pandora Agent that return decimal values like 7,98 or 1,25.
These modules don’t show up on the web console and looking into the pandora log file (verbosity 10) it says something like that:
[V5] Processing module Name ( module_name ) type ( generic_data ) for agent ( agent_name )
[V2] ERROR: Received data from an unknown module (generic_data)The modules are on the pandora_agent.conf and the agent are on the learning mode.
Pandora works with decimal points with comma or i need to replace the commas with a point? Like 7.98 and 1.25?