aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/df.php (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-11-04remove path_format from pluginsPim van den Berg1-1/+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 Berg1-2/+2
- 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.