~ubuntu-branches/debian/experimental/smokeping/experimental

« back to all changes in this revision

Viewing changes to doc/Smokeping/probes/Smokeping::probes::SSH.3

  • Committer: Bazaar Package Importer
  • Author(s): Niko Tyni
  • Date: 2008-08-29 18:29:34 UTC
  • mfrom: (2.1.14 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080829182934-ad5b9csusoqn1155
Tags: 2.3.6-3
* Unset LC_ALL in the init script because the daemon needs to 
  reset LC_NUMERIC. (Closes: #489766)
* Fix a bashism in the postinst script. Thanks, lintian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.14
 
1
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.32
2
2
.\"
3
3
.\" Standard preamble:
4
4
.\" ========================================================================
25
25
..
26
26
.\" Set up some character translations and predefined strings.  \*(-- will
27
27
.\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
28
 
.\" double quote, and \*(R" will give a right double quote.  | will give a
29
 
.\" real vertical bar.  \*(C+ will give a nicer C++.  Capital omega is used to
30
 
.\" do unbreakable dashes and therefore won't be available.  \*(C` and \*(C'
31
 
.\" expand to `' in nroff, nothing in troff, for use with C<>.
32
 
.tr \(*W-|\(bv\*(Tr
 
28
.\" double quote, and \*(R" will give a right double quote.  \*(C+ will
 
29
.\" give a nicer C++.  Capital omega is used to do unbreakable dashes and
 
30
.\" therefore won't be available.  \*(C` and \*(C' expand to `' in nroff,
 
31
.\" nothing in troff, for use with C<>.
 
32
.tr \(*W-
33
33
.ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
34
34
.ie n \{\
35
35
.    ds -- \(*W-
129
129
.\" ========================================================================
130
130
.\"
131
131
.IX Title "doc::Smokeping::probes::SSH 3"
132
 
.TH doc::Smokeping::probes::SSH 3 "2006-07-14" "2.0.9" "SmokePing"
 
132
.TH doc::Smokeping::probes::SSH 3 "2008-04-26" "2.3.6" "SmokePing"
133
133
.SH "NAME"
134
134
Smokeping::probes::SSH \- Secure Shell Probe for SmokePing
135
135
.SH "SYNOPSIS"
143
143
.Ve
144
144
.PP
145
145
.Vb 5
146
 
\& binary = /usr/bin/ssh-keyscan # mandatory
 
146
\& binary = /usr/bin/ssh\-keyscan # mandatory
147
147
\& forks = 5
148
148
\& offset = 50%
149
149
\& step = 300
150
150
\& timeout = 15
151
151
.Ve
152
152
.PP
153
 
.Vb 3
 
153
.Vb 4
154
154
\& # The following variables can be overridden in each target section
155
155
\& keytype = dsa
156
156
\& pings = 5
 
157
\& port = 5000
157
158
.Ve
158
159
.PP
159
160
.Vb 1
172
173
\& # [...]
173
174
.Ve
174
175
.PP
175
 
.Vb 5
 
176
.Vb 6
176
177
\& + mytarget
177
178
\& # probe = SSH # if the default probe is something else
178
179
\& host = my.host
179
180
\& keytype = dsa
180
181
\& pings = 5
 
182
\& port = 5000
181
183
.Ve
182
184
.SH "DESCRIPTION"
183
185
.IX Header "DESCRIPTION"
242
244
Supported target-specific variables:
243
245
.IP "keytype" 4
244
246
.IX Item "keytype"
245
 
Type of key, used in ssh-keyscan \-t <keytype>
 
247
Type of key, used in ssh-keyscan \-t \fIkeytype\fR
246
248
.Sp
247
249
Example value: dsa
248
250
.Sp
256
258
files or somehow convert them.
257
259
.Sp
258
260
Example value: 5
 
261
.IP "port" 4
 
262
.IX Item "port"
 
263
Port to use when testing the ssh connection \-p \fIport\fR
 
264
.Sp
 
265
Example value: 5000
 
266
.Sp
 
267
Default value: 22
259
268
.SH "AUTHORS"
260
269
.IX Header "AUTHORS"
261
270
Christian Recktenwald <smokeping\-contact@citecs.de>