mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 07:04:37 +02:00
ITL: check_icmp: add missing TTL attribute
fixes #4964 Signed-off-by: Michael Friedrich <michael.friedrich@icinga.com>
This commit is contained in:
parent
c8c8c431f6
commit
3c05885638
1
AUTHORS
1
AUTHORS
@ -41,6 +41,7 @@ Evgeni Golov <evgeni@golov.de>
|
|||||||
Ferdi Gueran <ferdi.gueran@nextevolution.de>
|
Ferdi Gueran <ferdi.gueran@nextevolution.de>
|
||||||
Gaël Beaudoin <gaboo@gaboo.org>
|
Gaël Beaudoin <gaboo@gaboo.org>
|
||||||
Georg Faerber <georg@riseup.net>
|
Georg Faerber <georg@riseup.net>
|
||||||
|
Georg Haas <hax404foogit@hax404.de>
|
||||||
Gerd von Egidy <gerd@egidy.de>
|
Gerd von Egidy <gerd@egidy.de>
|
||||||
Gunnar Beutner <gunnar.beutner@icinga.com>
|
Gunnar Beutner <gunnar.beutner@icinga.com>
|
||||||
Hannes Van de Vel <h@nnes.be>
|
Hannes Van de Vel <h@nnes.be>
|
||||||
|
@ -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_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_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_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
|
### <a id="plugin-check-command-imap"></a> imap
|
||||||
|
@ -1778,6 +1778,7 @@ object CheckCommand "icmp" {
|
|||||||
"-m" = "$icmp_hosts_alive$"
|
"-m" = "$icmp_hosts_alive$"
|
||||||
"-b" = "$icmp_data_bytes$"
|
"-b" = "$icmp_data_bytes$"
|
||||||
"-t" = "$icmp_timeout$"
|
"-t" = "$icmp_timeout$"
|
||||||
|
"-l" = "$icmp_ttl$"
|
||||||
}
|
}
|
||||||
|
|
||||||
vars.icmp_address = "$address$"
|
vars.icmp_address = "$address$"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user