diff options
Diffstat (limited to '')
-rw-r--r-- | plugin/dbi.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/plugin/dbi.php b/plugin/dbi.php deleted file mode 100644 index b9dd268..0000000 --- a/plugin/dbi.php +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | <?php | ||
2 | |||
3 | # Collectd dbi plugin | ||
4 | |||
5 | require_once 'conf/common.inc.php'; | ||
6 | require_once 'type/Default.class.php'; | ||
7 | |||
8 | |||
9 | |||
10 | $obj = new Type_Default($CONFIG, $_GET); | ||
11 | |||
12 | |||
13 | $obj->rrd_title = sprintf('%s', $obj->args['pinstance'], $obj->args['type']); | ||
14 | $obj->rrd_format = '%5.1lf%s'; | ||
15 | |||
16 | $obj->rrd_graph(); | ||