From 42c9d87245513799978133b8303851a852c1f328 Mon Sep 17 00:00:00 2001 From: Guilherme Maciel Ferreira Date: Wed, 19 Oct 2011 21:38:46 -0200 Subject: [PATCH] Updated readme file --- Readme | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Readme b/Readme index 607319f..2d1cc61 100644 --- 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 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. -- 1.7.1