37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
$newline never
|
|
|
|
$# SPDX-FileCopyrightText: 2024 Steffen Jost <s.jost@fraport.de>
|
|
$#
|
|
$# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
<section>
|
|
<h2>
|
|
_{MsgMenuInterfaces}
|
|
<div>
|
|
<p>
|
|
An interface is flagged as failed, if no success had been reported within the last #{defWarnTime}
|
|
|
|
The following table allows to change the time span between the last success and before an error is raised.
|
|
A time value having _{MsgInterfaceSubtype} and/or _{MsgInterfaceWrite} left unspecified affects all matching interfeaces,
|
|
unless another more specified matching row exists for a particular interface.
|
|
|
|
The time span is configure by a number of hours.
|
|
A negative hour value disables the raising of an error by time entirely; in this case, an error is only raised if the last interface transaction reported failure.
|
|
<p>
|
|
^{configTable}
|
|
|
|
<section>
|
|
<h2>
|
|
_{MsgMenuInterfaces}
|
|
<div>
|
|
<p>
|
|
Current interface health is shown here for reference
|
|
<p>
|
|
$if interfacesBadNr > 0
|
|
_{MsgInterfacesFail interfacesBadNr}
|
|
$else
|
|
_{MsgInterfacesOk}
|
|
^{interfaceTable}
|
|
|
|
|