aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/type/GenericStacked.class.php (follow)
Commit message (Collapse)AuthorAgeFilesLines
* type: escape colons in filenames used in rrd commandlinePim van den Berg2011-08-271-3/+3
| | | | | | | A colon ':' in a legend argument will mark the end of the legend: http://oss.oetiker.ch/rrdtool/doc/rrdgraph_graph.en.html#INOTES_on_legend_arguments Reported-by: Benjamin Dupuis <poil@quake.fr>
* add the possibility to generate and use default colors for graphsManuel CISSÉ2010-03-011-2/+6
|
* utf8 filename support for all typesPim van den Berg2010-03-011-11/+11
| | | | | Types GenenericIO and GenericStacked were not included in commit: 596dd7d414 [make rrdfiles using utf8 and spaces work]
* rewrite of type classesPim van den Berg2009-12-311-37/+22
| | | | | | | | | | | | | | | | | A constructor is added to the Type_Default class. The constructor will parse GET values (such as host, plugin, pinstance, type, tinstance, seconds), create an array of all needed rrd files to generate a graph and substract identifiers from these rrd files. Because of the constructor (and related functions) it is not needed to define an array of tinstances to be grouped and shown in one graph. Also $obj->args don't have to be defined per plugin. This will result in smaller plugin files. The type classes are based on the fact that a plugin has multiple type instances OR multiple rrd data sources. This is called the source and is retrieved by rrd_get_sources in each rrd_gen_graph function. Also variables in function rrd_gen_graph have been renamed to better ones.
* replace duplicate code by function rrd_optionsPim van den Berg2009-12-281-7/+1
|
* cpu graph for hosts running a 2.4 kernelPim van den Berg2009-10-031-1/+4
| | | | | There was no cpu graph shown with hosts running a 2.4 kernel, because all defined cpu states were needed.
* initial import of cgpPim van den Berg2009-09-201-0/+65
Collectd Graph Panel is a frontend for Collectd written in PHP. The goal of CGP is to provide an easy-to-use frontend for Collectd, starting with page that shows an overview of all the hosts you are managing with Collectd. In this initial import there is support for the plugins that are default enabled in Collectd. The supported plugins are located in the plugin directory.