Skip to content
Merged

Fix typo #10501

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 doc/10-icinga-template-library.md
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ The [check_fping](https://www.monitoring-plugins.org/doc/man/check_fping.html) p
uses the `fping` command to ping the specified host for a fast check. Note that it is
necessary to set the `suid` flag on `fping`.

This CheckCommand is agnostic on whether it receives a resolvable name, IPv6 address oder legacy IP address.
This CheckCommand is agnostic on whether it receives a resolvable name, IPv6 address or legacy IP address.

Custom variables passed as [command parameters](03-monitoring-basics.md#command-passing-parameters):

Expand Down
Loading