mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 10:28:36 +00:00
Documentation: incoherent "host" parameter name (Issue #88)
This commit is contained in:
parent
fd5dcb2fad
commit
189c81eee5
1 changed files with 3 additions and 2 deletions
|
@ -25,7 +25,8 @@
|
|||
# ping_args - Arguments to ping (default "-c 2 -w 1")
|
||||
# ping_args2 - Arguments after the host name (required for Solaris)
|
||||
# ping - Ping program to use
|
||||
# host - Host to ping
|
||||
# hosts - List of comma-separated hosts to ping (IP address of FQDN)
|
||||
# names - Friendly display name of each host given in the "hosts" parameter (comma-separated list)
|
||||
#
|
||||
# Arguments for Solaris:
|
||||
# ping_args -s
|
||||
|
@ -41,7 +42,7 @@
|
|||
# Configuration example
|
||||
# [multiping]
|
||||
# env.hosts www.google.com,www.yahoo.com
|
||||
# env.names Google, Yahoo
|
||||
# env.names Google,Yahoo
|
||||
# env.ping_args -A -c 5 -w 2
|
||||
#
|
||||
#%# family=auto
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue