~ubuntu-branches/ubuntu/trusty/keepalived/trusty

« back to all changes in this revision

Viewing changes to doc/man/man1/genhash.1

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Wirt
  • Date: 2005-04-29 23:22:40 UTC
  • mfrom: (1.1.1 upstream) (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050429232240-a8m3jtpi3cvuyyy2
Tags: 1.1.11-3
Added a warning about sarge kernels to README.Debian and 
the package description 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\"
 
2
.\" genhash(1)
 
3
.\"
 
4
.\" Copyright (C) 2004 Andres Salomon
 
5
.TH genhash 1 "Feb 2004"
 
6
.SH NAME
 
7
genhash \- md5 hash generation tool for remote web pages
 
8
.SH SYNOPSIS
 
9
.B "genhash [options] [-s server-address] [-p port] [-u url]"
 
10
.SH DESCRIPTION
 
11
.B genhash
 
12
is a tool used for generating md5sum hashes of remote web pages.
 
13
.B genhash
 
14
can use HTTP or HTTPS to connect to the web page.  The output by this
 
15
utility includes the HTTP header, page data, and the md5sum of the data.
 
16
This md5sum can then be used within the
 
17
.B keepalived(8)
 
18
program, for monitoring HTTP and HTTPS services.
 
19
.SH OPTIONS
 
20
.TP
 
21
.B --use-ssl, -S
 
22
Use SSL to connect to the server.
 
23
.TP
 
24
.B --server <host>, -s
 
25
Specify the host or ip address to connect to.
 
26
.TP
 
27
.B --port <port>, -p
 
28
Specify the port to connect to.
 
29
.TP
 
30
.B --url <url>, -u
 
31
Specify the path to the file you want to generate the hash of.
 
32
.TP
 
33
.B --use-virtualhost <host>, -u
 
34
Specify the virtual host to send along with the HTTP headers.
 
35
.TP
 
36
.B --verbose, -v
 
37
Be verbose with the output.
 
38
.TP
 
39
.B --help, -h
 
40
Display the program help screen and exit.
 
41
.TP
 
42
.B --release, -r
 
43
Display the release number (version) and exit.
 
44
.TP
 
45
.BR
 
46
.SH SEE ALSO
 
47
.BR keepalived (8),
 
48
.BR keepalived.conf (5)
 
49
.SH AUTHOR
 
50
.br
 
51
.B genhash
 
52
was written by Alexandre Cassen <acassen@linux-vs.org>.
 
53
 
 
54
This man page was contributed by Andres Salomon <dilinger@voxel.net>
 
55
for the Debian GNU/Linux system (but may be used by others).
 
56