mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Make docker app work with rrdcached (#12746)
* docker app rrdcached * offset fix and formatting fix * more fixes * Update Rrd.php * Update Rrd.php Co-authored-by: Jellyfrog <Jellyfrog@users.noreply.github.com>
This commit is contained in:
@@ -15,7 +15,7 @@ $smalldescrlen = 25;
|
||||
if (isset($vars['container'])) {
|
||||
$containers = [$vars['container']];
|
||||
} else {
|
||||
$containers = get_arrays_with_application($device, $app['app_id'], 'docker');
|
||||
$containers = Rrd::getRrdApplicationArrays($device, $app['app_id'], 'docker');
|
||||
}
|
||||
|
||||
$int = 0;
|
||||
|
Reference in New Issue
Block a user