By BSOD2600
--Changelog--
2.0: Re-wrote scripts. Ditched Script Server and now pure SNMP Data Queries. If upgrading, delete *ALL* existing Speedfan Data input methods, Data templates, and Graph templates as they all have changed. Keep any custom graph templates you've created for your systems for Speedfan. Exported with Cacti 0.8.7d.
1.1: Updated ss_* scripts to work with Cacti 0.8.7
1.0: Initial release. Exported w/Cacti 0.8.6j
--Requirements--
- Speedfan 4.3x
- SpeedFan SNMP Extension 0.1.0-10
- SNMPWALK .1.3.6.1.4.1.16 to verify proper configuration of Speedfan and sfsnmp.
1. Copy the scripts to your cacti\resources\snmp_queries\ folder.
2. Import the templates.
3. Add the Speedfan Associated Data Queries to a device.
4. Click on the 'Create Graphs for this Host' screen.
5. Select the various SpeedFan sources you want to graph. Click create.
--Notes--
- The 'Create Graphs for this Host' screen shows sample SNMP data from Speedfan to assist with adding only the correct indexes. Disregard the numbers are not what you see in Speedfan. This is due to the data needing most often needed to be divided by 100 (which the graph templates already handle).
- Speedfan does not implement indexes. Thus, if you change your hardware around, Speedfan will shift device ordering around, possibly changing the order in which sfsnmp & Cacti are monitoring. This can adversely affect monitoring and graphs.
- Speedfan does not expose the descriptions to sfsnmp. Thus, the Data Source & Graph Templates label things by the SNMP Index number. On each graph template, you can manually change the name to something more logical.
- For more meaningful graphs, you should create custom graphs which include all of the related system enviroment types together (fan, voltage, and temperature). Another method is to use the Aggregate plugin to expedite this process.
- These scripts are more efficient than the original ones which come with the Speedfan SNMP extension, since it uses intelligent Data Queries which are pure SNMP.