From: Buchan M. <bg...@st...> - 2007-12-14 17:54:22
|
On Friday 14 December 2007 19:22:50 xbgmsharp wrote: > Hello all, > > A lot of work have been done today. easy graphing CPU load% and memory %. > > But here is a another point. > It is usefull do know (graph) the number of active connexion on any > network device. > In the mean time i am trying to do it for Pix and F5. > > The problem is: > > Hobbit know how to graph process count, it is done via the procs/ports > tests (colunm) then by sending data intead of status. > What do you think should be done: > 1. make devmon sending directly a data to graph, so no test colunm only > graph > 2. Create a test (colunm) and then do nvc or extra-scritp in order to > graph. In my pix/fwsm template (I posted them), I am using 'conns' name, with Devmon RRD (requiring an extra-script such as my extra-rrd.pl) to graph the number of connections. Since I don't think it is currently feasible to get all graphs we want into Hobbit with existing hobbit support, I think it would be best (for now) to ship a devmon extra script (one which uses the RRD information created by the rrd option). In future, we can integrate the support for this into Hobbit, or switch to the new trends feature in 4.3. I don't think we should abuse the ports test name for this, because the data is different (just the number of connections, no detail etc.). If you want to alert on the same data, I don't think sending a 'data' message will work. So, 'status' is the only option for now. I'd rather ship a release that has graphs that work as soon as possible (even if that requires running one extra script in hobbit) than delay shipping a solution because we want a perfect one. Im-perfect graphs are better than none. Regards, Buchan |