mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
dpinger: bring in remainder from gateways model conversion
This commit is contained in:
parent
ea6272e3a8
commit
d560e84934
@ -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' => '~',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user