dpinger: bring in remainder from gateways model conversion

This commit is contained in:
Stephan de Wit 2023-10-27 10:09:44 +02:00
parent ea6272e3a8
commit d560e84934

View File

@ -320,7 +320,7 @@ function dpinger_status()
$status[$gwname] = $report = [
'status' => !empty($gwitem['force_down']) ? 'force_down' : $gwstatus,
/* grab the runtime monitor from the instance if available */
'monitor' => $gwitem['monitor'] ?? '~',
'monitor' => !empty($gwitem['monitor']) ? $gwitem['monitor'] : '~',
'name' => $gwname,
'stddev' => '~',
'delay' => '~',