Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmk/plugins/fritzbox/agent_based/fritz.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def check_fritz_uptime(
check_plugin_fritz_uptime = CheckPlugin(
name="fritz_uptime",
sections=["fritz"],
service_name="Uptime",
service_name="Uptime WAN connection",
discovery_function=discover_fritz_uptime,
check_function=check_fritz_uptime,
check_default_parameters={},
Expand Down
2 changes: 1 addition & 1 deletion cmk/plugins/fritzbox/checkman/fritz_uptime
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ catalog: hw/network/avm
license: GPLv2
distribution: check_mk
description:
This check monitors the uptime of the Fritz!Box.
This check monitors the uptime of the WAN connection.

discovery:
One service is created for each system if the agent has a section {<<<fritz>>>}
Expand Down
Loading