aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/ntpd.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/ntpd.php')
-rw-r--r--plugin/ntpd.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/ntpd.php b/plugin/ntpd.php
index ebd1fa6..1260c57 100644
--- a/plugin/ntpd.php
+++ b/plugin/ntpd.php
@@ -13,7 +13,7 @@ require_once 'inc/collectd.inc.php';
13# ntpd/time_dispersion-<host>.rrd 13# ntpd/time_dispersion-<host>.rrd
14# ntpd/time_offset-<host>.rrd 14# ntpd/time_offset-<host>.rrd
15 15
16$obj = new Type_Default($CONFIG); 16$obj = new Type_Default($CONFIG, $_GET);
17$obj->ds_names = array('ping' => 'Ping time', 17$obj->ds_names = array('ping' => 'Ping time',
18 'ping_stddev' => 'Ping stddev', 18 'ping_stddev' => 'Ping stddev',
19 'ping_droprate' => 'Ping droprate'); 19 'ping_droprate' => 'Ping droprate');