Collecting / Polling other data from the network
11 December, 2011 - 09:17
In a blog post recently I suggested that it would be nice to have my hah collect not only data from my CurrentCost enviR (CC128) and WSN but also my LAN (read: Free/Total disk space on the fileserver, Data In/Out from my pfSense box etc). Hopefully with the intention of posting to pachube.
What do you think?
How would I best achieve this? (I imagine the devices I intend to poll support SNMP).
L
Cacti or Nagios are both good monitoring frameworks - I use cacti for snmp monitoring data rates from my router and various VPN connections, it also monitors diskspace, load and other facets of my server. Both have native support for snmp and a plugin architecture so you can build your own interfaces to things. I found it was better to write an xAP plugin for these frameworks then to build a yet another capture/monitor framework just for xAP.
Brett