I have read the documentation and I am wondering how to get data to report to the web console through custom local modules.
# Networking
module_begin
module_name nettraf_eth0_in
module_type generic_data_inc
module_exec /sbin/ifconfig eth0 |grep "bytes:" |awk {'print $2'} |tr -d "bytes:"
module_description bps IN (post process)
module_end
Would I create a data module in the web page?
That module must be in the pandora_agent.conf of the server, and will send the XML to dataserver, module will be created automatically, no need to create the module in the console.