Updated readme file
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Wed, 19 Oct 2011 23:38:46 +0000 (21:38 -0200)
committerGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Wed, 19 Oct 2011 23:38:46 +0000 (21:38 -0200)
Readme

diff --git a/Readme b/Readme
index 607319f..2d1cc61 100644 (file)
--- a/Readme
+++ b/Readme
@@ -60,7 +60,6 @@ This configurations are shared among and affect all the hosts.
   lookup server which the application will query first. If left blank or omited,
   it will use the /etc/resolv.conf.
   You can use the nslookup <host> to figure out the nameserver.
-- ping-protocol: select one of the available ping protocols (ICMP or TCP).
 - hosts-down-limit: an absolute number, which ranges from 0 to the number of
   hosts available. This value represents the minimum number of hosts that have
   to fail (i.e. do not reply to the ping) in order to alert any external system.
@@ -84,6 +83,8 @@ This configurations are shared among and affect all the hosts.
 - port: when using a port based protocol, like TCP, this field specifies in
   which port to ping the host.
 - interval: the host will be pinged every "interval" seconds.
+- ping-protocol: indicates which protocol to use to ping the destination host,
+  the currently supported protocols are TCP and ICMP.