|
|
| Author |
Message |
jfarese
Joined: 06 Dec 2006 Posts: 22
|
Posted: Fri Nov 14, 2008 9:19 am Post subject: Graph Query Language |
|
|
It would be amazing if there was a way to query on demand the vast information inside of cacti. For instance if you wanted to do some trend analysis or find problems in real time it would be amazing to write a query to look for any traffic graph over X percent utilized. I know there are report plugins available but the ability to query in real time and correlate data would be outstanding. Many of have extended Cacti beyond interface graphs and would love to be able to use Cacti for planning, anomaly detection, trending etc. Unfortunately ferreting this information out of Cacti is very difficult.
Thank you
Jeff |
|
| Back to top |
|
 |
gandalf Developer
Joined: 02 Dec 2004 Posts: 12642 Location: Muenster, Germany
|
Posted: Fri Nov 14, 2008 1:16 pm Post subject: |
|
|
This is mainly due to the architectural decision on rrdtool as a storage for performance data. So you will have to query all those rrd files to get "an overview". THOLD comes close to what you are searching, I suppose
Reinhard |
|
| Back to top |
|
 |
Howie Cacti Guru User
Joined: 16 Sep 2004 Posts: 2252 Location: United Kingdom
|
Posted: Fri Nov 14, 2008 2:48 pm Post subject: |
|
|
You might find the Transporter plugin to be a useful starting point: http://forums.cacti.net/viewtopic.php?t=28428
This can allow you to keep a 'copy' of the last n results for each data source, allowing something else to just hit the database to find those results. |
|
| Back to top |
|
 |
|