This is an old revision of the document!
dsstats
- type:
- plugin
- plugin:
- dsstats
- description:
- Cacti Data Source Statistics Plugin
- version:
- 1.2
- pia:
- 2.5
- homepage:
- http://docs.cacti.net/plugin:dsstats
- date:
- 04-15-2010
- license:
- GPL v2
- plugins:
- stats
Download
Latest: dsstats-1.2-1.tgz Archive: dsstats-1.1-1.tar.gz
Purpose
This plugin is designed to allow Cacti plugin developers the architecture to graph a larger variety of data, as well as to support a whole new class of graph types.
From the data provided by this plugin, the following graph concepts can be implented:
- Show top ten hosts by cpu utilization
- Show the average load average for a rack of hardware
- Show the most utilized set of remote access links in a city or state
- Show the total network traffic in a data center
- Show the average cpu temperature in a rack of equipment
- Create a set of rules that define a poorly performing host and display that in a dashboard
It enables all these possibilities and more. I will leave it to the plugin developer to figure out how. This plugin provides simply the framework to extend Cacti and not the GUI that makes managers happy.
Features
- Simply, Tracks Average and Peak values for all Data Sources for the following time periods: Hourly, Daily, Weekly, Monthly, Yearly
- It currently maintains the current average and peak values, you still need to goto the RRDFile, or the graph, if you wish to see anything other than last peak and average from an RRDfile.
Prerequisites
Before you install DSStats, you need to have met the following pre-requisites:
- Cacti 0.8.7e and above.
- Cacti Plugin Architecture v2.5
- MySQL 5.0 or above. Versions of MySQL less than 5.0 are not supported.
- Have quite a bit of system memory available to hold your memory resident database.
- If running Boost, you must be at the yet to be released Boost 2.5 or above.
Installation
Install is similar to other plugins with the following notes:
- untar files into the Plugins directory like any other Cacti plugin.
- Go to Plugin Management and Install the Plugin
- Go to Settings and Make sure you are famiar with how it works.
- Go back to Plugin Management and Enable the Plugin.
- Write your extensions to Cacti to utilize this data.
Additional Help?
If you need additional help, please go to http://forums.cacti.net
Possible Bugs?
If find a problem, or figure out how to do this better, let us know!!!
Special Thanks
The Cacti Community that drives us to achieve more every day.
Future Changes
Got any ideas or complaints, please see the forums
Changelog
— SVN —
— 1.1 —
Feature: Enhanced to allow all previous last values to be stored for use by other plugins.
— 1.0 —
Initial release
Known Issues
None reported