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:
@@ -29,7 +29,7 @@ if ($ipmi['host'] = get_dev_attrib($device, 'ipmi_hostname')) {
|
||||
|
||||
echo $sensor." $unit\n";
|
||||
|
||||
$rrd_name = get_sensor_rrd($device, $ipmisensors);
|
||||
$rrd_name = get_sensor_rrd_name($device, $ipmisensors);
|
||||
$rrd_def = 'DS:sensor:GAUGE:600:-20000:20000';
|
||||
|
||||
$fields = array(
|
||||
|
Reference in New Issue
Block a user