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

« back to all changes in this revision

Viewing changes to doc/Smokeping/probes/FPing6.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/FPing6</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">
42
44
 offset = 50%
43
45
 packetsize = 5000
44
46
 pings = 20
 
47
 sourceaddress = ::1
45
48
 step = 300
46
49
 timeout = 1.5</pre>
47
50
<pre>
69
72
<h1><a name="variables">VARIABLES</a></h1>
70
73
<p>Supported probe-specific variables:</p>
71
74
<dl>
72
 
<dt><strong><a name="item_binary">binary</a></strong><br />
 
75
<dt><strong><a name="item_binary">binary</a></strong>
73
76
 
74
 
</dt><dd>
75
 
The location of your fping binary.
 
77
<dd>
 
78
<p>The location of your fping binary.</p>
76
79
 
77
80
</dd><dd>
78
81
<p>Example value: /usr/bin/fping6</p>
80
83
</dd><dd>
81
84
<p>This setting is mandatory.</p>
82
85
 
83
 
<p></p>
84
 
</dd><dt><strong><a name="item_hostinterval">hostinterval</a></strong><br />
 
86
</li>
 
87
</dd><dt><strong><a name="item_hostinterval">hostinterval</a></strong>
85
88
 
86
 
</dt><dd>
87
 
The fping ``-p'' parameter, but in (possibly fractional) seconds rather than
88
 
milliseconds, for consistency with other Smokeping probes. From fping(1):
 
89
<dd>
 
90
<p>The fping ``-p'' parameter, but in (possibly fractional) seconds rather than
 
91
milliseconds, for consistency with other Smokeping probes. From fping(1):</p>
89
92
 
90
93
</dd><dd>
91
94
<p>This parameter sets the time that fping  waits between successive packets
94
97
</dd><dd>
95
98
<p>Example value: 1.5</p>
96
99
 
97
 
<p></p>
98
 
</dd><dt><strong><a name="item_mininterval">mininterval</a></strong><br />
 
100
</li>
 
101
</dd><dt><strong><a name="item_mininterval">mininterval</a></strong>
99
102
 
100
 
</dt><dd>
101
 
The fping ``-i'' parameter, but in (probably fractional) seconds rather than
102
 
milliseconds, for consistency with other Smokeping probes. From fping(1):
 
103
<dd>
 
104
<p>The fping ``-i'' parameter, but in (probably fractional) seconds rather than
 
105
milliseconds, for consistency with other Smokeping probes. From fping(1):</p>
103
106
 
104
107
</dd><dd>
105
108
<p>The minimum amount of time between sending a ping packet to any target.</p>
110
113
</dd><dd>
111
114
<p>Default value: 0.01</p>
112
115
 
113
 
<p></p>
114
 
</dd><dt><strong><a name="item_offset">offset</a></strong><br />
 
116
</li>
 
117
</dd><dt><strong><a name="item_offset">offset</a></strong>
115
118
 
116
 
</dt><dd>
117
 
If you run many probes concurrently you may want to prevent them from
 
119
<dd>
 
120
<p>If you run many probes concurrently you may want to prevent them from
118
121
hitting your network all at the same time. Using the probe-specific
119
122
offset parameter you can change the point in time when each probe will
120
123
be run. Offset is specified in % of total interval, or alternatively as
122
125
is specified here. Note that this does NOT influence the rrds itself,
123
126
it is just a matter of when data acqusition is initiated.
124
127
(This variable is only applicable if the variable 'concurrentprobes' is set
125
 
in the 'General' section.)
 
128
in the 'General' section.)</p>
126
129
 
127
130
</dd><dd>
128
131
<p>Example value: 50%</p>
129
132
 
130
 
<p></p>
131
 
</dd><dt><strong><a name="item_packetsize">packetsize</a></strong><br />
 
133
</li>
 
134
</dd><dt><strong><a name="item_packetsize">packetsize</a></strong>
132
135
 
133
 
</dt><dd>
134
 
The ping packet size (in the range of 12-64000 bytes).
 
136
<dd>
 
137
<p>The ping packet size (in the range of 12-64000 bytes).</p>
135
138
 
136
139
</dd><dd>
137
140
<p>Example value: 5000</p>
138
141
 
139
 
<p></p>
140
 
</dd><dt><strong><a name="item_pings">pings</a></strong><br />
 
142
</li>
 
143
</dd><dt><strong><a name="item_pings">pings</a></strong>
141
144
 
142
 
</dt><dd>
143
 
How many pings should be sent to each target, if different from the global
 
145
<dd>
 
146
<p>How many pings should be sent to each target, if different from the global
144
147
value specified in the Database section. Note that the number of pings in
145
148
the RRD files is fixed when they are originally generated, and if you
146
149
change this parameter afterwards, you'll have to delete the old RRD
147
 
files or somehow convert them.
 
150
files or somehow convert them.</p>
148
151
 
149
152
</dd><dd>
150
153
<p>Example value: 20</p>
151
154
 
152
 
<p></p>
153
 
</dd><dt><strong><a name="item_step">step</a></strong><br />
154
 
 
155
 
</dt><dd>
156
 
Duration of the base interval that this probe should use, if different
 
155
</li>
 
156
</dd><dt><strong><a name="item_sourceaddress">sourceaddress</a></strong>
 
157
 
 
158
<dd>
 
159
<p>The fping ``-S'' parameter . From fping(1):</p>
 
160
 
 
161
</dd><dd>
 
162
<p>Set source address.</p>
 
163
 
 
164
</dd><dd>
 
165
<p>Example value: ::1</p>
 
166
 
 
167
</li>
 
168
</dd><dt><strong><a name="item_step">step</a></strong>
 
169
 
 
170
<dd>
 
171
<p>Duration of the base interval that this probe should use, if different
157
172
from the one specified in the 'Database' section. Note that the step in
158
173
the RRD files is fixed when they are originally generated, and if you
159
174
change the step parameter afterwards, you'll have to delete the old RRD
160
175
files or somehow convert them. (This variable is only applicable if
161
 
the variable 'concurrentprobes' is set in the 'General' section.)
 
176
the variable 'concurrentprobes' is set in the 'General' section.)</p>
162
177
 
163
178
</dd><dd>
164
179
<p>Example value: 300</p>
165
180
 
166
 
<p></p>
167
 
</dd><dt><strong><a name="item_timeout">timeout</a></strong><br />
 
181
</li>
 
182
</dd><dt><strong><a name="item_timeout">timeout</a></strong>
168
183
 
169
 
</dt><dd>
170
 
The fping ``-t'' parameter, but in (possibly fractional) seconds rather than
 
184
<dd>
 
185
<p>The fping ``-t'' parameter, but in (possibly fractional) seconds rather than
171
186
milliseconds, for consistency with other Smokeping probes. Note that as
172
187
Smokeping uses the fping 'counting' mode (-C), this apparently only affects
173
 
the last ping.
 
188
the last ping.</p>
174
189
 
175
190
</dd><dd>
176
191
<p>Example value: 1.5</p>
177
192
 
178
 
<p></p></dd></dl>
 
193
</li>
 
194
</dd></dl>
179
195
<p>
180
196
</p>
181
197
<hr />