39 lines
1.3 KiB
Plaintext
39 lines
1.3 KiB
Plaintext
$newline never
|
|
|
|
$# SPDX-FileCopyrightText: 2024 Steffen Jost <s.jost@fraport.de>
|
|
$#
|
|
$# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
<section>
|
|
<h2>
|
|
_{MsgConfigInterfacesHeading}
|
|
<div>
|
|
<p>
|
|
An interface is flagged as failed, if an error is reported or if no new success had been reported within
|
|
its maximum usage period, usually #{defWarnTime} #
|
|
<p>
|
|
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. #
|
|
<p>
|
|
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. #
|
|
A negative value of less than -100 disables all warnings for this interface.
|
|
<p>
|
|
^{configTable}
|
|
|
|
<section>
|
|
<h2>
|
|
_{MsgMenuInterfaces}
|
|
<div>
|
|
<p>
|
|
Current interface health is shown here for reference
|
|
<p>
|
|
$if interfacesBadNr > 0
|
|
_{MsgInterfacesFail interfacesBadNr}
|
|
$else
|
|
_{MsgInterfacesOk}
|
|
^{interfaceTable}
|
|
|
|
|