GUI CSS: Decoupled most styles for sidebar from the classic theme (CMK-1171)
[check_mk.git] / checkman / fritz.wan_if
blob0278d71507b56ec83e1a2487bfc96733b3838223
1 title: State of WAN network interface of Fritz!Box
2 agents: fritzbox
3 catalog: hw/network/avm
4 license: GPL
5 distribution: check_mk
6 description:
7  This check monitors the operational status, link speed, traffic of a
8  Fritz!Box WAN interface.
10  The check uses data provided by the fritzbox special agent. You need to
11  configure this agent to be used for the Fritz!Box you like to monitor. The
12  special agent uses uPnP to get the needed information from the device.
14  Depending on the check parameters this check can go WARN or CRIT when the
15  port status changes (i.e. is down), when the link speed changes (e.g. a
16  port expected to be set to 1GBit/s operates only at 100MBit/s), when the
17  absolute or procentual traffic of a port exceeds certain levels or if the
18  rate of errors or discards exceeds configurable limits.
20  This check supports averaging the in- and
21  outgoing traffic over a configurable range of time by using an exponentially
22  weighted moving average - just as Linux does for the CPU load averages.
23  The averaging can be configured on a per host and per port base. This is
24  done by adding a key {"average"} to the parameter dictionary with the number
25  of minutes that the average should cover as its key. Port with averaging
26  turned on output two additional performance values: the averaged traffic
27  in bytes. If you have configured traffic levels, then those levels are
28  applied to the averaged values.
30 item:
31  There are three allowed ways to specify a port: {1}: the last component of
32  the SNMP OID number (as string), the {ifDescr} of the port or the {ifAlias} of
33  the port. If you are using the alias, you have to make sure that it is unique
34  by configuring useful aliases in the switch. Check_MK does not check for uniqueness.
36 inventory:
37  The inventory creates one service per WAN interface, usually one per system.