1genhash(1)                  General Commands Manual                 genhash(1)
2
3
4

NAME

6       genhash - md5 hash generation tool for remote web pages
7

SYNOPSIS

9       keepalived --genhash [options] [-s server-address] [-p port] [-u url]
10

DESCRIPTION

12       genhash  is  a  tool  used  for  generating md5sum hashes of remote web
13       pages.  genhash can use HTTP or HTTPS to connect to the web page.   The
14       output  by  this  utility  includes the HTTP header, page data, and the
15       md5sum  of  the  data.   This  md5sum  can  then  be  used  within  the
16       keepalived(8) program, for monitoring HTTP and HTTPS services.
17

OPTIONS

19       --use-ssl, -S
20              Use SSL to connect to the server.
21
22       --server <host>, -s
23              Specify the ip address to connect to.
24
25       --port <port>, -p
26              Specify the port to connect to.
27
28       --url <url>, -u
29              Specify the path to the file you want to generate the hash of.
30
31       --use-virtualhost <host>, -V
32              Specify the virtual host to send along with the HTTP headers.
33
34       --protocol <protocol_version>, -P
35              Specify  the  HTTP protocol version to use. protocol_version can
36              be 1.0, 1.1 or 1.0c. 1.0c means protocol version 1.0 but with  a
37              "Connection: close" line; this is included in version 1.1 by de‐
38              fault.
39
40       --timeout <timeout>, -t
41              Specify the connection timeout in seconds.
42
43       --fwmark <mark>, -m
44              Set the specified firewall mark on the socket
45
46       --verbose, -v
47              Be verbose with the output.
48
49       --help, -h
50              Display the program help screen and exit.
51
52
53

SEE ALSO

55       keepalived(8), keepalived.conf(5)
56

AUTHOR

58       genhash was written by Alexandre Cassen <acassen@linux-vs.org>.
59
60       This man page was contributed by  Andres  Salomon  <dilinger@voxel.net>
61       for the Debian GNU/Linux system (but may be used by others).
62
63
64
65
66                                  2021-07-05                        genhash(1)
Impressum