~ubuntu-branches/debian/squeeze/smokeping/squeeze

« back to all changes in this revision

Viewing changes to doc/Smokeping/probes/AnotherSSH.html

  • 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
<?xml version="1.0" ?>
1
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
3
<html xmlns="http://www.w3.org/1999/xhtml">
3
4
<head>
4
5
<title>Smokeping/probes/AnotherSSH</title>
5
 
<link rev="made" href="mailto:dws@ee.ethz.ch" />
 
6
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
 
7
<link rev="made" href="mailto:root@localhost" />
6
8
</head>
7
9
 
8
10
<body style="background-color: white">
76
78
<h1><a name="variables">VARIABLES</a></h1>
77
79
<p>Supported probe-specific variables:</p>
78
80
<dl>
79
 
<dt><strong><a name="item_forks">forks</a></strong><br />
 
81
<dt><strong><a name="item_forks">forks</a></strong>
80
82
 
81
 
</dt><dd>
82
 
Run this many concurrent processes at maximum
 
83
<dd>
 
84
<p>Run this many concurrent processes at maximum</p>
83
85
 
84
86
</dd><dd>
85
87
<p>Example value: 5</p>
87
89
</dd><dd>
88
90
<p>Default value: 5</p>
89
91
 
90
 
<p></p>
91
 
</dd><dt><strong><a name="item_offset">offset</a></strong><br />
 
92
</li>
 
93
</dd><dt><strong><a name="item_offset">offset</a></strong>
92
94
 
93
 
</dt><dd>
94
 
If you run many probes concurrently you may want to prevent them from
 
95
<dd>
 
96
<p>If you run many probes concurrently you may want to prevent them from
95
97
hitting your network all at the same time. Using the probe-specific
96
98
offset parameter you can change the point in time when each probe will
97
99
be run. Offset is specified in % of total interval, or alternatively as
99
101
is specified here. Note that this does NOT influence the rrds itself,
100
102
it is just a matter of when data acqusition is initiated.
101
103
(This variable is only applicable if the variable 'concurrentprobes' is set
102
 
in the 'General' section.)
 
104
in the 'General' section.)</p>
103
105
 
104
106
</dd><dd>
105
107
<p>Example value: 50%</p>
106
108
 
107
 
<p></p>
108
 
</dd><dt><strong><a name="item_step">step</a></strong><br />
 
109
</li>
 
110
</dd><dt><strong><a name="item_step">step</a></strong>
109
111
 
110
 
</dt><dd>
111
 
Duration of the base interval that this probe should use, if different
 
112
<dd>
 
113
<p>Duration of the base interval that this probe should use, if different
112
114
from the one specified in the 'Database' section. Note that the step in
113
115
the RRD files is fixed when they are originally generated, and if you
114
116
change the step parameter afterwards, you'll have to delete the old RRD
115
117
files or somehow convert them. (This variable is only applicable if
116
 
the variable 'concurrentprobes' is set in the 'General' section.)
 
118
the variable 'concurrentprobes' is set in the 'General' section.)</p>
117
119
 
118
120
</dd><dd>
119
121
<p>Example value: 300</p>
120
122
 
121
 
<p></p></dd></dl>
 
123
</li>
 
124
</dd></dl>
122
125
<p>Supported target-specific variables:</p>
123
126
<dl>
124
 
<dt><strong><a name="item_greeting">greeting</a></strong><br />
 
127
<dt><strong><a name="item_greeting">greeting</a></strong>
125
128
 
126
 
</dt><dd>
127
 
Greeting string to send to the SSH Server. This will appear in the Logfile. 
128
 
Use this to make clear, who you are and what you are doing to avoid confusion.
 
129
<dd>
 
130
<p>Greeting string to send to the SSH Server. This will appear in the Logfile. 
 
131
Use this to make clear, who you are and what you are doing to avoid confusion.</p>
129
132
 
130
133
</dd><dd>
131
134
<p>Also, don't use something that is a valid version string. This probe assumes
134
137
</dd><dd>
135
138
<p>Default value: SSH-Latency-Measurement-Sorry-for-this-logmessage</p>
136
139
 
137
 
<p></p>
138
 
</dd><dt><strong><a name="item_interval">interval</a></strong><br />
 
140
</li>
 
