Merge pull request #4151 from murrant/ntp-fixes

Fix ntpd rrd_name
This commit is contained in:
Tony Murray
2016-08-21 08:07:07 -05:00
committed by GitHub

View File

@@ -54,5 +54,5 @@ if ($agent_data['app']['ntpd']) {
);
}
$tags = compact('name', 'app_id', 'rdd_name', 'rrd_def');
$tags = compact('name', 'app_id', 'rrd_name', 'rrd_def');
data_update($device, 'app', $tags, $fields);