NAME
monm_icmp - ICMP (Ping) checker for App::MonM
VERSION
Version 1.01
SYNOPSIS
monm_icmp [-p tcp|udp|icmp|stream|syn|external] [-P PORTNUMBER]
[-t SECS] [-b BYTES] HOST
OPTIONS
- -h, --help
-
Show short help information and quit
- -H, --longhelp
-
Show long help information and quit
- -b BYTES, --bytes=BYTES
-
Specifies how many data bytes are included in the ping packet sent to the remote host
- -p PROTOCOL, --proto=PROTOCOL
-
Specifies the protocol to use when doing a ping. The current choices are "tcp", "udp", "icmp", "icmpv6", "stream", "syn", or "external"
Default: tcp
- -P PORTNUMBER, --port=PORTNUMBER
-
The port option is only valid for a udp, tcp or stream ping, and will not do what you think it does. Ping returns true when we get a "Connection refused"!
Default: echo port
- -t SECT, --timeout=SECS
-
Timeout value, secs
Default: 5
DESCRIPTION
ICMP (Ping) checker for App::MonM (TCP/UDP/ICMP)
DEPENDENCES
AUTHOR
Serż Minus (Sergey Lepenkov) https://www.serzik.com <abalama@cpan.org>
COPYRIGHT
Copyright (C) 1998-2022 D&D Corporation. All Rights Reserved
LICENSE
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.