I've been trying to add some custom interfaces to JFFNMS with little success. Interfaces that ship with JFFNMS seem to work fine, but custom ones seem to have trouble getting the data into the rrd file. To check myself, I created the ICMP in Messages interface as outlined in the manual. Once I discover and add it to a host, I can run the poller and get output similar to:
adcsl10vmnet:/opt/jffnms/engine # php poller.php 3 2386 16:40:16 : H 3 : Poller Start : 2 Items. 16:40:16 : H 3 : I 2386 : P 10 : icmp_inmsgs(.1.3..1.0): 7833 -> rrd(): icmp_inmsgs:7833 (time P:4.96 | 35.88) 16:40:16 : H 3 : I 2386 : P LPD : last_poll_date(): 1205185216 -> db(last_poll_date): 1 (time P:0.47 | 3.45) 16:40:16 : H 3 : Poller End, Total Time: 51.92 msec. So it sees 7833 ICMP in Messages, which is confirmed with a good ol' SNMP walk. If I continue to run the poller manually, I see a slowly increasing counter which matches a direct SNMP query. But if I look at the rrd file: adcsl10vmnet:/opt/jffnms/rrd # rrdtool fetch interface-2386-0.rrd AVERAGE <snip> 1205181900: 5.6561418239e-01 1205182200: 6.6423300309e-01 1205182500: 7.0178642332e-01 1205182800: 6.5275188699e-01 1205183100: 7.0373823316e-01 1205183400: 6.6701743714e-01 1205183700: 7.3279752134e-01 1205184000: 7.6681153137e-01 1205184300: 7.1651385658e-01 1205184600: 6.8056924193e-01 1205184900: 7.3923700552e-01 1205185200: nan I don't have any idea where these numbers are coming from. They don't make any sense to me. Thoughts anyone? -Joe Wells ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ jffnms-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jffnms-users
