Hum... I need to make sure that I am understanding you correctly.CaM wrote:flowview - again thanks, it works a treat however I was wondering. I work for a international law firm with 12 offices and a fair amount of windows based server. The netflow data is being collected from routers mostly across 2Mb leased lines and a lot of data is hitting CactiEZ flow-tools hence my reason to move Cacti on to one box and move flow-tools off my main cacti server onto its own. Personally I use flowviewer as a web page on a CactiEZ box and link to it from my main Cacti server (windows 2003 Srv, Apache).
The flowview plugin works a treat on the CactiEZ box but would be nice if I could achieve the same from your plugin.
Is it acheivable to have the Flow Tools Binary Path, Flow Tools Work Directory etc. on a remote host.
Server #1 - has flowtools plugin
Server #2 - has flowtools data and binaries
You want for the plugin on Server #1 to query the data on the Server #2. The simplest way would be to have Cacti (with the plugin) on Server #2 also (Cacti doesn't have to poll anything, just be there) and just remove the "authorization" on the viewer and have it load in an Iframe on #1. Not very secure, but easily workable.
Otherwise, I would have to write separate viewer and "server" modules, and have the client send the form info to the server, parse the info, and then send it all back to the client for viewing. Not extremely hard, just will take a bit of work to also make it secure enough that only authorized users could query it.