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