aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-02-07include local configuration file oncePim van den Berg1-1/+1
When config.php was copied to config.inc.php it would result in a infinite include loop.
2010-06-26default graph time range is now configurable (not only for uptime)Pim van den Berg1-1/+2
2010-06-22Default time range on the summary page is now configurableManuel CISSÉ1-0/+3
2010-05-13Allow to define alternate options for rrdtool in config fileEdmondo Tommasina1-0/+3
Since I'm using a non standard installation of rrdtool, I always have to define the --font options when colling the rrdtool binary. I tried to implement this change in a general way to define locally rrdtool options in the config.local.php. Signed-off-by: Edmondo Tommasina <edmondo@eriadon.com>
2010-03-06configuration option to show load averages on overview pagePim van den Berg1-0/+3
2010-01-12make browser cache time for images configurablePim van den Berg1-0/+3
2010-01-12make rrdtool executable configurablePim van den Berg1-0/+3
2010-01-01show all type instances in one graphPim van den Berg1-10/+3
Planned for collectd version 5.0 is to move the type instance of plugins df and interface to the plugin instance (see source). From version 5.0 the default is to group data from a type instance OR data source in one graph. In case of version 4 there are only 2 plugins to exclude from this: df and interface. Source: http://collectd.org/wiki/index.php/Plans_for_5.0
2009-11-04add descriptions to configuration settingsPim van den Berg1-6/+13
2009-11-04add unixsock flush supportPim van den Berg1-0/+5
Via the UnixSock plugin of Collectd it is possible to send commands to the Collectd daemon. One of the commands is the FLUSH command, which you can use to let the daemon write cached data to the rrd files. CGP uses the FLUSH command before generating a graph and before showing the load information on the main page. In this case the information shown via CGP is always up-to-date. Also when you have configured the RRDTool plugin of Collectd with a CacheTimeout setting. This commit includes code based on functions collectd_identifier and collectd_flush from php-collection by Bruno Prémont.
2009-09-29make width and heigth of graphs configurablePim van den Berg1-0/+7
These configuration options have been added: - width - heigth - detail-width - detail-heigth
2009-09-23include local config if it existsPim van den Berg1-1/+2
CPG is designed to run out-of-the box. The local config is optional.