From 189c81eee59775a469cc526f1d38429d51096419 Mon Sep 17 00:00:00 2001 From: DUVERGIER Claude Date: Tue, 24 Apr 2012 02:32:14 +0200 Subject: [PATCH] Documentation: incoherent "host" parameter name (Issue #88) --- plugins/network/multiping | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/network/multiping b/plugins/network/multiping index 658b4794..fa4e5ef1 100755 --- a/plugins/network/multiping +++ b/plugins/network/multiping @@ -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