diff options
Diffstat (limited to '')
| -rw-r--r-- | plugin/ntpd.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/ntpd.php b/plugin/ntpd.php index 1260c57..22f9580 100644 --- a/plugin/ntpd.php +++ b/plugin/ntpd.php | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | require_once 'conf/common.inc.php'; | 5 | require_once 'conf/common.inc.php'; |
| 6 | require_once 'type/Default.class.php'; | 6 | require_once 'type/Default.class.php'; |
| 7 | require_once 'inc/collectd.inc.php'; | ||
| 8 | 7 | ||
| 9 | ## LAYOUT | 8 | ## LAYOUT |
| 10 | # ntpd/ | 9 | # ntpd/ |
| @@ -46,5 +45,4 @@ switch($obj->args['type']) { | |||
| 46 | break; | 45 | break; |
| 47 | } | 46 | } |
| 48 | 47 | ||
| 49 | collectd_flush($obj->identifiers); | ||
| 50 | $obj->rrd_graph(); | 48 | $obj->rrd_graph(); |
