mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix rrd_name
This commit is contained in:
@@ -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);
|
data_update($device, 'app', $tags, $fields);
|
||||||
|
|||||||
Reference in New Issue
Block a user