141
</dd><dt><strong><a name="item_interval">interval</a></strong>
139
142
 
140
 
</dt><dd>
141
 
The interval to be measured. One of:
 
143
<dd>
 
144
<p>The interval to be measured. One of:</p>
142
145
 
143
146
<dl>
144
 
<dt><strong><a name="item_connect">connect</a></strong><br />
145
 
 
146
 
</dt><dd>
147
 
Interval between <a href="#item_connect"><code>connect()</code></a> and the greeting string from the host.
148
 
 
149
 
<p></p>
150
 
</dd><dt><strong><a name="item_established">established</a></strong><br />
151
 
 
152
 
</dt><dd>
153
 
Interval between our greeting message and the end of the connection 
154
 
because of Protocol mismatch. This is the default.
155
 
 
156
 
<p></p>
157
 
</dd><dt><strong><a name="item_complete">complete</a></strong><br />
158
 
 
159
 
</dt><dd>
160
 
From <a href="#item_connect"><code>connect()</code></a> to the end of the connection.
161
 
 
162
 
<p></p></dd></dl>
 
147
<dt><strong><a name="item_connect">connect</a></strong>
 
148
 
 
149
<dd>
 
150
<p>Interval between <a href="#item_connect"><code>connect()</code></a> and the greeting string from the host.</p>
 
151
 
 
152
</li>
 
153
</dd><dt><strong><a name="item_established">established</a></strong>
 
154
 
 
155
<dd>
 
156
<p>Interval between our greeting message and the end of the connection 
 
157
because of Protocol mismatch. This is the default.</p>
 
158
 
 
159
</li>
 
160
</dd><dt><strong><a name="item_complete">complete</a></strong>
 
161
 
 
162
<dd>
 
163
<p>From <a href="#item_connect"><code>connect()</code></a> to the end of the connection.</p>
 
164
 
 
165
</li>
 
166
</dd></dl>
163
167
<p>Default value: established</p>
164
 
</dd><dt><strong><a name="item_mininterval">mininterval</a></strong><br />
 
168
</dd><dt><strong><a name="item_mininterval">mininterval</a></strong>
165
169
 
166
 
</dt><dd>
167
 
Minimum interval between the start of two connection attempts in (possibly fractional) seconds.
 
170
<dd>
 
171
<p>Minimum interval between the start of two connection attempts in (possibly fractional) seconds.</p>
168
172
 
169
173
</dd><dd>
170
174
<p>Default value: 0.5</p>
171
175
 
172
 
<p></p>
173
 
</dd><dt><strong><a name="item_pings">pings</a></strong><br />
 
176
</li>
 
177
</dd><dt><strong><a name="item_pings">pings</a></strong>
174
178
 
175
 
</dt><dd>
176
 
How many pings should be sent to each target, if different from the global
 
179
<dd>
 
180
<p>How many pings should be sent to each target, if different from the global
177
181
value specified in the Database section. Note that the number of pings in
178
182
the RRD files is fixed when they are originally generated, and if you
179
183
change this parameter afterwards, you'll have to delete the old RRD
180
 
files or somehow convert them.
 
184
files or somehow convert them.</p>
181
185
 
182
186
</dd><dd>
183
187
<p>Example value: 5</p>
184
188
 
185
 
<p></p>
186
 
</dd><dt><strong><a name="item_port">port</a></strong><br />
 
189
</li>
 
190
</dd><dt><strong><a name="item_port">port</a></strong>
187
191
 
188
 
</dt><dd>
189
 
Connect to this port.
 
192
<dd>
 
193
<p>Connect to this port.</p>
190
194
 
191
195
</dd><dd>
192
196
<p>Default value: 22</p>
193
197
 
194
 
<p></p>
195
 
</dd><dt><strong><a name="item_timeout">timeout</a></strong><br />
 
198
</li>
 
199
</dd><dt><strong><a name="item_timeout">timeout</a></strong>
196
200
 
197
 
</dt><dd>
198
 
Timeout for the connection.
 
201
<dd>
 
202
<p>Timeout for the connection.</p>
199
203
 
200
204
</dd><dd>
201
205
<p>Default value: 5</p>
202
206
 
203
 
<p></p></dd></dl>
 
207
</li>
 
208
</dd></dl>
204
209
<p>
205
210
</p>
206
211
<hr />