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