Fix poller perf graph time (#15500)

This commit is contained in:
Tony Murray
2023-10-24 07:16:23 -05:00
committed by GitHub
parent 98992345fa
commit 811416eec4

View File

@@ -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');