ITL: check_icmp: add missing TTL attribute

fixes #4964

Signed-off-by: Michael Friedrich <michael.friedrich@icinga.com>
This commit is contained in:
Georg Haas 2017-01-28 19:54:52 +01:00 committed by Michael Friedrich
parent c8c8c431f6
commit 3c05885638
3 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,7 @@ Evgeni Golov <evgeni@golov.de>
Ferdi Gueran <ferdi.gueran@nextevolution.de>
Gaël Beaudoin <gaboo@gaboo.org>
Georg Faerber <georg@riseup.net>
Georg Haas <hax404foogit@hax404.de>
Gerd von Egidy <gerd@egidy.de>
Gunnar Beutner <gunnar.beutner@icinga.com>
Hannes Van de Vel <h@nnes.be>

View File

@ -628,6 +628,7 @@ icmp_target_interval | **Optional.** The maximum target interval.
icmp_hosts_alive | **Optional.** The number of hosts which have to be alive for the check to succeed.
icmp_data_bytes | **Optional.** Payload size for each ICMP request. Defaults to 8.
icmp_timeout | **Optional.** The plugin timeout in seconds. Defaults to 10 (seconds).
icmp_ttl | **Optional.** The TTL on outgoing packets.
### <a id="plugin-check-command-imap"></a> imap

View File

@ -1778,6 +1778,7 @@ object CheckCommand "icmp" {
"-m" = "$icmp_hosts_alive$"
"-b" = "$icmp_data_bytes$"
"-t" = "$icmp_timeout$"
"-l" = "$icmp_ttl$"
}
vars.icmp_address = "$address$"