I don't have a standard configuration so I would like a little help with this plugin.
I use flowd as a collector but there are others nfsen.
My flowd collector runs independantly from cacti and creates one file, /netflow/flows where everything is stored.
I would like cacti to read this file and display the stored informations.
1) In Settings > Misc I have
Code: Select all
Flow Tools Binary Path = /bin
Flow Tools Work Directory = /tmp
Flows Directory = /netflow/flows
Code: Select all
# ls /var/www/bin/ | grep flow
flow-cat
flow-filter
flow-nfilter
flow-print
flow-stat
Code: Select all
# du -k /netflow/flows
66 /netflow/flows
# du -k /netflow/flows
86 /netflow/flows
Does anyone have an advice ?
Also I have noticed in the plugin directory .sql files, what are they ?
Thank you