mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix sensors rrd name issue
Use last instead of first, as last won't flush rrdcached Only stream_select if timeout > 0 Attempt to fix mysql
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
|
||||
require 'includes/graphs/common.inc.php';
|
||||
|
||||
require 'includes/graphs/common.inc.php';
|
||||
|
||||
$rrd_filename = rrd_name($device['hostname'], array('app', 'mysql', $app['app_id']));
|
||||
|
||||
$array = array(
|
||||
|
Reference in New Issue
Block a user