Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-11-04 | remove path_format from plugins | Pim van den Berg | 1 | -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-28 | change webdir/weburl and include/require usage | Pim van den Berg | 1 | -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. |