.\" Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .if !\nF .nr F 0 .if \nF>0 \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} .\} .\" .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2). .\" Fear. Run. Save yourself. No user-serviceable parts. . \" fudge factors for nroff and troff .if n \{\ . ds #H 0 . ds #V .8m . ds #F .3m . ds #[ \f1 . ds #] \fP .\} .if t \{\ . ds #H ((1u-(\\\\n(.fu%2u))*.13m) . ds #V .6m . ds #F 0 . ds #[ \& . ds #] \& .\} . \" simple accents for nroff and troff .if n \{\ . ds ' \& . ds ` \& . ds ^ \& . ds , \& . ds ~ ~ . ds / .\} .if t \{\ . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u' . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u' . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u' . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u' .\} . \" troff and (daisy-wheel) nroff accents .ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V' .ds 8 \h'\*(#H'\(*b\h'-\*(#H' .ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#] .ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H' .ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u' .ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#] .ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#] .ds ae a\h'-(\w'a'u*4/10)'e .ds Ae A\h'-(\w'A'u*4/10)'E . \" corrections for vroff .if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u' .if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u' . \" for low resolution devices (crt and lpr) .if \n(.H>23 .if \n(.V>19 \ \{\ . ds : e . ds 8 ss . ds o a . ds d- d\h'-1'\(ga . ds D- D\h'-1'\(hy . ds th \o'bp' . ds Th \o'LP' . ds ae ae . ds Ae AE .\} .rm #[ #] #H #V #F C .\" ======================================================================== .\" .IX Title "SMOKEPING_CONFIG 5" .TH SMOKEPING_CONFIG 5 "2018-05-15" "2.6.11" "SmokePing" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" smokeping_config \- Reference for the SmokePing Config File .SH "OVERVIEW" .IX Header "OVERVIEW" SmokePing takes its configuration from a single central configuration file. Its location must be hardcoded in the smokeping script and smokeping.cgi. .PP The contents of this manual is generated directly from the configuration file parser. .PP The Parser for the Configuration file is written using David Schweikers Config::Grammar module. Read all about it in Config::Grammar. .PP The Configuration file has a tree-like structure with section headings at various levels. It also contains variable assignments and tables. .PP Warning: this manual is rather long. See smokeping_examples for simple configuration examples. .SH "REFERENCE" .IX Header "REFERENCE" .SS "\s-1GENERAL SYNTAX\s0" .IX Subsection "GENERAL SYNTAX" The text below describes the general syntax of the SmokePing configuration file. It was copied from the Config::Grammar documentation. .PP \&'#' denotes a comment up to the end-of-line, empty lines are allowed and space at the beginning and end of lines is trimmed. .PP \&'\e' at the end of the line marks a continued line on the next line. A single space will be inserted between the concatenated lines. .PP \&'@include filename' is used to include another file. .PP \&'@define a some value' will replace all occurences of 'a' in the following text with 'some value'. .PP Fields in tables that contain white space can be enclosed in either \f(CW\*(C`\*(Aq\*(C'\fR or \f(CW\*(C`"\*(C'\fR. Whitespace can also be escaped with \f(CW\*(C`\e\*(C'\fR. Quotes inside quotes are allowed but must be escaped with a backslash as well. .SS "\s-1SPECIFIC SYNTAX\s0" .IX Subsection "SPECIFIC SYNTAX" The text below describes the specific syntax of the SmokePing configuration file. .SS "*** General *** \fI(mandatory section)\fP" .IX Subsection "*** General *** (mandatory section)" General configuration values valid for the whole SmokePing setup. .PP The following variables can be set in this section: .IP "\fBowner\fR \fI(mandatory setting)\fR" 4 .IX Item "owner (mandatory setting)" Name of the person responsible for this smokeping installation. .IP "\fBimgcache\fR \fI(mandatory setting)\fR" 4 .IX Item "imgcache (mandatory setting)" A directory which is visible on your webserver where SmokePing can cache graphs. .IP "\fBimgurl\fR \fI(mandatory setting)\fR" 4 .IX Item "imgurl (mandatory setting)" Either an absolute \s-1URL\s0 to the \fBimgcache\fR directory or one relative to the directory where you keep the SmokePing cgi. .IP "\fBdatadir\fR \fI(mandatory setting)\fR" 4 .IX Item "datadir (mandatory setting)" The directory where SmokePing can keep its rrd files. .IP "\fBdyndir\fR" 4 .IX Item "dyndir" The base directory where SmokePing keeps the files related to the \s-1DYNAMIC\s0 function. This directory must be writeable by the \s-1WWW\s0 server. It is also used for temporary storage of slave polling results by the master in the master/slave mode. .Sp If this variable is not specified, the value of \f(CW\*(C`datadir\*(C'\fR will be used instead. .IP "\fBpagedir\fR" 4 .IX Item "pagedir" Directory to store static representations of pages. .IP "\fBpiddir\fR \fI(mandatory setting)\fR" 4 .IX Item "piddir (mandatory setting)" The directory where SmokePing keeps its pid when daemonised. .IP "\fBsendmail\fR" 4 .IX Item "sendmail" Path to your sendmail binary. It will be used for sending mails in connection with the support of \s-1DYNAMIC\s0 addresses. .IP "\fBoffset\fR" 4 .IX Item "offset" 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 \s-1NOT\s0 influence the rrds itself, it is just a matter of when data acqusition is initiated. The default offset is 'random'. .IP "\fBsmokemail\fR \fI(mandatory setting)\fR" 4 .IX Item "smokemail (mandatory setting)" Path to the mail template for \s-1DYNAMIC\s0 hosts. This mail template must contain keywords of the form \fB<##\fR\fIkeyword\fR\fB##>\fR. There is a sample template included with SmokePing. .IP "\fBcgiurl\fR \fI(mandatory setting)\fR" 4 .IX Item "cgiurl (mandatory setting)" Complete \s-1URL\s0 path of the SmokePing.cgi .IP "\fBmailhost\fR" 4 .IX Item "mailhost" 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 \s-1DYNAMIC\s0 client script). Several comma separated mailhosts can be specified. SmokePing will try one after the other if one does not answer for 5 seconds. .IP "\fBmailuser\fR" 4 .IX Item "mailuser" username on mailhost, SmokePing will use this user to send mail (Net::SMTP). .IP "\fBmailpass\fR" 4 .IX Item "mailpass" password of username on mailhost, SmokePing will use this password to send mail (Net::SMTP). .IP "\fBsnpphost\fR" 4 .IX Item "snpphost" If you have a \s-1SNPP\s0 (Simple Network Pager Protocol) server at hand, you can have alerts sent there too. Use the syntax \fBsnpp:someaddress\fR to use a snpp address in any place where you can use a mail address otherwhise. .IP "\fBcontact\fR \fI(mandatory setting)\fR" 4 .IX Item "contact (mandatory setting)" Mail address of the person responsible for this smokeping installation. .IP "\fBdisplay_name\fR" 4 .IX Item "display_name" What should the master host be called when working in master/slave mode. This is used in the overview graph for example. .IP "\fBsyslogfacility\fR" 4 .IX Item "syslogfacility" The syslog facility to use, eg. local0...local7. Note: syslog logging is only used if you specify this. .IP "\fBsyslogpriority\fR" 4 .IX Item "syslogpriority" The syslog priority to use, eg. debug, notice or info. Default is info. .IP "\fBconcurrentprobes\fR" 4 .IX Item "concurrentprobes" 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-specific 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'. .IP "\fBchangeprocessnames\fR" 4 .IX Item "changeprocessnames" 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. .Sp Default value: changeprocessnames = yes .IP "\fBtmail\fR" 4 .IX Item "tmail" Path to your tSmoke \s-1HTML\s0 mail template file. See the tSmoke documentation for details. .IP "\fBchangecgiprogramname\fR" 4 .IX Item "changecgiprogramname" Usually the Smokeping \s-1CGI\s0 tries to log any possible errors with an extended program name that includes the \s-1IP\s0 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. .Sp Default value: changecgiprogramname = yes .IP "\fBlinkstyle\fR" 4 .IX Item "linkstyle" How the \s-1CGI\s0 self-referring links are created. The possible values are .RS 4 .IP "absolute" 4 .IX Item "absolute" Full hostname and path derived from the 'cgiurl' variable .Sp .IP "relative" 4 .IX Item "relative" Only the parameter part is specified .Sp .IP "original" 4 .IX Item "original" The way the links were generated before Smokeping version 2.0.4: no hostname, only the path .Sp .RE .RS 4 .Sp The default is \*(L"relative\*(R", which hopefully works for everybody. .Sp Default value: linkstyle = relative .RE .IP "\fBprecreateperms\fR" 4 .IX Item "precreateperms" If this variable is set, the Smokeping daemon will create its directory hierarchy under 'dyndir' (the CGI-writable tree) at startup with the specified directory permission bits. The value is interpreted as an octal value, eg. 775 for rwxrwxr-x etc. .Sp If unset, the directories will be created dynamically with umask 022. .Sp Example: precreateperms = 2755 .SS "*** Database *** \fI(mandatory section)\fP" .IX Subsection "*** Database *** (mandatory section)" 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. .PP The following variables can be set in this section: .IP "\fBstep\fR \fI(mandatory setting)\fR" 4 .IX Item "step (mandatory setting)" Duration of the base operation interval of SmokePing in seconds. SmokePing will venture out every \fBstep\fR seconds to ping your target hosts. If 'concurrentprobes' is set to 'yes' (see above), this variable can be overridden by each probe. Note that the step in the \s-1RRD\s0 files is fixed when they are originally generated, and if you change the step parameter afterwards, you'll have to delete the old \s-1RRD\s0 files or somehow convert them. .IP "\fBpings\fR \fI(mandatory setting)\fR" 4 .IX Item "pings (mandatory setting)" 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 \s-1RRD\s0 files is fixed when they are originally generated, and if you change this parameter afterwards, you'll have to delete the old \s-1RRD\s0 files or somehow convert them. .PP 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 \s-1RRA.\s0 .PP .Vb 8 \& # 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 .Ve .IP "column 0" 4 .IX Item "column 0" Consolidation method. .IP "column 1" 4 .IX Item "column 1" What part of the consolidated intervals must be known to warrant a known entry. .IP "column 2" 4 .IX Item "column 2" How many \fBsteps\fR to consolidate into for each \s-1RRA\s0 entry. .IP "column 3" 4 .IX Item "column 3" How many \fBrows\fR this \s-1RRA\s0 should have. .SS "*** Presentation *** \fI(mandatory section)\fP" .IX Subsection "*** Presentation *** (mandatory section)" Defines how the SmokePing data should be presented. .PP The following variables can be set in this section: .IP "\fBtemplate\fR \fI(mandatory setting)\fR" 4 .IX Item "template (mandatory setting)" The webpage template must contain keywords of the form \&\fB<##\fR\fIkeyword\fR\fB##>\fR. 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. .IP "\fBcharset\fR" 4 .IX Item "charset" By default, SmokePing assumes the 'utf\-8' character set. If you use something else, this is the place to speak up. .IP "\fBhtmltitle\fR" 4 .IX Item "htmltitle" By default, SmokePing will render the title of the graph in the image, when set to 'yes' the title is inserted in the html page. .IP "\fBgraphborders\fR" 4 .IX Item "graphborders" By default, SmokePing will render gray border on a light gray background, if set to 'no' borders will be hidden and the background and canvas will be transparent. .PP The following sections are valid on level 1: .IP "\fB+overview\fR \fI(mandatory section)\fR" 4 .IX Item "+overview (mandatory section)" The Overview section defines how the Overview graphs should look. .Sp The following variables can be set in this section: .RS 4 .IP "\fBwidth\fR \fI(mandatory setting)\fR" 4 .IX Item "width (mandatory setting)" Width of the Overview Graphs. .IP "\fBheight\fR \fI(mandatory setting)\fR" 4 .IX Item "height (mandatory setting)" Height of the Overview Graphs. .IP "\fBrange\fR" 4 .IX Item "range" How much time should be depicted in the Overview graph. Time must be specified as a number followed by a letter which specifies the unit of time. Known units are: \&\fBs\fReconds, \fBm\fRinutes, \fBh\fRours, \fBd\fRdays, \fBw\fReeks, \fBy\fRears. .IP "\fBmax_rtt\fR" 4 .IX Item "max_rtt" Any roundtrip time larger than this value will cropped in the overview graph .IP "\fBmedian_color\fR" 4 .IX Item "median_color" By default the median line is drawn in red. Override it here with a hex color in the format \fIrrggbb\fR. Note that if you work with slaves, the slaves medians will be drawn in the slave color in the overview graph. .IP "\fBstrftime\fR" 4 .IX Item "strftime" Use posix strftime to format the timestamp in the left hand lower corner of the overview graph .RE .RS 4 .RE .IP "\fB+detail\fR \fI(mandatory section)\fR" 4 .IX Item "+detail (mandatory section)" The following variables can be set in this section: .RS 4 .IP "\fBwidth\fR \fI(mandatory setting)\fR" 4 .IX Item "width (mandatory setting)" How many pixels wide should detail graphs be .IP "\fBheight\fR \fI(mandatory setting)\fR" 4 .IX Item "height (mandatory setting)" How many pixels high should detail graphs be .IP "\fBloss_background\fR" 4 .IX Item "loss_background" Should the graphs be shown with a background showing loss data for emphasis (yes/no)? .Sp If this option is enabled, uptime data is no longer displayed in the graph background. .IP "\fBlogarithmic\fR" 4 .IX Item "logarithmic" should the graphs be shown in a logarithmic scale (yes/no) .IP "\fBunison_tolerance\fR" 4 .IX Item "unison_tolerance" 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 .IP "\fBmax_rtt\fR" 4 .IX Item "max_rtt" Any roundtrip time larger than this value will cropped in the detail graph .IP "\fBstrftime\fR" 4 .IX Item "strftime" Use posix strftime to format the timestamp in the left hand lower corner of the detail graph .IP "\fBnodata_color\fR" 4 .IX Item "nodata_color" Paint the graph background in a special color when there is no data for this period because smokeping has not been running (#rrggbb) .RE .RS 4 .Sp The detailed display can contain several graphs of different resolution. In this table you can specify the resolution of each graph. .Sp Example: .Sp .Vb 4 \& "Last 3 Hours" 3h \& "Last 30 Hours" 30h \& "Last 10 Days" 10d \& "Last 400 Days" 400d .Ve .IP "column 0" 4 .IX Item "column 0" Description of the particular resolution. .IP "column 1" 4 .IX Item "column 1" How much time should be depicted. The format is the same as for the \fBage\fR parameter of the Overview section. .RE .RS 4 .Sp The following sections are valid on level 2: .IP "\fB++loss_colors\fR" 4 .IX Item "++loss_colors" 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. .Sp Example: .Sp .Vb 4 \& Loss Color Legend \& 1 00ff00 "<1" \& 3 0000ff "<3" \& 1000 ff0000 ">=3" .Ve .RS 4 .IP "column 0" 4 .IX Item "column 0" Activate when the number of losst pings is larger or equal to this number .IP "column 1" 4 .IX Item "column 1" Color for this range. .IP "column 2" 4 .IX Item "column 2" Description for this range. .RE .RS 4 .RE .IP "\fB++uptime_colors\fR" 4 .IX Item "++uptime_colors" When monitoring a host with \s-1DYNAMIC\s0 addressing, SmokePing will keep track of how long the machine is able to keep the same \s-1IP\s0 address. This time is plotted as a color in the graphs background. SmokePing comes with a reasonable default setting, but you may choose to disagree. The table below lets you specify your own coloring .Sp Example: .Sp .Vb 5 \& # Uptime Color Legend \& 3600 00ff00 "<1h" \& 86400 0000ff "<1d" \& 604800 ff0000 "<1w" \& 1000000000000 ffff00 ">1w" .Ve .Sp Uptime is in days! .RS 4 .IP "column 0" 4 .IX Item "column 0" Activate when uptime in days is larger of equal to this number .IP "column 1" 4 .IX Item "column 1" Color for this uptime range. .IP "column 2" 4 .IX Item "column 2" Description for this range. .RE .RS 4 .RE .RE .RS 4 .RE .IP "\fB+charts\fR" 4 .IX Item "+charts" The SmokePing Charts feature allow you to have Top X lists created according to various criteria. .Sp Each type of Chart must live in its own subsection. .Sp .Vb 8 \& + 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 .Ve .Sp The following variables can be set in this section: .RS 4 .IP "\fBmenu\fR \fI(mandatory setting)\fR" 4 .IX Item "menu (mandatory setting)" Menu entry for the Charts Section. .IP "\fBtitle\fR \fI(mandatory setting)\fR" 4 .IX Item "title (mandatory setting)" Page title for the Charts Section. .RE .RS 4 .Sp The following sections are valid on level 2: .IP "\fB++/[\-_0\-9a\-zA\-Z]+/\fR" 4 .IX Item "++/[-_0-9a-zA-Z]+/" The following variables can be set in this section: .RS 4 .IP "\fBmenu\fR \fI(mandatory setting)\fR" 4 .IX Item "menu (mandatory setting)" Menu entry .IP "\fBtitle\fR \fI(mandatory setting)\fR" 4 .IX Item "title (mandatory setting)" Page title .IP "\fBsorter\fR \fI(mandatory setting)\fR" 4 .IX Item "sorter (mandatory setting)" sorter for this charts sections .IP "\fBformat\fR" 4 .IX Item "format" sprintf format string to format curent value .RE .RS 4 .RE .RE .RS 4 .RE .IP "\fB+multihost\fR" 4 .IX Item "+multihost" Settings for the multihost graphs. At the moment this is only used for the color setting. Check the documentation on the host property of the target section for more. .Sp The following variables can be set in this section: .RS 4 .IP "\fBcolors\fR" 4 .IX Item "colors" Space separated list of colors for multihost graphs .Sp Example: colors = ff0000 00ff00 0000ff .RE .RS 4 .RE .IP "\fB+hierarchies\fR" 4 .IX Item "+hierarchies" Provide an alternative presentation hierarchy for your smokeping data. After setting up a hierarchy in this section. You can use it in each tagets parent property. A drop-down menu in the smokeping website lets the user switch presentation hierarchy. .Sp The following sections are valid on level 2: .RS 4 .IP "\fB++/[\-_0\-9a\-zA\-Z]+/\fR" 4 .IX Item "++/[-_0-9a-zA-Z]+/" Identifier of the hierarchie. Use this as prefix in the targets parent property .Sp The following variables can be set in this section: .RS 4 .IP "\fBtitle\fR \fI(mandatory setting)\fR" 4 .IX Item "title (mandatory setting)" Title for this hierarchy .RE .RS 4 .RE .RE .RS 4 .RE .SS "*** Probes *** \fI(mandatory section)\fP" .IX Subsection "*** Probes *** (mandatory section)" 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. .PP The following sections are valid on level 1: .IP "\fB+/[\-_0\-9a\-zA\-Z]+/\fR" 4 .IX Item "+/[-_0-9a-zA-Z]+/" Each module can take specific configuration information from this area. The jumble of letters above is a regular expression defining legal module names. .Sp See the documentation of each module for details about its variables. .Sp The grammar of this section is \fIdynamically\fR modified based on its name. .Sp The following sections are valid on level 2: .RS 4 .IP "\fB++/[\-_0\-9a\-zA\-Z]+/\fR" 4 .IX Item "++/[-_0-9a-zA-Z]+/" You can define multiple instances of the same probe with subsections. 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 determines what the probe will be called, so you can write descriptive names for the probes. .Sp 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. .Sp The example above would be written like this: .Sp .Vb 1 \& *** Probes *** \& \& + FPing \& # this value is common for the two subprobes \& binary = /usr/bin/fping \& \& ++ FPingLarge \& packetsize = 1000 \& step = 300 \& \& ++ FPingSmall \& packetsize = 64 \& step = 30 .Ve .RE .RS 4 .Sp Dynamical grammar changes for example instances of this section: .IP "\fBAnotherCurl\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "AnotherCurl: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBbinary\fR" 4 .IX Item "binary" see above .Sp Default value: binary = /usr/bin/curl .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .IP "\fBstep\fR" 4 .IX Item "step" see above .IP "\fBagent\fR" 4 .IX Item "agent" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBextraargs\fR" 4 .IX Item "extraargs" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBextrare\fR" 4 .IX Item "extrare" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: extrare = / / .IP "\fBfollow_redirects\fR" 4 .IX Item "follow_redirects" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: follow_redirects = no .IP "\fBinclude_redirects\fR" 4 .IX Item "include_redirects" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: include_redirects = no .IP "\fBinsecure_ssl\fR" 4 .IX Item "insecure_ssl" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBinterface\fR" 4 .IX Item "interface" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBpings\fR" 4 .IX Item "pings" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBssl2\fR" 4 .IX Item "ssl2" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBtimeout\fR" 4 .IX Item "timeout" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: timeout = 10 .IP "\fBurlformat\fR" 4 .IX Item "urlformat" (This variable can be overridden target-specifically in the Targets section.) .Sp This variable \fIdynamically\fR modifies the grammar based on its value. .IP "\fBwrite_out\fR" 4 .IX Item "write_out" (This variable can be overridden target-specifically in the Targets section.) .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBbinary\fR" 4 .IX Item "binary" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: binary = /usr/bin/curl .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBstep\fR" 4 .IX Item "step" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBagent\fR" 4 .IX Item "agent" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBextraargs\fR" 4 .IX Item "extraargs" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBextrare\fR" 4 .IX Item "extrare" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: extrare = / / .IP "\fBfollow_redirects\fR" 4 .IX Item "follow_redirects" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: follow_redirects = no .IP "\fBinclude_redirects\fR" 4 .IX Item "include_redirects" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: include_redirects = no .IP "\fBinsecure_ssl\fR" 4 .IX Item "insecure_ssl" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBinterface\fR" 4 .IX Item "interface" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBssl2\fR" 4 .IX Item "ssl2" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: timeout = 10 .IP "\fBurlformat\fR" 4 .IX Item "urlformat" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBwrite_out\fR" 4 .IX Item "write_out" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for example instance \f(CW\*(C`AnotherCurl\*(C'\fR.) .RE .IP "\fBAnotherDNS\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "AnotherDNS: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .IP "\fBstep\fR" 4 .IX Item "step" see above .IP "\fBauthoritative\fR" 4 .IX Item "authoritative" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBipversion\fR" 4 .IX Item "ipversion" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: ipversion = 4 .IP "\fBlookup\fR" 4 .IX Item "lookup" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBmininterval\fR" 4 .IX Item "mininterval" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: mininterval = 0.5 .IP "\fBpings\fR" 4 .IX Item "pings" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBport\fR" 4 .IX Item "port" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: port = 53 .IP "\fBprotocol\fR" 4 .IX Item "protocol" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: protocol = udp .IP "\fBrecordtype\fR" 4 .IX Item "recordtype" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: recordtype = A .IP "\fBrequire_answers\fR" 4 .IX Item "require_answers" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBrequire_noerror\fR" 4 .IX Item "require_noerror" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBtimeout\fR" 4 .IX Item "timeout" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: timeout = 5 .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBstep\fR" 4 .IX Item "step" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBauthoritative\fR" 4 .IX Item "authoritative" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBipversion\fR" 4 .IX Item "ipversion" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: ipversion = 4 .IP "\fBlookup\fR" 4 .IX Item "lookup" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBmininterval\fR" 4 .IX Item "mininterval" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: mininterval = 0.5 .IP "\fBpings\fR" 4 .IX Item "pings" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBport\fR" 4 .IX Item "port" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: port = 53 .IP "\fBprotocol\fR" 4 .IX Item "protocol" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: protocol = udp .IP "\fBrecordtype\fR" 4 .IX Item "recordtype" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: recordtype = A .IP "\fBrequire_answers\fR" 4 .IX Item "require_answers" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBrequire_noerror\fR" 4 .IX Item "require_noerror" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: timeout = 5 .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for example instance \f(CW\*(C`AnotherDNS\*(C'\fR.) .RE .IP "\fBAnotherSSH\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "AnotherSSH: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .IP "\fBstep\fR" 4 .IX Item "step" see above .IP "\fBgreeting\fR" 4 .IX Item "greeting" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: greeting = SSH-Latency-Measurement-Sorry-for-this-logmessage .IP "\fBinterval\fR" 4 .IX Item "interval" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: interval = established .IP "\fBmininterval\fR" 4 .IX Item "mininterval" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: mininterval = 0.5 .IP "\fBpings\fR" 4 .IX Item "pings" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBport\fR" 4 .IX Item "port" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: port = 22 .IP "\fBtimeout\fR" 4 .IX Item "timeout" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: timeout = 5 .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBstep\fR" 4 .IX Item "step" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBgreeting\fR" 4 .IX Item "greeting" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: greeting = SSH-Latency-Measurement-Sorry-for-this-logmessage .IP "\fBinterval\fR" 4 .IX Item "interval" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: interval = established .IP "\fBmininterval\fR" 4 .IX Item "mininterval" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: mininterval = 0.5 .IP "\fBpings\fR" 4 .IX Item "pings" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBport\fR" 4 .IX Item "port" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: port = 22 .IP "\fBtimeout\fR" 4 .IX Item "timeout" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: timeout = 5 .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for example instance \f(CW\*(C`AnotherSSH\*(C'\fR.) .RE .IP "\fBCiscoRTTMonDNS\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "CiscoRTTMonDNS: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .IP "\fBstep\fR" 4 .IX Item "step" see above .IP "\fBioshost\fR" 4 .IX Item "ioshost" (This variable can be overridden target-specifically in the Targets section.) .Sp This variable \fIdynamically\fR modifies the grammar based on its value. .IP "\fBiosint\fR" 4 .IX Item "iosint" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBname\fR" 4 .IX Item "name" (This variable can be overridden target-specifically in the Targets section.) .Sp This variable \fIdynamically\fR modifies the grammar based on its value. .IP "\fBpings\fR" 4 .IX Item "pings" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBtimeout\fR" 4 .IX Item "timeout" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: timeout = 15 .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBstep\fR" 4 .IX Item "step" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBioshost\fR" 4 .IX Item "ioshost" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBiosint\fR" 4 .IX Item "iosint" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBname\fR" 4 .IX Item "name" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: timeout = 15 .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for example instance \f(CW\*(C`CiscoRTTMonDNS\*(C'\fR.) .RE .IP "\fBCiscoRTTMonEchoICMP\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "CiscoRTTMonEchoICMP: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .IP "\fBstep\fR" 4 .IX Item "step" see above .IP "\fBioshost\fR" 4 .IX Item "ioshost" (This variable can be overridden target-specifically in the Targets section.) .Sp This variable \fIdynamically\fR modifies the grammar based on its value. .IP "\fBiosint\fR" 4 .IX Item "iosint" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBpacketsize\fR" 4 .IX Item "packetsize" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: packetsize = 56 .IP "\fBpings\fR" 4 .IX Item "pings" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBtimeout\fR" 4 .IX Item "timeout" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: timeout = 15 .IP "\fBtos\fR" 4 .IX Item "tos" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBvrf\fR" 4 .IX Item "vrf" (This variable can be overridden target-specifically in the Targets section.) .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBstep\fR" 4 .IX Item "step" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBioshost\fR" 4 .IX Item "ioshost" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBiosint\fR" 4 .IX Item "iosint" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpacketsize\fR" 4 .IX Item "packetsize" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: packetsize = 56 .IP "\fBpings\fR" 4 .IX Item "pings" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: timeout = 15 .IP "\fBtos\fR" 4 .IX Item "tos" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBvrf\fR" 4 .IX Item "vrf" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for example instance \f(CW\*(C`CiscoRTTMonEchoICMP\*(C'\fR.) .RE .IP "\fBCiscoRTTMonTcpConnect\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "CiscoRTTMonTcpConnect: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .IP "\fBstep\fR" 4 .IX Item "step" see above .IP "\fBioshost\fR" 4 .IX Item "ioshost" (This variable can be overridden target-specifically in the Targets section.) .Sp This variable \fIdynamically\fR modifies the grammar based on its value. .IP "\fBiosint\fR" 4 .IX Item "iosint" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBpings\fR" 4 .IX Item "pings" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBport\fR" 4 .IX Item "port" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: port = 80 .IP "\fBtimeout\fR" 4 .IX Item "timeout" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: timeout = 15 .IP "\fBtos\fR" 4 .IX Item "tos" (This variable can be overridden target-specifically in the Targets section.) .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBstep\fR" 4 .IX Item "step" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBioshost\fR" 4 .IX Item "ioshost" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBiosint\fR" 4 .IX Item "iosint" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBport\fR" 4 .IX Item "port" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: port = 80 .IP "\fBtimeout\fR" 4 .IX Item "timeout" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: timeout = 15 .IP "\fBtos\fR" 4 .IX Item "tos" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for example instance \f(CW\*(C`CiscoRTTMonTcpConnect\*(C'\fR.) .RE .IP "\fBCurl\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "Curl: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBbinary\fR" 4 .IX Item "binary" see above .Sp Default value: binary = /usr/bin/curl .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .IP "\fBstep\fR" 4 .IX Item "step" see above .IP "\fBagent\fR" 4 .IX Item "agent" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBexpect\fR" 4 .IX Item "expect" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBextraargs\fR" 4 .IX Item "extraargs" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBextrare\fR" 4 .IX Item "extrare" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: extrare = / / .IP "\fBfollow_redirects\fR" 4 .IX Item "follow_redirects" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: follow_redirects = no .IP "\fBinclude_redirects\fR" 4 .IX Item "include_redirects" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: include_redirects = no .IP "\fBinsecure_ssl\fR" 4 .IX Item "insecure_ssl" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBinterface\fR" 4 .IX Item "interface" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBpings\fR" 4 .IX Item "pings" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBssl2\fR" 4 .IX Item "ssl2" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBtimeout\fR" 4 .IX Item "timeout" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: timeout = 10 .IP "\fBurlformat\fR" 4 .IX Item "urlformat" (This variable can be overridden target-specifically in the Targets section.) .Sp This variable \fIdynamically\fR modifies the grammar based on its value. .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBbinary\fR" 4 .IX Item "binary" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: binary = /usr/bin/curl .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBstep\fR" 4 .IX Item "step" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBagent\fR" 4 .IX Item "agent" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBexpect\fR" 4 .IX Item "expect" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBextraargs\fR" 4 .IX Item "extraargs" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBextrare\fR" 4 .IX Item "extrare" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: extrare = / / .IP "\fBfollow_redirects\fR" 4 .IX Item "follow_redirects" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: follow_redirects = no .IP "\fBinclude_redirects\fR" 4 .IX Item "include_redirects" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: include_redirects = no .IP "\fBinsecure_ssl\fR" 4 .IX Item "insecure_ssl" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBinterface\fR" 4 .IX Item "interface" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBssl2\fR" 4 .IX Item "ssl2" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: timeout = 10 .IP "\fBurlformat\fR" 4 .IX Item "urlformat" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for example instance \f(CW\*(C`Curl\*(C'\fR.) .RE .IP "\fB\s-1DNS\s0\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "DNS: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBbinary\fR \fI(mandatory setting)\fR" 4 .IX Item "binary (mandatory setting)" see above .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .IP "\fBstep\fR" 4 .IX Item "step" see above .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp Default value: timeout = 5 .IP "\fBlookup\fR" 4 .IX Item "lookup" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBpings\fR" 4 .IX Item "pings" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBserver\fR" 4 .IX Item "server" (This variable can be overridden target-specifically in the Targets section.) .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBbinary\fR \fI(mandatory setting)\fR" 4 .IX Item "binary (mandatory setting)" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBstep\fR" 4 .IX Item "step" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: timeout = 5 .IP "\fBlookup\fR" 4 .IX Item "lookup" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBserver\fR" 4 .IX Item "server" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for example instance \f(CW\*(C`DNS\*(C'\fR.) .RE .IP "\fBDismanPing\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "DismanPing: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .IP "\fBpings\fR" 4 .IX Item "pings" see above .Sp Default value: pings = 15 .IP "\fBstep\fR" 4 .IX Item "step" see above .IP "\fBownerindex\fR" 4 .IX Item "ownerindex" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBpacketsize\fR" 4 .IX Item "packetsize" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: packetsize = 56 .IP "\fBpinghost\fR" 4 .IX Item "pinghost" (This variable can be overridden target-specifically in the Targets section.) .Sp This variable \fIdynamically\fR modifies the grammar based on its value. .IP "\fBpingsrc\fR" 4 .IX Item "pingsrc" (This variable can be overridden target-specifically in the Targets section.) .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBoffset\fR" 4 .IX Item "offset" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: pings = 15 .IP "\fBstep\fR" 4 .IX Item "step" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBownerindex\fR" 4 .IX Item "ownerindex" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpacketsize\fR" 4 .IX Item "packetsize" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: packetsize = 56 .IP "\fBpinghost\fR" 4 .IX Item "pinghost" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpingsrc\fR" 4 .IX Item "pingsrc" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for example instance \f(CW\*(C`DismanPing\*(C'\fR.) .RE .IP "\fBEchoPing\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "EchoPing: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBbinary\fR" 4 .IX Item "binary" see above .Sp Default value: binary = /usr/bin/echoping .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .IP "\fBstep\fR" 4 .IX Item "step" see above .IP "\fBextraopts\fR" 4 .IX Item "extraopts" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBfill\fR" 4 .IX Item "fill" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBipversion\fR" 4 .IX Item "ipversion" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBpings\fR" 4 .IX Item "pings" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBpriority\fR" 4 .IX Item "priority" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBsize\fR" 4 .IX Item "size" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBtimeout\fR" 4 .IX Item "timeout" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: timeout = 5 .IP "\fBtos\fR" 4 .IX Item "tos" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBudp\fR" 4 .IX Item "udp" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBwaittime\fR" 4 .IX Item "waittime" (This variable can be overridden target-specifically in the Targets section.) .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBbinary\fR" 4 .IX Item "binary" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: binary = /usr/bin/echoping .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBstep\fR" 4 .IX Item "step" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBextraopts\fR" 4 .IX Item "extraopts" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBfill\fR" 4 .IX Item "fill" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBipversion\fR" 4 .IX Item "ipversion" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpriority\fR" 4 .IX Item "priority" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBsize\fR" 4 .IX Item "size" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: timeout = 5 .IP "\fBtos\fR" 4 .IX Item "tos" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBudp\fR" 4 .IX Item "udp" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBwaittime\fR" 4 .IX Item "waittime" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for example instance \f(CW\*(C`EchoPing\*(C'\fR.) .RE .IP "\fBEchoPingChargen\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "EchoPingChargen: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBbinary\fR" 4 .IX Item "binary" see above .Sp Default value: binary = /usr/bin/echoping .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .IP "\fBstep\fR" 4 .IX Item "step" see above .IP "\fBextraopts\fR" 4 .IX Item "extraopts" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBfill\fR" 4 .IX Item "fill" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBipversion\fR" 4 .IX Item "ipversion" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBpings\fR" 4 .IX Item "pings" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBpriority\fR" 4 .IX Item "priority" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBsize\fR" 4 .IX Item "size" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBtimeout\fR" 4 .IX Item "timeout" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: timeout = 5 .IP "\fBtos\fR" 4 .IX Item "tos" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBwaittime\fR" 4 .IX Item "waittime" (This variable can be overridden target-specifically in the Targets section.) .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBbinary\fR" 4 .IX Item "binary" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: binary = /usr/bin/echoping .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBstep\fR" 4 .IX Item "step" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBextraopts\fR" 4 .IX Item "extraopts" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBfill\fR" 4 .IX Item "fill" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBipversion\fR" 4 .IX Item "ipversion" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpriority\fR" 4 .IX Item "priority" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBsize\fR" 4 .IX Item "size" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: timeout = 5 .IP "\fBtos\fR" 4 .IX Item "tos" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBwaittime\fR" 4 .IX Item "waittime" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for example instance \f(CW\*(C`EchoPingChargen\*(C'\fR.) .RE .IP "\fBEchoPingDNS\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "EchoPingDNS: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBbinary\fR" 4 .IX Item "binary" see above .Sp Default value: binary = /usr/bin/echoping .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .IP "\fBstep\fR" 4 .IX Item "step" see above .IP "\fBdns_request\fR" 4 .IX Item "dns_request" (This variable can be overridden target-specifically in the Targets section.) .Sp This variable \fIdynamically\fR modifies the grammar based on its value. .IP "\fBdns_tcp\fR" 4 .IX Item "dns_tcp" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBdns_type\fR" 4 .IX Item "dns_type" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: dns_type = A .IP "\fBextraopts\fR" 4 .IX Item "extraopts" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBipversion\fR" 4 .IX Item "ipversion" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBpings\fR" 4 .IX Item "pings" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBplugin\fR" 4 .IX Item "plugin" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: plugin = dns .IP "\fBpluginargs\fR" 4 .IX Item "pluginargs" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBpriority\fR" 4 .IX Item "priority" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBtimeout\fR" 4 .IX Item "timeout" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: timeout = 5 .IP "\fBtos\fR" 4 .IX Item "tos" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBwaittime\fR" 4 .IX Item "waittime" (This variable can be overridden target-specifically in the Targets section.) .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBbinary\fR" 4 .IX Item "binary" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: binary = /usr/bin/echoping .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBstep\fR" 4 .IX Item "step" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBdns_request\fR" 4 .IX Item "dns_request" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBdns_tcp\fR" 4 .IX Item "dns_tcp" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBdns_type\fR" 4 .IX Item "dns_type" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: dns_type = A .IP "\fBextraopts\fR" 4 .IX Item "extraopts" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBipversion\fR" 4 .IX Item "ipversion" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBplugin\fR" 4 .IX Item "plugin" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: plugin = dns .IP "\fBpluginargs\fR" 4 .IX Item "pluginargs" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpriority\fR" 4 .IX Item "priority" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: timeout = 5 .IP "\fBtos\fR" 4 .IX Item "tos" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBwaittime\fR" 4 .IX Item "waittime" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for example instance \f(CW\*(C`EchoPingDNS\*(C'\fR.) .RE .IP "\fBEchoPingDiscard\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "EchoPingDiscard: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBbinary\fR" 4 .IX Item "binary" see above .Sp Default value: binary = /usr/bin/echoping .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .IP "\fBstep\fR" 4 .IX Item "step" see above .IP "\fBextraopts\fR" 4 .IX Item "extraopts" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBfill\fR" 4 .IX Item "fill" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBipversion\fR" 4 .IX Item "ipversion" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBpings\fR" 4 .IX Item "pings" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBpriority\fR" 4 .IX Item "priority" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBsize\fR" 4 .IX Item "size" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBtimeout\fR" 4 .IX Item "timeout" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: timeout = 5 .IP "\fBtos\fR" 4 .IX Item "tos" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBudp\fR" 4 .IX Item "udp" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBwaittime\fR" 4 .IX Item "waittime" (This variable can be overridden target-specifically in the Targets section.) .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBbinary\fR" 4 .IX Item "binary" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: binary = /usr/bin/echoping .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBstep\fR" 4 .IX Item "step" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBextraopts\fR" 4 .IX Item "extraopts" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBfill\fR" 4 .IX Item "fill" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBipversion\fR" 4 .IX Item "ipversion" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpriority\fR" 4 .IX Item "priority" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBsize\fR" 4 .IX Item "size" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: timeout = 5 .IP "\fBtos\fR" 4 .IX Item "tos" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBudp\fR" 4 .IX Item "udp" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBwaittime\fR" 4 .IX Item "waittime" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for example instance \f(CW\*(C`EchoPingDiscard\*(C'\fR.) .RE .IP "\fBEchoPingHttp\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "EchoPingHttp: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBbinary\fR" 4 .IX Item "binary" see above .Sp Default value: binary = /usr/bin/echoping .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .IP "\fBstep\fR" 4 .IX Item "step" see above .IP "\fBaccept_redirects\fR" 4 .IX Item "accept_redirects" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBextraopts\fR" 4 .IX Item "extraopts" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBignore_cache\fR" 4 .IX Item "ignore_cache" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBipversion\fR" 4 .IX Item "ipversion" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBpings\fR" 4 .IX Item "pings" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBport\fR" 4 .IX Item "port" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBpriority\fR" 4 .IX Item "priority" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBrevalidate_data\fR" 4 .IX Item "revalidate_data" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBtimeout\fR" 4 .IX Item "timeout" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: timeout = 10 .IP "\fBtos\fR" 4 .IX Item "tos" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBurl\fR" 4 .IX Item "url" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: url = / .IP "\fBwaittime\fR" 4 .IX Item "waittime" (This variable can be overridden target-specifically in the Targets section.) .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBbinary\fR" 4 .IX Item "binary" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: binary = /usr/bin/echoping .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBstep\fR" 4 .IX Item "step" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBaccept_redirects\fR" 4 .IX Item "accept_redirects" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBextraopts\fR" 4 .IX Item "extraopts" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBignore_cache\fR" 4 .IX Item "ignore_cache" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBipversion\fR" 4 .IX Item "ipversion" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBport\fR" 4 .IX Item "port" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpriority\fR" 4 .IX Item "priority" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBrevalidate_data\fR" 4 .IX Item "revalidate_data" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: timeout = 10 .IP "\fBtos\fR" 4 .IX Item "tos" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBurl\fR" 4 .IX Item "url" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: url = / .IP "\fBwaittime\fR" 4 .IX Item "waittime" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for example instance \f(CW\*(C`EchoPingHttp\*(C'\fR.) .RE .IP "\fBEchoPingHttps\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "EchoPingHttps: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBbinary\fR" 4 .IX Item "binary" see above .Sp Default value: binary = /usr/bin/echoping .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .IP "\fBstep\fR" 4 .IX Item "step" see above .IP "\fBaccept_redirects\fR" 4 .IX Item "accept_redirects" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBextraopts\fR" 4 .IX Item "extraopts" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBignore_cache\fR" 4 .IX Item "ignore_cache" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBipversion\fR" 4 .IX Item "ipversion" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBpings\fR" 4 .IX Item "pings" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBport\fR" 4 .IX Item "port" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBpriority\fR" 4 .IX Item "priority" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBprot\fR" 4 .IX Item "prot" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: prot = 443 .IP "\fBrevalidate_data\fR" 4 .IX Item "revalidate_data" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBtimeout\fR" 4 .IX Item "timeout" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: timeout = 10 .IP "\fBtos\fR" 4 .IX Item "tos" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBurl\fR" 4 .IX Item "url" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: url = / .IP "\fBwaittime\fR" 4 .IX Item "waittime" (This variable can be overridden target-specifically in the Targets section.) .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBbinary\fR" 4 .IX Item "binary" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: binary = /usr/bin/echoping .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBstep\fR" 4 .IX Item "step" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBaccept_redirects\fR" 4 .IX Item "accept_redirects" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBextraopts\fR" 4 .IX Item "extraopts" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBignore_cache\fR" 4 .IX Item "ignore_cache" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBipversion\fR" 4 .IX Item "ipversion" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBport\fR" 4 .IX Item "port" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpriority\fR" 4 .IX Item "priority" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBprot\fR" 4 .IX Item "prot" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: prot = 443 .IP "\fBrevalidate_data\fR" 4 .IX Item "revalidate_data" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: timeout = 10 .IP "\fBtos\fR" 4 .IX Item "tos" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBurl\fR" 4 .IX Item "url" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: url = / .IP "\fBwaittime\fR" 4 .IX Item "waittime" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for example instance \f(CW\*(C`EchoPingHttps\*(C'\fR.) .RE .IP "\fBEchoPingIcp\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "EchoPingIcp: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBbinary\fR" 4 .IX Item "binary" see above .Sp Default value: binary = /usr/bin/echoping .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .IP "\fBstep\fR" 4 .IX Item "step" see above .IP "\fBextraopts\fR" 4 .IX Item "extraopts" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBipversion\fR" 4 .IX Item "ipversion" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBpings\fR" 4 .IX Item "pings" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBpriority\fR" 4 .IX Item "priority" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBtimeout\fR" 4 .IX Item "timeout" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: timeout = 5 .IP "\fBtos\fR" 4 .IX Item "tos" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBurl\fR" 4 .IX Item "url" (This variable can be overridden target-specifically in the Targets section.) .Sp This variable \fIdynamically\fR modifies the grammar based on its value. .IP "\fBwaittime\fR" 4 .IX Item "waittime" (This variable can be overridden target-specifically in the Targets section.) .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBbinary\fR" 4 .IX Item "binary" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: binary = /usr/bin/echoping .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBstep\fR" 4 .IX Item "step" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBextraopts\fR" 4 .IX Item "extraopts" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBipversion\fR" 4 .IX Item "ipversion" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpriority\fR" 4 .IX Item "priority" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: timeout = 5 .IP "\fBtos\fR" 4 .IX Item "tos" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBurl\fR" 4 .IX Item "url" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBwaittime\fR" 4 .IX Item "waittime" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for example instance \f(CW\*(C`EchoPingIcp\*(C'\fR.) .RE .IP "\fBEchoPingLDAP\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "EchoPingLDAP: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBbinary\fR" 4 .IX Item "binary" see above .Sp Default value: binary = /usr/bin/echoping .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .IP "\fBstep\fR" 4 .IX Item "step" see above .IP "\fBextraopts\fR" 4 .IX Item "extraopts" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBipversion\fR" 4 .IX Item "ipversion" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBldap_base\fR" 4 .IX Item "ldap_base" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBldap_request\fR" 4 .IX Item "ldap_request" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBldap_scope\fR" 4 .IX Item "ldap_scope" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBpings\fR" 4 .IX Item "pings" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBplugin\fR" 4 .IX Item "plugin" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: plugin = ldap .IP "\fBpluginargs\fR" 4 .IX Item "pluginargs" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBpriority\fR" 4 .IX Item "priority" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBtimeout\fR" 4 .IX Item "timeout" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: timeout = 5 .IP "\fBtos\fR" 4 .IX Item "tos" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBwaittime\fR" 4 .IX Item "waittime" (This variable can be overridden target-specifically in the Targets section.) .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBbinary\fR" 4 .IX Item "binary" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: binary = /usr/bin/echoping .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBstep\fR" 4 .IX Item "step" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBextraopts\fR" 4 .IX Item "extraopts" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBipversion\fR" 4 .IX Item "ipversion" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBldap_base\fR" 4 .IX Item "ldap_base" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBldap_request\fR" 4 .IX Item "ldap_request" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBldap_scope\fR" 4 .IX Item "ldap_scope" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBplugin\fR" 4 .IX Item "plugin" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: plugin = ldap .IP "\fBpluginargs\fR" 4 .IX Item "pluginargs" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpriority\fR" 4 .IX Item "priority" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: timeout = 5 .IP "\fBtos\fR" 4 .IX Item "tos" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBwaittime\fR" 4 .IX Item "waittime" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for example instance \f(CW\*(C`EchoPingLDAP\*(C'\fR.) .RE .IP "\fBEchoPingPlugin\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "EchoPingPlugin: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBbinary\fR" 4 .IX Item "binary" see above .Sp Default value: binary = /usr/bin/echoping .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .IP "\fBstep\fR" 4 .IX Item "step" see above .IP "\fBextraopts\fR" 4 .IX Item "extraopts" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBipversion\fR" 4 .IX Item "ipversion" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBpings\fR" 4 .IX Item "pings" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBplugin\fR" 4 .IX Item "plugin" (This variable can be overridden target-specifically in the Targets section.) .Sp This variable \fIdynamically\fR modifies the grammar based on its value. .IP "\fBpluginargs\fR" 4 .IX Item "pluginargs" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBpriority\fR" 4 .IX Item "priority" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBtimeout\fR" 4 .IX Item "timeout" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: timeout = 5 .IP "\fBtos\fR" 4 .IX Item "tos" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBwaittime\fR" 4 .IX Item "waittime" (This variable can be overridden target-specifically in the Targets section.) .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBbinary\fR" 4 .IX Item "binary" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: binary = /usr/bin/echoping .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBstep\fR" 4 .IX Item "step" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBextraopts\fR" 4 .IX Item "extraopts" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBipversion\fR" 4 .IX Item "ipversion" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBplugin\fR" 4 .IX Item "plugin" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpluginargs\fR" 4 .IX Item "pluginargs" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpriority\fR" 4 .IX Item "priority" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: timeout = 5 .IP "\fBtos\fR" 4 .IX Item "tos" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBwaittime\fR" 4 .IX Item "waittime" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for example instance \f(CW\*(C`EchoPingPlugin\*(C'\fR.) .RE .IP "\fBEchoPingSmtp\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "EchoPingSmtp: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBbinary\fR" 4 .IX Item "binary" see above .Sp Default value: binary = /usr/bin/echoping .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .IP "\fBstep\fR" 4 .IX Item "step" see above .IP "\fBextraopts\fR" 4 .IX Item "extraopts" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBipversion\fR" 4 .IX Item "ipversion" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBpings\fR" 4 .IX Item "pings" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBpriority\fR" 4 .IX Item "priority" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBtimeout\fR" 4 .IX Item "timeout" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: timeout = 5 .IP "\fBtos\fR" 4 .IX Item "tos" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBwaittime\fR" 4 .IX Item "waittime" (This variable can be overridden target-specifically in the Targets section.) .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBbinary\fR" 4 .IX Item "binary" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: binary = /usr/bin/echoping .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBstep\fR" 4 .IX Item "step" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBextraopts\fR" 4 .IX Item "extraopts" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBipversion\fR" 4 .IX Item "ipversion" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpriority\fR" 4 .IX Item "priority" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: timeout = 5 .IP "\fBtos\fR" 4 .IX Item "tos" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBwaittime\fR" 4 .IX Item "waittime" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for example instance \f(CW\*(C`EchoPingSmtp\*(C'\fR.) .RE .IP "\fBEchoPingWhois\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "EchoPingWhois: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBbinary\fR" 4 .IX Item "binary" see above .Sp Default value: binary = /usr/bin/echoping .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .IP "\fBstep\fR" 4 .IX Item "step" see above .IP "\fBextraopts\fR" 4 .IX Item "extraopts" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBipversion\fR" 4 .IX Item "ipversion" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBpings\fR" 4 .IX Item "pings" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBplugin\fR" 4 .IX Item "plugin" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: plugin = whois .IP "\fBpluginargs\fR" 4 .IX Item "pluginargs" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBpriority\fR" 4 .IX Item "priority" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBtimeout\fR" 4 .IX Item "timeout" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: timeout = 5 .IP "\fBtos\fR" 4 .IX Item "tos" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBwaittime\fR" 4 .IX Item "waittime" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBwhois_request\fR" 4 .IX Item "whois_request" (This variable can be overridden target-specifically in the Targets section.) .Sp This variable \fIdynamically\fR modifies the grammar based on its value. .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBbinary\fR" 4 .IX Item "binary" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: binary = /usr/bin/echoping .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBstep\fR" 4 .IX Item "step" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBextraopts\fR" 4 .IX Item "extraopts" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBipversion\fR" 4 .IX Item "ipversion" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBplugin\fR" 4 .IX Item "plugin" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: plugin = whois .IP "\fBpluginargs\fR" 4 .IX Item "pluginargs" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpriority\fR" 4 .IX Item "priority" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: timeout = 5 .IP "\fBtos\fR" 4 .IX Item "tos" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBwaittime\fR" 4 .IX Item "waittime" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBwhois_request\fR" 4 .IX Item "whois_request" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for example instance \f(CW\*(C`EchoPingWhois\*(C'\fR.) .RE .IP "\fBFPing\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "FPing: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBbinary\fR \fI(mandatory setting)\fR" 4 .IX Item "binary (mandatory setting)" see above .IP "\fBblazemode\fR" 4 .IX Item "blazemode" see above .IP "\fBhostinterval\fR" 4 .IX Item "hostinterval" see above .IP "\fBmininterval\fR" 4 .IX Item "mininterval" see above .Sp Default value: mininterval = 0.01 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .IP "\fBpacketsize\fR" 4 .IX Item "packetsize" see above .IP "\fBpings\fR" 4 .IX Item "pings" see above .IP "\fBsourceaddress\fR" 4 .IX Item "sourceaddress" see above .IP "\fBstep\fR" 4 .IX Item "step" see above .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .IP "\fBtos\fR" 4 .IX Item "tos" see above .IP "\fBusestdout\fR" 4 .IX Item "usestdout" see above .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBbinary\fR \fI(mandatory setting)\fR" 4 .IX Item "binary (mandatory setting)" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBblazemode\fR" 4 .IX Item "blazemode" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBhostinterval\fR" 4 .IX Item "hostinterval" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBmininterval\fR" 4 .IX Item "mininterval" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: mininterval = 0.01 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpacketsize\fR" 4 .IX Item "packetsize" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBsourceaddress\fR" 4 .IX Item "sourceaddress" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBstep\fR" 4 .IX Item "step" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtos\fR" 4 .IX Item "tos" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBusestdout\fR" 4 .IX Item "usestdout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for example instance \f(CW\*(C`FPing\*(C'\fR.) .RE .IP "\fBFPing6\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "FPing6: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBbinary\fR \fI(mandatory setting)\fR" 4 .IX Item "binary (mandatory setting)" see above .IP "\fBblazemode\fR" 4 .IX Item "blazemode" see above .IP "\fBhostinterval\fR" 4 .IX Item "hostinterval" see above .IP "\fBmininterval\fR" 4 .IX Item "mininterval" see above .Sp Default value: mininterval = 0.01 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .IP "\fBpacketsize\fR" 4 .IX Item "packetsize" see above .IP "\fBpings\fR" 4 .IX Item "pings" see above .IP "\fBsourceaddress\fR" 4 .IX Item "sourceaddress" see above .IP "\fBstep\fR" 4 .IX Item "step" see above .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .IP "\fBtos\fR" 4 .IX Item "tos" see above .IP "\fBusestdout\fR" 4 .IX Item "usestdout" see above .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBbinary\fR \fI(mandatory setting)\fR" 4 .IX Item "binary (mandatory setting)" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBblazemode\fR" 4 .IX Item "blazemode" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBhostinterval\fR" 4 .IX Item "hostinterval" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBmininterval\fR" 4 .IX Item "mininterval" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: mininterval = 0.01 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpacketsize\fR" 4 .IX Item "packetsize" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBsourceaddress\fR" 4 .IX Item "sourceaddress" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBstep\fR" 4 .IX Item "step" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtos\fR" 4 .IX Item "tos" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBusestdout\fR" 4 .IX Item "usestdout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for example instance \f(CW\*(C`FPing6\*(C'\fR.) .RE .IP "\fBFPingContinuous\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "FPingContinuous: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBbinary\fR \fI(mandatory setting)\fR" 4 .IX Item "binary (mandatory setting)" see above .IP "\fBhostinterval\fR" 4 .IX Item "hostinterval" see above .IP "\fBoffset\fR" 4 .IX Item "offset" see above .IP "\fBpacketsize\fR" 4 .IX Item "packetsize" see above .IP "\fBpings\fR" 4 .IX Item "pings" see above .IP "\fBsourceaddress\fR" 4 .IX Item "sourceaddress" see above .IP "\fBstep\fR" 4 .IX Item "step" see above .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .IP "\fBtos\fR" 4 .IX Item "tos" see above .IP "\fBusestdout\fR" 4 .IX Item "usestdout" see above .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBbinary\fR \fI(mandatory setting)\fR" 4 .IX Item "binary (mandatory setting)" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBhostinterval\fR" 4 .IX Item "hostinterval" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBoffset\fR" 4 .IX Item "offset" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpacketsize\fR" 4 .IX Item "packetsize" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBsourceaddress\fR" 4 .IX Item "sourceaddress" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBstep\fR" 4 .IX Item "step" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtos\fR" 4 .IX Item "tos" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBusestdout\fR" 4 .IX Item "usestdout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for example instance \f(CW\*(C`FPingContinuous\*(C'\fR.) .RE .IP "\fBFTPtransfer\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "FTPtransfer: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBdestfile\fR" 4 .IX Item "destfile" see above .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp Default value: forks = 5 .IP "\fBmin_interval\fR" 4 .IX Item "min_interval" see above .Sp Default value: min_interval = 1 .IP "\fBmode\fR \fI(mandatory setting)\fR" 4 .IX Item "mode (mandatory setting)" see above .IP "\fBoffset\fR" 4 .IX Item "offset" see above .IP "\fBpasswordfile\fR" 4 .IX Item "passwordfile" see above .IP "\fBsrcfile\fR \fI(mandatory setting)\fR" 4 .IX Item "srcfile (mandatory setting)" see above .IP "\fBstep\fR" 4 .IX Item "step" see above .IP "\fBlocaladdr\fR" 4 .IX Item "localaddr" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBpassive\fR" 4 .IX Item "passive" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBpassword\fR" 4 .IX Item "password" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBpings\fR" 4 .IX Item "pings" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBport\fR" 4 .IX Item "port" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBtimeout\fR \fI(mandatory setting)\fR" 4 .IX Item "timeout (mandatory setting)" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBusername\fR" 4 .IX Item "username" (This variable can be overridden target-specifically in the Targets section.) .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBdestfile\fR" 4 .IX Item "destfile" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: forks = 5 .IP "\fBmin_interval\fR" 4 .IX Item "min_interval" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: min_interval = 1 .IP "\fBmode\fR \fI(mandatory setting)\fR" 4 .IX Item "mode (mandatory setting)" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBoffset\fR" 4 .IX Item "offset" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpasswordfile\fR" 4 .IX Item "passwordfile" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBsrcfile\fR \fI(mandatory setting)\fR" 4 .IX Item "srcfile (mandatory setting)" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBstep\fR" 4 .IX Item "step" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBlocaladdr\fR" 4 .IX Item "localaddr" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpassive\fR" 4 .IX Item "passive" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpassword\fR" 4 .IX Item "password" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBport\fR" 4 .IX Item "port" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR \fI(mandatory setting)\fR" 4 .IX Item "timeout (mandatory setting)" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBusername\fR" 4 .IX Item "username" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for example instance \f(CW\*(C`FTPtransfer\*(C'\fR.) .RE .IP "\fBIOSPing\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "IOSPing: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBbinary\fR \fI(mandatory setting)\fR" 4 .IX Item "binary (mandatory setting)" see above .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .IP "\fBpacketsize\fR" 4 .IX Item "packetsize" see above .Sp Default value: packetsize = 56 .IP "\fBstep\fR" 4 .IX Item "step" see above .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp Default value: timeout = 5 .IP "\fBioshost\fR" 4 .IX Item "ioshost" (This variable can be overridden target-specifically in the Targets section.) .Sp This variable \fIdynamically\fR modifies the grammar based on its value. .IP "\fBiosint\fR" 4 .IX Item "iosint" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBiosuser\fR" 4 .IX Item "iosuser" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBpings\fR" 4 .IX Item "pings" (This variable can be overridden target-specifically in the Targets section.) .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBbinary\fR \fI(mandatory setting)\fR" 4 .IX Item "binary (mandatory setting)" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpacketsize\fR" 4 .IX Item "packetsize" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: packetsize = 56 .IP "\fBstep\fR" 4 .IX Item "step" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: timeout = 5 .IP "\fBioshost\fR" 4 .IX Item "ioshost" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBiosint\fR" 4 .IX Item "iosint" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBiosuser\fR" 4 .IX Item "iosuser" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for example instance \f(CW\*(C`IOSPing\*(C'\fR.) .RE .IP "\fB\s-1IRTT\s0\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "IRTT: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBbinary\fR \fI(mandatory setting)\fR" 4 .IX Item "binary (mandatory setting)" see above .Sp Default value: binary = /usr/bin/irtt .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .IP "\fBstep\fR" 4 .IX Item "step" see above .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp Default value: timeout = 5 .IP "\fBtmpdir\fR" 4 .IX Item "tmpdir" see above .Sp Default value: tmpdir = /tmp/smokeping\-irtt .IP "\fBdscp\fR" 4 .IX Item "dscp" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBextraargs\fR" 4 .IX Item "extraargs" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBfill\fR" 4 .IX Item "fill" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBhmac\fR" 4 .IX Item "hmac" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBinterval\fR" 4 .IX Item "interval" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: interval = 1 .IP "\fBipversion\fR" 4 .IX Item "ipversion" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBlength\fR" 4 .IX Item "length" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBlocaladdr\fR" 4 .IX Item "localaddr" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBmetric\fR" 4 .IX Item "metric" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: metric = rtt .IP "\fBpings\fR" 4 .IX Item "pings" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBreadfrom\fR" 4 .IX Item "readfrom" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBreadfrompollinterval\fR" 4 .IX Item "readfrompollinterval" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: readfrompollinterval = 5 .IP "\fBserverfill\fR" 4 .IX Item "serverfill" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBsleep\fR" 4 .IX Item "sleep" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBwriteto\fR" 4 .IX Item "writeto" (This variable can be overridden target-specifically in the Targets section.) .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBbinary\fR \fI(mandatory setting)\fR" 4 .IX Item "binary (mandatory setting)" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: binary = /usr/bin/irtt .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBstep\fR" 4 .IX Item "step" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: timeout = 5 .IP "\fBtmpdir\fR" 4 .IX Item "tmpdir" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: tmpdir = /tmp/smokeping\-irtt .IP "\fBdscp\fR" 4 .IX Item "dscp" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBextraargs\fR" 4 .IX Item "extraargs" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBfill\fR" 4 .IX Item "fill" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBhmac\fR" 4 .IX Item "hmac" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBinterval\fR" 4 .IX Item "interval" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: interval = 1 .IP "\fBipversion\fR" 4 .IX Item "ipversion" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBlength\fR" 4 .IX Item "length" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBlocaladdr\fR" 4 .IX Item "localaddr" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBmetric\fR" 4 .IX Item "metric" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: metric = rtt .IP "\fBpings\fR" 4 .IX Item "pings" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBreadfrom\fR" 4 .IX Item "readfrom" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBreadfrompollinterval\fR" 4 .IX Item "readfrompollinterval" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: readfrompollinterval = 5 .IP "\fBserverfill\fR" 4 .IX Item "serverfill" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBsleep\fR" 4 .IX Item "sleep" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBwriteto\fR" 4 .IX Item "writeto" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for example instance \f(CW\*(C`IRTT\*(C'\fR.) .RE .IP "\fB\s-1LDAP\s0\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "LDAP: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .IP "\fBpasswordfile\fR" 4 .IX Item "passwordfile" see above .IP "\fBstep\fR" 4 .IX Item "step" see above .IP "\fBattrs\fR" 4 .IX Item "attrs" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBbase\fR" 4 .IX Item "base" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBbinddn\fR" 4 .IX Item "binddn" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBfilter\fR" 4 .IX Item "filter" (This variable can be overridden target-specifically in the Targets section.) .Sp This variable \fIdynamically\fR modifies the grammar based on its value. .IP "\fBmininterval\fR" 4 .IX Item "mininterval" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: mininterval = 1 .IP "\fBpassword\fR" 4 .IX Item "password" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBpings\fR" 4 .IX Item "pings" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBport\fR" 4 .IX Item "port" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBscheme\fR" 4 .IX Item "scheme" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: scheme = ldap .IP "\fBscope\fR" 4 .IX Item "scope" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: scope = sub .IP "\fBstart_tls\fR" 4 .IX Item "start_tls" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBtimeout\fR" 4 .IX Item "timeout" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: timeout = 5 .IP "\fBverify\fR" 4 .IX Item "verify" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: verify = require .IP "\fBversion\fR" 4 .IX Item "version" (This variable can be overridden target-specifically in the Targets section.) .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpasswordfile\fR" 4 .IX Item "passwordfile" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBstep\fR" 4 .IX Item "step" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBattrs\fR" 4 .IX Item "attrs" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBbase\fR" 4 .IX Item "base" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBbinddn\fR" 4 .IX Item "binddn" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBfilter\fR" 4 .IX Item "filter" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBmininterval\fR" 4 .IX Item "mininterval" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: mininterval = 1 .IP "\fBpassword\fR" 4 .IX Item "password" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBport\fR" 4 .IX Item "port" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBscheme\fR" 4 .IX Item "scheme" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: scheme = ldap .IP "\fBscope\fR" 4 .IX Item "scope" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: scope = sub .IP "\fBstart_tls\fR" 4 .IX Item "start_tls" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: timeout = 5 .IP "\fBverify\fR" 4 .IX Item "verify" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: verify = require .IP "\fBversion\fR" 4 .IX Item "version" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for example instance \f(CW\*(C`LDAP\*(C'\fR.) .RE .IP "\fBNFSping\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "NFSping: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBbinary\fR \fI(mandatory setting)\fR" 4 .IX Item "binary (mandatory setting)" see above .IP "\fBblazemode\fR" 4 .IX Item "blazemode" see above .IP "\fBhostinterval\fR" 4 .IX Item "hostinterval" see above .IP "\fBmininterval\fR" 4 .IX Item "mininterval" see above .Sp Default value: mininterval = 0.01 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .IP "\fBpings\fR" 4 .IX Item "pings" see above .IP "\fBstep\fR" 4 .IX Item "step" see above .IP "\fBtcp\fR" 4 .IX Item "tcp" see above .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBbinary\fR \fI(mandatory setting)\fR" 4 .IX Item "binary (mandatory setting)" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBblazemode\fR" 4 .IX Item "blazemode" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBhostinterval\fR" 4 .IX Item "hostinterval" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBmininterval\fR" 4 .IX Item "mininterval" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: mininterval = 0.01 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBstep\fR" 4 .IX Item "step" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtcp\fR" 4 .IX Item "tcp" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for example instance \f(CW\*(C`NFSping\*(C'\fR.) .RE .IP "\fBOpenSSHEOSPing\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "OpenSSHEOSPing: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .IP "\fBpacketsize\fR" 4 .IX Item "packetsize" see above .Sp Default value: packetsize = 100 .IP "\fBstep\fR" 4 .IX Item "step" see above .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp Default value: timeout = 5 .IP "\fBeospass\fR" 4 .IX Item "eospass" (This variable can be overridden target-specifically in the Targets section.) .Sp This variable \fIdynamically\fR modifies the grammar based on its value. .IP "\fBeosuser\fR" 4 .IX Item "eosuser" (This variable can be overridden target-specifically in the Targets section.) .Sp This variable \fIdynamically\fR modifies the grammar based on its value. .IP "\fBpings\fR" 4 .IX Item "pings" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBpsource\fR" 4 .IX Item "psource" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBsource\fR" 4 .IX Item "source" (This variable can be overridden target-specifically in the Targets section.) .Sp This variable \fIdynamically\fR modifies the grammar based on its value. .IP "\fBunpriv\fR" 4 .IX Item "unpriv" (This variable can be overridden target-specifically in the Targets section.) .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpacketsize\fR" 4 .IX Item "packetsize" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: packetsize = 100 .IP "\fBstep\fR" 4 .IX Item "step" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: timeout = 5 .IP "\fBeospass\fR" 4 .IX Item "eospass" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBeosuser\fR" 4 .IX Item "eosuser" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpsource\fR" 4 .IX Item "psource" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBsource\fR" 4 .IX Item "source" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBunpriv\fR" 4 .IX Item "unpriv" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for example instance \f(CW\*(C`OpenSSHEOSPing\*(C'\fR.) .RE .IP "\fBOpenSSHJunOSPing\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "OpenSSHJunOSPing: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .IP "\fBpacketsize\fR" 4 .IX Item "packetsize" see above .Sp Default value: packetsize = 100 .IP "\fBstep\fR" 4 .IX Item "step" see above .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp Default value: timeout = 5 .IP "\fBtos\fR" 4 .IX Item "tos" see above .IP "\fBjunospass\fR" 4 .IX Item "junospass" (This variable can be overridden target-specifically in the Targets section.) .Sp This variable \fIdynamically\fR modifies the grammar based on its value. .IP "\fBjunosuser\fR" 4 .IX Item "junosuser" (This variable can be overridden target-specifically in the Targets section.) .Sp This variable \fIdynamically\fR modifies the grammar based on its value. .IP "\fBpings\fR" 4 .IX Item "pings" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBpsource\fR" 4 .IX Item "psource" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBsource\fR" 4 .IX Item "source" (This variable can be overridden target-specifically in the Targets section.) .Sp This variable \fIdynamically\fR modifies the grammar based on its value. .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpacketsize\fR" 4 .IX Item "packetsize" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: packetsize = 100 .IP "\fBstep\fR" 4 .IX Item "step" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: timeout = 5 .IP "\fBtos\fR" 4 .IX Item "tos" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBjunospass\fR" 4 .IX Item "junospass" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBjunosuser\fR" 4 .IX Item "junosuser" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpsource\fR" 4 .IX Item "psource" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBsource\fR" 4 .IX Item "source" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for example instance \f(CW\*(C`OpenSSHJunOSPing\*(C'\fR.) .RE .IP "\fBQstat\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "Qstat: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBbinary\fR \fI(mandatory setting)\fR" 4 .IX Item "binary (mandatory setting)" see above .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp Default value: forks = 5 .IP "\fBgame\fR" 4 .IX Item "game" see above .Sp Default value: game = q3s .IP "\fBmininterval\fR" 4 .IX Item "mininterval" see above .Sp Default value: mininterval = 0.5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .IP "\fBport\fR" 4 .IX Item "port" see above .IP "\fBsourceaddress\fR" 4 .IX Item "sourceaddress" see above .IP "\fBsourceport\fR" 4 .IX Item "sourceport" see above .IP "\fBstep\fR" 4 .IX Item "step" see above .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp Default value: timeout = 5 .IP "\fBpings\fR" 4 .IX Item "pings" (This variable can be overridden target-specifically in the Targets section.) .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBbinary\fR \fI(mandatory setting)\fR" 4 .IX Item "binary (mandatory setting)" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: forks = 5 .IP "\fBgame\fR" 4 .IX Item "game" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: game = q3s .IP "\fBmininterval\fR" 4 .IX Item "mininterval" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: mininterval = 0.5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBport\fR" 4 .IX Item "port" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBsourceaddress\fR" 4 .IX Item "sourceaddress" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBsourceport\fR" 4 .IX Item "sourceport" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBstep\fR" 4 .IX Item "step" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: timeout = 5 .IP "\fBpings\fR" 4 .IX Item "pings" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for example instance \f(CW\*(C`Qstat\*(C'\fR.) .RE .IP "\fBRadius\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "Radius: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .IP "\fBpasswordfile\fR" 4 .IX Item "passwordfile" see above .IP "\fBsecretfile\fR" 4 .IX Item "secretfile" see above .IP "\fBstep\fR" 4 .IX Item "step" see above .IP "\fBallowreject\fR" 4 .IX Item "allowreject" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBmininterval\fR" 4 .IX Item "mininterval" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: mininterval = 1 .IP "\fBnas_ip_address\fR" 4 .IX Item "nas_ip_address" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBpassword\fR" 4 .IX Item "password" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBpings\fR" 4 .IX Item "pings" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBport\fR" 4 .IX Item "port" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBsecret\fR" 4 .IX Item "secret" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBtimeout\fR" 4 .IX Item "timeout" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: timeout = 5 .IP "\fBusername\fR" 4 .IX Item "username" (This variable can be overridden target-specifically in the Targets section.) .Sp This variable \fIdynamically\fR modifies the grammar based on its value. .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpasswordfile\fR" 4 .IX Item "passwordfile" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBsecretfile\fR" 4 .IX Item "secretfile" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBstep\fR" 4 .IX Item "step" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBallowreject\fR" 4 .IX Item "allowreject" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBmininterval\fR" 4 .IX Item "mininterval" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: mininterval = 1 .IP "\fBnas_ip_address\fR" 4 .IX Item "nas_ip_address" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpassword\fR" 4 .IX Item "password" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBport\fR" 4 .IX Item "port" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBsecret\fR" 4 .IX Item "secret" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: timeout = 5 .IP "\fBusername\fR" 4 .IX Item "username" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for example instance \f(CW\*(C`Radius\*(C'\fR.) .RE .IP "\fBRemoteFPing\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "RemoteFPing: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBbinary\fR \fI(mandatory setting)\fR" 4 .IX Item "binary (mandatory setting)" see above .IP "\fBblazemode\fR" 4 .IX Item "blazemode" see above .IP "\fBhostinterval\fR" 4 .IX Item "hostinterval" see above .IP "\fBmininterval\fR" 4 .IX Item "mininterval" see above .Sp Default value: mininterval = 0.01 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .IP "\fBpacketsize\fR" 4 .IX Item "packetsize" see above .IP "\fBpings\fR" 4 .IX Item "pings" see above .IP "\fBrbinary\fR \fI(mandatory setting)\fR" 4 .IX Item "rbinary (mandatory setting)" see above .IP "\fBrhost\fR \fI(mandatory setting)\fR" 4 .IX Item "rhost (mandatory setting)" see above .IP "\fBruser\fR" 4 .IX Item "ruser" see above .IP "\fBsourceaddress\fR" 4 .IX Item "sourceaddress" see above .IP "\fBstep\fR" 4 .IX Item "step" see above .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .IP "\fBtos\fR" 4 .IX Item "tos" see above .IP "\fBusestdout\fR" 4 .IX Item "usestdout" see above .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBbinary\fR \fI(mandatory setting)\fR" 4 .IX Item "binary (mandatory setting)" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBblazemode\fR" 4 .IX Item "blazemode" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBhostinterval\fR" 4 .IX Item "hostinterval" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBmininterval\fR" 4 .IX Item "mininterval" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: mininterval = 0.01 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpacketsize\fR" 4 .IX Item "packetsize" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBrbinary\fR \fI(mandatory setting)\fR" 4 .IX Item "rbinary (mandatory setting)" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBrhost\fR \fI(mandatory setting)\fR" 4 .IX Item "rhost (mandatory setting)" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBruser\fR" 4 .IX Item "ruser" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBsourceaddress\fR" 4 .IX Item "sourceaddress" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBstep\fR" 4 .IX Item "step" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtos\fR" 4 .IX Item "tos" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBusestdout\fR" 4 .IX Item "usestdout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for example instance \f(CW\*(C`RemoteFPing\*(C'\fR.) .RE .IP "\fB\s-1SSH\s0\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "SSH: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBbinary\fR \fI(mandatory setting)\fR" 4 .IX Item "binary (mandatory setting)" see above .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .IP "\fBstep\fR" 4 .IX Item "step" see above .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp Default value: timeout = 5 .IP "\fBkeytype\fR" 4 .IX Item "keytype" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: keytype = rsa .IP "\fBpings\fR" 4 .IX Item "pings" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBport\fR" 4 .IX Item "port" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: port = 22 .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBbinary\fR \fI(mandatory setting)\fR" 4 .IX Item "binary (mandatory setting)" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBstep\fR" 4 .IX Item "step" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: timeout = 5 .IP "\fBkeytype\fR" 4 .IX Item "keytype" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: keytype = rsa .IP "\fBpings\fR" 4 .IX Item "pings" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBport\fR" 4 .IX Item "port" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: port = 22 .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for example instance \f(CW\*(C`SSH\*(C'\fR.) .RE .IP "\fBSendEmail\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "SendEmail: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBbodysize\fR" 4 .IX Item "bodysize" see above .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp Default value: forks = 5 .IP "\fBfrom\fR \fI(mandatory setting)\fR" 4 .IX Item "from (mandatory setting)" see above .IP "\fBoffset\fR" 4 .IX Item "offset" see above .IP "\fBstep\fR" 4 .IX Item "step" see above .IP "\fBsubject\fR" 4 .IX Item "subject" see above .Sp Default value: subject = Test .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp Default value: timeout = 5 .IP "\fBto\fR \fI(mandatory setting)\fR" 4 .IX Item "to (mandatory setting)" see above .IP "\fBpings\fR" 4 .IX Item "pings" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBport\fR" 4 .IX Item "port" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: port = 25 .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBbodysize\fR" 4 .IX Item "bodysize" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: forks = 5 .IP "\fBfrom\fR \fI(mandatory setting)\fR" 4 .IX Item "from (mandatory setting)" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBoffset\fR" 4 .IX Item "offset" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBstep\fR" 4 .IX Item "step" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBsubject\fR" 4 .IX Item "subject" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: subject = Test .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: timeout = 5 .IP "\fBto\fR \fI(mandatory setting)\fR" 4 .IX Item "to (mandatory setting)" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBport\fR" 4 .IX Item "port" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: port = 25 .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for example instance \f(CW\*(C`SendEmail\*(C'\fR.) .RE .IP "\fBSipSak\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "SipSak: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBbinary\fR" 4 .IX Item "binary" see above .Sp Default value: binary = /usr/bin/sipsak .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .IP "\fBstep\fR" 4 .IX Item "step" see above .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp Default value: timeout = 5 .IP "\fBkeep_second\fR" 4 .IX Item "keep_second" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBparams\fR" 4 .IX Item "params" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBpings\fR" 4 .IX Item "pings" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBport\fR" 4 .IX Item "port" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBsipsak_timeout\fR" 4 .IX Item "sipsak_timeout" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: sipsak_timeout = 2 .IP "\fBuser\fR" 4 .IX Item "user" (This variable can be overridden target-specifically in the Targets section.) .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBbinary\fR" 4 .IX Item "binary" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: binary = /usr/bin/sipsak .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBstep\fR" 4 .IX Item "step" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: timeout = 5 .IP "\fBkeep_second\fR" 4 .IX Item "keep_second" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBparams\fR" 4 .IX Item "params" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBport\fR" 4 .IX Item "port" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBsipsak_timeout\fR" 4 .IX Item "sipsak_timeout" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: sipsak_timeout = 2 .IP "\fBuser\fR" 4 .IX Item "user" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for example instance \f(CW\*(C`SipSak\*(C'\fR.) .RE .IP "\fBTCPPing\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "TCPPing: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBbinary\fR \fI(mandatory setting)\fR" 4 .IX Item "binary (mandatory setting)" see above .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .IP "\fBstep\fR" 4 .IX Item "step" see above .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp Default value: timeout = 5 .IP "\fBpings\fR" 4 .IX Item "pings" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBport\fR" 4 .IX Item "port" (This variable can be overridden target-specifically in the Targets section.) .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBbinary\fR \fI(mandatory setting)\fR" 4 .IX Item "binary (mandatory setting)" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBstep\fR" 4 .IX Item "step" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: timeout = 5 .IP "\fBpings\fR" 4 .IX Item "pings" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBport\fR" 4 .IX Item "port" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for example instance \f(CW\*(C`TCPPing\*(C'\fR.) .RE .IP "\fBTacacsPlus\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "TacacsPlus: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .IP "\fBpasswordfile\fR" 4 .IX Item "passwordfile" see above .IP "\fBsecretfile\fR" 4 .IX Item "secretfile" see above .IP "\fBstep\fR" 4 .IX Item "step" see above .IP "\fBauthtype\fR" 4 .IX Item "authtype" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: authtype = \s-1ASCII\s0 .IP "\fBmininterval\fR" 4 .IX Item "mininterval" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: mininterval = 1 .IP "\fBpassword\fR" 4 .IX Item "password" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBpings\fR" 4 .IX Item "pings" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBport\fR" 4 .IX Item "port" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: port = 49 .IP "\fBsecret\fR" 4 .IX Item "secret" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBtimeout\fR" 4 .IX Item "timeout" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: timeout = 5 .IP "\fBusername\fR" 4 .IX Item "username" (This variable can be overridden target-specifically in the Targets section.) .Sp This variable \fIdynamically\fR modifies the grammar based on its value. .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpasswordfile\fR" 4 .IX Item "passwordfile" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBsecretfile\fR" 4 .IX Item "secretfile" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBstep\fR" 4 .IX Item "step" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBauthtype\fR" 4 .IX Item "authtype" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: authtype = \s-1ASCII\s0 .IP "\fBmininterval\fR" 4 .IX Item "mininterval" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: mininterval = 1 .IP "\fBpassword\fR" 4 .IX Item "password" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBport\fR" 4 .IX Item "port" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: port = 49 .IP "\fBsecret\fR" 4 .IX Item "secret" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: timeout = 5 .IP "\fBusername\fR" 4 .IX Item "username" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for example instance \f(CW\*(C`TacacsPlus\*(C'\fR.) .RE .IP "\fBTelnetIOSPing\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "TelnetIOSPing: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .IP "\fBpacketsize\fR" 4 .IX Item "packetsize" see above .Sp Default value: packetsize = 56 .IP "\fBstep\fR" 4 .IX Item "step" see above .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp Default value: timeout = 5 .IP "\fBiospass\fR" 4 .IX Item "iospass" (This variable can be overridden target-specifically in the Targets section.) .Sp This variable \fIdynamically\fR modifies the grammar based on its value. .IP "\fBiosuser\fR" 4 .IX Item "iosuser" (This variable can be overridden target-specifically in the Targets section.) .Sp This variable \fIdynamically\fR modifies the grammar based on its value. .IP "\fBpings\fR" 4 .IX Item "pings" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBpsource\fR" 4 .IX Item "psource" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBsource\fR" 4 .IX Item "source" (This variable can be overridden target-specifically in the Targets section.) .Sp This variable \fIdynamically\fR modifies the grammar based on its value. .IP "\fBvrf\fR" 4 .IX Item "vrf" (This variable can be overridden target-specifically in the Targets section.) .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpacketsize\fR" 4 .IX Item "packetsize" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: packetsize = 56 .IP "\fBstep\fR" 4 .IX Item "step" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: timeout = 5 .IP "\fBiospass\fR" 4 .IX Item "iospass" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBiosuser\fR" 4 .IX Item "iosuser" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpsource\fR" 4 .IX Item "psource" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBsource\fR" 4 .IX Item "source" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBvrf\fR" 4 .IX Item "vrf" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for example instance \f(CW\*(C`TelnetIOSPing\*(C'\fR.) .RE .IP "\fBTelnetJunOSPing\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "TelnetJunOSPing: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .IP "\fBpacketsize\fR" 4 .IX Item "packetsize" see above .Sp Default value: packetsize = 100 .IP "\fBstep\fR" 4 .IX Item "step" see above .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp Default value: timeout = 5 .IP "\fBjunospass\fR" 4 .IX Item "junospass" (This variable can be overridden target-specifically in the Targets section.) .Sp This variable \fIdynamically\fR modifies the grammar based on its value. .IP "\fBjunosuser\fR" 4 .IX Item "junosuser" (This variable can be overridden target-specifically in the Targets section.) .Sp This variable \fIdynamically\fR modifies the grammar based on its value. .IP "\fBpings\fR" 4 .IX Item "pings" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBpsource\fR" 4 .IX Item "psource" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBsource\fR" 4 .IX Item "source" (This variable can be overridden target-specifically in the Targets section.) .Sp This variable \fIdynamically\fR modifies the grammar based on its value. .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpacketsize\fR" 4 .IX Item "packetsize" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: packetsize = 100 .IP "\fBstep\fR" 4 .IX Item "step" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: timeout = 5 .IP "\fBjunospass\fR" 4 .IX Item "junospass" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBjunosuser\fR" 4 .IX Item "junosuser" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpsource\fR" 4 .IX Item "psource" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBsource\fR" 4 .IX Item "source" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for example instance \f(CW\*(C`TelnetJunOSPing\*(C'\fR.) .RE .IP "\fBTraceroutePing\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "TraceroutePing: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBbinary\fR \fI(mandatory setting)\fR" 4 .IX Item "binary (mandatory setting)" see above .IP "\fBbinaryv6\fR" 4 .IX Item "binaryv6" see above .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .IP "\fBstep\fR" 4 .IX Item "step" see above .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp Default value: timeout = 5 .IP "\fBdesthost\fR" 4 .IX Item "desthost" (This variable can be overridden target-specifically in the Targets section.) .Sp This variable \fIdynamically\fR modifies the grammar based on its value. .IP "\fBhost\fR" 4 .IX Item "host" (This variable can be overridden target-specifically in the Targets section.) .Sp This variable \fIdynamically\fR modifies the grammar based on its value. .IP "\fBmaxttl\fR" 4 .IX Item "maxttl" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBminttl\fR" 4 .IX Item "minttl" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBpings\fR" 4 .IX Item "pings" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBwait\fR" 4 .IX Item "wait" (This variable can be overridden target-specifically in the Targets section.) .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBbinary\fR \fI(mandatory setting)\fR" 4 .IX Item "binary (mandatory setting)" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBbinaryv6\fR" 4 .IX Item "binaryv6" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: forks = 5 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBstep\fR" 4 .IX Item "step" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: timeout = 5 .IP "\fBdesthost\fR" 4 .IX Item "desthost" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBhost\fR" 4 .IX Item "host" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBmaxttl\fR" 4 .IX Item "maxttl" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBminttl\fR" 4 .IX Item "minttl" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBwait\fR" 4 .IX Item "wait" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for example instance \f(CW\*(C`TraceroutePing\*(C'\fR.) .RE .IP "\fBWebProxyFilter\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "WebProxyFilter: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp Default value: forks = 5 .IP "\fBmaxsize\fR" 4 .IX Item "maxsize" see above .Sp Default value: maxsize = 2000 .IP "\fBmin_interval\fR" 4 .IX Item "min_interval" see above .Sp Default value: min_interval = 1 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .IP "\fBstep\fR" 4 .IX Item "step" see above .IP "\fBuseragent\fR" 4 .IX Item "useragent" see above .Sp Default value: useragent = SmokePing/2.x (WebProxyFilter Probe) .IP "\fBdeny_re\fR \fI(mandatory setting)\fR" 4 .IX Item "deny_re (mandatory setting)" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBmore_hosts\fR" 4 .IX Item "more_hosts" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBpings\fR" 4 .IX Item "pings" (This variable can be overridden target-specifically in the Targets section.) .IP "\fBtimeout\fR" 4 .IX Item "timeout" (This variable can be overridden target-specifically in the Targets section.) .Sp Default value: timeout = 2 .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBforks\fR" 4 .IX Item "forks" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: forks = 5 .IP "\fBmaxsize\fR" 4 .IX Item "maxsize" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: maxsize = 2000 .IP "\fBmin_interval\fR" 4 .IX Item "min_interval" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: min_interval = 1 .IP "\fBoffset\fR" 4 .IX Item "offset" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBstep\fR" 4 .IX Item "step" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBuseragent\fR" 4 .IX Item "useragent" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: useragent = SmokePing/2.x (WebProxyFilter Probe) .IP "\fBdeny_re\fR \fI(mandatory setting)\fR" 4 .IX Item "deny_re (mandatory setting)" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBmore_hosts\fR" 4 .IX Item "more_hosts" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: timeout = 2 .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for example instance \f(CW\*(C`WebProxyFilter\*(C'\fR.) .RE .RE .RS 4 .Sp (End of dynamical grammar changes for example instances of section \f(CW\*(C`/[\-_0\-9a\-zA\-Z]+/\*(C'\fR.) .RE .SS "*** Targets *** \fI(mandatory section)\fP" .IX Subsection "*** Targets *** (mandatory section)" The Target Section defines the actual work of SmokePing. It contains a hierarchical list of hosts which mark the endpoints of the network connections the system should monitor. Each section can contain one host as well as other sections. By adding slaves you can measure the connection to an endpoint from multiple locations. .PP The following variables can be set in this section: .IP "\fBprobe\fR \fI(mandatory setting)\fR" 4 .IX Item "probe (mandatory setting)" The name of the probe module to be used for this host. The value of this variable gets propagated .Sp This variable \fIdynamically\fR modifies the grammar based on its value. .IP "\fBmenu\fR \fI(mandatory setting)\fR" 4 .IX Item "menu (mandatory setting)" Menu entry for this section. If not set this will be set to the hostname. .IP "\fBtitle\fR \fI(mandatory setting)\fR" 4 .IX Item "title (mandatory setting)" Title of the page when it is displayed. This will be set to the hostname if left empty. .IP "\fBremark\fR" 4 .IX Item "remark" An optional remark on the current section. It gets displayed on the webpage. .IP "\fBalerts\fR" 4 .IX Item "alerts" 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. .IP "\fBslaves\fR" 4 .IX Item "slaves" List of slave servers. It gets inherited by all targets. .IP "\fBmenuextra\fR" 4 .IX Item "menuextra" \&\s-1HTML\s0 String to be added to the end of each menu entry. The \f(CW\*(C`{HOST}\*(C'\fR entry will be replaced by the host property of the relevant section. The \f(CW\*(C`{CLASS}\*(C'\fR entry will be replaced by the same class as the other tags in the manu line. .IP "\fBparents\fR" 4 .IX Item "parents" .PP The following sections are valid on level 1: .IP "\fB+/[\-_0\-9a\-zA\-Z]+/\fR" 4 .IX Item "+/[-_0-9a-zA-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. .Sp This section is \fIrecursive\fR: it can contain subsection(s) with the same syntax. .Sp The following variables can be set in this section: .RS 4 .IP "\fBprobe\fR" 4 .IX Item "probe" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp This variable \fIdynamically\fR modifies the grammar based on its value. .IP "\fBmenu\fR" 4 .IX Item "menu" .PD 0 .IP "\fBtitle\fR" 4 .IX Item "title" .IP "\fBalerts\fR" 4 .IX Item "alerts" .PD Comma separated list of alert names .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBnote\fR" 4 .IX Item "note" Some information about this entry which does \s-1NOT\s0 get displayed on the web. .IP "\fBemail\fR" 4 .IX Item "email" This is the contact address for the owner of the current host. In connection with the \fB\s-1DYNAMIC\s0\fR hosts, the address will be used for sending the belowmentioned script. .IP "\fBhost\fR" 4 .IX Item "host" There are three types of \*(L"hosts\*(R" in smokeping. .RS 4 .IP "1." 4 The 'hostname' is a name of a host you want to target from smokeping .IP "2." 4 The string \fB\s-1DYNAMIC\s0\fR. Is for machines that have a dynamic \s-1IP\s0 address. These boxes are required to regularly contact the SmokePing server to confirm their \s-1IP\s0 address. When starting SmokePing with the commandline argument \&\fB\-\-email\fR it will add a secret password to each of the \fB\s-1DYNAMIC\s0\fR host lines and send a script to the owner of each host. This script must be started periodically (cron) on the host in question to let smokeping know where the host is curently located. If the target machine supports \&\s-1SNMP\s0 SmokePing will also query the hosts sysContact, sysName and sysLocation properties to make sure it is still the same host. .IP "3." 4 A space separated list of 'target\-path' entries (multihost target). All targets mentioned in this list will be displayed in one graph. Note that the graph will look different from the normal smokeping graphs. The syntax for multihost targets is as follows: .Sp .Vb 1 \& host = /world/town/host1 /world/town2/host33 /world/town2/host1~slave .Ve .RE .RS 4 .RE .IP "\fBremark\fR" 4 .IX Item "remark" .PD 0 .IP "\fBrawlog\fR" 4 .IX Item "rawlog" .PD Log the raw data, gathered for this target, in tab separated format, to a file with the same basename as the corresponding \s-1RRD\s0 file. Use posix strftime to format the timestamp to be put into the file name. The filename is built like this: .Sp .Vb 1 \& basename.strftime.csv .Ve .Sp Example: .Sp .Vb 1 \& rawlog=%Y\-%m\-%d .Ve .Sp this would create a new logfile every day with a name like this: .Sp .Vb 1 \& targethost.2004\-05\-03.csv .Ve .IP "\fBalertee\fR" 4 .IX Item "alertee" 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. .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBslaves\fR" 4 .IX Item "slaves" The slave names must match the slaves you have setup in the slaves section. .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBmenuextra\fR" 4 .IX Item "menuextra" \&\s-1HTML\s0 String to be added to the end of each menu entry. The following tags will be replaced: .Sp .Vb 4 \& {HOST} \-> #$hostname \& {HOSTNAME} \-> $hostname \& {CLASS} \-> same class as the other tags in the menu line \& {HASH} \-> # .Ve .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBparents\fR" 4 .IX Item "parents" After setting up a hierarchy in the Presentation section of the configuration file you can use this property to assign an entry to alternate hierarchies. The format for parent entries is. .Sp .Vb 1 \& hierarchyA:/Node1/Node2 hierarchyB:/Node3 .Ve .Sp The entries from all parent properties together will build a new tree for each hierarchy. With this method it is possible to make a single target show up multiple times in a tree. If you think this is a good thing, go ahead, nothing is stopping you. Since you do not only define the parent but the full path of the parent node, circular dependencies are not possible. .IP "\fBhide\fR" 4 .IX Item "hide" Set the hide property to 'yes' to hide this host from the navigation menu and from search results. Note that if you set the hide property on a non leaf entry all subordinate entries will also disapear in the menu structure. If you know a direct link to a page it is still accessible. Pages which are hidden from the menu due to a parent being hidden will still show up in search results and in alternate hierarchies where they are below a non hidden parent. .Sp Default value: hide = no .IP "\fBnomasterpoll\fR" 4 .IX Item "nomasterpoll" Use this in a master/slave setup where the master must not poll a particular target. The master will now skip this entry in its polling cycle. Note that if you set the hide property on a non leaf entry all subordinate entries will also disapear in the menu structure. You can still access them via direct link or via an alternate hierarchy. .Sp If you have no master/slave setup this will have a similar effect to the hide property, except that the menu entry will still show up, but will not contain any graphs. .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: nomasterpoll = no .RE .RS 4 .Sp The following sections are valid on level 2: .IP "\fB++/[\-_0\-9a\-zA\-Z]+/\fR" 4 .IX Item "++/[-_0-9a-zA-Z]+/" This section is \fIrecursive\fR: it can contain subsection(s) with the same syntax. .RE .RS 4 .RE .PP Dynamical grammar changes for example values of variable \f(CW\*(C`probe\*(C'\fR: .IP "\fBAnotherCurl\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "AnotherCurl: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBagent\fR" 4 .IX Item "agent" see above .IP "\fBextraargs\fR" 4 .IX Item "extraargs" see above .IP "\fBextrare\fR" 4 .IX Item "extrare" see above .IP "\fBfollow_redirects\fR" 4 .IX Item "follow_redirects" see above .IP "\fBinclude_redirects\fR" 4 .IX Item "include_redirects" see above .IP "\fBinsecure_ssl\fR" 4 .IX Item "insecure_ssl" see above .IP "\fBinterface\fR" 4 .IX Item "interface" see above .IP "\fBpings\fR" 4 .IX Item "pings" see above .IP "\fBssl2\fR" 4 .IX Item "ssl2" see above .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .IP "\fBurlformat\fR" 4 .IX Item "urlformat" see above .IP "\fBwrite_out\fR" 4 .IX Item "write_out" see above .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBagent\fR" 4 .IX Item "agent" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBextraargs\fR" 4 .IX Item "extraargs" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBextrare\fR" 4 .IX Item "extrare" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBfollow_redirects\fR" 4 .IX Item "follow_redirects" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBinclude_redirects\fR" 4 .IX Item "include_redirects" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBinsecure_ssl\fR" 4 .IX Item "insecure_ssl" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBinterface\fR" 4 .IX Item "interface" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBssl2\fR" 4 .IX Item "ssl2" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBurlformat\fR" 4 .IX Item "urlformat" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBwrite_out\fR" 4 .IX Item "write_out" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for variable \f(CW\*(C`probe\*(C'\fR example value \f(CW\*(C`AnotherCurl\*(C'\fR.) .RE .IP "\fBAnotherDNS\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "AnotherDNS: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBauthoritative\fR" 4 .IX Item "authoritative" see above .IP "\fBipversion\fR" 4 .IX Item "ipversion" see above .IP "\fBlookup\fR" 4 .IX Item "lookup" see above .IP "\fBmininterval\fR" 4 .IX Item "mininterval" see above .IP "\fBpings\fR" 4 .IX Item "pings" see above .IP "\fBport\fR" 4 .IX Item "port" see above .IP "\fBprotocol\fR" 4 .IX Item "protocol" see above .IP "\fBrecordtype\fR" 4 .IX Item "recordtype" see above .IP "\fBrequire_answers\fR" 4 .IX Item "require_answers" see above .IP "\fBrequire_noerror\fR" 4 .IX Item "require_noerror" see above .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBauthoritative\fR" 4 .IX Item "authoritative" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBipversion\fR" 4 .IX Item "ipversion" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBlookup\fR" 4 .IX Item "lookup" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBmininterval\fR" 4 .IX Item "mininterval" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBport\fR" 4 .IX Item "port" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBprotocol\fR" 4 .IX Item "protocol" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBrecordtype\fR" 4 .IX Item "recordtype" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBrequire_answers\fR" 4 .IX Item "require_answers" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBrequire_noerror\fR" 4 .IX Item "require_noerror" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for variable \f(CW\*(C`probe\*(C'\fR example value \f(CW\*(C`AnotherDNS\*(C'\fR.) .RE .IP "\fBAnotherSSH\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "AnotherSSH: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBgreeting\fR" 4 .IX Item "greeting" see above .IP "\fBinterval\fR" 4 .IX Item "interval" see above .IP "\fBmininterval\fR" 4 .IX Item "mininterval" see above .IP "\fBpings\fR" 4 .IX Item "pings" see above .IP "\fBport\fR" 4 .IX Item "port" see above .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBgreeting\fR" 4 .IX Item "greeting" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBinterval\fR" 4 .IX Item "interval" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBmininterval\fR" 4 .IX Item "mininterval" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBport\fR" 4 .IX Item "port" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for variable \f(CW\*(C`probe\*(C'\fR example value \f(CW\*(C`AnotherSSH\*(C'\fR.) .RE .IP "\fBCiscoRTTMonDNS\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "CiscoRTTMonDNS: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBioshost\fR" 4 .IX Item "ioshost" see above .IP "\fBiosint\fR" 4 .IX Item "iosint" see above .IP "\fBname\fR" 4 .IX Item "name" see above .IP "\fBpings\fR" 4 .IX Item "pings" see above .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBioshost\fR" 4 .IX Item "ioshost" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBiosint\fR" 4 .IX Item "iosint" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBname\fR" 4 .IX Item "name" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for variable \f(CW\*(C`probe\*(C'\fR example value \f(CW\*(C`CiscoRTTMonDNS\*(C'\fR.) .RE .IP "\fBCiscoRTTMonEchoICMP\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "CiscoRTTMonEchoICMP: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBioshost\fR" 4 .IX Item "ioshost" see above .IP "\fBiosint\fR" 4 .IX Item "iosint" see above .IP "\fBpacketsize\fR" 4 .IX Item "packetsize" see above .IP "\fBpings\fR" 4 .IX Item "pings" see above .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .IP "\fBtos\fR" 4 .IX Item "tos" see above .IP "\fBvrf\fR" 4 .IX Item "vrf" see above .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBioshost\fR" 4 .IX Item "ioshost" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBiosint\fR" 4 .IX Item "iosint" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpacketsize\fR" 4 .IX Item "packetsize" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtos\fR" 4 .IX Item "tos" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBvrf\fR" 4 .IX Item "vrf" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for variable \f(CW\*(C`probe\*(C'\fR example value \f(CW\*(C`CiscoRTTMonEchoICMP\*(C'\fR.) .RE .IP "\fBCiscoRTTMonTcpConnect\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "CiscoRTTMonTcpConnect: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBioshost\fR" 4 .IX Item "ioshost" see above .IP "\fBiosint\fR" 4 .IX Item "iosint" see above .IP "\fBpings\fR" 4 .IX Item "pings" see above .IP "\fBport\fR" 4 .IX Item "port" see above .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .IP "\fBtos\fR" 4 .IX Item "tos" see above .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBioshost\fR" 4 .IX Item "ioshost" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBiosint\fR" 4 .IX Item "iosint" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBport\fR" 4 .IX Item "port" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtos\fR" 4 .IX Item "tos" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for variable \f(CW\*(C`probe\*(C'\fR example value \f(CW\*(C`CiscoRTTMonTcpConnect\*(C'\fR.) .RE .IP "\fBCurl\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "Curl: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBagent\fR" 4 .IX Item "agent" see above .IP "\fBexpect\fR" 4 .IX Item "expect" see above .IP "\fBextraargs\fR" 4 .IX Item "extraargs" see above .IP "\fBextrare\fR" 4 .IX Item "extrare" see above .IP "\fBfollow_redirects\fR" 4 .IX Item "follow_redirects" see above .IP "\fBinclude_redirects\fR" 4 .IX Item "include_redirects" see above .IP "\fBinsecure_ssl\fR" 4 .IX Item "insecure_ssl" see above .IP "\fBinterface\fR" 4 .IX Item "interface" see above .IP "\fBpings\fR" 4 .IX Item "pings" see above .IP "\fBssl2\fR" 4 .IX Item "ssl2" see above .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .IP "\fBurlformat\fR" 4 .IX Item "urlformat" see above .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBagent\fR" 4 .IX Item "agent" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBexpect\fR" 4 .IX Item "expect" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBextraargs\fR" 4 .IX Item "extraargs" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBextrare\fR" 4 .IX Item "extrare" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBfollow_redirects\fR" 4 .IX Item "follow_redirects" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBinclude_redirects\fR" 4 .IX Item "include_redirects" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBinsecure_ssl\fR" 4 .IX Item "insecure_ssl" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBinterface\fR" 4 .IX Item "interface" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBssl2\fR" 4 .IX Item "ssl2" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBurlformat\fR" 4 .IX Item "urlformat" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for variable \f(CW\*(C`probe\*(C'\fR example value \f(CW\*(C`Curl\*(C'\fR.) .RE .IP "\fB\s-1DNS\s0\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "DNS: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBlookup\fR" 4 .IX Item "lookup" see above .IP "\fBpings\fR" 4 .IX Item "pings" see above .IP "\fBserver\fR" 4 .IX Item "server" see above .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBlookup\fR" 4 .IX Item "lookup" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBserver\fR" 4 .IX Item "server" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for variable \f(CW\*(C`probe\*(C'\fR example value \f(CW\*(C`DNS\*(C'\fR.) .RE .IP "\fBDismanPing\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "DismanPing: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBownerindex\fR" 4 .IX Item "ownerindex" see above .IP "\fBpacketsize\fR" 4 .IX Item "packetsize" see above .IP "\fBpinghost\fR" 4 .IX Item "pinghost" see above .IP "\fBpingsrc\fR" 4 .IX Item "pingsrc" see above .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBownerindex\fR" 4 .IX Item "ownerindex" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpacketsize\fR" 4 .IX Item "packetsize" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpinghost\fR" 4 .IX Item "pinghost" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpingsrc\fR" 4 .IX Item "pingsrc" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for variable \f(CW\*(C`probe\*(C'\fR example value \f(CW\*(C`DismanPing\*(C'\fR.) .RE .IP "\fBEchoPing\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "EchoPing: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBextraopts\fR" 4 .IX Item "extraopts" see above .IP "\fBfill\fR" 4 .IX Item "fill" see above .IP "\fBipversion\fR" 4 .IX Item "ipversion" see above .IP "\fBpings\fR" 4 .IX Item "pings" see above .IP "\fBpriority\fR" 4 .IX Item "priority" see above .IP "\fBsize\fR" 4 .IX Item "size" see above .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .IP "\fBtos\fR" 4 .IX Item "tos" see above .IP "\fBudp\fR" 4 .IX Item "udp" see above .IP "\fBwaittime\fR" 4 .IX Item "waittime" see above .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBextraopts\fR" 4 .IX Item "extraopts" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBfill\fR" 4 .IX Item "fill" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBipversion\fR" 4 .IX Item "ipversion" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpriority\fR" 4 .IX Item "priority" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBsize\fR" 4 .IX Item "size" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtos\fR" 4 .IX Item "tos" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBudp\fR" 4 .IX Item "udp" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBwaittime\fR" 4 .IX Item "waittime" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for variable \f(CW\*(C`probe\*(C'\fR example value \f(CW\*(C`EchoPing\*(C'\fR.) .RE .IP "\fBEchoPingChargen\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "EchoPingChargen: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBextraopts\fR" 4 .IX Item "extraopts" see above .IP "\fBfill\fR" 4 .IX Item "fill" see above .IP "\fBipversion\fR" 4 .IX Item "ipversion" see above .IP "\fBpings\fR" 4 .IX Item "pings" see above .IP "\fBpriority\fR" 4 .IX Item "priority" see above .IP "\fBsize\fR" 4 .IX Item "size" see above .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .IP "\fBtos\fR" 4 .IX Item "tos" see above .IP "\fBwaittime\fR" 4 .IX Item "waittime" see above .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBextraopts\fR" 4 .IX Item "extraopts" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBfill\fR" 4 .IX Item "fill" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBipversion\fR" 4 .IX Item "ipversion" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpriority\fR" 4 .IX Item "priority" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBsize\fR" 4 .IX Item "size" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtos\fR" 4 .IX Item "tos" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBwaittime\fR" 4 .IX Item "waittime" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for variable \f(CW\*(C`probe\*(C'\fR example value \f(CW\*(C`EchoPingChargen\*(C'\fR.) .RE .IP "\fBEchoPingDNS\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "EchoPingDNS: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBdns_request\fR" 4 .IX Item "dns_request" see above .IP "\fBdns_tcp\fR" 4 .IX Item "dns_tcp" see above .IP "\fBdns_type\fR" 4 .IX Item "dns_type" see above .IP "\fBextraopts\fR" 4 .IX Item "extraopts" see above .IP "\fBipversion\fR" 4 .IX Item "ipversion" see above .IP "\fBpings\fR" 4 .IX Item "pings" see above .IP "\fBplugin\fR" 4 .IX Item "plugin" see above .IP "\fBpluginargs\fR" 4 .IX Item "pluginargs" see above .IP "\fBpriority\fR" 4 .IX Item "priority" see above .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .IP "\fBtos\fR" 4 .IX Item "tos" see above .IP "\fBwaittime\fR" 4 .IX Item "waittime" see above .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBdns_request\fR" 4 .IX Item "dns_request" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBdns_tcp\fR" 4 .IX Item "dns_tcp" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBdns_type\fR" 4 .IX Item "dns_type" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBextraopts\fR" 4 .IX Item "extraopts" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBipversion\fR" 4 .IX Item "ipversion" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBplugin\fR" 4 .IX Item "plugin" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpluginargs\fR" 4 .IX Item "pluginargs" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpriority\fR" 4 .IX Item "priority" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtos\fR" 4 .IX Item "tos" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBwaittime\fR" 4 .IX Item "waittime" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for variable \f(CW\*(C`probe\*(C'\fR example value \f(CW\*(C`EchoPingDNS\*(C'\fR.) .RE .IP "\fBEchoPingDiscard\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "EchoPingDiscard: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBextraopts\fR" 4 .IX Item "extraopts" see above .IP "\fBfill\fR" 4 .IX Item "fill" see above .IP "\fBipversion\fR" 4 .IX Item "ipversion" see above .IP "\fBpings\fR" 4 .IX Item "pings" see above .IP "\fBpriority\fR" 4 .IX Item "priority" see above .IP "\fBsize\fR" 4 .IX Item "size" see above .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .IP "\fBtos\fR" 4 .IX Item "tos" see above .IP "\fBudp\fR" 4 .IX Item "udp" see above .IP "\fBwaittime\fR" 4 .IX Item "waittime" see above .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBextraopts\fR" 4 .IX Item "extraopts" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBfill\fR" 4 .IX Item "fill" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBipversion\fR" 4 .IX Item "ipversion" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpriority\fR" 4 .IX Item "priority" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBsize\fR" 4 .IX Item "size" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtos\fR" 4 .IX Item "tos" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBudp\fR" 4 .IX Item "udp" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBwaittime\fR" 4 .IX Item "waittime" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for variable \f(CW\*(C`probe\*(C'\fR example value \f(CW\*(C`EchoPingDiscard\*(C'\fR.) .RE .IP "\fBEchoPingHttp\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "EchoPingHttp: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBaccept_redirects\fR" 4 .IX Item "accept_redirects" see above .IP "\fBextraopts\fR" 4 .IX Item "extraopts" see above .IP "\fBignore_cache\fR" 4 .IX Item "ignore_cache" see above .IP "\fBipversion\fR" 4 .IX Item "ipversion" see above .IP "\fBpings\fR" 4 .IX Item "pings" see above .IP "\fBport\fR" 4 .IX Item "port" see above .IP "\fBpriority\fR" 4 .IX Item "priority" see above .IP "\fBrevalidate_data\fR" 4 .IX Item "revalidate_data" see above .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .IP "\fBtos\fR" 4 .IX Item "tos" see above .IP "\fBurl\fR" 4 .IX Item "url" see above .IP "\fBwaittime\fR" 4 .IX Item "waittime" see above .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBaccept_redirects\fR" 4 .IX Item "accept_redirects" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBextraopts\fR" 4 .IX Item "extraopts" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBignore_cache\fR" 4 .IX Item "ignore_cache" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBipversion\fR" 4 .IX Item "ipversion" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBport\fR" 4 .IX Item "port" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpriority\fR" 4 .IX Item "priority" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBrevalidate_data\fR" 4 .IX Item "revalidate_data" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtos\fR" 4 .IX Item "tos" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBurl\fR" 4 .IX Item "url" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBwaittime\fR" 4 .IX Item "waittime" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for variable \f(CW\*(C`probe\*(C'\fR example value \f(CW\*(C`EchoPingHttp\*(C'\fR.) .RE .IP "\fBEchoPingHttps\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "EchoPingHttps: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBaccept_redirects\fR" 4 .IX Item "accept_redirects" see above .IP "\fBextraopts\fR" 4 .IX Item "extraopts" see above .IP "\fBignore_cache\fR" 4 .IX Item "ignore_cache" see above .IP "\fBipversion\fR" 4 .IX Item "ipversion" see above .IP "\fBpings\fR" 4 .IX Item "pings" see above .IP "\fBport\fR" 4 .IX Item "port" see above .IP "\fBpriority\fR" 4 .IX Item "priority" see above .IP "\fBprot\fR" 4 .IX Item "prot" see above .IP "\fBrevalidate_data\fR" 4 .IX Item "revalidate_data" see above .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .IP "\fBtos\fR" 4 .IX Item "tos" see above .IP "\fBurl\fR" 4 .IX Item "url" see above .IP "\fBwaittime\fR" 4 .IX Item "waittime" see above .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBaccept_redirects\fR" 4 .IX Item "accept_redirects" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBextraopts\fR" 4 .IX Item "extraopts" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBignore_cache\fR" 4 .IX Item "ignore_cache" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBipversion\fR" 4 .IX Item "ipversion" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBport\fR" 4 .IX Item "port" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpriority\fR" 4 .IX Item "priority" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBprot\fR" 4 .IX Item "prot" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBrevalidate_data\fR" 4 .IX Item "revalidate_data" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtos\fR" 4 .IX Item "tos" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBurl\fR" 4 .IX Item "url" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBwaittime\fR" 4 .IX Item "waittime" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for variable \f(CW\*(C`probe\*(C'\fR example value \f(CW\*(C`EchoPingHttps\*(C'\fR.) .RE .IP "\fBEchoPingIcp\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "EchoPingIcp: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBextraopts\fR" 4 .IX Item "extraopts" see above .IP "\fBipversion\fR" 4 .IX Item "ipversion" see above .IP "\fBpings\fR" 4 .IX Item "pings" see above .IP "\fBpriority\fR" 4 .IX Item "priority" see above .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .IP "\fBtos\fR" 4 .IX Item "tos" see above .IP "\fBurl\fR" 4 .IX Item "url" see above .IP "\fBwaittime\fR" 4 .IX Item "waittime" see above .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBextraopts\fR" 4 .IX Item "extraopts" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBipversion\fR" 4 .IX Item "ipversion" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpriority\fR" 4 .IX Item "priority" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtos\fR" 4 .IX Item "tos" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBurl\fR" 4 .IX Item "url" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBwaittime\fR" 4 .IX Item "waittime" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for variable \f(CW\*(C`probe\*(C'\fR example value \f(CW\*(C`EchoPingIcp\*(C'\fR.) .RE .IP "\fBEchoPingLDAP\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "EchoPingLDAP: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBextraopts\fR" 4 .IX Item "extraopts" see above .IP "\fBipversion\fR" 4 .IX Item "ipversion" see above .IP "\fBldap_base\fR" 4 .IX Item "ldap_base" see above .IP "\fBldap_request\fR" 4 .IX Item "ldap_request" see above .IP "\fBldap_scope\fR" 4 .IX Item "ldap_scope" see above .IP "\fBpings\fR" 4 .IX Item "pings" see above .IP "\fBplugin\fR" 4 .IX Item "plugin" see above .IP "\fBpluginargs\fR" 4 .IX Item "pluginargs" see above .IP "\fBpriority\fR" 4 .IX Item "priority" see above .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .IP "\fBtos\fR" 4 .IX Item "tos" see above .IP "\fBwaittime\fR" 4 .IX Item "waittime" see above .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBextraopts\fR" 4 .IX Item "extraopts" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBipversion\fR" 4 .IX Item "ipversion" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBldap_base\fR" 4 .IX Item "ldap_base" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBldap_request\fR" 4 .IX Item "ldap_request" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBldap_scope\fR" 4 .IX Item "ldap_scope" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBplugin\fR" 4 .IX Item "plugin" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpluginargs\fR" 4 .IX Item "pluginargs" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpriority\fR" 4 .IX Item "priority" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtos\fR" 4 .IX Item "tos" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBwaittime\fR" 4 .IX Item "waittime" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for variable \f(CW\*(C`probe\*(C'\fR example value \f(CW\*(C`EchoPingLDAP\*(C'\fR.) .RE .IP "\fBEchoPingPlugin\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "EchoPingPlugin: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBextraopts\fR" 4 .IX Item "extraopts" see above .IP "\fBipversion\fR" 4 .IX Item "ipversion" see above .IP "\fBpings\fR" 4 .IX Item "pings" see above .IP "\fBplugin\fR" 4 .IX Item "plugin" see above .IP "\fBpluginargs\fR" 4 .IX Item "pluginargs" see above .IP "\fBpriority\fR" 4 .IX Item "priority" see above .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .IP "\fBtos\fR" 4 .IX Item "tos" see above .IP "\fBwaittime\fR" 4 .IX Item "waittime" see above .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBextraopts\fR" 4 .IX Item "extraopts" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBipversion\fR" 4 .IX Item "ipversion" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBplugin\fR" 4 .IX Item "plugin" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpluginargs\fR" 4 .IX Item "pluginargs" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpriority\fR" 4 .IX Item "priority" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtos\fR" 4 .IX Item "tos" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBwaittime\fR" 4 .IX Item "waittime" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for variable \f(CW\*(C`probe\*(C'\fR example value \f(CW\*(C`EchoPingPlugin\*(C'\fR.) .RE .IP "\fBEchoPingSmtp\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "EchoPingSmtp: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBextraopts\fR" 4 .IX Item "extraopts" see above .IP "\fBipversion\fR" 4 .IX Item "ipversion" see above .IP "\fBpings\fR" 4 .IX Item "pings" see above .IP "\fBpriority\fR" 4 .IX Item "priority" see above .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .IP "\fBtos\fR" 4 .IX Item "tos" see above .IP "\fBwaittime\fR" 4 .IX Item "waittime" see above .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBextraopts\fR" 4 .IX Item "extraopts" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBipversion\fR" 4 .IX Item "ipversion" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpriority\fR" 4 .IX Item "priority" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtos\fR" 4 .IX Item "tos" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBwaittime\fR" 4 .IX Item "waittime" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for variable \f(CW\*(C`probe\*(C'\fR example value \f(CW\*(C`EchoPingSmtp\*(C'\fR.) .RE .IP "\fBEchoPingWhois\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "EchoPingWhois: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBextraopts\fR" 4 .IX Item "extraopts" see above .IP "\fBipversion\fR" 4 .IX Item "ipversion" see above .IP "\fBpings\fR" 4 .IX Item "pings" see above .IP "\fBplugin\fR" 4 .IX Item "plugin" see above .IP "\fBpluginargs\fR" 4 .IX Item "pluginargs" see above .IP "\fBpriority\fR" 4 .IX Item "priority" see above .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .IP "\fBtos\fR" 4 .IX Item "tos" see above .IP "\fBwaittime\fR" 4 .IX Item "waittime" see above .IP "\fBwhois_request\fR" 4 .IX Item "whois_request" see above .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBextraopts\fR" 4 .IX Item "extraopts" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBipversion\fR" 4 .IX Item "ipversion" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBplugin\fR" 4 .IX Item "plugin" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpluginargs\fR" 4 .IX Item "pluginargs" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpriority\fR" 4 .IX Item "priority" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtos\fR" 4 .IX Item "tos" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBwaittime\fR" 4 .IX Item "waittime" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBwhois_request\fR" 4 .IX Item "whois_request" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for variable \f(CW\*(C`probe\*(C'\fR example value \f(CW\*(C`EchoPingWhois\*(C'\fR.) .RE .IP "\fBFPing\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "FPing: (See the separate module documentation for details about each variable.)" No changes that can be automatically described. .Sp (End of dynamical grammar changes for variable \f(CW\*(C`probe\*(C'\fR example value \f(CW\*(C`FPing\*(C'\fR.) .IP "\fBFPing6\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "FPing6: (See the separate module documentation for details about each variable.)" No changes that can be automatically described. .Sp (End of dynamical grammar changes for variable \f(CW\*(C`probe\*(C'\fR example value \f(CW\*(C`FPing6\*(C'\fR.) .IP "\fBFPingContinuous\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "FPingContinuous: (See the separate module documentation for details about each variable.)" No changes that can be automatically described. .Sp (End of dynamical grammar changes for variable \f(CW\*(C`probe\*(C'\fR example value \f(CW\*(C`FPingContinuous\*(C'\fR.) .IP "\fBFTPtransfer\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "FTPtransfer: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBlocaladdr\fR" 4 .IX Item "localaddr" see above .IP "\fBpassive\fR" 4 .IX Item "passive" see above .IP "\fBpassword\fR" 4 .IX Item "password" see above .IP "\fBpings\fR" 4 .IX Item "pings" see above .IP "\fBport\fR" 4 .IX Item "port" see above .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .IP "\fBusername\fR" 4 .IX Item "username" see above .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBlocaladdr\fR" 4 .IX Item "localaddr" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpassive\fR" 4 .IX Item "passive" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpassword\fR" 4 .IX Item "password" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBport\fR" 4 .IX Item "port" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBusername\fR" 4 .IX Item "username" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for variable \f(CW\*(C`probe\*(C'\fR example value \f(CW\*(C`FTPtransfer\*(C'\fR.) .RE .IP "\fBIOSPing\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "IOSPing: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBioshost\fR" 4 .IX Item "ioshost" see above .IP "\fBiosint\fR" 4 .IX Item "iosint" see above .IP "\fBiosuser\fR" 4 .IX Item "iosuser" see above .IP "\fBpings\fR" 4 .IX Item "pings" see above .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBioshost\fR" 4 .IX Item "ioshost" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBiosint\fR" 4 .IX Item "iosint" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBiosuser\fR" 4 .IX Item "iosuser" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for variable \f(CW\*(C`probe\*(C'\fR example value \f(CW\*(C`IOSPing\*(C'\fR.) .RE .IP "\fB\s-1IRTT\s0\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "IRTT: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBdscp\fR" 4 .IX Item "dscp" see above .IP "\fBextraargs\fR" 4 .IX Item "extraargs" see above .IP "\fBfill\fR" 4 .IX Item "fill" see above .IP "\fBhmac\fR" 4 .IX Item "hmac" see above .IP "\fBinterval\fR" 4 .IX Item "interval" see above .IP "\fBipversion\fR" 4 .IX Item "ipversion" see above .IP "\fBlength\fR" 4 .IX Item "length" see above .IP "\fBlocaladdr\fR" 4 .IX Item "localaddr" see above .IP "\fBmetric\fR" 4 .IX Item "metric" see above .IP "\fBpings\fR" 4 .IX Item "pings" see above .IP "\fBreadfrom\fR" 4 .IX Item "readfrom" see above .IP "\fBreadfrompollinterval\fR" 4 .IX Item "readfrompollinterval" see above .IP "\fBserverfill\fR" 4 .IX Item "serverfill" see above .IP "\fBsleep\fR" 4 .IX Item "sleep" see above .IP "\fBwriteto\fR" 4 .IX Item "writeto" see above .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBdscp\fR" 4 .IX Item "dscp" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBextraargs\fR" 4 .IX Item "extraargs" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBfill\fR" 4 .IX Item "fill" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBhmac\fR" 4 .IX Item "hmac" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBinterval\fR" 4 .IX Item "interval" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBipversion\fR" 4 .IX Item "ipversion" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBlength\fR" 4 .IX Item "length" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBlocaladdr\fR" 4 .IX Item "localaddr" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBmetric\fR" 4 .IX Item "metric" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBreadfrom\fR" 4 .IX Item "readfrom" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBreadfrompollinterval\fR" 4 .IX Item "readfrompollinterval" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBserverfill\fR" 4 .IX Item "serverfill" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBsleep\fR" 4 .IX Item "sleep" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBwriteto\fR" 4 .IX Item "writeto" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for variable \f(CW\*(C`probe\*(C'\fR example value \f(CW\*(C`IRTT\*(C'\fR.) .RE .IP "\fB\s-1LDAP\s0\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "LDAP: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBattrs\fR" 4 .IX Item "attrs" see above .IP "\fBbase\fR" 4 .IX Item "base" see above .IP "\fBbinddn\fR" 4 .IX Item "binddn" see above .IP "\fBfilter\fR" 4 .IX Item "filter" see above .IP "\fBmininterval\fR" 4 .IX Item "mininterval" see above .IP "\fBpassword\fR" 4 .IX Item "password" see above .IP "\fBpings\fR" 4 .IX Item "pings" see above .IP "\fBport\fR" 4 .IX Item "port" see above .IP "\fBscheme\fR" 4 .IX Item "scheme" see above .IP "\fBscope\fR" 4 .IX Item "scope" see above .IP "\fBstart_tls\fR" 4 .IX Item "start_tls" see above .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .IP "\fBverify\fR" 4 .IX Item "verify" see above .IP "\fBversion\fR" 4 .IX Item "version" see above .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBattrs\fR" 4 .IX Item "attrs" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBbase\fR" 4 .IX Item "base" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBbinddn\fR" 4 .IX Item "binddn" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBfilter\fR" 4 .IX Item "filter" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBmininterval\fR" 4 .IX Item "mininterval" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpassword\fR" 4 .IX Item "password" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBport\fR" 4 .IX Item "port" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBscheme\fR" 4 .IX Item "scheme" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBscope\fR" 4 .IX Item "scope" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBstart_tls\fR" 4 .IX Item "start_tls" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBverify\fR" 4 .IX Item "verify" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBversion\fR" 4 .IX Item "version" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for variable \f(CW\*(C`probe\*(C'\fR example value \f(CW\*(C`LDAP\*(C'\fR.) .RE .IP "\fBNFSping\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "NFSping: (See the separate module documentation for details about each variable.)" No changes that can be automatically described. .Sp (End of dynamical grammar changes for variable \f(CW\*(C`probe\*(C'\fR example value \f(CW\*(C`NFSping\*(C'\fR.) .IP "\fBOpenSSHEOSPing\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "OpenSSHEOSPing: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBeospass\fR" 4 .IX Item "eospass" see above .IP "\fBeosuser\fR" 4 .IX Item "eosuser" see above .IP "\fBpings\fR" 4 .IX Item "pings" see above .IP "\fBpsource\fR" 4 .IX Item "psource" see above .IP "\fBsource\fR" 4 .IX Item "source" see above .IP "\fBunpriv\fR" 4 .IX Item "unpriv" see above .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBeospass\fR" 4 .IX Item "eospass" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBeosuser\fR" 4 .IX Item "eosuser" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpsource\fR" 4 .IX Item "psource" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBsource\fR" 4 .IX Item "source" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBunpriv\fR" 4 .IX Item "unpriv" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for variable \f(CW\*(C`probe\*(C'\fR example value \f(CW\*(C`OpenSSHEOSPing\*(C'\fR.) .RE .IP "\fBOpenSSHJunOSPing\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "OpenSSHJunOSPing: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBjunospass\fR" 4 .IX Item "junospass" see above .IP "\fBjunosuser\fR" 4 .IX Item "junosuser" see above .IP "\fBpings\fR" 4 .IX Item "pings" see above .IP "\fBpsource\fR" 4 .IX Item "psource" see above .IP "\fBsource\fR" 4 .IX Item "source" see above .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBjunospass\fR" 4 .IX Item "junospass" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBjunosuser\fR" 4 .IX Item "junosuser" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpsource\fR" 4 .IX Item "psource" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBsource\fR" 4 .IX Item "source" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for variable \f(CW\*(C`probe\*(C'\fR example value \f(CW\*(C`OpenSSHJunOSPing\*(C'\fR.) .RE .IP "\fBQstat\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "Qstat: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBpings\fR" 4 .IX Item "pings" see above .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBpings\fR" 4 .IX Item "pings" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for variable \f(CW\*(C`probe\*(C'\fR example value \f(CW\*(C`Qstat\*(C'\fR.) .RE .IP "\fBRadius\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "Radius: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBallowreject\fR" 4 .IX Item "allowreject" see above .IP "\fBmininterval\fR" 4 .IX Item "mininterval" see above .IP "\fBnas_ip_address\fR" 4 .IX Item "nas_ip_address" see above .IP "\fBpassword\fR" 4 .IX Item "password" see above .IP "\fBpings\fR" 4 .IX Item "pings" see above .IP "\fBport\fR" 4 .IX Item "port" see above .IP "\fBsecret\fR" 4 .IX Item "secret" see above .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .IP "\fBusername\fR" 4 .IX Item "username" see above .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBallowreject\fR" 4 .IX Item "allowreject" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBmininterval\fR" 4 .IX Item "mininterval" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBnas_ip_address\fR" 4 .IX Item "nas_ip_address" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpassword\fR" 4 .IX Item "password" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBport\fR" 4 .IX Item "port" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBsecret\fR" 4 .IX Item "secret" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBusername\fR" 4 .IX Item "username" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for variable \f(CW\*(C`probe\*(C'\fR example value \f(CW\*(C`Radius\*(C'\fR.) .RE .IP "\fBRemoteFPing\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "RemoteFPing: (See the separate module documentation for details about each variable.)" No changes that can be automatically described. .Sp (End of dynamical grammar changes for variable \f(CW\*(C`probe\*(C'\fR example value \f(CW\*(C`RemoteFPing\*(C'\fR.) .IP "\fB\s-1SSH\s0\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "SSH: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBkeytype\fR" 4 .IX Item "keytype" see above .IP "\fBpings\fR" 4 .IX Item "pings" see above .IP "\fBport\fR" 4 .IX Item "port" see above .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBkeytype\fR" 4 .IX Item "keytype" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBport\fR" 4 .IX Item "port" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for variable \f(CW\*(C`probe\*(C'\fR example value \f(CW\*(C`SSH\*(C'\fR.) .RE .IP "\fBSendEmail\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "SendEmail: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBpings\fR" 4 .IX Item "pings" see above .IP "\fBport\fR" 4 .IX Item "port" see above .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBpings\fR" 4 .IX Item "pings" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBport\fR" 4 .IX Item "port" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for variable \f(CW\*(C`probe\*(C'\fR example value \f(CW\*(C`SendEmail\*(C'\fR.) .RE .IP "\fBSipSak\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "SipSak: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBkeep_second\fR" 4 .IX Item "keep_second" see above .IP "\fBparams\fR" 4 .IX Item "params" see above .IP "\fBpings\fR" 4 .IX Item "pings" see above .IP "\fBport\fR" 4 .IX Item "port" see above .IP "\fBsipsak_timeout\fR" 4 .IX Item "sipsak_timeout" see above .IP "\fBuser\fR" 4 .IX Item "user" see above .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBkeep_second\fR" 4 .IX Item "keep_second" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBparams\fR" 4 .IX Item "params" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBport\fR" 4 .IX Item "port" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBsipsak_timeout\fR" 4 .IX Item "sipsak_timeout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBuser\fR" 4 .IX Item "user" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for variable \f(CW\*(C`probe\*(C'\fR example value \f(CW\*(C`SipSak\*(C'\fR.) .RE .IP "\fBTCPPing\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "TCPPing: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBpings\fR" 4 .IX Item "pings" see above .IP "\fBport\fR" 4 .IX Item "port" see above .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBpings\fR" 4 .IX Item "pings" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBport\fR" 4 .IX Item "port" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for variable \f(CW\*(C`probe\*(C'\fR example value \f(CW\*(C`TCPPing\*(C'\fR.) .RE .IP "\fBTacacsPlus\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "TacacsPlus: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBauthtype\fR" 4 .IX Item "authtype" see above .IP "\fBmininterval\fR" 4 .IX Item "mininterval" see above .IP "\fBpassword\fR" 4 .IX Item "password" see above .IP "\fBpings\fR" 4 .IX Item "pings" see above .IP "\fBport\fR" 4 .IX Item "port" see above .IP "\fBsecret\fR" 4 .IX Item "secret" see above .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .IP "\fBusername\fR" 4 .IX Item "username" see above .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBauthtype\fR" 4 .IX Item "authtype" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBmininterval\fR" 4 .IX Item "mininterval" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpassword\fR" 4 .IX Item "password" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBport\fR" 4 .IX Item "port" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBsecret\fR" 4 .IX Item "secret" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBusername\fR" 4 .IX Item "username" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for variable \f(CW\*(C`probe\*(C'\fR example value \f(CW\*(C`TacacsPlus\*(C'\fR.) .RE .IP "\fBTelnetIOSPing\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "TelnetIOSPing: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBiospass\fR" 4 .IX Item "iospass" see above .IP "\fBiosuser\fR" 4 .IX Item "iosuser" see above .IP "\fBpings\fR" 4 .IX Item "pings" see above .IP "\fBpsource\fR" 4 .IX Item "psource" see above .IP "\fBsource\fR" 4 .IX Item "source" see above .IP "\fBvrf\fR" 4 .IX Item "vrf" see above .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBiospass\fR" 4 .IX Item "iospass" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBiosuser\fR" 4 .IX Item "iosuser" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpsource\fR" 4 .IX Item "psource" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBsource\fR" 4 .IX Item "source" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBvrf\fR" 4 .IX Item "vrf" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for variable \f(CW\*(C`probe\*(C'\fR example value \f(CW\*(C`TelnetIOSPing\*(C'\fR.) .RE .IP "\fBTelnetJunOSPing\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "TelnetJunOSPing: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBjunospass\fR" 4 .IX Item "junospass" see above .IP "\fBjunosuser\fR" 4 .IX Item "junosuser" see above .IP "\fBpings\fR" 4 .IX Item "pings" see above .IP "\fBpsource\fR" 4 .IX Item "psource" see above .IP "\fBsource\fR" 4 .IX Item "source" see above .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBjunospass\fR" 4 .IX Item "junospass" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBjunosuser\fR" 4 .IX Item "junosuser" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpsource\fR" 4 .IX Item "psource" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBsource\fR" 4 .IX Item "source" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for variable \f(CW\*(C`probe\*(C'\fR example value \f(CW\*(C`TelnetJunOSPing\*(C'\fR.) .RE .IP "\fBTraceroutePing\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "TraceroutePing: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBdesthost\fR" 4 .IX Item "desthost" see above .IP "\fBhost\fR" 4 .IX Item "host" see above .IP "\fBmaxttl\fR" 4 .IX Item "maxttl" see above .IP "\fBminttl\fR" 4 .IX Item "minttl" see above .IP "\fBpings\fR" 4 .IX Item "pings" see above .IP "\fBwait\fR" 4 .IX Item "wait" see above .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBdesthost\fR" 4 .IX Item "desthost" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBmaxttl\fR" 4 .IX Item "maxttl" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBminttl\fR" 4 .IX Item "minttl" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBwait\fR" 4 .IX Item "wait" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for variable \f(CW\*(C`probe\*(C'\fR example value \f(CW\*(C`TraceroutePing\*(C'\fR.) .RE .IP "\fBWebProxyFilter\fR: (See the separate module documentation for details about each variable.)" 4 .IX Item "WebProxyFilter: (See the separate module documentation for details about each variable.)" The following new variables are valid: .RS 4 .IP "\fBdeny_re\fR" 4 .IX Item "deny_re" see above .IP "\fBmore_hosts\fR" 4 .IX Item "more_hosts" see above .IP "\fBpings\fR" 4 .IX Item "pings" see above .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .RE .RS 4 .Sp Syntax changes for subsection \fB/[\-_0\-9a\-zA\-Z]+/\fR .Sp .RS 4 The following new variables are valid: .IP "\fBdeny_re\fR" 4 .IX Item "deny_re" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBmore_hosts\fR" 4 .IX Item "more_hosts" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpings\fR" 4 .IX Item "pings" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBtimeout\fR" 4 .IX Item "timeout" see above .Sp This variable \fIinherits\fR its value from the parent section if nothing is specified here. .RE .RS 4 .RE .RE .RS 4 .Sp (End of dynamical grammar changes for variable \f(CW\*(C`probe\*(C'\fR example value \f(CW\*(C`WebProxyFilter\*(C'\fR.) .RE .PP (End of dynamical grammar changes for example values of variable \f(CW\*(C`probe\*(C'\fR.) .SS "*** Alerts ***" .IX Subsection "*** Alerts ***" The Alert section lets you setup loss and \s-1RTT\s0 pattern detectors. After each round of polling, SmokePing will examine its data and determine which detectors match. Detectors are enabled per target and get inherited by the targets children. .PP Detectors are not just simple thresholds which go off at first sight of a problem. They are configurable to detect special loss or \s-1RTT\s0 patterns. 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. .PP The patterns are numbers prefixed with an operator indicating the type of comparison required for a match. .PP The following \s-1RTT\s0 pattern detects if a target's \s-1RTT\s0 goes from constantly below 10ms to constantly 100ms and more: .PP .Vb 2 \& old \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-> new \& <10,<10,<10,<10,<10,>10,>100,>100,>100 .Ve .PP 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. .PP .Vb 2 \& old \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-> new \& ==0%,==0%,==0%,==0%,>20%,>20%,>=20% .Ve .PP Apart from normal numbers, patterns can also contain the values \fB*\fR which is true for all values regardless of the operator. And \fBU\fR which is true for \fBunknown\fR data together with the \fB==\fR and \fB=!\fR operators. .PP 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 \fB==S\fR it is inserted whenever smokeping is started up. .PP You can write .PP .Vb 1 \& ==S,>20%,>20% .Ve .PP to detect lines that have been losing more than 20% of the packets for two periods after startup. .PP If you want to make sure a value within a certain range you can use two conditions in one element .PP .Vb 1 \& >45%<=55% .Ve .PP 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 \fB*X*\fR will ignore up to \fIX\fR values and still let the pattern match: .PP .Vb 1 \& >10%,*10*,>10% .Ve .PP will fire if more than 10% of the packets have been lost at least twice over the last 10 samples. .PP A complete example .PP .Vb 3 \& *** 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 .Ve .PP The following variables can be set in this section: .IP "\fBto\fR \fI(mandatory setting)\fR" 4 .IX Item "to (mandatory setting)" 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 \&\fBto\fR value must be a pipe symbol \*(L"|\*(R". The program will the be called whenever an alert matches, using the following 5 arguments (except if \fBedgetrigger\fR is 'yes'; see below): \&\fBname-of-alert\fR, \fBtarget\fR, \fBloss-pattern\fR, \fBrtt-pattern\fR, \fBhostname\fR. You can also provide a comma separated list of addresses and programs. .IP "\fBfrom\fR \fI(mandatory setting)\fR" 4 .IX Item "from (mandatory setting)" who should alerts appear to be coming from ? .IP "\fBedgetrigger\fR" 4 .IX Item "edgetrigger" 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. .Sp When this variable is set to 'yes', a notification program (see the \fBto\fR variable documentation above) will get a sixth argument, \fBraise\fR, which has the value 1 if the alert was just raised and 0 if it was cleared. .Sp Default value: edgetrigger = no .IP "\fBmailtemplate\fR" 4 .IX Item "mailtemplate" When sending out mails for alerts, smokeping normally uses an internally generated message. With the mailtemplate you can specify a filename for a custom template. The file should contain a 'Subject: ...' line. The rest of the file should contain text. The all \fB<##\fR\fIkeyword\fR\fB##>\fR type strings will get replaced in the template before it is sent out. the following keywords are supported: .Sp .Vb 9 \& <##ALERT##> \- target name \& <##WHAT##> \- status (is active, was raised, was cleared) \& <##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 .Ve .PP The following sections are valid on level 1: .IP "\fB+/[^\es,]+/\fR" 4 .IX Item "+/[^s,]+/" The following variables can be set in this section: .RS 4 .IP "\fBtype\fR \fI(mandatory setting)\fR" 4 .IX Item "type (mandatory setting)" Currently the pattern types \fBrtt\fR and \fBloss\fR and \fBmatcher\fR are known. .Sp Matchers are plugin modules that extend the alert conditions. Known matchers are Avgratio, CheckLatency, CheckLoss, ExpLoss, Median, Medratio. .Sp See the documentation of the corresponding matcher module (eg. Smokeping::matchers::Avgratio) for instructions on configuring it. .IP "\fBpattern\fR \fI(mandatory setting)\fR" 4 .IX Item "pattern (mandatory setting)" a comma separated list of comparison operators and numbers. rtt patterns are in milliseconds, loss patterns are in percents .IP "\fBcomment\fR \fI(mandatory setting)\fR" 4 .IX Item "comment (mandatory setting)" .PD 0 .IP "\fBto\fR" 4 .IX Item "to" .PD Similar to the \*(L"to\*(R" parameter on the top-level except that it will only be used \s-1IN ADDITION\s0 to the value of the toplevel parameter. Same rules apply. .IP "\fBedgetrigger\fR" 4 .IX Item "edgetrigger" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .Sp Default value: edgetrigger = no .IP "\fBmailtemplate\fR" 4 .IX Item "mailtemplate" This variable \fIinherits\fR its value from the parent section if nothing is specified here. .IP "\fBpriority\fR" 4 .IX Item "priority" if multiple alerts 'match' only the one with the highest priority (lowest number) will cause and alert to be sent. Alerts without priority will be sent in any case. .RE .RS 4 .RE .SS "*** Slaves ***" .IX Subsection "*** Slaves ***" Your smokeping can remote control other somkeping instances running in slave mode on different hosts. Use this section to tell your master smokeping about the slaves you are going to use. .PP The following variables can be set in this section: .IP "\fBsecrets\fR \fI(mandatory setting)\fR" 4 .IX Item "secrets (mandatory setting)" The slave secrets file contines one line per slave with the name of the slave followed by a colon and the secret: .Sp .Vb 3 \& slave1:secret1 \& slave2:secret2 \& ... .Ve .Sp Note that these secrets combined with a man-in-the-middle attack effectively give shell access to the corresponding slaves (see smokeping_master_slave), so the file should be appropriately protected and the secrets should not be easily crackable. .PP The following sections are valid on level 1: .IP "\fB+/[\-_0\-9a\-zA\-Z.]+/\fR" 4 .IX Item "+/[-_0-9a-zA-Z.]+/" Define some basic properties for the slave. .Sp The following variables can be set in this section: .RS 4 .IP "\fBdisplay_name\fR \fI(mandatory setting)\fR" 4 .IX Item "display_name (mandatory setting)" Name of the Slave host. .IP "\fBlocation\fR" 4 .IX Item "location" Where is the slave located. .IP "\fBcolor\fR \fI(mandatory setting)\fR" 4 .IX Item "color (mandatory setting)" Color for the slave in graphs where input from multiple hosts is presented. .RE .RS 4 .Sp The following sections are valid on level 2: .IP "\fB++override\fR" 4 .IX Item "++override" If part of the configuration information must be overwritten to match the settings of the you can specify this in this section. A setting is overwritten by giveing the full path of the configuration variable. If you have this configuration in the Probes section: .Sp .Vb 3 \& *** Probes *** \& +FPing \& binary = /usr/sepp/bin/fping .Ve .Sp You can override it for a particular slave like this: .Sp .Vb 2 \& ++override \& Probes.FPing.binary = /usr/bin/fping .Ve .Sp The following variables can be set in this section: .RS 4 .IP "\fB/\eS+/\fR" 4 .IX Item "/S+/" .RE .RS 4 .RE .RE .RS 4 .RE .SH "COPYRIGHT" .IX Header "COPYRIGHT" Copyright (c) 2001\-2007 by Tobias Oetiker. All right reserved. .SH "LICENSE" .IX Header "LICENSE" This program is free software; you can redistribute it and/or modify it under the terms of the \s-1GNU\s0 General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. .PP This program is distributed in the hope that it will be useful, but \s-1WITHOUT ANY WARRANTY\s0; without even the implied warranty of \s-1MERCHANTABILITY\s0 or \s-1FITNESS FOR A PARTICULAR PURPOSE.\s0 See the \s-1GNU\s0 General Public License for more details. .PP You should have received a copy of the \s-1GNU\s0 General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, \s-1MA 02139, USA.\s0 .SH "AUTHOR" .IX Header "AUTHOR" Tobias Oetiker