diff options
author | Pim van den Berg | 2009-11-04 21:05:37 +0100 |
---|---|---|
committer | Pim van den Berg | 2009-11-04 21:05:37 +0100 |
commit | aa454ff4b3d4d5be9d5cc9dff4b4246c6e655f3e (patch) | |
tree | 82b5e617ead0c3b50bbb0fb296f280be0b90a61e /plugin/sensors.php | |
parent | make dynamic title more detailed (diff) | |
download | apt-panopticon_cgp-aa454ff4b3d4d5be9d5cc9dff4b4246c6e655f3e.zip apt-panopticon_cgp-aa454ff4b3d4d5be9d5cc9dff4b4246c6e655f3e.tar.gz apt-panopticon_cgp-aa454ff4b3d4d5be9d5cc9dff4b4246c6e655f3e.tar.bz2 apt-panopticon_cgp-aa454ff4b3d4d5be9d5cc9dff4b4246c6e655f3e.tar.xz |
remove path_format from plugins
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.
Diffstat (limited to 'plugin/sensors.php')
-rw-r--r-- | plugin/sensors.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/sensors.php b/plugin/sensors.php index c7f038b..b1b15cf 100644 --- a/plugin/sensors.php +++ b/plugin/sensors.php | |||
@@ -17,7 +17,6 @@ $tinstance = collectd_plugindetail($host, $plugin, 'ti', array('t' => $type)); | |||
17 | 17 | ||
18 | $obj = new Type_Default; | 18 | $obj = new Type_Default; |
19 | $obj->datadir = $CONFIG['datadir']; | 19 | $obj->datadir = $CONFIG['datadir']; |
20 | $obj->path_format = '{host}/{plugin}-{pinstance}/{type}-{tinstance}.rrd'; | ||
21 | $obj->args = array( | 20 | $obj->args = array( |
22 | 'host' => $host, | 21 | 'host' => $host, |
23 | 'plugin' => $plugin, | 22 | 'plugin' => $plugin, |