mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 02:18:08 +00:00
Merge pull request #96 from C-Duv/master
This aims to fix to incoherence in multiping documentation about hosts parameter
This commit is contained in:
commit
2e36033f20
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