diff options
Diffstat (limited to '')
-rw-r--r-- | plugin/ntpd.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/ntpd.php b/plugin/ntpd.php index 22f9580..ceea1db 100644 --- a/plugin/ntpd.php +++ b/plugin/ntpd.php | |||
@@ -13,7 +13,7 @@ require_once 'type/Default.class.php'; | |||
13 | # ntpd/time_offset-<host>.rrd | 13 | # ntpd/time_offset-<host>.rrd |
14 | 14 | ||
15 | $obj = new Type_Default($CONFIG, $_GET); | 15 | $obj = new Type_Default($CONFIG, $_GET); |
16 | $obj->ds_names = array('ping' => 'Ping time', | 16 | $obj->legend = array('ping' => 'Ping time', |
17 | 'ping_stddev' => 'Ping stddev', | 17 | 'ping_stddev' => 'Ping stddev', |
18 | 'ping_droprate' => 'Ping droprate'); | 18 | 'ping_droprate' => 'Ping droprate'); |
19 | $obj->rrd_format = '%5.1lf%s'; | 19 | $obj->rrd_format = '%5.1lf%s'; |