1genhash(1) General Commands Manual genhash(1)
2
3
4
6 genhash - md5 hash generation tool for remote web pages
7
9 genhash [options] [-s server-address] [-p port] [-u url]
10
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
19 --use-ssl, -S
20 Use SSL to connect to the server.
21
22 --server <host>, -s
23 Specify the host or 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>, -u
32 Specify the virtual host to send along with the HTTP headers.
33
34 --verbose, -v
35 Be verbose with the output.
36
37 --help, -h
38 Display the program help screen and exit.
39
40 --release, -r
41 Display the release number (version) and exit.
42
43
44
46 keepalived(8), keepalived.conf(5)
47
49 genhash was written by Alexandre Cassen <acassen@linux-vs.org>.
50
51 This man page was contributed by Andres Salomon <dilinger@voxel.net>
52 for the Debian GNU/Linux system (but may be used by others).
53
54
55
56
57 Feb 2004 genhash(1)