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

« back to all changes in this revision

Viewing changes to doc/Smokeping/probes/SSH.txt

  • 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
 
doc::Smokeping::probes::SSH(3S)mokePindgoc::Smokeping::probes::SSH(3)
 
1
doc::Smokeping::probes::SSH(3)     SmokePing    doc::Smokeping::probes::SSH(3)
2
2
 
3
3
 
4
4
 
19
19
        # The following variables can be overridden in each target section
20
20
        keytype = dsa
21
21
        pings = 5
 
22
        port = 5000
22
23
 
23
24
        # [...]
24
25
 
33
34
        host = my.host
34
35
        keytype = dsa
35
36
        pings = 5
 
37
        port = 5000
36
38
 
37
39
DDEESSCCRRIIPPTTIIOONN
38
 
       Integrates ssh-keyscan as a probe into smokeping. The
39
 
       variable bbiinnaarryy must point to your copy of the ssh-keyscan
40
 
       program. If it is not installed on your system yet, you
41
 
       should install openssh >= 3.8p1
42
 
 
43
 
       The Probe asks the given host n-times for it's public key,
44
 
       where n is the amount specified in the config File.
45
 
 
46
 
       As part of the initialization, the probe asks localhost
47
 
       for it's public key and tries to parse the output. Make
48
 
       sure you have SSH running on the localhost as well.
 
40
       Integrates ssh-keyscan as a probe into smokeping. The variable bbiinnaarryy
 
41
       must point to your copy of the ssh-keyscan program. If it is not
 
42
       installed on your system yet, you should install openssh >= 3.8p1
 
43
 
 
44
       The Probe asks the given host n-times for it's public key, where n is
 
45
       the amount specified in the config File.
 
46
 
 
47
       As part of the initialization, the probe asks localhost for it's public
 
48
       key and tries to parse the output. Make sure you have SSH running on
 
49
       the localhost as well.
49
50
 
50
51
VVAARRIIAABBLLEESS
51
52
       Supported probe-specific variables:
65
66
           Default value: 5
66
67
 
67
68
       offset
68
 
           If you run many probes concurrently you may want to
69
 
           prevent them from hitting your network all at the same
70
 
           time. Using the probe-specific offset parameter you
71
 
           can change the point in time when each probe will be
72
 
           run. Offset is specified in % of total interval, or
73
 
           alternatively as 'random', and the offset from the
74
 
           'General' section is used if nothing is specified
75
 
           here. Note that this does NOT influence the rrds
76
 
           itself, it is just a matter of when data acqusition is
77
 
           initiated.  (This variable is only applicable if the
78
 
           variable 'concurrentprobes' is set in the 'General'
79
 
           section.)
 
69
           If you run many probes concurrently you may want to prevent them
 
70
           from hitting your network all at the same time. Using the probe-
 
71
           specific offset parameter you can change the point in time when
 
72
           each probe will be run. Offset is specified in % of total interval,
 
73
           or alternatively as 'random', and the offset from the 'General'
 
74
           section is used if nothing is specified here. Note that this does
 
75
           NOT influence the rrds itself, it is just a matter of when data
 
76
           acqusition is initiated.  (This variable is only applicable if the
 
77
           variable 'concurrentprobes' is set in the 'General' section.)
80
78
 
81
79
           Example value: 50%
82
80
 
83
81
       step
84
 
           Duration of the base interval that this probe should
85
 
           use, if different from the one specified in the
86
 
           'Database' section. Note that the step in the RRD
87
 
           files is fixed when they are originally generated, and
88
 
           if you change the step parameter afterwards, you'll
89
 
           have to delete the old RRD files or somehow convert
90
 
           them. (This variable is only applicable if the vari-
91
 
           able 'concurrentprobes' is set in the 'General' sec-
92
 
           tion.)
 
82
           Duration of the base interval that this probe should use, if dif-
 
83
           ferent from the one specified in the 'Database' section. Note that
 
84
           the step in the RRD files is fixed when they are originally gener-
 
85
           ated, and if you change the step parameter afterwards, you'll have
 
86
           to delete the old RRD files or somehow convert them. (This variable
 
87
           is only applicable if the variable 'concurrentprobes' is set in the
 
88
           'General' section.)
93
89
 
94
90
           Example value: 300
95
91
 
103
99
       Supported target-specific variables:
104
100
 
105
101
       keytype
106
 
           Type of key, used in ssh-keyscan -t <keytype>
 
102
           Type of key, used in ssh-keyscan -t _k_e_y_t_y_p_e
107
103
 
108
104
           Example value: dsa
109
105
 
110
106
           Default value: rsa
111
107
 
112
108
       pings
113
 
           How many pings should be sent to each target, if dif-
114
 
           ferent from the global value specified in the Database
115
 
           section. Note that the number of pings in the RRD
116
 
           files is fixed when they are originally generated, and
117
 
           if you change this parameter afterwards, you'll have
 
109
           How many pings should be sent to each target, if different from the
 
110
           global value specified in the Database section. Note that the num-
 
111
           ber of pings in the RRD files is fixed when they are originally
 
112
           generated, and if you change this parameter afterwards, you'll have
118
113
           to delete the old RRD files or somehow convert them.
119
114
 
120
115
           Example value: 5
121
116
 
 
117
       port
 
118
           Port to use when testing the ssh connection -p _p_o_r_t
 
119
 
 
120
           Example value: 5000
 
121
 
 
122
           Default value: 22
 
123
 
122
124
AAUUTTHHOORRSS
123
125
       Christian Recktenwald <smokeping-contact@citecs.de>
124
126
 
125
127
 
126
128
 
127
 
2.0.9                       2006-07-d1o4c::Smokeping::probes::SSH(3)
 
129
2.3.6                             2008-04-26    doc::Smokeping::probes::SSH(3)