~ubuntu-branches/debian/lenny/smokeping/lenny

« back to all changes in this revision

Viewing changes to doc/probes/AnotherDNS.pm.txt

  • Committer: Bazaar Package Importer
  • Author(s): Niko Tyni
  • Date: 2006-10-26 21:45:56 UTC
  • mfrom: (1.2.2 upstream) (2.1.5 edgy)
  • Revision ID: james.westby@ubuntu.com-20061026214556-5jnpiesx4vdijmu6
* debian/patches/15_clean_makefile.dpatch:
  + remove unneeded and potentially unsecure include paths.
* debian/patches: selected patches from the upstream SVN repository
  + 40_password.dpatch: skip reading the password file when running as a CGI.
  + 50_ldap.dpatch: Make the 'scope' option in the LDAP probe actually work.
  + 60_fping.dpatch:
    * Support the '-S' (set source address, see #198486) fping option.
    * Don't try to execute fping when running as a CGI.
  + 70_syslog.dpatch: Don't die silently if syslogd is unavailable.
    (Closes: #395056)
* Remove all the autogenerated documentation at clean time, to properly
  undo the effects of the 'build' target.
* Install example configuration files for documentation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
probes::AnotherDNS(3)       SmokePing       probes::AnotherDNS(3)
2
 
 
3
 
 
4
 
 
5
 
NNAAMMEE
6
 
       probes::AnotherDNS - Alternate DNS Probe
7
 
 
8
 
SSYYNNOOPPSSIISS
9
 
        *** Probes ***
10
 
        + AnotherDNS
11
 
 
12
 
        *** Targets ***
13
 
        probe = AnotherDNS
14
 
        forks = 10
15
 
 
16
 
        + First
17
 
        menu = First
18
 
        title = First Target
19
 
        # ....
20
 
 
21
 
        ++ PROBE_CONF
22
 
        lookup = www.mozilla.org
23
 
 
24
 
DDEESSCCRRIIPPTTIIOONN
25
 
       Like DNS, but uses Net::DNS and Time::HiRes instead of
26
 
       dig. This probe does *not* retry the request three times
27
 
       before it is considerd "lost", like dig and other resolver
28
 
       do by default. If operating as caching Nameserver, BIND
29
 
       (and maybe others) expect clients to retry the request if
30
 
       the answer is not in the cache. So, ask the nameserver for
31
 
       something that he is authorative for if you want measure
32
 
       the network packet loss correctly.
33
 
 
34
 
       If you have a really fast network and nameserver, you will
35
 
       notice that this probe reports the query time in microsec-
36
 
       ond resolution. :-)
37
 
 
38
 
       forks
39
 
           The number of concurrent processes to be run. See
40
 
           _p_r_o_b_e_s_:_:_b_a_s_e_f_o_r_k(3pm) for details.
41
 
 
42
 
       Supported target-level probe variables:
43
 
 
44
 
       lookup
45
 
           Name of the host to look up in the dns.
46
 
 
47
 
       sleeptime
48
 
           Time to sleep between two lookups in microseconds.
49
 
           Default is 500000.
50
 
 
51
 
       recordtype
52
 
           Record type to look up. Default is "A".
53
 
 
54
 
       timeout
55
 
           Timeout for a single request in seconds. Default is 5.
56
 
 
57
 
       port
58
 
           UDP Port to use. Default is 53. (Surprise!)
59
 
 
60
 
AAUUTTHHOORR
61
 
       Christoph Heine <Christoph.Heine@HaDiKo.DE>
62
 
 
63
 
 
64
 
 
65
 
1.35pre1                    2005-01-04      probes::AnotherDNS(3)