mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix poller perf graph time (#15500)
This commit is contained in:
@@ -337,7 +337,7 @@ EOH, $this->device->hostname, $group ? " ($group)" : '', $this->device->device_i
|
||||
'rrd_def' => RrdDefinition::make()->addDataset('poller', 'GAUGE', 0),
|
||||
'module' => 'ALL',
|
||||
], [
|
||||
'poller' => $this->device->last_ping_timetaken,
|
||||
'poller' => $this->device->last_polled_timetaken,
|
||||
]);
|
||||
|
||||
$this->os->enableGraph('poller_perf');
|
||||
|
Reference in New Issue
Block a user