1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-26 02:48:28 +00:00

Documentation: incoherent "host" parameter name (Issue #88)

This commit is contained in:
DUVERGIER Claude 2012-04-24 02:32:14 +02:00
parent fd5dcb2fad
commit 189c81eee5

View file

@ -25,7 +25,8 @@
# ping_args - Arguments to ping (default "-c 2 -w 1") # ping_args - Arguments to ping (default "-c 2 -w 1")
# ping_args2 - Arguments after the host name (required for Solaris) # ping_args2 - Arguments after the host name (required for Solaris)
# ping - Ping program to use # 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: # Arguments for Solaris:
# ping_args -s # ping_args -s
@ -41,7 +42,7 @@
# Configuration example # Configuration example
# [multiping] # [multiping]
# env.hosts www.google.com,www.yahoo.com # env.hosts www.google.com,www.yahoo.com
# env.names Google, Yahoo # env.names Google,Yahoo
# env.ping_args -A -c 5 -w 2 # env.ping_args -A -c 5 -w 2
# #
#%# family=auto #%# family=auto