aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-11-15temporary disable swap_ioPim van den Berg1-1/+6
2009-11-04add unixsock flush supportPim van den Berg12-0/+30
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-11-04remove path_format from pluginsPim van den Berg12-12/+0
The relative path to an rrd file can be generated based on host, plugin, plugin instance, type and type instance. In this case path_format is not needed anymore. This commit includes code based on the collectd_identifier function from php-collection by Bruno Prémont.
2009-09-28change webdir/weburl and include/require usagePim van den Berg12-30/+30
- Don't depend on includes from files that are included. - Don't use webdir with includes/requires (also because webdir couldn't be available in some cases). - Use common.inc.php instead of config.php in all plugins to have all configuration settings available.