SNMP and Temp monitoring
-
Hi All,
I am sure that this has been asked multiple times already. I am currently on latest version of pfsense on haswell i3 chip. Is there anyway to expose the temperature monitors over snmp so that I can graph with cacti?
-
http://blog.logicmonitor.com/2013/06/18/extend-net-snmp-how-to-teach-an-old-snmpd-new-tricks/
You should be able to pull the temperature from the system by running the command:
sysctl -a | grep tempe
I've used the extend to graph OpenVPN users from Linux before and I guessing that can probably be used to graph the temperature of the CPUs from FreeBSD.