SMOKEPING_CONFIG(5)                SmokePing               SMOKEPING_CONFIG(5)



NNAAMMEE
       smokeping_config - Reference for the SmokePing Config File

OOVVEERRVVIIEEWW
       SmokePing takes its configuration from a single central configuration
       file.  Its location must be hardcoded in the smokeping script and
       smokeping.cgi.

       The contents of this manual is generated directly from the configura-
       tion file parser.

       The Parser for the Configuration file is written using David Schweikers
       Config::Grammar module. Read all about it in Config::Grammar.

       The Configuration file has a tree-like structure with section headings
       at various levels. It also contains variable assignments and tables.

       Warning: this manual is rather long. See smokeping_examples for simple
       configuration examples.

RREEFFEERREENNCCEE
       GGEENNEERRAALL SSYYNNTTAAXX

       The text below describes the general syntax of the SmokePing configura-
       tion file.  It was copied from the Config::Grammar documentation.

       '#' denotes a comment up to the end-of-line, empty lines are allowed
       and space at the beginning and end of lines is trimmed.

       '\' at the end of the line marks a continued line on the next line. A
       single space will be inserted between the concatenated lines.

       '@include filename' is used to include another file.

       '@define a some value' will replace all occurences of 'a' in the fol-
       lowing text with 'some value'.

       Fields in tables that contain white space can be enclosed in either "'"
       or """.  Whitespace can also be escaped with "\". Quotes inside quotes
       are allowed but must be escaped with a backslash as well.

       SSPPEECCIIFFIICC SSYYNNTTAAXX

       The text below describes the specific syntax of the SmokePing configu-
       ration file.

       ****** GGeenneerraall ****** _(_m_a_n_d_a_t_o_r_y _s_e_c_t_i_o_n_)

       General configuration values valid for the whole SmokePing setup.

       The following variables can be set in this section:

       oowwnneerr _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
           Name of the person responsible for this smokeping installation.

       iimmggccaacchhee _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
           A directory which is visible on your webserver where SmokePing can
           cache graphs.

       iimmgguurrll _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
           Either an absolute URL to the iimmggccaacchhee directory or one relative to
           the directory where you keep the SmokePing cgi.

       ddaattaaddiirr _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
           The directory where SmokePing can keep its rrd files.

       ddyynnddiirr
           The base directory where SmokePing keeps the files related to the
           DYNAMIC function.  This directory must be writeable by the WWW
           server.

           If this variable is not specified, the value of "datadir" will be
           used instead.

       ppaaggeeddiirr
           Directory to store static representations of pages.

       ppiiddddiirr _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
           The directory where SmokePing keeps its pid when daemonised.

       sseennddmmaaiill
           Path to your sendmail binary. It will be used for sending mails in
           connection with the support of DYNAMIC addresses.

       ooffffsseett
           If you run many instances of smokeping you may want to prevent them
           from hitting your network all at the same time. Using the offset
           parameter you can change the point in time when the probes are run.
           Offset is specified in % of total interval, or alternatively as
           'random'. I recommend to use 'random'. Note that this does NOT
           influence the rrds itself, it is just a matter of when data acqusi-
           tion is initiated.  The default offset is 'random'.

       ssmmookkeemmaaiill _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
           Path to the mail template for DYNAMIC hosts. This mail template
           must contain keywords of the form <<####_k_e_y_w_o_r_d####>>. There is a sample
           template included with SmokePing.

       ccggiiuurrll _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
           Complete URL path of the SmokePing.cgi

       mmaaiillhhoosstt
           Instead of using sendmail, you can specify the name of an smtp
           server and use perl's Net::SMTP module to send mail (for alerts and
           DYNAMIC client script). Several comma separated mailhosts can be
           specified. SmokePing will try one after the other if one does not
           answer for 5 seconds.

       ccoonnttaacctt _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
           Mail address of the person responsible for this smokeping installa-
           tion.

       nneettssnnpppp
       ssyyssllooggffaacciilliittyy
           The syslog facility to use, eg. local0...local7.  Note: syslog log-
           ging is only used if you specify this.

       ssyyssllooggpprriioorriittyy
           The syslog priority to use, eg. debug, notice or info.  Default is
           info.

       ccoonnccuurrrreennttpprroobbeess
           If you use multiple probes or multiple instances of the same probe
           and you want them to run concurrently in separate processes, set
           this to 'yes'. This gives you the possibility to specify probe-spe-
           cific step and offset parameters (see the 'Probes' section) for
           each probe and makes the probes unable to block each other in cases
           of service outages. The default is 'yes', but if you for some
           reason want the old behaviour you can set this to 'no'.

       cchhaannggeepprroocceessssnnaammeess
           When using 'concurrentprobes' (see above), this controls whether
           the probe subprocesses should change their argv string to indicate
           their probe in the process name.  If set to 'yes' (the default),
           the probe name will be appended to the process name as '[probe]',
           eg.  '/usr/bin/smokeping [FPing]'. If you don't like this
           behaviour, set this variable to 'no'.  If 'concurrentprobes' is not
           set to 'yes', this variable has no effect.

           Default value: changeprocessnames = yes

       ttmmaaiill
           Path to your tSmoke HTML mail template file. See the tSmoke docu-
           mentation for details.

       cchhaannggeeccggiipprrooggrraammnnaammee
           Usually the Smokeping CGI tries to log any possible errors with an
           extended program name that includes the IP address of the remote
           client for easier debugging. If this variable is set to 'no', the
           program name will not be modified. The only reason you would want
           this is if you have a very old version of the CGI::Carp module. See
           the installation document for details.

           Default value: changecgiprogramname = yes

       lliinnkkssttyyllee
           How the CGI self-referring links are created. The possible values
           are

           absolute
               Full hostname and path derived from the 'cgiurl' variable

               <a href="http://hostname/path/smokeping.cgi?foo=bar">

           relative
               Only the parameter part is specified

               <a href="?foo=bar">

           original
               The way the links were generated before Smokeping version
               2.0.4: no hostname, only the path

               <a href="/path/smokeping.cgi?foo=bar">

           The default is "relative", which hopefully works for everybody.

           Default value: linkstyle = relative

       ****** DDaattaabbaassee ****** _(_m_a_n_d_a_t_o_r_y _s_e_c_t_i_o_n_)

       Describes the properties of the round robin database for storing the
       SmokePing data. Note that it is not possible to edit existing RRDs by
       changing the entries in the cfg file.

       The following variables can be set in this section:

       sstteepp _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
           Duration of the base operation interval of SmokePing in seconds.
           SmokePing will venture out every sstteepp seconds to ping your target
           hosts.  If 'concurrent_probes' is set to 'yes' (see above), this
           variable can be overridden by each probe. Note that the step in the
           RRD files is fixed when they are originally generated, and if you
           change the step parameter afterwards, you'll have to delete the old
           RRD files or somehow convert them.

       ppiinnggss _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
           How many pings should be sent to each target. Suggested: 20 pings.
           Minimum value: 3 pings.  This can be overridden by each probe. Some
           probes (those derived from basefork.pm, ie. most except the FPing
           variants) will even let this be overridden target-specifically.
           Note that the number of pings in the RRD files is fixed when they
           are originally generated, and if you change this parameter after-
           wards, you'll have to delete the old RRD files or somehow convert
           them.

       This section also contains a table describing the setup of the
       SmokePing database. Below are reasonable defaults. Only change them if
       you know rrdtool and its workings. Each row in the table describes one
       RRA.

        # cons   xff steps rows
        AVERAGE  0.5   1   1008
        AVERAGE  0.5  12   4320
            MIN  0.5  12   4320
            MAX  0.5  12   4320
        AVERAGE  0.5 144    720
            MAX  0.5 144    720
            MIN  0.5 144    720

       column 0
           Consolidation method.

       column 1
           What part of the consolidated intervals must be known to warrant a
           known entry.

       column 2
           How many sstteeppss to consolidate into for each RRA entry.

       column 3
           How many rroowwss this RRA should have.

       ****** PPrreesseennttaattiioonn ****** _(_m_a_n_d_a_t_o_r_y _s_e_c_t_i_o_n_)

       Defines how the SmokePing data should be presented.

       The following variables can be set in this section:

       tteemmppllaattee _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
           The webpage template must contain keywords of the form <<####_k_e_y_-
           _w_o_r_d####>>. There is a sample template included with SmokePing; use it
           as the basis for your experiments. Default template contains a
           pointer to the SmokePing counter and homepage. I would be glad if
           you would not remove this as it gives me an indication as to how
           widely used the tool is.

       cchhaarrsseett
           By default, SmokePing assumes the 'iso-8859-15' character set. If
           you use something else, this is the place to speak up.

       The following sections are valid on level 1:

       ++oovveerrvviieeww _(_m_a_n_d_a_t_o_r_y _s_e_c_t_i_o_n_)
           The Overview section defines how the Overview graphs should look.

           The following variables can be set in this section:

           wwiiddtthh _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
               Width of the Overview Graphs.

           hheeiigghhtt _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
               Height of the Overview Graphs.

           rraannggee
               How much time should be depicted in the Overview graph. Time
               must be specified as a number followed by a letter which speci-
               fies the unit of time. Known units are: sseconds, mminutes,
               hhours, dddays, wweeks, yyears.

           mmaaxx__rrtttt
               Any roundtrip time larger than this value will cropped in the
               overview graph

           mmeeddiiaann__ccoolloorr
               By default the median line is drawn in red. Override it here
               with a hex color in the format _r_r_g_g_b_b.

           ssttrrffttiimmee
               Use posix strftime to format the timestamp in the left hand
               lower corner of the overview graph

       ++ddeettaaiill _(_m_a_n_d_a_t_o_r_y _s_e_c_t_i_o_n_)
           The following variables can be set in this section:

           wwiiddtthh _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
               How many pixels wide should detail graphs be

           hheeiigghhtt _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
               How many pixels high should detail graphs be

           lloossss__bbaacckkggrroouunndd
               If this option is enabled, uptime data is no longer displayed
               in the graph background.

           llooggaarriitthhmmiicc
               should the graphs be shown in a logarithmic scale (yes/no)

           uunniissoonn__ttoolleerraannccee
               if a graph is more than this factor of the median 'max' it
               drops out of the unison scaling algorithm. A factor of two
               would mean that any graph with a max either less than half or
               more than twice the median 'max' will be dropped from unison
               scaling

           mmaaxx__rrtttt
               Any roundtrip time larger than this value will cropped in the
               detail graph

           ssttrrffttiimmee
               Use posix strftime to format the timestamp in the left hand
               lower corner of the detail graph

           nnooddaattaa__ccoolloorr
               Paint the graph background in a special color when there is no
               data for this period because smokeping has not been running
               (#rrggbb)

           The detailed display can contain several graphs of different reso-
           lution. In this table you can specify the resolution of each graph.

           Example:

            "Last 3 Hours"    3h
            "Last 30 Hours"   30h
            "Last 10 Days"    10d
            "Last 400 Days"   400d

           column 0
               Description of the particular resolution.

           column 1
               How much time should be depicted. The format is the same as for
               the aaggee  parameter of the Overview section.

           The following sections are valid on level 2:

           ++++lloossss__ccoolloorrss
               In the Detail view, the color of the median line depends the
               amount of lost packets. SmokePing comes with a reasonable
               default setting, but you may choose to disagree. The table
               below lets you specify your own coloring.

               Example:

                Loss Color   Legend
                1    00ff00    "<1"
                3    0000ff    "<3"
                1000 ff0000    ">=3"

               column 0
                   Activate when the number of losst pings is larger or equal
                   to this number

               column 1
                   Color for this range.

               column 2
                   Description for this range.

           ++++uuppttiimmee__ccoolloorrss
               When monitoring a host with DYNAMIC addressing, SmokePing will
               keep track of how long the machine is able to keep the same IP
               address. This time is plotted as a color in the graphs back-
               ground. SmokePing comes with a reasonable default setting, but
               you may choose to disagree. The table below lets you specify
               your own coloring

               Example:

                # Uptime      Color     Legend
                3600          00ff00   "<1h"
                86400         0000ff   "<1d"
                604800        ff0000   "<1w"
                1000000000000 ffff00   ">1w"

               Uptime is in days!

               column 0
                   Activate when uptime in days is larger of equal to this
                   number

               column 1
                   Color for this uptime range range.

               column 2
                   Description for this range.

       ++cchhaarrttss
           The SmokePing Charts feature allow you to have Top X lists created
           according to various criteria.

           Each type of Chart must live in its own subsection.

            + charts
            menu = Charts
            title = The most interesting destinations
            ++ median
            sorter = Median(entries=>10)
            title = Sorted by Median Roundtrip Time
            menu = Top Median RTT
            format = Median RTT %e s

           The following variables can be set in this section:

           mmeennuu _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
               Menu entry for the Charts Section.

           ttiittllee _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
               Page title for the Charts Section.

           The following sections are valid on level 2:

           ++++//[[--__00--99aa--zzAA--ZZ..]]++//
               The following variables can be set in this section:

               mmeennuu _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
                   Menu entry

               ttiittllee _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
                   Page title

               ssoorrtteerr _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
               ffoorrmmaatt
                   sprintf format string to format curent value

       ****** PPrroobbeess ****** _(_m_a_n_d_a_t_o_r_y _s_e_c_t_i_o_n_)

       The Probes Section configures Probe modules. Probe modules integrate an
       external ping command into SmokePing. Check the documentation of each
       module for more information about it.

       The following sections are valid on level 1:

       ++//[[--__00--99aa--zzAA--ZZ..]]++//
           Each module can take specific configuration information from this
           area. The jumble of letters above is a regular expression defining
           legal module names.

           See the documentation of each module for details about its vari-
           ables.

           The grammar of this section is _d_y_n_a_m_i_c_a_l_l_y modified based on its
           name.

           The following sections are valid on level 2:

           ++++//[[--__00--99aa--zzAA--ZZ..]]++//
               You can define multiple instances of the same probe with sub-
               sections.  These instances can have different values for their
               variables, so you can eg. have one instance of the FPing probe
               with packet size 1000 and step 300 and another instance with
               packet size 64 and step 30.  The name of the subsection deter-
               mines what the probe will be called, so you can write descrip-
               tive names for the probes.

               If there are any subsections defined, the main section for this
               probe will just provide default parameter values for the probe
               instances, ie.  it will not become a probe instance itself.

               The example above would be written like this:

                *** Probes ***

                + FPing
                # this value is common for the two subprobes
                binary = /usr/bin/fping

                ++ FPingLarge
                packetsize = 1000
                step = 300

                ++ FPingSmall
                packetsize = 64
                step = 30

           Dynamical grammar changes for example instances of this section:

           AAnnootthheerrDDNNSS: (See the separate module documentation for details
           about each variable.)
               The following new variables are valid:

               ffoorrkkss
                   Default value: forks = 5

               ooffffsseett
               sstteepp
               llooookkuupp
                    (This variable can be overridden target-specifically in the Targets section.)

               mmiinniinntteerrvvaall
                    (This variable can be overridden target-specifically in the Targets section.)

                   Default value: mininterval = 0.5

               ppiinnggss
                    (This variable can be overridden target-specifically in the Targets section.)

               ppoorrtt
                    (This variable can be overridden target-specifically in the Targets section.)

                   Default value: port = 53

               rreeccoorrddttyyppee
                    (This variable can be overridden target-specifically in the Targets section.)

                   Default value: recordtype = A

               rreeqquuiirree__aannsswweerrss
                    (This variable can be overridden target-specifically in the Targets section.)

               rreeqquuiirree__nnooeerrrroorr
                    (This variable can be overridden target-specifically in the Targets section.)

               ttiimmeeoouutt
                    (This variable can be overridden target-specifically in the Targets section.)

                   Default value: timeout = 5

               Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

                   The following new variables are valid:

                   ffoorrkkss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: forks = 5

                   ooffffsseett
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   sstteepp
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   llooookkuupp
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   mmiinniinntteerrvvaall
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: mininterval = 0.5

                   ppiinnggss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppoorrtt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: port = 53

                   rreeccoorrddttyyppee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: recordtype = A

                   rreeqquuiirree__aannsswweerrss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   rreeqquuiirree__nnooeerrrroorr
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ttiimmeeoouutt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: timeout = 5

               (End of dynamical grammar changes for example instance "Anoth-
               erDNS".)

           AAnnootthheerrSSSSHH: (See the separate module documentation for details
           about each variable.)
               The following new variables are valid:

               ffoorrkkss
                   Default value: forks = 5

               ooffffsseett
               sstteepp
               ggrreeeettiinngg
                    (This variable can be overridden target-specifically in the Targets section.)

                   Default value: greeting = SSH-Latency-Measurement-Sorry-
                   for-this-logmessage

               iinntteerrvvaall
                    (This variable can be overridden target-specifically in the Targets section.)

                   Default value: interval = established

               mmiinniinntteerrvvaall
                    (This variable can be overridden target-specifically in the Targets section.)

                   Default value: mininterval = 0.5

               ppiinnggss
                    (This variable can be overridden target-specifically in the Targets section.)

               ppoorrtt
                    (This variable can be overridden target-specifically in the Targets section.)

                   Default value: port = 22

               ttiimmeeoouutt
                    (This variable can be overridden target-specifically in the Targets section.)

                   Default value: timeout = 5

               Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

                   The following new variables are valid:

                   ffoorrkkss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: forks = 5

                   ooffffsseett
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   sstteepp
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ggrreeeettiinngg
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: greeting = SSH-Latency-Measurement-
                       Sorry-for-this-logmessage

                   iinntteerrvvaall
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: interval = established

                   mmiinniinntteerrvvaall
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: mininterval = 0.5

                   ppiinnggss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppoorrtt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: port = 22

                   ttiimmeeoouutt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: timeout = 5

               (End of dynamical grammar changes for example instance "Anoth-
               erSSH".)

           CCiissccooRRTTTTMMoonnDDNNSS: (See the separate module documentation for details
           about each variable.)
               The following new variables are valid:

               ffoorrkkss
                   Default value: forks = 5

               ooffffsseett
               sstteepp
               ttiimmeeoouutt
                   Default value: timeout = 5

               iioosshhoosstt
                    (This variable can be overridden target-specifically in the Targets section.)

                   This variable _d_y_n_a_m_i_c_a_l_l_y modifies the grammar based on its
                   value.

               iioossiinntt
                    (This variable can be overridden target-specifically in the Targets section.)

               nnaammee
                    (This variable can be overridden target-specifically in the Targets section.)

                   This variable _d_y_n_a_m_i_c_a_l_l_y modifies the grammar based on its
                   value.

               ppiinnggss
                    (This variable can be overridden target-specifically in the Targets section.)

               Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

                   The following new variables are valid:

                   ffoorrkkss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: forks = 5

                   ooffffsseett
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   sstteepp
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ttiimmeeoouutt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: timeout = 5

                   iioosshhoosstt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   iioossiinntt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   nnaammee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppiinnggss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

               (End of dynamical grammar changes for example instance "Cis-
               coRTTMonDNS".)

           CCiissccooRRTTTTMMoonnEEcchhooIICCMMPP: (See the separate module documentation for
           details about each variable.)
               The following new variables are valid:

               ffoorrkkss
                   Default value: forks = 5

               ooffffsseett
               sstteepp
               ttiimmeeoouutt
                   Default value: timeout = 5

               iioosshhoosstt
                    (This variable can be overridden target-specifically in the Targets section.)

                   This variable _d_y_n_a_m_i_c_a_l_l_y modifies the grammar based on its
                   value.

               iioossiinntt
                    (This variable can be overridden target-specifically in the Targets section.)

               ppaacckkeettssiizzee
                    (This variable can be overridden target-specifically in the Targets section.)

                   Default value: packetsize = 56

               ppiinnggss
                    (This variable can be overridden target-specifically in the Targets section.)

               ttooss
                    (This variable can be overridden target-specifically in the Targets section.)

               vvrrff
                    (This variable can be overridden target-specifically in the Targets section.)

               Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

                   The following new variables are valid:

                   ffoorrkkss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: forks = 5

                   ooffffsseett
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   sstteepp
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ttiimmeeoouutt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: timeout = 5

                   iioosshhoosstt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   iioossiinntt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppaacckkeettssiizzee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: packetsize = 56

                   ppiinnggss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ttooss This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   vvrrff This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

               (End of dynamical grammar changes for example instance "Cis-
               coRTTMonEchoICMP".)

           CCiissccooRRTTTTMMoonnTTccppCCoonnnneecctt: (See the separate module documentation for
           details about each variable.)
               The following new variables are valid:

               ffoorrkkss
                   Default value: forks = 5

               ooffffsseett
               sstteepp
               ttiimmeeoouutt
                   Default value: timeout = 5

               iioosshhoosstt
                    (This variable can be overridden target-specifically in the Targets section.)

                   This variable _d_y_n_a_m_i_c_a_l_l_y modifies the grammar based on its
                   value.

               iioossiinntt
                    (This variable can be overridden target-specifically in the Targets section.)

               ppiinnggss
                    (This variable can be overridden target-specifically in the Targets section.)

               ppoorrtt
                    (This variable can be overridden target-specifically in the Targets section.)

                   Default value: port = 80

               ttooss
                    (This variable can be overridden target-specifically in the Targets section.)

               Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

                   The following new variables are valid:

                   ffoorrkkss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: forks = 5

                   ooffffsseett
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   sstteepp
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ttiimmeeoouutt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: timeout = 5

                   iioosshhoosstt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   iioossiinntt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppiinnggss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppoorrtt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: port = 80

                   ttooss This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

               (End of dynamical grammar changes for example instance "Cis-
               coRTTMonTcpConnect".)

           CCuurrll: (See the separate module documentation for details about each
           variable.)
               The following new variables are valid:

               bbiinnaarryy
                   Default value: binary = /usr/bin/curl

               ffoorrkkss
                   Default value: forks = 5

               ooffffsseett
               sstteepp
               aaggeenntt
                    (This variable can be overridden target-specifically in the Targets section.)

               eexxttrraaaarrggss
                    (This variable can be overridden target-specifically in the Targets section.)

               eexxttrraarree
                    (This variable can be overridden target-specifically in the Targets section.)

                   Default value: extrare = / /

               ffoollllooww__rreeddiirreeccttss
                    (This variable can be overridden target-specifically in the Targets section.)

                   Default value: follow_redirects = no

               iinncclluuddee__rreeddiirreeccttss
                    (This variable can be overridden target-specifically in the Targets section.)

                   Default value: include_redirects = no

               iinnsseeccuurree__ssssll
                    (This variable can be overridden target-specifically in the Targets section.)

               iinntteerrffaaccee
                    (This variable can be overridden target-specifically in the Targets section.)

               ppiinnggss
                    (This variable can be overridden target-specifically in the Targets section.)

               ssssll22
                    (This variable can be overridden target-specifically in the Targets section.)

               ttiimmeeoouutt
                    (This variable can be overridden target-specifically in the Targets section.)

                   Default value: timeout = 10

               uurrllffoorrmmaatt
                    (This variable can be overridden target-specifically in the Targets section.)

                   This variable _d_y_n_a_m_i_c_a_l_l_y modifies the grammar based on its
                   value.

               Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

                   The following new variables are valid:

                   bbiinnaarryy
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: binary = /usr/bin/curl

                   ffoorrkkss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: forks = 5

                   ooffffsseett
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   sstteepp
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   aaggeenntt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   eexxttrraaaarrggss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   eexxttrraarree
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: extrare = / /

                   ffoollllooww__rreeddiirreeccttss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: follow_redirects = no

                   iinncclluuddee__rreeddiirreeccttss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: include_redirects = no

                   iinnsseeccuurree__ssssll
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   iinntteerrffaaccee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppiinnggss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ssssll22
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ttiimmeeoouutt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: timeout = 10

                   uurrllffoorrmmaatt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

               (End of dynamical grammar changes for example instance "Curl".)

           DDNNSS: (See the separate module documentation for details about each
           variable.)
               The following new variables are valid:

               bbiinnaarryy _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
               ffoorrkkss
                   Default value: forks = 5

               ooffffsseett
               sstteepp
               ttiimmeeoouutt
                   Default value: timeout = 5

               llooookkuupp
                    (This variable can be overridden target-specifically in the Targets section.)

               ppiinnggss
                    (This variable can be overridden target-specifically in the Targets section.)

               sseerrvveerr
                    (This variable can be overridden target-specifically in the Targets section.)

               Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

                   The following new variables are valid:

                   bbiinnaarryy _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ffoorrkkss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: forks = 5

                   ooffffsseett
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   sstteepp
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ttiimmeeoouutt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: timeout = 5

                   llooookkuupp
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppiinnggss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   sseerrvveerr
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

               (End of dynamical grammar changes for example instance "DNS".)

           EEcchhooPPiinngg: (See the separate module documentation for details about
           each variable.)
               The following new variables are valid:

               bbiinnaarryy
                   Default value: binary = /usr/bin/echoping

               ffoorrkkss
                   Default value: forks = 5

               ooffffsseett
               sstteepp
               eexxttrraaooppttss
                    (This variable can be overridden target-specifically in the Targets section.)

               ffiillll
                    (This variable can be overridden target-specifically in the Targets section.)

               iippvveerrssiioonn
                    (This variable can be overridden target-specifically in the Targets section.)

               ppiinnggss
                    (This variable can be overridden target-specifically in the Targets section.)

               pprriioorriittyy
                    (This variable can be overridden target-specifically in the Targets section.)

               ssiizzee
                    (This variable can be overridden target-specifically in the Targets section.)

               ttiimmeeoouutt
                    (This variable can be overridden target-specifically in the Targets section.)

                   Default value: timeout = 5

               ttooss
                    (This variable can be overridden target-specifically in the Targets section.)

               uuddpp
                    (This variable can be overridden target-specifically in the Targets section.)

               wwaaiittttiimmee
                    (This variable can be overridden target-specifically in the Targets section.)

               Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

                   The following new variables are valid:

                   bbiinnaarryy
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: binary = /usr/bin/echoping

                   ffoorrkkss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: forks = 5

                   ooffffsseett
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   sstteepp
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   eexxttrraaooppttss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ffiillll
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   iippvveerrssiioonn
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppiinnggss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   pprriioorriittyy
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ssiizzee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ttiimmeeoouutt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: timeout = 5

                   ttooss This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   uuddpp This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   wwaaiittttiimmee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

               (End of dynamical grammar changes for example instance "EchoP-
               ing".)

           EEcchhooPPiinnggCChhaarrggeenn: (See the separate module documentation for details
           about each variable.)
               The following new variables are valid:

               bbiinnaarryy
                   Default value: binary = /usr/bin/echoping

               ffoorrkkss
                   Default value: forks = 5

               ooffffsseett
               sstteepp
               eexxttrraaooppttss
                    (This variable can be overridden target-specifically in the Targets section.)

               ffiillll
                    (This variable can be overridden target-specifically in the Targets section.)

               iippvveerrssiioonn
                    (This variable can be overridden target-specifically in the Targets section.)

               ppiinnggss
                    (This variable can be overridden target-specifically in the Targets section.)

               pprriioorriittyy
                    (This variable can be overridden target-specifically in the Targets section.)

               ssiizzee
                    (This variable can be overridden target-specifically in the Targets section.)

               ttiimmeeoouutt
                    (This variable can be overridden target-specifically in the Targets section.)

                   Default value: timeout = 5

               ttooss
                    (This variable can be overridden target-specifically in the Targets section.)

               wwaaiittttiimmee
                    (This variable can be overridden target-specifically in the Targets section.)

               Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

                   The following new variables are valid:

                   bbiinnaarryy
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: binary = /usr/bin/echoping

                   ffoorrkkss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: forks = 5

                   ooffffsseett
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   sstteepp
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   eexxttrraaooppttss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ffiillll
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   iippvveerrssiioonn
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppiinnggss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   pprriioorriittyy
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ssiizzee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ttiimmeeoouutt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: timeout = 5

                   ttooss This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   wwaaiittttiimmee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

               (End of dynamical grammar changes for example instance "EchoP-
               ingChargen".)

           EEcchhooPPiinnggDDNNSS: (See the separate module documentation for details
           about each variable.)
               The following new variables are valid:

               bbiinnaarryy
                   Default value: binary = /usr/bin/echoping

               ffoorrkkss
                   Default value: forks = 5

               ooffffsseett
               sstteepp
               ddnnss__rreeqquueesstt
                    (This variable can be overridden target-specifically in the Targets section.)

                   This variable _d_y_n_a_m_i_c_a_l_l_y modifies the grammar based on its
                   value.

               ddnnss__ttccpp
                    (This variable can be overridden target-specifically in the Targets section.)

               ddnnss__ttyyppee
                    (This variable can be overridden target-specifically in the Targets section.)

                   Default value: dns_type = A

               eexxttrraaooppttss
                    (This variable can be overridden target-specifically in the Targets section.)

               iippvveerrssiioonn
                    (This variable can be overridden target-specifically in the Targets section.)

               ppiinnggss
                    (This variable can be overridden target-specifically in the Targets section.)

               pplluuggiinn
                    (This variable can be overridden target-specifically in the Targets section.)

                   Default value: plugin = dns

               pplluuggiinnaarrggss
                    (This variable can be overridden target-specifically in the Targets section.)

               pprriioorriittyy
                    (This variable can be overridden target-specifically in the Targets section.)

               ttiimmeeoouutt
                    (This variable can be overridden target-specifically in the Targets section.)

                   Default value: timeout = 5

               ttooss
                    (This variable can be overridden target-specifically in the Targets section.)

               wwaaiittttiimmee
                    (This variable can be overridden target-specifically in the Targets section.)

               Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

                   The following new variables are valid:

                   bbiinnaarryy
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: binary = /usr/bin/echoping

                   ffoorrkkss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: forks = 5

                   ooffffsseett
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   sstteepp
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ddnnss__rreeqquueesstt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ddnnss__ttccpp
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ddnnss__ttyyppee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: dns_type = A

                   eexxttrraaooppttss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   iippvveerrssiioonn
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppiinnggss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   pplluuggiinn
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: plugin = dns

                   pplluuggiinnaarrggss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   pprriioorriittyy
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ttiimmeeoouutt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: timeout = 5

                   ttooss This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   wwaaiittttiimmee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

               (End of dynamical grammar changes for example instance "EchoP-
               ingDNS".)

           EEcchhooPPiinnggDDiissccaarrdd: (See the separate module documentation for details
           about each variable.)
               The following new variables are valid:

               bbiinnaarryy
                   Default value: binary = /usr/bin/echoping

               ffoorrkkss
                   Default value: forks = 5

               ooffffsseett
               sstteepp
               eexxttrraaooppttss
                    (This variable can be overridden target-specifically in the Targets section.)

               ffiillll
                    (This variable can be overridden target-specifically in the Targets section.)

               iippvveerrssiioonn
                    (This variable can be overridden target-specifically in the Targets section.)

               ppiinnggss
                    (This variable can be overridden target-specifically in the Targets section.)

               pprriioorriittyy
                    (This variable can be overridden target-specifically in the Targets section.)

               ssiizzee
                    (This variable can be overridden target-specifically in the Targets section.)

               ttiimmeeoouutt
                    (This variable can be overridden target-specifically in the Targets section.)

                   Default value: timeout = 5

               ttooss
                    (This variable can be overridden target-specifically in the Targets section.)

               uuddpp
                    (This variable can be overridden target-specifically in the Targets section.)

               wwaaiittttiimmee
                    (This variable can be overridden target-specifically in the Targets section.)

               Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

                   The following new variables are valid:

                   bbiinnaarryy
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: binary = /usr/bin/echoping

                   ffoorrkkss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: forks = 5

                   ooffffsseett
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   sstteepp
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   eexxttrraaooppttss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ffiillll
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   iippvveerrssiioonn
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppiinnggss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   pprriioorriittyy
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ssiizzee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ttiimmeeoouutt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: timeout = 5

                   ttooss This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   uuddpp This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   wwaaiittttiimmee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

               (End of dynamical grammar changes for example instance
               "EchoPingDiscard".)

           EEcchhooPPiinnggHHttttpp: (See the separate module documentation for details
           about each variable.)
               The following new variables are valid:

               bbiinnaarryy
                   Default value: binary = /usr/bin/echoping

               ffoorrkkss
                   Default value: forks = 5

               ooffffsseett
               sstteepp
               eexxttrraaooppttss
                    (This variable can be overridden target-specifically in the Targets section.)

               iiggnnoorree__ccaacchhee
                    (This variable can be overridden target-specifically in the Targets section.)

               iippvveerrssiioonn
                    (This variable can be overridden target-specifically in the Targets section.)

               ppiinnggss
                    (This variable can be overridden target-specifically in the Targets section.)

               ppoorrtt
                    (This variable can be overridden target-specifically in the Targets section.)

               pprriioorriittyy
                    (This variable can be overridden target-specifically in the Targets section.)

               rreevvaalliiddaattee__ddaattaa
                    (This variable can be overridden target-specifically in the Targets section.)

               ttiimmeeoouutt
                    (This variable can be overridden target-specifically in the Targets section.)

                   Default value: timeout = 5

               ttooss
                    (This variable can be overridden target-specifically in the Targets section.)

               uurrll
                    (This variable can be overridden target-specifically in the Targets section.)

                   Default value: url = /

               wwaaiittttiimmee
                    (This variable can be overridden target-specifically in the Targets section.)

               Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

                   The following new variables are valid:

                   bbiinnaarryy
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: binary = /usr/bin/echoping

                   ffoorrkkss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: forks = 5

                   ooffffsseett
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   sstteepp
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   eexxttrraaooppttss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   iiggnnoorree__ccaacchhee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   iippvveerrssiioonn
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppiinnggss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppoorrtt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   pprriioorriittyy
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   rreevvaalliiddaattee__ddaattaa
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ttiimmeeoouutt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: timeout = 5

                   ttooss This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   uurrll This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: url = /

                   wwaaiittttiimmee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

               (End of dynamical grammar changes for example instance "EchoP-
               ingHttp".)

           EEcchhooPPiinnggHHttttppss: (See the separate module documentation for details
           about each variable.)
               The following new variables are valid:

               bbiinnaarryy
                   Default value: binary = /usr/bin/echoping

               ffoorrkkss
                   Default value: forks = 5

               ooffffsseett
               sstteepp
               eexxttrraaooppttss
                    (This variable can be overridden target-specifically in the Targets section.)

               iiggnnoorree__ccaacchhee
                    (This variable can be overridden target-specifically in the Targets section.)

               iippvveerrssiioonn
                    (This variable can be overridden target-specifically in the Targets section.)

               ppiinnggss
                    (This variable can be overridden target-specifically in the Targets section.)

               ppoorrtt
                    (This variable can be overridden target-specifically in the Targets section.)

               pprriioorriittyy
                    (This variable can be overridden target-specifically in the Targets section.)

               rreevvaalliiddaattee__ddaattaa
                    (This variable can be overridden target-specifically in the Targets section.)

               ttiimmeeoouutt
                    (This variable can be overridden target-specifically in the Targets section.)

                   Default value: timeout = 5

               ttooss
                    (This variable can be overridden target-specifically in the Targets section.)

               uurrll
                    (This variable can be overridden target-specifically in the Targets section.)

                   Default value: url = /

               wwaaiittttiimmee
                    (This variable can be overridden target-specifically in the Targets section.)

               Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

                   The following new variables are valid:

                   bbiinnaarryy
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: binary = /usr/bin/echoping

                   ffoorrkkss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: forks = 5

                   ooffffsseett
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   sstteepp
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   eexxttrraaooppttss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   iiggnnoorree__ccaacchhee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   iippvveerrssiioonn
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppiinnggss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppoorrtt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   pprriioorriittyy
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   rreevvaalliiddaattee__ddaattaa
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ttiimmeeoouutt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: timeout = 5

                   ttooss This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   uurrll This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: url = /

                   wwaaiittttiimmee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

               (End of dynamical grammar changes for example instance "EchoP-
               ingHttps".)

           EEcchhooPPiinnggIIccpp: (See the separate module documentation for details
           about each variable.)
               The following new variables are valid:

               bbiinnaarryy
                   Default value: binary = /usr/bin/echoping

               ffoorrkkss
                   Default value: forks = 5

               ooffffsseett
               sstteepp
               eexxttrraaooppttss
                    (This variable can be overridden target-specifically in the Targets section.)

               iippvveerrssiioonn
                    (This variable can be overridden target-specifically in the Targets section.)

               ppiinnggss
                    (This variable can be overridden target-specifically in the Targets section.)

               pprriioorriittyy
                    (This variable can be overridden target-specifically in the Targets section.)

               ttiimmeeoouutt
                    (This variable can be overridden target-specifically in the Targets section.)

                   Default value: timeout = 5

               ttooss
                    (This variable can be overridden target-specifically in the Targets section.)

               uurrll
                    (This variable can be overridden target-specifically in the Targets section.)

                   This variable _d_y_n_a_m_i_c_a_l_l_y modifies the grammar based on its
                   value.

               wwaaiittttiimmee
                    (This variable can be overridden target-specifically in the Targets section.)

               Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

                   The following new variables are valid:

                   bbiinnaarryy
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: binary = /usr/bin/echoping

                   ffoorrkkss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: forks = 5

                   ooffffsseett
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   sstteepp
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   eexxttrraaooppttss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   iippvveerrssiioonn
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppiinnggss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   pprriioorriittyy
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ttiimmeeoouutt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: timeout = 5

                   ttooss This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   uurrll This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   wwaaiittttiimmee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

               (End of dynamical grammar changes for example instance
               "EchoPingIcp".)

           EEcchhooPPiinnggLLDDAAPP: (See the separate module documentation for details
           about each variable.)
               The following new variables are valid:

               bbiinnaarryy
                   Default value: binary = /usr/bin/echoping

               ffoorrkkss
                   Default value: forks = 5

               ooffffsseett
               sstteepp
               eexxttrraaooppttss
                    (This variable can be overridden target-specifically in the Targets section.)

               iippvveerrssiioonn
                    (This variable can be overridden target-specifically in the Targets section.)

               llddaapp__bbaassee
                    (This variable can be overridden target-specifically in the Targets section.)

               llddaapp__rreeqquueesstt
                    (This variable can be overridden target-specifically in the Targets section.)

               llddaapp__ssccooppee
                    (This variable can be overridden target-specifically in the Targets section.)

               ppiinnggss
                    (This variable can be overridden target-specifically in the Targets section.)

               pplluuggiinn
                    (This variable can be overridden target-specifically in the Targets section.)

                   Default value: plugin = ldap

               pplluuggiinnaarrggss
                    (This variable can be overridden target-specifically in the Targets section.)

               pprriioorriittyy
                    (This variable can be overridden target-specifically in the Targets section.)

               ttiimmeeoouutt
                    (This variable can be overridden target-specifically in the Targets section.)

                   Default value: timeout = 5

               ttooss
                    (This variable can be overridden target-specifically in the Targets section.)

               wwaaiittttiimmee
                    (This variable can be overridden target-specifically in the Targets section.)

               Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

                   The following new variables are valid:

                   bbiinnaarryy
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: binary = /usr/bin/echoping

                   ffoorrkkss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: forks = 5

                   ooffffsseett
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   sstteepp
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   eexxttrraaooppttss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   iippvveerrssiioonn
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   llddaapp__bbaassee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   llddaapp__rreeqquueesstt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   llddaapp__ssccooppee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppiinnggss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   pplluuggiinn
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: plugin = ldap

                   pplluuggiinnaarrggss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   pprriioorriittyy
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ttiimmeeoouutt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: timeout = 5

                   ttooss This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   wwaaiittttiimmee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

               (End of dynamical grammar changes for example instance "EchoP-
               ingLDAP".)

           EEcchhooPPiinnggPPlluuggiinn: (See the separate module documentation for details
           about each variable.)
               The following new variables are valid:

               bbiinnaarryy
                   Default value: binary = /usr/bin/echoping

               ffoorrkkss
                   Default value: forks = 5

               ooffffsseett
               sstteepp
               eexxttrraaooppttss
                    (This variable can be overridden target-specifically in the Targets section.)

               iippvveerrssiioonn
                    (This variable can be overridden target-specifically in the Targets section.)

               ppiinnggss
                    (This variable can be overridden target-specifically in the Targets section.)

               pplluuggiinn
                    (This variable can be overridden target-specifically in the Targets section.)

                   This variable _d_y_n_a_m_i_c_a_l_l_y modifies the grammar based on its
                   value.

               pplluuggiinnaarrggss
                    (This variable can be overridden target-specifically in the Targets section.)

               pprriioorriittyy
                    (This variable can be overridden target-specifically in the Targets section.)

               ttiimmeeoouutt
                    (This variable can be overridden target-specifically in the Targets section.)

                   Default value: timeout = 5

               ttooss
                    (This variable can be overridden target-specifically in the Targets section.)

               wwaaiittttiimmee
                    (This variable can be overridden target-specifically in the Targets section.)

               Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

                   The following new variables are valid:

                   bbiinnaarryy
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: binary = /usr/bin/echoping

                   ffoorrkkss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: forks = 5

                   ooffffsseett
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   sstteepp
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   eexxttrraaooppttss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   iippvveerrssiioonn
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppiinnggss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   pplluuggiinn
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   pplluuggiinnaarrggss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   pprriioorriittyy
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ttiimmeeoouutt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: timeout = 5

                   ttooss This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   wwaaiittttiimmee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

               (End of dynamical grammar changes for example instance "EchoP-
               ingPlugin".)

           EEcchhooPPiinnggSSmmttpp: (See the separate module documentation for details
           about each variable.)
               The following new variables are valid:

               bbiinnaarryy
                   Default value: binary = /usr/bin/echoping

               ffoorrkkss
                   Default value: forks = 5

               ooffffsseett
               sstteepp
               eexxttrraaooppttss
                    (This variable can be overridden target-specifically in the Targets section.)

               iippvveerrssiioonn
                    (This variable can be overridden target-specifically in the Targets section.)

               ppiinnggss
                    (This variable can be overridden target-specifically in the Targets section.)

               pprriioorriittyy
                    (This variable can be overridden target-specifically in the Targets section.)

               ttiimmeeoouutt
                    (This variable can be overridden target-specifically in the Targets section.)

                   Default value: timeout = 5

               ttooss
                    (This variable can be overridden target-specifically in the Targets section.)

               wwaaiittttiimmee
                    (This variable can be overridden target-specifically in the Targets section.)

               Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

                   The following new variables are valid:

                   bbiinnaarryy
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: binary = /usr/bin/echoping

                   ffoorrkkss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: forks = 5

                   ooffffsseett
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   sstteepp
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   eexxttrraaooppttss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   iippvveerrssiioonn
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppiinnggss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   pprriioorriittyy
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ttiimmeeoouutt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: timeout = 5

                   ttooss This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   wwaaiittttiimmee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

               (End of dynamical grammar changes for example instance "EchoP-
               ingSmtp".)

           EEcchhooPPiinnggWWhhooiiss: (See the separate module documentation for details
           about each variable.)
               The following new variables are valid:

               bbiinnaarryy
                   Default value: binary = /usr/bin/echoping

               ffoorrkkss
                   Default value: forks = 5

               ooffffsseett
               sstteepp
               eexxttrraaooppttss
                    (This variable can be overridden target-specifically in the Targets section.)

               iippvveerrssiioonn
                    (This variable can be overridden target-specifically in the Targets section.)

               ppiinnggss
                    (This variable can be overridden target-specifically in the Targets section.)

               pplluuggiinn
                    (This variable can be overridden target-specifically in the Targets section.)

                   Default value: plugin = whois

               pplluuggiinnaarrggss
                    (This variable can be overridden target-specifically in the Targets section.)

               pprriioorriittyy
                    (This variable can be overridden target-specifically in the Targets section.)

               ttiimmeeoouutt
                    (This variable can be overridden target-specifically in the Targets section.)

                   Default value: timeout = 5

               ttooss
                    (This variable can be overridden target-specifically in the Targets section.)

               wwaaiittttiimmee
                    (This variable can be overridden target-specifically in the Targets section.)

               wwhhooiiss__rreeqquueesstt
                    (This variable can be overridden target-specifically in the Targets section.)

                   This variable _d_y_n_a_m_i_c_a_l_l_y modifies the grammar based on its
                   value.

               Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

                   The following new variables are valid:

                   bbiinnaarryy
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: binary = /usr/bin/echoping

                   ffoorrkkss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: forks = 5

                   ooffffsseett
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   sstteepp
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   eexxttrraaooppttss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   iippvveerrssiioonn
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppiinnggss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   pplluuggiinn
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: plugin = whois

                   pplluuggiinnaarrggss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   pprriioorriittyy
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ttiimmeeoouutt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: timeout = 5

                   ttooss This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   wwaaiittttiimmee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   wwhhooiiss__rreeqquueesstt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

               (End of dynamical grammar changes for example instance "EchoP-
               ingWhois".)

           FFPPiinngg: (See the separate module documentation for details about
           each variable.)
               The following new variables are valid:

               bbiinnaarryy _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
               hhoossttiinntteerrvvaall
               mmiinniinntteerrvvaall
                   Default value: mininterval = 0.01

               ooffffsseett
               ppaacckkeettssiizzee
               ppiinnggss
               ssoouurrcceeaaddddrreessss
               sstteepp
               ttiimmeeoouutt

               Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

                   The following new variables are valid:

                   bbiinnaarryy _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   hhoossttiinntteerrvvaall
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   mmiinniinntteerrvvaall
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: mininterval = 0.01

                   ooffffsseett
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppaacckkeettssiizzee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppiinnggss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ssoouurrcceeaaddddrreessss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   sstteepp
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ttiimmeeoouutt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

               (End of dynamical grammar changes for example instance
               "FPing".)

           FFPPiinngg66: (See the separate module documentation for details about
           each variable.)
               The following new variables are valid:

               bbiinnaarryy _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
               hhoossttiinntteerrvvaall
               mmiinniinntteerrvvaall
                   Default value: mininterval = 0.01

               ooffffsseett
               ppaacckkeettssiizzee
               ppiinnggss
               ssoouurrcceeaaddddrreessss
               sstteepp
               ttiimmeeoouutt

               Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

                   The following new variables are valid:

                   bbiinnaarryy _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   hhoossttiinntteerrvvaall
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   mmiinniinntteerrvvaall
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: mininterval = 0.01

                   ooffffsseett
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppaacckkeettssiizzee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppiinnggss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ssoouurrcceeaaddddrreessss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   sstteepp
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ttiimmeeoouutt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

               (End of dynamical grammar changes for example instance
               "FPing6".)

           FFTTPPttrraannssffeerr: (See the separate module documentation for details
           about each variable.)
               The following new variables are valid:

               ddeessttffiillee
               ffoorrkkss
                   Default value: forks = 5

               mmiinn__iinntteerrvvaall
                   Default value: min_interval = 1

               mmooddee _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
               ooffffsseett
               ppaasssswwoorrddffiillee
               ssrrccffiillee _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
               sstteepp
               llooccaallaaddddrr
                    (This variable can be overridden target-specifically in the Targets section.)

               ppaassssiivvee
                    (This variable can be overridden target-specifically in the Targets section.)

               ppaasssswwoorrdd
                    (This variable can be overridden target-specifically in the Targets section.)

               ppiinnggss
                    (This variable can be overridden target-specifically in the Targets section.)

               ppoorrtt
                    (This variable can be overridden target-specifically in the Targets section.)

               ttiimmeeoouutt _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
                    (This variable can be overridden target-specifically in the Targets section.)

               uusseerrnnaammee
                    (This variable can be overridden target-specifically in the Targets section.)

               Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

                   The following new variables are valid:

                   ddeessttffiillee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ffoorrkkss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: forks = 5

                   mmiinn__iinntteerrvvaall
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: min_interval = 1

                   mmooddee _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ooffffsseett
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppaasssswwoorrddffiillee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ssrrccffiillee _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   sstteepp
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   llooccaallaaddddrr
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppaassssiivvee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppaasssswwoorrdd
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppiinnggss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppoorrtt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ttiimmeeoouutt _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   uusseerrnnaammee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

               (End of dynamical grammar changes for example instance "FTP-
               transfer".)

           IIOOSSPPiinngg: (See the separate module documentation for details about
           each variable.)
               The following new variables are valid:

               bbiinnaarryy _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
               ffoorrkkss
                   Default value: forks = 5

               ooffffsseett
               ppaacckkeettssiizzee
                   Default value: packetsize = 56

               sstteepp
               ttiimmeeoouutt
                   Default value: timeout = 5

               iioosshhoosstt
                    (This variable can be overridden target-specifically in the Targets section.)

                   This variable _d_y_n_a_m_i_c_a_l_l_y modifies the grammar based on its
                   value.

               iioossiinntt
                    (This variable can be overridden target-specifically in the Targets section.)

               iioossuusseerr
                    (This variable can be overridden target-specifically in the Targets section.)

               ppiinnggss
                    (This variable can be overridden target-specifically in the Targets section.)

               Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

                   The following new variables are valid:

                   bbiinnaarryy _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ffoorrkkss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: forks = 5

                   ooffffsseett
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppaacckkeettssiizzee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: packetsize = 56

                   sstteepp
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ttiimmeeoouutt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: timeout = 5

                   iioosshhoosstt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   iioossiinntt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   iioossuusseerr
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppiinnggss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

               (End of dynamical grammar changes for example instance "IOSP-
               ing".)

           LLDDAAPP: (See the separate module documentation for details about each
           variable.)
               The following new variables are valid:

               ffoorrkkss
                   Default value: forks = 5

               ooffffsseett
               ppaasssswwoorrddffiillee
               sstteepp
               aattttrrss
                    (This variable can be overridden target-specifically in the Targets section.)

               bbaassee
                    (This variable can be overridden target-specifically in the Targets section.)

               bbiinnddddnn
                    (This variable can be overridden target-specifically in the Targets section.)

               ffiilltteerr
                    (This variable can be overridden target-specifically in the Targets section.)

                   This variable _d_y_n_a_m_i_c_a_l_l_y modifies the grammar based on its
                   value.

               mmiinniinntteerrvvaall
                    (This variable can be overridden target-specifically in the Targets section.)

                   Default value: mininterval = 1

               ppaasssswwoorrdd
                    (This variable can be overridden target-specifically in the Targets section.)

               ppiinnggss
                    (This variable can be overridden target-specifically in the Targets section.)

               ppoorrtt
                    (This variable can be overridden target-specifically in the Targets section.)

               ssccooppee
                    (This variable can be overridden target-specifically in the Targets section.)

                   Default value: scope = sub

               ssttaarrtt__ttllss
                    (This variable can be overridden target-specifically in the Targets section.)

               ttiimmeeoouutt
                    (This variable can be overridden target-specifically in the Targets section.)

                   Default value: timeout = 5

               vveerrssiioonn
                    (This variable can be overridden target-specifically in the Targets section.)

               Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

                   The following new variables are valid:

                   ffoorrkkss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: forks = 5

                   ooffffsseett
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppaasssswwoorrddffiillee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   sstteepp
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   aattttrrss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   bbaassee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   bbiinnddddnn
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ffiilltteerr
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   mmiinniinntteerrvvaall
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: mininterval = 1

                   ppaasssswwoorrdd
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppiinnggss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppoorrtt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ssccooppee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: scope = sub

                   ssttaarrtt__ttllss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ttiimmeeoouutt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: timeout = 5

                   vveerrssiioonn
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

               (End of dynamical grammar changes for example instance "LDAP".)

           RRaaddiiuuss: (See the separate module documentation for details about
           each variable.)
               The following new variables are valid:

               ffoorrkkss
                   Default value: forks = 5

               ooffffsseett
               ppaasssswwoorrddffiillee
               sseeccrreettffiillee
               sstteepp
               mmiinniinntteerrvvaall
                    (This variable can be overridden target-specifically in the Targets section.)

                   Default value: mininterval = 1

               nnaass__iipp__aaddddrreessss
                    (This variable can be overridden target-specifically in the Targets section.)

               ppaasssswwoorrdd
                    (This variable can be overridden target-specifically in the Targets section.)

               ppiinnggss
                    (This variable can be overridden target-specifically in the Targets section.)

               ppoorrtt
                    (This variable can be overridden target-specifically in the Targets section.)

               sseeccrreett
                    (This variable can be overridden target-specifically in the Targets section.)

               ttiimmeeoouutt
                    (This variable can be overridden target-specifically in the Targets section.)

                   Default value: timeout = 5

               uusseerrnnaammee
                    (This variable can be overridden target-specifically in the Targets section.)

                   This variable _d_y_n_a_m_i_c_a_l_l_y modifies the grammar based on its
                   value.

               Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

                   The following new variables are valid:

                   ffoorrkkss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: forks = 5

                   ooffffsseett
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppaasssswwoorrddffiillee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   sseeccrreettffiillee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   sstteepp
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   mmiinniinntteerrvvaall
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: mininterval = 1

                   nnaass__iipp__aaddddrreessss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppaasssswwoorrdd
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppiinnggss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppoorrtt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   sseeccrreett
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ttiimmeeoouutt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: timeout = 5

                   uusseerrnnaammee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

               (End of dynamical grammar changes for example instance
               "Radius".)

           RReemmootteeFFPPiinngg: (See the separate module documentation for details
           about each variable.)
               The following new variables are valid:

               bbiinnaarryy _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
               hhoossttiinntteerrvvaall
               mmiinniinntteerrvvaall
                   Default value: mininterval = 0.01

               ooffffsseett
               ppaacckkeettssiizzee
               ppiinnggss
               rrbbiinnaarryy _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
               rrhhoosstt _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
               rruusseerr
               ssoouurrcceeaaddddrreessss
               sstteepp
               ttiimmeeoouutt

               Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

                   The following new variables are valid:

                   bbiinnaarryy _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   hhoossttiinntteerrvvaall
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   mmiinniinntteerrvvaall
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: mininterval = 0.01

                   ooffffsseett
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppaacckkeettssiizzee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppiinnggss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   rrbbiinnaarryy _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   rrhhoosstt _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   rruusseerr
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ssoouurrcceeaaddddrreessss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   sstteepp
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ttiimmeeoouutt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

               (End of dynamical grammar changes for example instance
               "RemoteFPing".)

           SSSSHH: (See the separate module documentation for details about each
           variable.)
               The following new variables are valid:

               bbiinnaarryy _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
               ffoorrkkss
                   Default value: forks = 5

               ooffffsseett
               sstteepp
               ttiimmeeoouutt
                   Default value: timeout = 5

               kkeeyyttyyppee
                    (This variable can be overridden target-specifically in the Targets section.)

                   Default value: keytype = rsa

               ppiinnggss
                    (This variable can be overridden target-specifically in the Targets section.)

               Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

                   The following new variables are valid:

                   bbiinnaarryy _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ffoorrkkss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: forks = 5

                   ooffffsseett
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   sstteepp
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ttiimmeeoouutt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: timeout = 5

                   kkeeyyttyyppee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: keytype = rsa

                   ppiinnggss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

               (End of dynamical grammar changes for example instance "SSH".)

           TTaaccaaccssPPlluuss: (See the separate module documentation for details
           about each variable.)
               The following new variables are valid:

               ffoorrkkss
                   Default value: forks = 5

               ooffffsseett
               ppaasssswwoorrddffiillee
               sseeccrreettffiillee
               sstteepp
               aauutthhttyyppee
                    (This variable can be overridden target-specifically in the Targets section.)

                   Default value: authtype = ASCII

               mmiinniinntteerrvvaall
                    (This variable can be overridden target-specifically in the Targets section.)

                   Default value: mininterval = 1

               ppaasssswwoorrdd
                    (This variable can be overridden target-specifically in the Targets section.)

               ppiinnggss
                    (This variable can be overridden target-specifically in the Targets section.)

               ppoorrtt
                    (This variable can be overridden target-specifically in the Targets section.)

                   Default value: port = 49

               sseeccrreett
                    (This variable can be overridden target-specifically in the Targets section.)

               ttiimmeeoouutt
                    (This variable can be overridden target-specifically in the Targets section.)

                   Default value: timeout = 5

               uusseerrnnaammee
                    (This variable can be overridden target-specifically in the Targets section.)

                   This variable _d_y_n_a_m_i_c_a_l_l_y modifies the grammar based on its
                   value.

               Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

                   The following new variables are valid:

                   ffoorrkkss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: forks = 5

                   ooffffsseett
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppaasssswwoorrddffiillee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   sseeccrreettffiillee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   sstteepp
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   aauutthhttyyppee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: authtype = ASCII

                   mmiinniinntteerrvvaall
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: mininterval = 1

                   ppaasssswwoorrdd
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppiinnggss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppoorrtt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: port = 49

                   sseeccrreett
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ttiimmeeoouutt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: timeout = 5

                   uusseerrnnaammee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

               (End of dynamical grammar changes for example instance "Tacac-
               sPlus".)

           TTeellnneettIIOOSSPPiinngg: (See the separate module documentation for details
           about each variable.)
               The following new variables are valid:

               ffoorrkkss
                   Default value: forks = 5

               ooffffsseett
               ppaacckkeettssiizzee
                   Default value: packetsize = 56

               sstteepp
               ttiimmeeoouutt
                   Default value: timeout = 5

               iioossppaassss
                    (This variable can be overridden target-specifically in the Targets section.)

                   This variable _d_y_n_a_m_i_c_a_l_l_y modifies the grammar based on its
                   value.

               iioossuusseerr
                    (This variable can be overridden target-specifically in the Targets section.)

                   This variable _d_y_n_a_m_i_c_a_l_l_y modifies the grammar based on its
                   value.

               ppiinnggss
                    (This variable can be overridden target-specifically in the Targets section.)

               ppssoouurrccee
                    (This variable can be overridden target-specifically in the Targets section.)

               ssoouurrccee
                    (This variable can be overridden target-specifically in the Targets section.)

                   This variable _d_y_n_a_m_i_c_a_l_l_y modifies the grammar based on its
                   value.

               Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

                   The following new variables are valid:

                   ffoorrkkss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: forks = 5

                   ooffffsseett
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppaacckkeettssiizzee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: packetsize = 56

                   sstteepp
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ttiimmeeoouutt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: timeout = 5

                   iioossppaassss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   iioossuusseerr
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppiinnggss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppssoouurrccee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ssoouurrccee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

               (End of dynamical grammar changes for example instance "Telne-
               tIOSPing".)

           TTeellnneettJJuunnOOSSPPiinngg: (See the separate module documentation for details
           about each variable.)
               The following new variables are valid:

               ffoorrkkss
                   Default value: forks = 5

               ooffffsseett
               ppaacckkeettssiizzee
                   Default value: packetsize = 100

               sstteepp
               ttiimmeeoouutt
                   Default value: timeout = 5

               jjuunnoossppaassss
                    (This variable can be overridden target-specifically in the Targets section.)

                   This variable _d_y_n_a_m_i_c_a_l_l_y modifies the grammar based on its
                   value.

               jjuunnoossuusseerr
                    (This variable can be overridden target-specifically in the Targets section.)

                   This variable _d_y_n_a_m_i_c_a_l_l_y modifies the grammar based on its
                   value.

               ppiinnggss
                    (This variable can be overridden target-specifically in the Targets section.)

               ppssoouurrccee
                    (This variable can be overridden target-specifically in the Targets section.)

               ssoouurrccee
                    (This variable can be overridden target-specifically in the Targets section.)

                   This variable _d_y_n_a_m_i_c_a_l_l_y modifies the grammar based on its
                   value.

               Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

                   The following new variables are valid:

                   ffoorrkkss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: forks = 5

                   ooffffsseett
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppaacckkeettssiizzee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: packetsize = 100

                   sstteepp
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ttiimmeeoouutt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: timeout = 5

                   jjuunnoossppaassss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   jjuunnoossuusseerr
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppiinnggss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppssoouurrccee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ssoouurrccee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

               (End of dynamical grammar changes for example instance "Tel-
               netJunOSPing".)

           WWeebbPPrrooxxyyFFiilltteerr: (See the separate module documentation for details
           about each variable.)
               The following new variables are valid:

               ffoorrkkss
                   Default value: forks = 5

               mmaaxxssiizzee
                   Default value: maxsize = 2000

               mmiinn__iinntteerrvvaall
                   Default value: min_interval = 1

               ooffffsseett
               sstteepp
               uusseerraaggeenntt
                   Default value: useragent = SmokePing/2.x (WebProxyFilter
                   Probe)

               ddeennyy__rree _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
                    (This variable can be overridden target-specifically in the Targets section.)

               mmoorree__hhoossttss
                    (This variable can be overridden target-specifically in the Targets section.)

               ppiinnggss
                    (This variable can be overridden target-specifically in the Targets section.)

               ttiimmeeoouutt
                    (This variable can be overridden target-specifically in the Targets section.)

                   Default value: timeout = 2

               Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

                   The following new variables are valid:

                   ffoorrkkss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: forks = 5

                   mmaaxxssiizzee
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: maxsize = 2000

                   mmiinn__iinntteerrvvaall
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: min_interval = 1

                   ooffffsseett
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   sstteepp
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   uusseerraaggeenntt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: useragent = SmokePing/2.x (WebProxyFil-
                       ter Probe)

                   ddeennyy__rree _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   mmoorree__hhoossttss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ppiinnggss
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                   ttiimmeeoouutt
                       This variable _i_n_h_e_r_i_t_s its value from the parent sec-
                       tion if nothing is specified here.

                       Default value: timeout = 2

               (End of dynamical grammar changes for example instance
               "WebProxyFilter".)

           (End of dynamical grammar changes for example instances of section
           "/[-_0-9a-zA-Z.]+/".)

       ****** AAlleerrttss ******

       The Alert section lets you setup loss and RTT pattern detectors. After
       each round of polling, SmokePing will examine its data and determine
       which detectors match. Detectors are enabled per target and get inher-
       ited by the targets children.

       Detectors are not just simple thresholds which go off at first sight of
       a problem. They are configurable to detect special loss or RTT pat-
       terns. They let you look at a number of past readings to make a more
       educated decision on what kind of alert should be sent, or if an alert
       should be sent at all.

       The patterns are numbers prefixed with an operator indicating the type
       of comparison required for a match.

       The following RTT pattern detects if a target's RTT goes from con-
       stantly below 10ms to constantly 100ms and more:

        old ------------------------------> new
        <10,<10,<10,<10,<10,>10,>100,>100,>100

       Loss patterns work in a similar way, except that the loss is defined as
       the percentage the total number of received packets is of the total
       number of packets sent.

        old ------------------------------> new
        ==0%,==0%,==0%,==0%,>20%,>20%,>=20%

       Apart from normal numbers, patterns can also contain the values ** which
       is true for all values regardless of the operator. And UU which is true
       for uunnkknnoowwnn data together with the ==== and ==!! operators.

       Detectors normally act on state changes. This has the disadvantage,
       that they will fail to find conditions which were already present when
       launching smokeping. For this it is possible to write detectors that
       begin with the special value ====SS it is inserted whenever smokeping is
       started up.

       You can write

        ==S,>20%,>20%

       to detect lines that have been losing more than 20% of the packets for
       two periods after startup.

       Sometimes it may be that conditions occur at irregular intervals. But
       still you only want to throw an alert if they occur several times
       within a certain amount of times. The operator **XX** will ignore up to _X
       values and still let the pattern match:

         >10%,*10*,>10%

       will fire if more than 10% of the packets have been lost at least twice
       over the last 10 samples.

       A complete example

        *** Alerts ***
        to = admin@company.xy,peter@home.xy
        from = smokealert@company.xy

        +lossdetect
        type = loss
        # in percent
        pattern = ==0%,==0%,==0%,==0%,>20%,>20%,>20%
        comment = suddenly there is packet loss

        +miniloss
        type = loss
        # in percent
        pattern = >0%,*12*,>0%,*12*,>0%
        comment = detected loss 3 times over the last two hours

        +rttdetect
        type = rtt
        # in milliseconds
        pattern = <10,<10,<10,<10,<10,<100,>100,>100,>100
        comment = routing messed up again ?

        +rttbadstart
        type = rtt
        # in milliseconds
        pattern = ==S,==U
        comment = offline at startup

       The following variables can be set in this section:

       ttoo _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
           Either an email address to send alerts to, or the name of a program
           to execute when an alert matches. To call a program, the first
           character of the ttoo value must be a pipe symbol "|". The program
           will the be called whenever an alert matches, using the following 5
           arguments (except if eeddggeettrriiggggeerr is 'yes'; see below): nnaammee--ooff--
           aalleerrtt, ttaarrggeett, lloossss--ppaatttteerrnn, rrtttt--ppaatttteerrnn, hhoossttnnaammee.  You can also
           provide a comma separated list of addresses and programs.

       ffrroomm _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
           who should alerts appear to be coming from ?

       eeddggeettrriiggggeerr
           The alert notifications and/or the programs executed are normally
           triggered every time the alert matches. If this variable is set to
           'yes', they will be triggered only when the alert's state is
           changed, ie. when it's raised and when it's cleared.  Subsequent
           matches of the same alert will thus not trigger a notification.

           When this variable is set to 'yes', a notification program (see the
           ttoo variable documentation above) will get a sixth argument, rraaiissee,
           which has the value 1 if the alert was just raised and 0 if it was
           cleared.

           Default value: edgetrigger = no

       mmaaiilltteemmppllaattee
           When sending out mails for alerts, smokeping normally uses an
           internally generated message. With the mailtemplate you can cus-
           tomize the alert mails to look they way you like them. The all
           <<####_k_e_y_w_o_r_d####>> type strings will get replaced in the template before
           it is sent out. the following keywords are supported:

            <##ALERT##>    - target name
            <##WHAT##>     - status (is active, was raised, was celared)
            <##LINE##>     - path in the config tree
            <##URL##>      - webpage for graph
            <##STAMP##>    - date and time
            <##PAT##>      - pattern that matched the alert
            <##LOSS##>     - loss history
            <##RTT##>      - rtt history
            <##COMMENT##>  - comment

       The following sections are valid on level 1:

       ++//[[^^\\ss,,]]++//
           The following variables can be set in this section:

           ttyyppee _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
               Currently the pattern types rrtttt and lloossss and mmaattcchheerr are known.

               Matchers are plugin modules that extend the alert conditions.
               Known matchers are Avgratio, CheckLatency, CheckLoss, Median,
               Medratio.

               See the documentation of the corresponding matcher module (eg.
               Smokeping::matchers::Avgratio) for instructions on configuring
               it.

           ppaatttteerrnn _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
               a comma separated list of comparison operators and numbers. rtt
               patterns are in milliseconds, loss patterns are in percents

           ccoommmmeenntt _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
           ttoo  Similar to the "to" parameter on the top-level except that  it
               will only be used IN ADDITION to the value of the toplevel
               parameter. Same rules apply.

           eeddggeettrriiggggeerr
               This variable _i_n_h_e_r_i_t_s its value from the parent section if
               nothing is specified here.

               Default value: edgetrigger = no

           mmaaiilltteemmppllaattee
               This variable _i_n_h_e_r_i_t_s its value from the parent section if
               nothing is specified here.

           pprriioorriittyy
               if multiple alerts 'match' only the one with the highest prior-
               ity (lowest number) will cause and alert to be sent. Alerts
               without priority will be sent in any case.

       ****** TTaarrggeettss ****** _(_m_a_n_d_a_t_o_r_y _s_e_c_t_i_o_n_)

       The Target Section defines the actual work of SmokePing. It contains a
       hierarchical list of hosts which mark the endpoints of the network con-
       nections the system should monitor.  Each section can contain one host
       as well as other sections.

       The following variables can be set in this section:

       pprroobbee _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
           The name of the probe module to be used for this host. The value of
           this variable gets propagated

           This variable _d_y_n_a_m_i_c_a_l_l_y modifies the grammar based on its value.

       mmeennuu _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
           Menu entry for this section. If not set this will be set to the
           hostname.

       ttiittllee _(_m_a_n_d_a_t_o_r_y _s_e_t_t_i_n_g_)
           Title of the page when it is displayed. This will be set to the
           hostname if left empty.

       rreemmaarrkk
           An optional remark on the current section. It gets displayed on the
           webpage.

       aalleerrttss
           A comma separated list of alerts to check for this target. The
           alerts have to be setup in the Alerts section. Alerts are inherited
           by child nodes. Use an empty alerts definition to remove inherited
           alerts from the current target and its children.

       The following sections are valid on level 1:

       ++//[[--__00--99aa--zzAA--ZZ..]]++//
           Each target section can contain information about a host to monitor
           as well as further target sections. Most variables have already
           been described above. The expression above defines legal names for
           target sections.

           This section is _r_e_c_u_r_s_i_v_e: it can contain subsection(s) with the
           same syntax.

           The following variables can be set in this section:

           pprroobbee
               This variable _i_n_h_e_r_i_t_s its value from the parent section if
               nothing is specified here.

               This variable _d_y_n_a_m_i_c_a_l_l_y modifies the grammar based on its
               value.

           mmeennuu
           ttiittllee
           aalleerrttss
               Comma separated list of alert names

               This variable _i_n_h_e_r_i_t_s its value from the parent section if
               nothing is specified here.

           nnoottee
               Some information about this entry which does NOT get displayed
               on the web.

           eemmaaiill
               This is the contact address for the owner of the current host.
               In connection with the DDYYNNAAMMIICC hosts, the address will be used
               for sending the belowmentioned script.

           hhoosstt
               Can either contain the name of a target host or the string
               DDYYNNAAMMIICC.

               In the second case, the target machine has a dynamic IP address
               and thus is required to regularly contact the SmokePing server
               to verify its IP address.  When starting SmokePing with the
               commandline argument ----eemmaaiill it will add a secret password to
               each of the DDYYNNAAMMIICC host lines and send a script to the owner
               of each host. This script must be started regularly on the host
               in question to make sure SmokePing monitors the right box. If
               the target machine supports SNMP SmokePing will also query the
               hosts sysContact, sysName and sysLocation properties to make
               sure it is still the same host.

           rreemmaarrkk
           rraawwlloogg
               Log the raw data, gathered for this target, in tab separated
               format, to a file with the same basename as the corresponding
               RRD file. Use posix strftime to format the timestamp to be put
               into the file name. The filename is built like this:

                basename.strftime.csv

               Example:

                rawlog=%Y-%m-%d

               this would create a new logfile every day with a name like
               this:

                targethost.2004-05-03.csv

           aalleerrtteeee
               If you want to have alerts for this target and all targets
               below it go to a particular address on top of the address
               already specified in the alert, you can add it here. This can
               be a comma separated list of items.

               This variable _i_n_h_e_r_i_t_s its value from the parent section if
               nothing is specified here.

           The following sections are valid on level 2:

           ++++//[[--__00--99aa--zzAA--ZZ..]]++//
               This section is _r_e_c_u_r_s_i_v_e: it can contain subsection(s) with
               the same syntax.

       Dynamical grammar changes for example values of variable "probe":

       AAnnootthheerrDDNNSS: (See the separate module documentation for details about
       each variable.)
           The following new variables are valid:

           llooookkuupp
           mmiinniinntteerrvvaall
           ppiinnggss
           ppoorrtt
           rreeccoorrddttyyppee
           rreeqquuiirree__aannsswweerrss
           rreeqquuiirree__nnooeerrrroorr
           ttiimmeeoouutt

           Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

               The following new variables are valid:

               llooookkuupp
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               mmiinniinntteerrvvaall
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ppiinnggss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ppoorrtt
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               rreeccoorrddttyyppee
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               rreeqquuiirree__aannsswweerrss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               rreeqquuiirree__nnooeerrrroorr
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ttiimmeeoouutt
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

           (End of dynamical grammar changes for variable "probe" example
           value "AnotherDNS".)

       AAnnootthheerrSSSSHH: (See the separate module documentation for details about
       each variable.)
           The following new variables are valid:

           ggrreeeettiinngg
           iinntteerrvvaall
           mmiinniinntteerrvvaall
           ppiinnggss
           ppoorrtt
           ttiimmeeoouutt

           Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

               The following new variables are valid:

               ggrreeeettiinngg
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               iinntteerrvvaall
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               mmiinniinntteerrvvaall
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ppiinnggss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ppoorrtt
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ttiimmeeoouutt
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

           (End of dynamical grammar changes for variable "probe" example
           value "AnotherSSH".)

       CCiissccooRRTTTTMMoonnDDNNSS: (See the separate module documentation for details
       about each variable.)
           The following new variables are valid:

           iioosshhoosstt
           iioossiinntt
           nnaammee
           ppiinnggss

           Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

               The following new variables are valid:

               iioosshhoosstt
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               iioossiinntt
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               nnaammee
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ppiinnggss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

           (End of dynamical grammar changes for variable "probe" example
           value "CiscoRTTMonDNS".)

       CCiissccooRRTTTTMMoonnEEcchhooIICCMMPP: (See the separate module documentation for details
       about each variable.)
           The following new variables are valid:

           iioosshhoosstt
           iioossiinntt
           ppaacckkeettssiizzee
           ppiinnggss
           ttooss
           vvrrff

           Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

               The following new variables are valid:

               iioosshhoosstt
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               iioossiinntt
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ppaacckkeettssiizzee
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ppiinnggss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ttooss This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               vvrrff This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

           (End of dynamical grammar changes for variable "probe" example
           value "CiscoRTTMonEchoICMP".)

       CCiissccooRRTTTTMMoonnTTccppCCoonnnneecctt: (See the separate module documentation for
       details about each variable.)
           The following new variables are valid:

           iioosshhoosstt
           iioossiinntt
           ppiinnggss
           ppoorrtt
           ttooss

           Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

               The following new variables are valid:

               iioosshhoosstt
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               iioossiinntt
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ppiinnggss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ppoorrtt
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ttooss This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

           (End of dynamical grammar changes for variable "probe" example
           value "CiscoRTTMonTcpConnect".)

       CCuurrll: (See the separate module documentation for details about each
       variable.)
           The following new variables are valid:

           aaggeenntt
           eexxttrraaaarrggss
           eexxttrraarree
           ffoollllooww__rreeddiirreeccttss
           iinncclluuddee__rreeddiirreeccttss
           iinnsseeccuurree__ssssll
           iinntteerrffaaccee
           ppiinnggss
           ssssll22
           ttiimmeeoouutt
           uurrllffoorrmmaatt

           Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

               The following new variables are valid:

               aaggeenntt
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               eexxttrraaaarrggss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               eexxttrraarree
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ffoollllooww__rreeddiirreeccttss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               iinncclluuddee__rreeddiirreeccttss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               iinnsseeccuurree__ssssll
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               iinntteerrffaaccee
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ppiinnggss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ssssll22
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ttiimmeeoouutt
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               uurrllffoorrmmaatt
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

           (End of dynamical grammar changes for variable "probe" example
           value "Curl".)

       DDNNSS: (See the separate module documentation for details about each
       variable.)
           The following new variables are valid:

           llooookkuupp
           ppiinnggss
           sseerrvveerr

           Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

               The following new variables are valid:

               llooookkuupp
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ppiinnggss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               sseerrvveerr
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

           (End of dynamical grammar changes for variable "probe" example
           value "DNS".)

       EEcchhooPPiinngg: (See the separate module documentation for details about each
       variable.)
           The following new variables are valid:

           eexxttrraaooppttss
           ffiillll
           iippvveerrssiioonn
           ppiinnggss
           pprriioorriittyy
           ssiizzee
           ttiimmeeoouutt
           ttooss
           uuddpp
           wwaaiittttiimmee

           Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

               The following new variables are valid:

               eexxttrraaooppttss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ffiillll
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               iippvveerrssiioonn
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ppiinnggss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               pprriioorriittyy
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ssiizzee
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ttiimmeeoouutt
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ttooss This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               uuddpp This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               wwaaiittttiimmee
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

           (End of dynamical grammar changes for variable "probe" example
           value "EchoPing".)

       EEcchhooPPiinnggCChhaarrggeenn: (See the separate module documentation for details
       about each variable.)
           The following new variables are valid:

           eexxttrraaooppttss
           ffiillll
           iippvveerrssiioonn
           ppiinnggss
           pprriioorriittyy
           ssiizzee
           ttiimmeeoouutt
           ttooss
           wwaaiittttiimmee

           Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

               The following new variables are valid:

               eexxttrraaooppttss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ffiillll
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               iippvveerrssiioonn
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ppiinnggss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               pprriioorriittyy
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ssiizzee
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ttiimmeeoouutt
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ttooss This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               wwaaiittttiimmee
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

           (End of dynamical grammar changes for variable "probe" example
           value "EchoPingChargen".)

       EEcchhooPPiinnggDDNNSS: (See the separate module documentation for details about
       each variable.)
           The following new variables are valid:

           ddnnss__rreeqquueesstt
           ddnnss__ttccpp
           ddnnss__ttyyppee
           eexxttrraaooppttss
           iippvveerrssiioonn
           ppiinnggss
           pplluuggiinn
           pplluuggiinnaarrggss
           pprriioorriittyy
           ttiimmeeoouutt
           ttooss
           wwaaiittttiimmee

           Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

               The following new variables are valid:

               ddnnss__rreeqquueesstt
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ddnnss__ttccpp
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ddnnss__ttyyppee
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               eexxttrraaooppttss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               iippvveerrssiioonn
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ppiinnggss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               pplluuggiinn
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               pplluuggiinnaarrggss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               pprriioorriittyy
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ttiimmeeoouutt
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ttooss This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               wwaaiittttiimmee
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

           (End of dynamical grammar changes for variable "probe" example
           value "EchoPingDNS".)

       EEcchhooPPiinnggDDiissccaarrdd: (See the separate module documentation for details
       about each variable.)
           The following new variables are valid:

           eexxttrraaooppttss
           ffiillll
           iippvveerrssiioonn
           ppiinnggss
           pprriioorriittyy
           ssiizzee
           ttiimmeeoouutt
           ttooss
           uuddpp
           wwaaiittttiimmee

           Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

               The following new variables are valid:

               eexxttrraaooppttss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ffiillll
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               iippvveerrssiioonn
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ppiinnggss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               pprriioorriittyy
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ssiizzee
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ttiimmeeoouutt
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ttooss This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               uuddpp This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               wwaaiittttiimmee
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

           (End of dynamical grammar changes for variable "probe" example
           value "EchoPingDiscard".)

       EEcchhooPPiinnggHHttttpp: (See the separate module documentation for details about
       each variable.)
           The following new variables are valid:

           eexxttrraaooppttss
           iiggnnoorree__ccaacchhee
           iippvveerrssiioonn
           ppiinnggss
           ppoorrtt
           pprriioorriittyy
           rreevvaalliiddaattee__ddaattaa
           ttiimmeeoouutt
           ttooss
           uurrll
           wwaaiittttiimmee

           Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

               The following new variables are valid:

               eexxttrraaooppttss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               iiggnnoorree__ccaacchhee
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               iippvveerrssiioonn
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ppiinnggss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ppoorrtt
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               pprriioorriittyy
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               rreevvaalliiddaattee__ddaattaa
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ttiimmeeoouutt
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ttooss This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               uurrll This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               wwaaiittttiimmee
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

           (End of dynamical grammar changes for variable "probe" example
           value "EchoPingHttp".)

       EEcchhooPPiinnggHHttttppss: (See the separate module documentation for details about
       each variable.)
           The following new variables are valid:

           eexxttrraaooppttss
           iiggnnoorree__ccaacchhee
           iippvveerrssiioonn
           ppiinnggss
           ppoorrtt
           pprriioorriittyy
           rreevvaalliiddaattee__ddaattaa
           ttiimmeeoouutt
           ttooss
           uurrll
           wwaaiittttiimmee

           Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

               The following new variables are valid:

               eexxttrraaooppttss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               iiggnnoorree__ccaacchhee
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               iippvveerrssiioonn
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ppiinnggss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ppoorrtt
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               pprriioorriittyy
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               rreevvaalliiddaattee__ddaattaa
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ttiimmeeoouutt
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ttooss This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               uurrll This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               wwaaiittttiimmee
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

           (End of dynamical grammar changes for variable "probe" example
           value "EchoPingHttps".)

       EEcchhooPPiinnggIIccpp: (See the separate module documentation for details about
       each variable.)
           The following new variables are valid:

           eexxttrraaooppttss
           iippvveerrssiioonn
           ppiinnggss
           pprriioorriittyy
           ttiimmeeoouutt
           ttooss
           uurrll
           wwaaiittttiimmee

           Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

               The following new variables are valid:

               eexxttrraaooppttss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               iippvveerrssiioonn
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ppiinnggss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               pprriioorriittyy
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ttiimmeeoouutt
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ttooss This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               uurrll This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               wwaaiittttiimmee
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

           (End of dynamical grammar changes for variable "probe" example
           value "EchoPingIcp".)

       EEcchhooPPiinnggLLDDAAPP: (See the separate module documentation for details about
       each variable.)
           The following new variables are valid:

           eexxttrraaooppttss
           iippvveerrssiioonn
           llddaapp__bbaassee
           llddaapp__rreeqquueesstt
           llddaapp__ssccooppee
           ppiinnggss
           pplluuggiinn
           pplluuggiinnaarrggss
           pprriioorriittyy
           ttiimmeeoouutt
           ttooss
           wwaaiittttiimmee

           Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

               The following new variables are valid:

               eexxttrraaooppttss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               iippvveerrssiioonn
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               llddaapp__bbaassee
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               llddaapp__rreeqquueesstt
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               llddaapp__ssccooppee
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ppiinnggss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               pplluuggiinn
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               pplluuggiinnaarrggss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               pprriioorriittyy
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ttiimmeeoouutt
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ttooss This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               wwaaiittttiimmee
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

           (End of dynamical grammar changes for variable "probe" example
           value "EchoPingLDAP".)

       EEcchhooPPiinnggPPlluuggiinn: (See the separate module documentation for details
       about each variable.)
           The following new variables are valid:

           eexxttrraaooppttss
           iippvveerrssiioonn
           ppiinnggss
           pplluuggiinn
           pplluuggiinnaarrggss
           pprriioorriittyy
           ttiimmeeoouutt
           ttooss
           wwaaiittttiimmee

           Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

               The following new variables are valid:

               eexxttrraaooppttss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               iippvveerrssiioonn
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ppiinnggss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               pplluuggiinn
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               pplluuggiinnaarrggss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               pprriioorriittyy
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ttiimmeeoouutt
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ttooss This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               wwaaiittttiimmee
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

           (End of dynamical grammar changes for variable "probe" example
           value "EchoPingPlugin".)

       EEcchhooPPiinnggSSmmttpp: (See the separate module documentation for details about
       each variable.)
           The following new variables are valid:

           eexxttrraaooppttss
           iippvveerrssiioonn
           ppiinnggss
           pprriioorriittyy
           ttiimmeeoouutt
           ttooss
           wwaaiittttiimmee

           Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

               The following new variables are valid:

               eexxttrraaooppttss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               iippvveerrssiioonn
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ppiinnggss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               pprriioorriittyy
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ttiimmeeoouutt
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ttooss This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               wwaaiittttiimmee
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

           (End of dynamical grammar changes for variable "probe" example
           value "EchoPingSmtp".)

       EEcchhooPPiinnggWWhhooiiss: (See the separate module documentation for details about
       each variable.)
           The following new variables are valid:

           eexxttrraaooppttss
           iippvveerrssiioonn
           ppiinnggss
           pplluuggiinn
           pplluuggiinnaarrggss
           pprriioorriittyy
           ttiimmeeoouutt
           ttooss
           wwaaiittttiimmee
           wwhhooiiss__rreeqquueesstt

           Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

               The following new variables are valid:

               eexxttrraaooppttss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               iippvveerrssiioonn
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ppiinnggss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               pplluuggiinn
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               pplluuggiinnaarrggss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               pprriioorriittyy
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ttiimmeeoouutt
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ttooss This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               wwaaiittttiimmee
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               wwhhooiiss__rreeqquueesstt
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

           (End of dynamical grammar changes for variable "probe" example
           value "EchoPingWhois".)

       FFPPiinngg: (See the separate module documentation for details about each
       variable.)
           No changes that can be automatically described.

           (End of dynamical grammar changes for variable "probe" example
           value "FPing".)

       FFPPiinngg66: (See the separate module documentation for details about each
       variable.)
           No changes that can be automatically described.

           (End of dynamical grammar changes for variable "probe" example
           value "FPing6".)

       FFTTPPttrraannssffeerr: (See the separate module documentation for details about
       each variable.)
           The following new variables are valid:

           llooccaallaaddddrr
           ppaassssiivvee
           ppaasssswwoorrdd
           ppiinnggss
           ppoorrtt
           ttiimmeeoouutt
           uusseerrnnaammee

           Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

               The following new variables are valid:

               llooccaallaaddddrr
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ppaassssiivvee
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ppaasssswwoorrdd
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ppiinnggss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ppoorrtt
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ttiimmeeoouutt
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               uusseerrnnaammee
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

           (End of dynamical grammar changes for variable "probe" example
           value "FTPtransfer".)

       IIOOSSPPiinngg: (See the separate module documentation for details about each
       variable.)
           The following new variables are valid:

           iioosshhoosstt
           iioossiinntt
           iioossuusseerr
           ppiinnggss

           Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

               The following new variables are valid:

               iioosshhoosstt
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               iioossiinntt
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               iioossuusseerr
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ppiinnggss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

           (End of dynamical grammar changes for variable "probe" example
           value "IOSPing".)

       LLDDAAPP: (See the separate module documentation for details about each
       variable.)
           The following new variables are valid:

           aattttrrss
           bbaassee
           bbiinnddddnn
           ffiilltteerr
           mmiinniinntteerrvvaall
           ppaasssswwoorrdd
           ppiinnggss
           ppoorrtt
           ssccooppee
           ssttaarrtt__ttllss
           ttiimmeeoouutt
           vveerrssiioonn

           Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

               The following new variables are valid:

               aattttrrss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               bbaassee
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               bbiinnddddnn
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ffiilltteerr
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               mmiinniinntteerrvvaall
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ppaasssswwoorrdd
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ppiinnggss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ppoorrtt
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ssccooppee
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ssttaarrtt__ttllss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ttiimmeeoouutt
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               vveerrssiioonn
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

           (End of dynamical grammar changes for variable "probe" example
           value "LDAP".)

       RRaaddiiuuss: (See the separate module documentation for details about each
       variable.)
           The following new variables are valid:

           mmiinniinntteerrvvaall
           nnaass__iipp__aaddddrreessss
           ppaasssswwoorrdd
           ppiinnggss
           ppoorrtt
           sseeccrreett
           ttiimmeeoouutt
           uusseerrnnaammee

           Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

               The following new variables are valid:

               mmiinniinntteerrvvaall
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               nnaass__iipp__aaddddrreessss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ppaasssswwoorrdd
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ppiinnggss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ppoorrtt
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               sseeccrreett
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ttiimmeeoouutt
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               uusseerrnnaammee
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

           (End of dynamical grammar changes for variable "probe" example
           value "Radius".)

       RReemmootteeFFPPiinngg: (See the separate module documentation for details about
       each variable.)
           No changes that can be automatically described.

           (End of dynamical grammar changes for variable "probe" example
           value "RemoteFPing".)

       SSSSHH: (See the separate module documentation for details about each
       variable.)
           The following new variables are valid:

           kkeeyyttyyppee
           ppiinnggss

           Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

               The following new variables are valid:

               kkeeyyttyyppee
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ppiinnggss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

           (End of dynamical grammar changes for variable "probe" example
           value "SSH".)

       TTaaccaaccssPPlluuss: (See the separate module documentation for details about
       each variable.)
           The following new variables are valid:

           aauutthhttyyppee
           mmiinniinntteerrvvaall
           ppaasssswwoorrdd
           ppiinnggss
           ppoorrtt
           sseeccrreett
           ttiimmeeoouutt
           uusseerrnnaammee

           Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

               The following new variables are valid:

               aauutthhttyyppee
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               mmiinniinntteerrvvaall
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ppaasssswwoorrdd
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ppiinnggss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ppoorrtt
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               sseeccrreett
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ttiimmeeoouutt
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               uusseerrnnaammee
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

           (End of dynamical grammar changes for variable "probe" example
           value "TacacsPlus".)

       TTeellnneettIIOOSSPPiinngg: (See the separate module documentation for details about
       each variable.)
           The following new variables are valid:

           iioossppaassss
           iioossuusseerr
           ppiinnggss
           ppssoouurrccee
           ssoouurrccee

           Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

               The following new variables are valid:

               iioossppaassss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               iioossuusseerr
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ppiinnggss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ppssoouurrccee
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ssoouurrccee
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

           (End of dynamical grammar changes for variable "probe" example
           value "TelnetIOSPing".)

       TTeellnneettJJuunnOOSSPPiinngg: (See the separate module documentation for details
       about each variable.)
           The following new variables are valid:

           jjuunnoossppaassss
           jjuunnoossuusseerr
           ppiinnggss
           ppssoouurrccee
           ssoouurrccee

           Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

               The following new variables are valid:

               jjuunnoossppaassss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               jjuunnoossuusseerr
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ppiinnggss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ppssoouurrccee
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ssoouurrccee
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

           (End of dynamical grammar changes for variable "probe" example
           value "TelnetJunOSPing".)

       WWeebbPPrrooxxyyFFiilltteerr: (See the separate module documentation for details
       about each variable.)
           The following new variables are valid:

           ddeennyy__rree
           mmoorree__hhoossttss
           ppiinnggss
           ttiimmeeoouutt

           Syntax changes for subsection //[[--__00--99aa--zzAA--ZZ..]]++//

               The following new variables are valid:

               ddeennyy__rree
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               mmoorree__hhoossttss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ppiinnggss
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

               ttiimmeeoouutt
                   This variable _i_n_h_e_r_i_t_s its value from the parent section if
                   nothing is specified here.

           (End of dynamical grammar changes for variable "probe" example
           value "WebProxyFilter".)

       (End of dynamical grammar changes for example values of variable
       "probe".)

CCOOPPYYRRIIGGHHTT
       Copyright (c) 2001-2003 by Tobias Oetiker. All right reserved.

LLIICCEENNSSEE
       This program is free software; you can redistribute it and/or modify it
       under the terms of the GNU General Public License as published by the
       Free Software Foundation; either version 2 of the License, or (at your
       option) any later version.

       This program is distributed in the hope that it will be useful, but
       WITHOUT ANY WARRANTY; without even the implied warranty of MER-
       CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General
       Public License for more details.

       You should have received a copy of the GNU General Public License along
       with this program; if not, write to the Free Software Foundation, Inc.,
       675 Mass Ave, Cambridge, MA 02139, USA.

AAUUTTHHOORR
       Tobias Oetiker <tobi@oetiker.ch>



2.1.1                             2007-05-02               SMOKEPING_CONFIG(5)
