mrtg-reference.txt
上传用户:shbosideng
上传日期:2013-05-04
资源大小:1555k
文件大小:71k
源码类别:

SNMP编程

开发平台:

C/C++

  1. MRTG-REFERENCE(1)              mrtg             MRTG-REFERENCE(1)
  2. NNAAMMEE
  3.        mrtg-reference - MRTG 2.13.2 configuration reference
  4. OOVVEERRVVIIEEWW
  5.        The runtime behaviour of MRTG is governed by a configura-
  6.        tion file. Run-of- ther-mill configuration files can be
  7.        generated with ccffggmmaakkeerr. (Check cfgmaker). But for more
  8.        elaborate configurations some hand-tuning is required.
  9.        This document describes all the configuration options
  10.        understood by the mrtg software.
  11. SSYYNNTTAAXX
  12.        MRTG configuration file syntax follows some simple rules:
  13.        +o   Keywords must start at the beginning of a line.
  14.        +o   Lines which follow a keyword line which start with a
  15.            blank are appended to the keyword line
  16.        +o   Empty Lines are ignored
  17.        +o   Lines starting with a # sign are comments.
  18.        +o   You can add other files into the configuration file
  19.            using
  20.            IInncclluuddee:: _f_i_l_e
  21.            Example:
  22.             Include: base-options.inc
  23.            If included files are specified with relative paths,
  24.            both the current working directory and the directory
  25.            containing the main config file will be searched for
  26.            the files.
  27. GGLLOOBBAALL KKEEYYWWOORRDDSS
  28.        WWoorrkkDDiirr
  29.        WorkDir specifies where the logfiles and the webpages
  30.        should be created.
  31.        Example:
  32.         WorkDir: /usr/tardis/pub/www/stats/mrtg
  33. OOPPTTIIOONNAALL GGLLOOBBAALL KKEEYYWWOORRDDSS
  34.        HHttmmllDDiirr
  35.        HtmlDir specifies the directory where the html (or shtml,
  36.        but we'll get on to those later) lives.
  37.        NOTE: Workdir overrides the settings for htmldir, imagedir
  38.        and logdir.
  39.        Example:
  40.         Htmldir: /www/mrtg/
  41.        IImmaaggeeDDiirr
  42.        ImageDir specifies the directory where the images live.
  43.        They should be under the html directory.
  44.        Example:
  45.         Imagedir: /www/mrtg/images
  46.        LLooggDDiirr
  47.        LogDir specifies the directory where the logs are stored.
  48.        This need not be under htmldir directive.
  49.        Example:
  50.         Logdir: /www/mrtg/logs
  51.        FFoorrkkss ((UUNNIIXX oonnllyy))
  52.        With system that supports fork (UNIX for example), mrtg
  53.        can fork itself into multiple instances while it is
  54.        acquiring data via snmp.
  55.        For situations with high latency or a great number of
  56.        devices this will speed things up considerably. It will
  57.        not make things faster, though, if you query a single
  58.        switch sitting next door.
  59.        As far as I know NT can not fork so this option is not
  60.        available on NT.
  61.        Example:
  62.         Forks: 4
  63.        EEnnaabblleeIIPPvv66
  64.        When set to yes, IPv6 support is enabled if the required
  65.        libraries are present (see the mrtg-ipv6 manpage). When
  66.        IPv6 is enabled, mrtg can talk to routers using SNMP over
  67.        IPv6 and targets may be specified by their numeric IPv6
  68.        addresses as well as by hostname or IPv4 address.
  69.        If IPv6 is enabled and the target is a hostname, mrtg will
  70.        try to resolve the hostname to an IPv6 address and, if
  71.        this fails, to an IPv4 address.  Note that mrtg will only
  72.        use IPv4 if you specify an IPv4 address or a hostname with
  73.        no corresponding IPv6 address; it will not fall back to
  74.        IPv4 if it simply fails to communicate with the target
  75.        using IPv6. This is by design.
  76.        Note that many routers do not currently support SNMP over
  77.        IPv6. Use the _I_P_v_4_O_n_l_y per target option for these
  78.        routers.
  79.        IPv6 is disabled by default.
  80.        Example:
  81.         EnableIPv6: Yes
  82.        EEnnaabblleeSSnnmmppVV33
  83.        When set to yes, uses the Net::SNMP module instead of the
  84.        SNMP_SESSION module for generating snmp queries.  This
  85.        allows the use of SNMPv3 if other snmpv3 parameters are
  86.        set.
  87.        SNMPv3 is disabled by default.
  88.        Example:
  89.         EnableSnmpV3: yes
  90.        RReeffrreesshh
  91.        How many seconds apart should the browser (Netscape) be
  92.        instructed to reload the page? If this is not defined, the
  93.        default is 300 seconds (5 minutes).
  94.        Example:
  95.         Refresh: 600
  96.        IInntteerrvvaall
  97.        How often do you call mrtg? The default is 5 minutes. If
  98.        you call it less often, you should specify it here.  This
  99.        does two things:
  100.        +o   The generated HTML page contains the right information
  101.            about the calling interval ...
  102.        +o   A META header in the generated HTML page will instruct
  103.            caches about the time-to-live of this page .....
  104.        In this example, we tell mrtg that we will be calling it
  105.        every 10 minutes. If you are calling mrtg every 5 minutes,
  106.        you can leave this line commented out.
  107.        Example:
  108.         Interval: 10
  109.        Note that unless you are using rrdtool you can not set
  110.        Interval to less than 5 minutes. If you are using rrdtool
  111.        you can set interval down to 1 minute. Note though, set-
  112.        ting the Interval for an rrdtool/mrtg setup will influence
  113.        the initial creation of the database. If you change the
  114.        interval later, all existing databases will remain at the
  115.        resolution they were initially created with.
  116.        MMaaxxAAggee
  117.        MRTG relies heavily on the real time clock of your com-
  118.        puter. If the time is set to a wrong value, especially if
  119.        it is advanced far into the future, this will cause mrtg
  120.        to expire lots of supposedly old data from the log files.
  121.        To prevent this, you can add a 'reasonability' check by
  122.        specifying a maximum age for log files. If a file seems to
  123.        be older, mrtg will not touch it but complain instead,
  124.        giving you a chance to investigate the cause.
  125.        Example:
  126.         MaxAge: 7200
  127.        The example above will make mrtg refuse to update log
  128.        files older than 2 hours (7200 seconds).
  129.        WWrriitteeEExxppiirreess
  130.        With this switch mrtg will generate .meta files for CERN
  131.        and Apache servers which contain Expiration tags for the
  132.        html and gif files. The *.meta files will be created in
  133.        the same directory as the other files, so you will have to
  134.        set "MetaDir ." and "MetaFiles on" in your apache.conf or
  135.        .htaccess file for this to work
  136.        NOTE: If you are running Apache-1.2 or later, you can use
  137.        the mod_expire to achieve the same effect ... see the file
  138.        htaccess.txt
  139.        Example:
  140.         WriteExpires: Yes
  141.        NNooMMiibb22
  142.        Normally we ask the SNMP device for 'sysUptime' and 'sys-
  143.        Name' properties.  Some do not have these. If you want to
  144.        avoid getting complaints from mrtg about these missing
  145.        properties, specify the nomib2 option.
  146.        An example of agents which do not implement base mib2
  147.        attributes are Computer Associates - Unicenter TNG Agents.
  148.        CA relies on using the base OS SNMP agent in addition to
  149.        its own agents to supplement the management of a system.
  150.        Example:
  151.         NoMib2: Yes
  152.        SSiinngglleeRReeqquueesstt
  153.        Some SNMP implementations can not deal with requests ask-
  154.        ing for multiple snmp variables in one go. Set this in
  155.        your cfg file to force mrtg to only ask for one variable
  156.        per request.
  157.        Examples
  158.         SingleRequest: Yes
  159.        SSnnmmppOOppttiioonnss
  160.        Apart from the per target timeout options, you can also
  161.        configure the behaviour of the snmpget process on a more
  162.        profound level. SnmpOptions accepts a hash of options. The
  163.        following options are currently supported:
  164.         timeout                   => $default_timeout,
  165.         retries                   => $default_retries,
  166.         backoff                   => $default_backoff,
  167.         default_max_repetitions   => $max_repetitions,
  168.         use_16bit_request_ids     => 1,
  169.         lenient_source_port_matching => 0,
  170.         lenient_source_address_matching => 1
  171.        The values behind the options indicate the current default
  172.        value.  Note that these settings OVERRIDE the per target
  173.        timeout settings.
  174.        A per-target SnmpOptions[] keyword will override the
  175.        global settings.  That keyword is primarily for SNMPv3.
  176.        The 16bit request ids are the only way to query the broken
  177.        SNMP implementation of SMC Barricade routers.
  178.        Example:
  179.         SnmpOptions: retries => 2, only_ip_address_matching => 0
  180.        Note that AS/400 snmp seems to be broken in a way which
  181.        prevents mrtg from working with it unless
  182.         SnmpOptions: lenient_source_port_matching => 1
  183.        is set.
  184.        IIccoonnDDiirr
  185.        If you want to keep the mrtg icons in someplace other than
  186.        the working (or imagedir) directory, use the _I_c_o_n_D_i_r vari-
  187.        able for defining the url of the icons directory.
  188.        Example:
  189.         IconDir: /mrtgicons/
  190.        LLooaaddMMIIBBss
  191.        Load the MIB file(s) specified and make its OIDs available
  192.        as symbolic names. For better efficiancy, a cache of MIBs
  193.        is maintained in the WorkDir.
  194.        Example:
  195.         LoadMIBs: /dept/net/mibs/netapp.mib,/usr/local/lib/ft100m.mib
  196.        LLaanngguuaaggee
  197.        Switch output format to the selected Language (Check the
  198.        _t_r_a_n_s_l_a_t_e directory to see which languages are supported
  199.        at the moment. In this directory you can also find
  200.        instructions on how to create new translations).
  201.        Currently the following laguages are supported:
  202.        big5 brazilian bulgarian catalan chinese croatian czech
  203.        danish dutch eucjp french galician gb gb2312 german greek
  204.        hungarian icelandic indonesia iso2022jp italian korean
  205.        lithuanian malay norwegian polish portuguese romanian rus-
  206.        sian russian1251 serbian slovak slovenian spanish swedish
  207.        turkish ukrainian
  208.        Example:
  209.         Language: danish
  210.        LLooggFFoorrmmaatt
  211.        Setting LogFormat to 'rrdtool' in your mrtg.cfg file
  212.        enables rrdtool mode.  In rrdtool mode, mrtg relies on
  213.        rrrrddttooooll to do its logging. See mrtg-rrd.
  214.        Example:
  215.         LogFormat: rrdtool
  216.        LLiibbAAdddd
  217.        If you are using rrdtool mode and your rrrrddttooooll Perl module
  218.        (RRDs.pm) is not installed in a location where perl can
  219.        find it on its own, you can use LibAdd to supply an appro-
  220.        priate path.
  221.        Example:
  222.         LibAdd: /usr/local/rrdtool/lib/perl/
  223.        PPaatthhAAdddd
  224.        If the rrrrddttooooll executable can not be found in the normal
  225.        "PATH", you can use this keyword to add a suitable direc-
  226.        tory to your path.
  227.        Example:
  228.         PathAdd: /usr/local/rrdtool/bin/
  229.        RRuunnAAssDDaaeemmoonn
  230.        The RunAsDaemon keyword enables daemon mode operation. The
  231.        purpose of daemon mode is that MRTG is launched once and
  232.        not repeatedly (as it is with cron).  This behavior saves
  233.        computing resourses as loading and parsing of configura-
  234.        tion files happens only once.
  235.        Using daemon mode MRTG itself is responible for timing the
  236.        measurement intervals. Therfore its important to set the
  237.        Interval keyword to an apropiate value.
  238.        Note that when using daemon mode MRTG should no longer be
  239.        started from cron as each new process runs forever.
  240.        Instead MRTG should be started from the command prompt or
  241.        by a system startup script.
  242.        If you want mrtg to run under a particular user and group
  243.        (it is not recomended to run MRTG as root) then you can
  244.        use the ----uusseerr==_u_s_e_r___n_a_m_e and ----ggrroouupp==_g_r_o_u_p___n_a_m_e options on
  245.        the mrtg commandline.
  246.         mrtg --user=mrtg_user --group=mrtg_group mrtg.cfg
  247.        Also note that in daemon mode restarting the process is
  248.        required in order to activate changes in the config file.
  249.        Under UNIX, the Daemon switch causes mrtg to fork into
  250.        background after checking its config file. On Windows NT
  251.        the MRTG process will detach from the console, but because
  252.        the NT/2000 shell waits for its children you have to use
  253.        this special start sequence when you launch the program:
  254.         start /b perl mrtg mrtg.cfg
  255.        You may have to add path information equal to what you add
  256.        when you run mrtg from the commandline.
  257.        Example
  258.         RunAsDaemon: Yes
  259.         Interval:    5
  260.        This makes MRTG run as a daemon beginning data collection
  261.        every 5 minutes
  262.        If you are daemontools and still want to run mrtg as a
  263.        daemon you can additionally specify
  264.         NoDetach:     Yes
  265.        this will make mrtg run but without detaching it from the
  266.        terminal.
  267.        CCoonnvveerrssiioonnCCooddee
  268.        Some devices may produce non-numeric values that would
  269.        nevertheless be useful to graph with MRTG if those values
  270.        could be converted to numbers.  The ConversionCode keyword
  271.        specifies the path to a file containing Perl code to per-
  272.        form such conversions. The code in this file must consist
  273.        of one or more Perl subroutines. Each subroutine must
  274.        accept a single string argument and return a single
  275.        numeric value. When RRDtool is in use, a decimal value may
  276.        be returned. When the name of one of these subroutines is
  277.        specified in a target definition (see below), MRTG calls
  278.        it twice for that target, once to convert the the input
  279.        value being monitored and a second time to convert the
  280.        output value. The subroutine must return an undefined
  281.        value if the conversion fails. In case of failure, a warn-
  282.        ing may be posted to the MRTG log file using Perl's warn
  283.        function. MRTG imports the subroutines into a separate
  284.        name space (package MRTGConversion), so the user need not
  285.        worry about pollution of MRTG's global name space. MRTG
  286.        automatically prepends this package declaration to the
  287.        user-supplied code.
  288.        Example: Suppose a particular OID returns a character
  289.        string whose length is proportional to the value to be
  290.        monitored. To convert this string to a number that can be
  291.        graphed by MRTG, create a file arbitrarily named "MyCon-
  292.        versions.pl" containing the following code:
  293.         # Return the length of the string argument
  294.         sub Length2Int {
  295.           my $value = shift;
  296.           return length( $value );
  297.         }
  298.        Then include the following global keyword in the MRTG con-
  299.        figuration file (assuming that the conversion code file is
  300.        saved in the mrtg/bin directory along with mrtg itself):
  301.         ConversionCode: MyConversions.pl
  302.        This will cause MRTG to include the definition of the sub-
  303.        routine Length2Int in its execution environment.
  304.        Length2Int can then be invoked on any target by appending
  305.        "|Length2Int" to the target definition as follows:
  306.         Target[myrouter]: 1.3.6.1.4.1.999.1&1.3.6.1.4.1.999.1:public@mydevice|Length2Int
  307.        See "Extended Host Name Syntax" below for complete target
  308.        definition syntax information.
  309. PPEERR TTAARRGGEETT CCOONNFFIIGGUURRAATTIIOONN
  310.        Each monitoring target must be identified by a unique
  311.        name. This name must be appended to each parameter
  312.        belonging to the same target. The name will also be used
  313.        for naming the generated webpages, logfiles and images for
  314.        this target.
  315.        TTaarrggeett
  316.        With the _T_a_r_g_e_t keyword you tell mrtg what it should moni-
  317.        tor. The _T_a_r_g_e_t keyword takes arguments in a wide range of
  318.        formats:
  319.        Basic
  320.            The most basic format is "port:community@router" This
  321.            will generate a traffic graph for the interface 'port'
  322.            of the host 'router' (dns name or IP address) and it
  323.            will use the community 'community' (snmp password) for
  324.            the snmp query.
  325.            Example:
  326.             Target[myrouter]: 2:public@wellfleet-fddi.ethz.ch
  327.            If your community contains a "@" or a " " these char-
  328.            acters must be escaped with a "".
  329.             Target[bla]: 2:stu pi@d@router
  330.        SNMPv2c
  331.            If you have a fast router you might want to try to
  332.            poll the ifHC* counters.  This feature gets activated
  333.            by switching to SNMPv2c. Unfortunately not all devices
  334.            support SNMPv2c yet. If it works, this will prevent
  335.            your counters from wraping within the 5 minute polling
  336.            interval, since we now use 64 bit instead of the nor-
  337.            mal 32 bit.
  338.            Example:
  339.             Target[myrouter]: 2:public@router1:::::2
  340.        SNMPv3
  341.            As an alternative to SNMPv2c, SNMPv3 provides access
  342.            to the ifHC* counters, along with encryption.  Not all
  343.            devices support SNMPv3, and you will also need the
  344.            perl Net::SNMP library in order to use it.  It is rec-
  345.            ommended that cfgmaker be used to generate configura-
  346.            tions involving SNMPv3, as it will check if the
  347.            Net::SNMP library is loadable, and will switch to
  348.            SNMPv2c if v3 is unavailable.
  349.            SNMP v3 requires additional authentication parameters,
  350.            passed using the SnmpOptions[] per-target keyword.
  351.            Example:
  352.              Target[myrouter]: 2:router1:::::3
  353.              SnmpOptions[myrouter]: username=>'user1'
  354.        Reversing
  355.            Sometimes you are sitting on the wrong side of the
  356.            link, and you would like to have mrtg report Incoming
  357.            traffic as Outgoing and vice versa. This can be
  358.            achieved by adding the '-' sign in front of the "Tar-
  359.            get" description. It flips the incoming and outgoing
  360.            traffic rates.
  361.            Example:
  362.             Target[ezci]: -1:public@ezci-ether.ethz.ch
  363.        Explicit OIDs
  364.            You can also explicitly define which OID to query by
  365.            using the following syntax 'OID_1&OID_2:commu-
  366.            nity@router' The following example will retrieve error
  367.            counts for input and output on interface 1.  MRTG
  368.            needs to graph two variables, so you need to specify
  369.            two OID's such as temperature and humidity or error
  370.            input and error output.
  371.            Example:
  372.             Target[myrouter]: 1.3.6.1.2.1.2.2.1.14.1&1.3.6.1.2.1.2.2.1.20.1:public@myrouter
  373.        MIB Variables
  374.            MRTG knows a number of symbolic SNMP variable names.
  375.            See the file mibhelp.txt for a list of known names.
  376.            One example are the ifInErrors and ifOutErrors.  This
  377.            means you can specify the above as:
  378.            Example:
  379.             Target[myrouter]: ifInErrors.1&ifOutErrors.1:public@myrouter
  380.        SnmpWalk
  381.            It may be that you want to monitor an snmp object that
  382.            is only reachable by 'walking'. You can get mrtg to
  383.            walk by prepending the OID with the string WWaaLLKK or if
  384.            you want a particular entry from the table returned by
  385.            the walk you can use WWaaLLKK_x where _x is a number start-
  386.            ing from 0 (!).
  387.            Example:
  388.              Target[myrouter]: WaLKstrangeOid.1&WaLKstrangeOid.2:public@myrouter
  389.              Target[myrouter]: WaLK3strangeOid.1&WaLK4strangeOid.2:public@myrouter
  390.        Interface by IP
  391.            Sometimes SNMP interface index can change, like when
  392.            new interfaces are added or removed. This can cause
  393.            all Target entries in your config file to become off-
  394.            set, causing MRTG to graphs wrong instances etc.  MRTG
  395.            supports IP address instead of ifindex in target defi-
  396.            nition. Then MRTG will query snmp device and try to
  397.            map IP address to the current ifindex.  You can use IP
  398.            addresses in every type of target definition by adding
  399.            IP address of the numbered interface after OID and
  400.            separation char '/'.
  401.            Make sure that the given IP address is used on your
  402.            same target router, especially when graphing two dif-
  403.            ferent OIDs and/or interface split by '&' delimiter.
  404.            You can tell cfgmaker to generate such references with
  405.            the option ----iiffrreeff==iipp.
  406.            Example:
  407.             Target[myrouter]: /1.2.3.4:public@wellfleet-fddi.ethz.ch
  408.             Target[ezci]: -/1.2.3.4:public@ezci-ether.ethz.ch
  409.             Target[myrouter]: 1.3.6.1.2.1.2.2.1.14/1.2.3.4&1.3.6.1.2.1.2.2.1.14/1.2.3.4:public@myrouter
  410.             Target[myrouter]: ifInErrors/1.2.3.4&ifOutErrors/1.2.3.4:public@myrouter
  411.        Interface by Description
  412.            If you can not use IP addresses you might want to use
  413.            the interface names. This works similar to the IP
  414.            address aproach except that the prefix to use is a 
  415.            instead of a /
  416.            You can tell cfgmaker to generate such references with
  417.            the option ----iiffrreeff==ddeessccrr.
  418.            Example:
  419.             Target[myrouter]: My-Interface2:public@wellfleet-fddi.ethz.ch
  420.             Target[ezci]: -My-Interface2:public@ezci-ether.ethz.ch
  421.             Target[myrouter]: 1.3.6.1.2.1.2.2.1.14My-Interface2&1.3.6.1.2.1.2.2.1.14My-Interface3:public@myrouter
  422.             Target[myrouter]: ifInErrorsMy-Interface2&ifOutErrorsMy-Interface3:public@myrouter
  423.            If your description contains a "&", a ":", a "@" or a
  424.            " " you can include them but you must escape with a
  425.            backlash:
  426.             Target[myrouter]: fun: ney&ddd:public@hello.router
  427.        Interface by Name
  428.            This is the only sensible way to reference the inter-
  429.            faces of your switches.
  430.            You can tell cfgmaker to generate such references with
  431.            the option ----iiffrreeff==nnaammee.
  432.            Example:
  433.             Target[myrouter]: #2/11:public@wellfleet-fddi.ethz.ch
  434.             Target[ezci]: -#2/11:public@ezci-ether.ethz.ch
  435.             Target[myrouter]: 1.3.6.1.2.1.2.2.1.14#3/7&1.3.6.1.2.1.2.2.1.14#3/7:public@myrouter
  436.             Target[myrouter]: ifInErrors#3/7&ifOutErrors#3/7:public@myrouter
  437.            If your description contains a "&", a ":", a "@" or a
  438.            " " you can include them but you must escape with a
  439.            backlash:
  440.             Target[myrouter]: #: fun:public@hello.router
  441.            Note that the # sign will be interpreted as a comment
  442.            character if it is the first non white-space character
  443.            on the line.
  444.        Interface by Ethernet Address
  445.            When the SNMP interface index changes, you can key
  446.            that interface by its 'Physical Address', sometimes
  447.            called a 'hard address', which is the SNMP variable
  448.            'ifPhysAddress'.  Internally, MRTG matches the Physi-
  449.            cal Address from the *.cfg file to its current index,
  450.            and then uses that index for the rest of the session.
  451.            You can use the Physical Address in every type of tar-
  452.            get definition by adding the Physical Address after
  453.            the OID and the separation char '!' (analogous to the
  454.            IP address option).  The Physical address is specified
  455.            as '-' delimited octets, such as "0a-0-f1-5-23-18"
  456.            (omit the double quotes). Note that some routers use
  457.            the same Hardware Ethernet Address for all of their
  458.            Interfaces which prevents unique interface identifica-
  459.            tion. Mrtg will notice such problems and alert you.
  460.            You can tell cfgmaker to generate configuration files
  461.            with hardware ethernet address references by using the
  462.            option ----iiffrreeff==eetthh.
  463.            Example:
  464.             Target[myrouter]: !0a-0b-0c-0d:public@wellfleet-fddi.ethz.ch
  465.             Target[ezci]: -!0-f-bb-05-71-22:public@ezci-ether.ethz.ch
  466.             Target[myrouter]: 1.3.6.1.2.1.2.2.1.14!0a-00-10-23-44-51&!0a-00-10-23-44-51:public@myrouter
  467.             Target[myrouter]: ifInErrors!0a-00-10-23-44-51&ifOutErrors!0a-00-10-23-44-51:public@myrouter
  468.        Interface by Type
  469.            It seems that there are devices that try to defy all
  470.            monitoring efforts: the interesting interfaces have
  471.            neither ifName nor a constant ifDescr not to mention a
  472.            persistant ifIndex. The only way to get a constant
  473.            mapping is by looking at the interface type, because
  474.            the interface you are interested in is unique in the
  475.            device you are looking at ...
  476.            You can tell cfgmaker to generate such references with
  477.            the option ----iiffrreeff==ttyyppee.
  478.            Example:
  479.             Target[myrouter]: %13:public@wellfleet-fddi.ethz.ch
  480.             Target[ezci]: -%13:public@ezci-ether.ethz.ch
  481.             Target[myrouter]: 1.3.6.1.2.1.2.2.1.14%13&1.3.6.1.2.1.2.2.1.14%14:public@myrouter
  482.             Target[myrouter]: ifInErrors%13&ifOutErrors%14:public@myrouter
  483.        Extended Host Name Syntax
  484.            In all places where ``community@router'' is accepted,
  485.            you can add additional parameters for the SNMP commu-
  486.            nication using colon-separated suffixes. You can also
  487.            append a pipe symbol ( | ) and the name of a numeric
  488.            conversion subroutine as described under the global
  489.            keyword "ConversionCode" above. The full syntax is as
  490.            follows:
  491.             community@router[:[port][:[timeout][:[retries][:[backoff][:[version]][|name]]]]]
  492.            where the meaning of each parameter is as follows:
  493.            port
  494.                the UDP port under which to contact the SNMP agent
  495.                (default: 161)
  496.            timeout
  497.                initial timeout for SNMP queries, in seconds
  498.                (default: 2.0)
  499.            retries
  500.                number of times a timed-out request will be
  501.                retried (default: 5)
  502.            backoff
  503.                factor by which the timeout is multiplied on every
  504.                retry (default: 1.0).
  505.            version
  506.                for SNMP version. If you have a fast router you
  507.                might want to put a '2' here.  For authenticated
  508.                or encrypted SNMP, you can try to put a '3' here.
  509.                This will make mrtg try to poll the 64 bit coun-
  510.                ters and thus prevent excessive counter wrapping.
  511.                Not all routers support this though.  SNMP v3
  512.                requires additional setup, see SnmpOptions[] for
  513.                full details.
  514.                Example:
  515.                 3:public@router1:::::2
  516.            name
  517.                the name of the subroutine that MRTG will call to
  518.                convert the input and output values to integers.
  519.                See the complete example under the global keyword
  520.                "ConversionCode" above.
  521.                Example:
  522.                 1.3.6.1.4.1.999.1&1.3.6.1.4.1.999.2:public@mydevice:161::::2|Length2Int
  523.                This would retrieve values from the OID
  524.                1.3.6.1.4.1.999.1 for input and .2 for output on
  525.                mydevice using UDP port 161 and SNMP version 2,
  526.                and would execute the user-defined numeric conver-
  527.                sion subroutine Length2Int to convert those values
  528.                to integers.
  529.            A value that equals the default value can be omitted.
  530.            Trailing colons can be omitted, too. The pipe symbol
  531.            followed by the name parameter, if present, must come
  532.            at the end. There must be no spaces around the colons
  533.            or pipe symbol.
  534.            Example:
  535.              Target[ezci]: 1:public@ezci-ether.ethz.ch:9161::4
  536.            This would refer to the input/output octet counters
  537.            for the interface with _i_f_I_n_d_e_x _1 on
  538.            _e_z_c_i_-_e_t_h_e_r_._e_t_h_z_._c_h, as known by the SNMP agent listen-
  539.            ing on UDP port 9161.  The standard initial timeout
  540.            (2.0 seconds) is used, but the number of retries is
  541.            set to four.  The backoff value is the default.
  542.        Numeric IPv6 addresses
  543.            If IPv6 is enabled you may also specify a target using
  544.            its IPv6 address. To avoid ambiguity with the port
  545.            number, numeric IPv6 addresses must be placed in
  546.            square brackets.
  547.            Example:
  548.             Target[IPv6test]: 2:public@[2001:760:4::]:6161::4
  549.        External Monitoring Scripts
  550.            If you want to monitor something which does not pro-
  551.            vide data via snmp you can use some external program
  552.            to do the data gathering.
  553.            The external command must return 4 lines of output:
  554.            Line 1
  555.                current state of the first variable, normally
  556.                'incoming bytes count'
  557.            Line 2
  558.                current state of the second variable, normally
  559.                'outgoing bytes count'
  560.            Line 3
  561.                string (in any human readable format), telling the
  562.                uptime of the target.
  563.            Line 4
  564.                string, telling the name of the target.
  565.            Depending on the type of data your script returns you
  566.            might want to use the 'gauge' or 'absolute' arguments
  567.            for the _O_p_t_i_o_n_s keyword.
  568.            Example:
  569.             Target[myrouter]: `/usr/local/bin/df2mrtg /dev/dsk/c0t2d0s0`
  570.            Note the use of the backticks (`), not apostrophes (')
  571.            around the command.
  572.            If you want to use a backtick in the command name this
  573.            can be done but you must escape it with a backslash
  574.            ...
  575.            If your script does not have any data to return but
  576.            does not want mrtg to complain about invalid data, it
  577.            can return 'UNKNOWN' instead of a number.  Note though
  578.            that only rrdtool is realy equipped to handle unknown
  579.            data well.
  580.        Multi Target Syntax
  581.            You can also combine several target definitions in a
  582.            mathematical expression.  Any syntactically correct
  583.            expression that the Perl interpreter can evaluate to
  584.            will work. An expression could be used, for example,
  585.            to aggregate both B channels in an ISDN connection or
  586.            to calculate the percentage hard disk utilization of a
  587.            server from the absolute used space and total capac-
  588.            ity.
  589.            Examples:
  590.             Target[myrouter]: 2:public@wellfleetA + 1:public@wellfleetA
  591.             Target[myrouter]: 1.3.6.1.4.1.999.1&1.3.6.1.4.1.999.2:public@mydevice /
  592.                 1.3.6.1.4.1.999.3&1.3.6.1.4.1.999.4:public@mydevice * 100
  593.            Note that whitespace must surround each target defini-
  594.            tion in the expression.  Target definitions themselves
  595.            must not contain whitespace, except in interface
  596.            descriptions and interface names, where each whites-
  597.            pace character is escaped by a backslash.
  598.            MRTG automatically rounds the result of the expression
  599.            to an integer unless RRDTool logging is in use and the
  600.            gauge option is in effect for the target.  Internally
  601.            MRTG uses Perl's Math::BigFloat package to calculate
  602.            the result of the expression with 40 digits of preci-
  603.            sion. Even in extreme cases, where, for example, you
  604.            take the difference of two 64-bit integers, the result
  605.            of the expression should be accurate.
  606.        SNMP Request Optimization
  607.            MRTG is designed to economize on its SNMP requests.
  608.            Where a target definition appears more than once in
  609.            the configuration file, MRTG requests the data from
  610.            the device only once per round of data collection and
  611.            uses the collected data for each instance of a partic-
  612.            ular target. Recognition of two target definitions as
  613.            being identical is based on a simple string match
  614.            rather than any kind of deeper semantic analysis.
  615.            Example:
  616.             Target[Targ1]: 1:public@CiscoA
  617.             Target[Targ2]: 2:public@CiscoA
  618.             Target[Targ3]: 1:public@CiscoA + 2:public@CiscoA
  619.             Target[Targ4]: 1:public@CISCOA
  620.            This results in a total of three SNMP requests. Data
  621.            for 1:public@CiscoA and 2:public@CiscoA are requested
  622.            only once each, and used for Targ1, Targ2, and Targ3.
  623.            Targ4 causes another SNMP request for 1:public@CISCOA,
  624.            which is not recognized as being identical to 1:pub-
  625.            lic@CiscoA.
  626.        MMaaxxBByytteess
  627.        The maximum value either of the two variables monitored
  628.        are allowed to reach. For monitoring router traffic this
  629.        is normally the bytes per second this interface port can
  630.        carry.
  631.        If a number higher than _M_a_x_B_y_t_e_s is returned, it is
  632.        ignored.  Also read the section on _A_b_s_M_a_x for further
  633.        info.  The _M_a_x_B_y_t_e_s value is also used in calculating the
  634.        Y range for unscaled graphs (see the section on _U_n_s_c_a_l_e_d).
  635.        Since most links are rated in bits per second, you need to
  636.        divide their maximum bandwidth (in bits) by eight (8) in
  637.        order to get bytes per second.  This is very important to
  638.        make your unscaled graphs display realistic information.
  639.        T1 = 193000, 56K = 7000, 10 MB Ethernet = 1250000, 100 MB
  640.        Ethernet = 12500000. The _M_a_x_B_y_t_e_s value will be used by
  641.        mrtg to decide whether it got a valid response from the
  642.        router.
  643.        If you need two different MaxBytes values for the two mon-
  644.        itored variables, you can use MaxBytes1 and MaxBytes2
  645.        instead of MaxBytes.
  646.        Example:
  647.         MaxBytes[myrouter]: 1250000
  648.        TTiittllee
  649.        Title for the HTML page which gets generated for the
  650.        graph.
  651.        Example:
  652.         Title[myrouter]: Traffic Analysis for Our Nice Company
  653. OOPPTTIIOONNAALL PPEERR TTAARRGGEETT KKEEYYWWOORRDDSS
  654.        PPaaggeeTToopp
  655.        Things to add to the top of the generated HTML page.  Note
  656.        that you can have several lines of text as long as the
  657.        first column is empty.
  658.        Note that the continuation lines will all end up on the
  659.        same line in the html page. If you want linebreaks in the
  660.        generated html use the 'n' sequence.
  661.        Example:
  662.         PageTop[myrouter]: <H1>Traffic Analysis for ETZ C95.1</H1>
  663.           Our Campus Backbone runs over an FDDI linen
  664.           with a maximum transfer rate of 12.5 megabytes per
  665.           Second.
  666.        RRoouutteerrUUppttiimmee
  667.        In cases where you calculate the used bandwidth from sev-
  668.        eral interfaces you normaly don't get the router uptime
  669.        and router name displayed on the web page.
  670.        If these interfaces are on the same router and the uptime
  671.        and name should be displayed you have to specify its com-
  672.        munity and address again with the _R_o_u_t_e_r_U_p_t_i_m_e keyword.
  673.        Example:
  674.         Target[kacisco.comp.edu]: 1:public@194.64.66.250 + 2:public@194.64.66.250
  675.         RouterUptime[kacisco.comp.edu]: public@194.64.66.250
  676.        RRoouutteerrNNaammee
  677.        If the default name of the router is incorrect/uninforma-
  678.        tive, you can use RouterName to specify a different OID on
  679.        either the same or a different host.
  680.        A practical example: sysName on BayTech DS72 units always
  681.        display "ds72", no matter what you set the Unit ID to be.
  682.        Instead, the Unit ID is stored at
  683.        1.3.6.1.4.1.4779.1.1.3.0, so we can have MRTG display this
  684.        instead of sysName.
  685.        Example:
  686.         RouterName[kacisco.comp.edu]: 1.3.6.1.4.1.4779.1.1.3.0
  687.        A different OID on a different host can also be specified:
  688.         RouterName[kacisco.comp.edu]: 1.3.6.1.4.1.4779.1.1.3.0:public@194.64.66.251
  689.        MMaaxxBByytteess11
  690.        Same as MaxBytes, for variable 1.
  691.        MMaaxxBByytteess22
  692.        Same as MaxBytes, for variable 2.
  693.        IIPPvv44OOnnllyy
  694.        Many IPv6 routers do not currently support SNMP over IPv6
  695.        and must be monitored using IPv4. The IPv4Only option
  696.        forces mrtg to use IPv4 when communicating with the tar-
  697.        get, even if IPv6 is enabled. This is useful if the target
  698.        is a hostname with both IPv4 and IPv6 addresses; without
  699.        the IPv4Only keyword, monitoring such a router will not
  700.        work if IPv6 is enabled.
  701.        If set to no (the default), mrtg will use IPv6 unless the
  702.        target has no IPv6 addresses, in which case it will use
  703.        IPv4. If set to yes, mrtg will only use IPv4.
  704.        Note that if this option is set to yes and the target does
  705.        not have an IPv4 address, communication with the target
  706.        will fail.
  707.        This option has no effect if IPv6 is not enabled.
  708.        Example:
  709.         Target[v4onlyrouter_1]: 1:public@v4onlyrouter
  710.         IPv4Only[v4onlyrouter_1]: Yes
  711.        SSnnmmppOOppttiioonnss ((VV33))
  712.        SNMPv3 requires a fairly rich set of options.  This per-
  713.        target keyword allows access to the User Security Model of
  714.        SNMPv3.  Options are listed in the same syntax as a perl
  715.        hash.
  716.        _S_e_c_u_r_i_t_y _M_o_d_e_s
  717.        SNMPv3 has three security modes, defined on the device
  718.        being polled.  For example, on Cisco routers the security
  719.        mode is defined by the snmp-server group global configura-
  720.        tion command.
  721.        NoAuthNoPriv
  722.            Neither Authentication nor Privacy is defined.  Only
  723.            the Username option is specified for this mode.
  724.            Example:
  725.             SnmpOptions[myrouter]: username=>'user1'
  726.        AuthNoPriv
  727.            Uses a Username and a password.  The password can be
  728.            hashed using the snmpkey application, or passed in
  729.            plain text along with the ContextEngineID
  730.            Example:
  731.             SnmpOptions[myrouter]: username=>'user1',authpassword=>'example',
  732.               contextengineid=>'80000001110000004000000'
  733.        Priv
  734.            Both Authentication and Privacy is defined.  The
  735.            default privacy protocol is des.
  736.            Example:
  737.             SnmpOptions[myrouter]:
  738.            authkey=>'0x1e93ab5a396e2af234c8920e61cfe2028072c0e2',
  739.               authprotocol=>'sha',privprotocol=>'des',user-
  740.            name=>'user1',
  741.               privkey=>'0x498d74940c5872ed387201d74b9b25e2'
  742.        _s_n_m_p _o_p_t_i_o_n_s
  743.        The following option keywords are recognized:
  744.        username
  745.            The user associated with the User Security Model
  746.        contextname
  747.            An SNMP agent can define multiple contexts.  This key-
  748.            word allows them to be polled.
  749.        contextengineid
  750.            A unique 24-byte string identifying the snmp-agent.
  751.        authpassword
  752.            The plaintext password for a user in either AuthNoPriv
  753.            or Priv mode.
  754.        authkey
  755.            A md5 or sha hash of the plain-text password, along
  756.            with the engineid.  Use the snmpkey commandline pro-
  757.            gram to generate this hash, or use Net::SNMP::Secu-
  758.            rity::USM in a script.
  759.        authprotocol {sha|md5}
  760.            The hashing algorithm defined on the SNMP client.
  761.            Defaults to md5.
  762.        privpassword
  763.            A plaintext pre-shared key for encrypting snmp packets
  764.            in Priv mode.
  765.        privkey
  766.            A hash of the plain-text pre-shared key, along with
  767.            the engineid.  Use the snmpkey commandline program to
  768.            generate this hash, or use Net::SNMP::Security::USM in
  769.            a script.
  770.        privprotocol {des|3desede|aescfb128|aescfb192|aescfb256}
  771.            Specifies the encryption method defined on the snmp
  772.            agent.  The default is des.
  773.        PPaaggeeFFoooott
  774.        Things to add to the bottom of the generated HTML page.
  775.        Note that you can have several lines of text as long as
  776.        the first column is empty.
  777.        Note that the continuation lines will all end up on the
  778.        same line in the html page. If you want linebreaks in the
  779.        generated html use the 'n' sequence.
  780.        The material will be added just before the </BODY> tag:
  781.        Example:
  782.         PageFoot[myrouter]: Contact <A HREF="mailto:peter@x.yz">Peter</A>
  783.          if you have questions regarding this page
  784.        AAddddHHeeaadd
  785.        Use this tag like the _P_a_g_e_T_o_p header, but its contents
  786.        will be added between </TITLE> and </HEAD>.
  787.        Example:
  788.         AddHead[myrouter]: <link rev="made" href="mailto:mrtg@blabla.edu">
  789.        BBooddyyTTaagg
  790.        BodyTag lets you supply your very own <body ...> tag for
  791.        the generated webpages.
  792.        Example:
  793.         BodyTag[myrouter]: <BODY LEFTMARGIN="1" TOPMARGIN="1"
  794.                              BACKGROUND="/stats/images/bg.neo2.gif">
  795.        AAbbssMMaaxx
  796.        If you are monitoring a link which can handle more traffic
  797.        than the _M_a_x_B_y_t_e_s value. Eg, a line which uses compression
  798.        or some frame relay link, you can use the _A_b_s_M_a_x keyword
  799.        to give the absolute maximum value ever to be reached.  We
  800.        need to know this in order to sort out unrealistic values
  801.        returned by the routers. If you do not set _A_b_s_M_a_x, rateup
  802.        will ignore values higher than _M_a_x_B_y_t_e_s.
  803.        Example:
  804.         AbsMax[myrouter]: 2500000
  805.        UUnnssccaalleedd
  806.        By default each graph is scaled vertically to make the
  807.        actual data visible even when it is much lower than
  808.        _M_a_x_B_y_t_e_s.  With the _U_n_s_c_a_l_e_d variable you can suppress
  809.        this.  It's argument is a string, containing one letter
  810.        for each graph you don't want to be scaled: d=day w=week
  811.        m=month y=year.  There is also a special case to unset the
  812.        variable completely: n=none. This could be useful in the
  813.        event you need to override a global configuration. In the
  814.        example scaling for the yearly and the monthly graph are
  815.        suppressed.
  816.        Example:
  817.         Unscaled[myrouter]: ym
  818.        WWiitthhPPeeaakk
  819.        By default the graphs only contain the average values of
  820.        the monitored variables - normally the transfer rates for
  821.        incoming and outgoing traffic.  The following option
  822.        instructs mrtg to display the peak 5 minute values in the
  823.        [w]eekly, [m]onthly and [y]early graph. In the example we
  824.        define the monthly and the yearly graph to contain peak as
  825.        well as average values.
  826.        Examples:
  827.         WithPeak[myrouter]: ym
  828.        SSuupppprreessss
  829.        By default mrtg produces 4 graphs. With this option you
  830.        can suppress the generation of selected graphs.  The
  831.        option value syntax is analogous to the above two options.
  832.        In this example we suppress the yearly graph as it is
  833.        quite empty in the beginning.
  834.        Example:
  835.         Suppress[myrouter]: y
  836.        EExxtteennssiioonn
  837.        By default, mrtg creates .html files. Use this option to
  838.        tell mrtg to use a different extension. For example you
  839.        could set the extension to php3, then you will be able to
  840.        enclose PHP tags into the output (useful for getting a
  841.        router name out of a database).
  842.        Example:
  843.         Extension[myrouter]: phtml
  844.        DDiirreeccttoorryy
  845.        By default, mrtg puts all the files that it generates for
  846.        each target (the GIFs, the HTML page, the log file, etc.)
  847.        in _W_o_r_k_D_i_r.
  848.        If the _D_i_r_e_c_t_o_r_y option is specified, the files are
  849.        instead put into a directory under _W_o_r_k_D_i_r or Log-, Image-
  850.        and HtmlDir).  (For example the _D_i_r_e_c_t_o_r_y option below
  851.        would cause all the files for a target myrouter to be put
  852.        into directory /usr/tardis/pub/www/stats/mrtg/myrouter/ .)
  853.        The directory must already exist; mrtg will not create it.
  854.        Example:
  855.         WorkDir: /usr/tardis/pub/www/stats/mrtg
  856.         Directory[myrouter]: myrouter
  857.        NOTE: the Directory option must always be 'relative' or
  858.        bad things will happen.
  859.        XXSSiizzee aanndd YYSSiizzee
  860.        By default mrtgs graphs are 100 by 400 pixels wide (plus
  861.        some more for the labels. In the example we get almost
  862.        square graphs ...
  863.        Note: XSize must be between 20 and 600; YSize must be
  864.        larger than 20
  865.        Example:
  866.         XSize[myrouter]: 300
  867.         YSize[myrouter]: 300
  868.        XXZZoooomm aanndd YYZZoooomm
  869.        If you want your graphs to have larger pixels, you can
  870.        "Zoom" them.
  871.        Example:
  872.         XZoom[myrouter]: 2.0
  873.         YZoom[myrouter]: 2.0
  874.        XXSSccaallee aanndd YYSSccaallee
  875.        If you want your graphs to be actually scaled use _X_S_c_a_l_e
  876.        and _Y_S_c_a_l_e. (Beware: while this works, the results look
  877.        ugly (to be frank) so if someone wants to fix this:
  878.        patches are welcome.
  879.        Example:
  880.         XScale[myrouter]: 1.5
  881.         YScale[myrouter]: 1.5
  882.        YYTTiiccss aanndd YYTTiiccssFFaaccttoorr
  883.        If you want to show more than 4 lines per graph, use
  884.        YTics.  If you want to scale the value used for the YLe-
  885.        gend of these tics, use YTicsFactor.  The default value
  886.        for YTics is 4 and the default value for YTicsFactor is
  887.        1.0 .
  888.        Example:
  889.        Suppose you get values ranging from 0 to 700.  You want to
  890.        plot 7 lines and want to show 0, 1, 2, 3, 4, 5, 6, 7
  891.        instead of 0, 100, 200, 300, 400, 500, 600, 700.  You
  892.        should write then:
  893.          YTics[myrouter]: 7
  894.          YTicsFactor[myrouter]: 0.01
  895.        FFaaccttoorr
  896.        If you want to multiply all numbers shown below the graph
  897.        with a constant factor, use this directive to define it ..
  898.        Example:
  899.          Factor[as400]: 4096
  900.        SStteepp
  901.        Change the default step from 5 * 60 seconds to something
  902.        else (I have not tested this much ...)
  903.        Example:
  904.         Step[myrouter]: 60
  905.        PPNNGGTTiittllee
  906.        When using rateup for graph generation, this will print
  907.        the given title in the graph it generates.
  908.        Example:
  909.         PNGTitle[myrouter]: WAN Link UK-US
  910.        OOppttiioonnss
  911.        The _O_p_t_i_o_n_s Keyword allows you to set some boolean
  912.        switches:
  913.        growright
  914.            The graph grows to the left by default.  This option
  915.            flips the direction of growth causing the current time
  916.            to be at the right edge of the graph and the history
  917.            values to the left of it.
  918.        bits
  919.            All the monitored variable values are multiplied by 8
  920.            (i.e. shown in bits instead of bytes) ... looks much
  921.            more impressive :-) It also affects the 'factory
  922.            default' labeling and units for the given target.
  923.        perminute
  924.            All the monitored variable values are multiplied by 60
  925.            (i.e. shown in units per minute instead of units per
  926.            second) in case of small values more accurate graphs
  927.            are displayed.  It also affects the 'factory default'
  928.            labeling and units for the given target.
  929.        perhour
  930.            All the monitored variable values are multiplied by
  931.            3600 (i.e. shown in units per hour instead of units
  932.            per second) in case of small values more accurate
  933.            graphs are displayed.  It also affects the 'factory
  934.            default' labeling and units for the given target.
  935.        noinfo
  936.            Suppress the information about uptime and device name
  937.            in the generated webpage.
  938.        nopercent
  939.            Don't print usage percentages.
  940.        transparent
  941.            Make the background of the generated gifs transparent.
  942.        integer
  943.            Print summary lines below graph as integers without
  944.            commas.
  945.        dorelpercent
  946.            The relative percentage of IN-traffic to OUT-traffic
  947.            is calculated and displayed in the graph as an addi-
  948.            tional line.  Note: Only a fixed scale is available
  949.            (from 0 to 100%). Therefore if IN-traffic is greater
  950.            than OUT-traffic then 100% is displayed.  If you sus-
  951.            pect that your IN-traffic is not always less than or
  952.            equal to your OUT-traffic you are urged to not use
  953.            this options.  Note: If you use this option in combi-
  954.            nation with the _C_o_l_o_u_r_s options, a fifth colour-name
  955.            colour-value pair is required there.
  956.        avgpeak
  957.            There are some ISPs who use the average Peak values to
  958.            bill their customers.  Using this option MRTG displays
  959.            these values for each graph. The value is built by
  960.            averaging the max 5 minute traffic average for each
  961.            'step' shown in the graph. For the Weekly graph this
  962.            means that it builds the average of all 2 hour inter-
  963.            vals 5 minute peak values. (Confused? Thought so!)
  964.        gauge
  965.            Treat the values gathered from target as 'current sta-
  966.            tus' measurements and not as ever incrementing coun-
  967.            ters.  This would be useful to monitor things like
  968.            disk space, processor load, temperature, and the like
  969.            ...
  970.            In the absence of 'gauge' or 'absolute' options, MRTG
  971.            treats variables as a counters and calculates the dif-
  972.            ference between the current and the previous value and
  973.            divides that by the elapsed time between the last two
  974.            readings to get the value to be plotted.
  975.        absolute
  976.            This is for counter type data sources which reset
  977.            their value when they are read. This means that rateup
  978.            does not have to build the difference between the cur-
  979.            rent and the last value read from the data source. The
  980.            value obtained is still divided by the elapsed time
  981.            between the current and the last reading, which makes
  982.            it different from the 'gauge' option. Useful for
  983.            external data gatherers.
  984.        derive
  985.            If you are using rrdtool as logger/grapher you can use
  986.            a third type of data source. Derive is like counter,
  987.            except that it is not required to go UP all the time.
  988.            It is useful for situations where the change of some
  989.            value should be graphed.
  990.        unknaszero
  991.            Log unknown data as zero instead of the default
  992.            behaviour of repeating the last value seen. Be careful
  993.            with this, often a flat line in the graph is much more
  994.            obvious than a line at 0.
  995.        withzeroes
  996.            Normally we ignore all values which are zero when cal-
  997.            culating the average transfer rate on a line. If this
  998.            is not desirable use this option.
  999.        noborder
  1000.            If you are using rateup to log data, MRTG will create
  1001.            the graph images.  Normally these images have a shaded
  1002.            border around them. If you do not want the border to
  1003.            be drawn, enable this option. This option has no
  1004.            effect if you are not using rateup.
  1005.        noarrow
  1006.            As with the option above, this effects rateup graph
  1007.            generation only. Normally rateup will generate graphs
  1008.            with a small arrow showing the direction of the data.
  1009.            If you do not want this arrow to be drawn, enable this
  1010.            option. This option has no effect if you are not using
  1011.            rateup.
  1012.        noi When using rateup for graph generation, you can use
  1013.            this option to stop rateup drawing a graph for the 'I'
  1014.            or first variable. This also removes entries for this
  1015.            variable in the HTML page MRTG generates, and will
  1016.            remove the peaks for this variable if they are
  1017.            enabled. This allows you to hide this data, or can be
  1018.            very useful if you are only graphing one line of data
  1019.            rather than two.  This option is not destructive - any
  1020.            data received for the the variable continued to be
  1021.            logged, it just isn't shown.
  1022.        noo Same as above, except relating to the 'O' or second
  1023.            variable.
  1024.        nobanner
  1025.            When using rateup for graph generation, this option
  1026.            disables MRTG adding the MRTG banner to the HTML pages
  1027.            it generates.
  1028.        nolegend
  1029.            When using rateup for graph generation, this option
  1030.            will stop MRTG from creating a legend at the bottom of
  1031.            the HTML pages it generates.
  1032.        printrouter
  1033.            When using rateup for graph generation, this option
  1034.            will print the router name in the graph it generates.
  1035.            This option is overridden by the value of PNGTitle if
  1036.            one is given
  1037.        pngdate
  1038.            When using rateup for graph generation, this option
  1039.            will print a timestamp in the graph it generates,
  1040.            including a timezone if one is specified by the 'Time-
  1041.            zone' parameter.
  1042.        logscale
  1043.            The llooggssccaallee option causes rateup to display the data
  1044.            with the Y axis scaled logarithmically.  Doing so
  1045.            allows the normal traffic to occupy the majority of
  1046.            the vertical range, while still showing any spikes at
  1047.            their full height.
  1048.            llooggssccaallee displays all the available data and will
  1049.            always produce well-behaved graphs.  People often con-
  1050.            sider a logarithmically scaled graph counterintuitive,
  1051.            however, and thus hard to interpret.
  1052.        secondmean
  1053.            The sseeccoonnddmmeeaann option sets the maximum value on the
  1054.            graph to the mean of the data greater than the mean of
  1055.            all data.  This produces a graph that focuses more on
  1056.            the typical data, while clipping large peaks.
  1057.            Using sseeccoonnddmmeeaann will give a more intutive linearly
  1058.            scaled graph, but can result in a uselessly high or
  1059.            low scale in some rare situations (specifically, when
  1060.            the data includes a large portion of values far from
  1061.            the actual mean)
  1062.            If a target includes both llooggssccaallee and sseeccoonnddmmeeaann in
  1063.            the options, the sseeccoonnddmmeeaann takes precedence.
  1064.        Example:
  1065.         Options[myrouter]: growright, bits
  1066.        kkiilloo
  1067.        Use this option to change the multiplier value for build-
  1068.        ing prefixes. Defaultvalue is 1000. This tag is for the
  1069.        special case that 1kB = 1024B, 1MB = 1024kB and so far.
  1070.        Example:
  1071.         kilo[myrouter]: 1024
  1072.        kkMMGG
  1073.        Change the default multiplier prefixes (,k,M,G,T,P). In
  1074.        the tag _S_h_o_r_t_L_e_g_e_n_d define only the basic units.  Format:
  1075.        Comma seperated list of prefixed. Two consecutive commas
  1076.        or a comma at start or end of the line gives no prefix on
  1077.        this item.  Note: If you do not want prefixes, just put
  1078.        two consecutive commas.
  1079.        Example: velocity in nm/s (nanometers per second) dis-
  1080.        played in nm/h.
  1081.         ShortLegend[myrouter]: m/h
  1082.         kMG[myrouter]: n,u,m,,k,M,G,T,P
  1083.         options[myrouter]: perhour
  1084.        CCoolloouurrss
  1085.        The _C_o_l_o_u_r_s tag allows you to override the default colour
  1086.        scheme.  Note: All 4 of the required colours must be spec-
  1087.        ified here. The colour name ('Colourx' below) is the leg-
  1088.        end name displayed, while the RGB value is the real colour
  1089.        used for the display, both on the graph and in the html
  1090.        doc.
  1091.        Format is: Col1#RRGGBB,Col2#RRGGBB,Col3#RRGGBB,Col4#RRGGBB
  1092.        Important: If you use the _d_o_r_e_l_p_e_r_c_e_n_t options tag a fifth
  1093.        colour name colour value pair is required:
  1094.        Col1#RRGGBB,Col2#RRGGBB,Col3#RRGGBB,Col4#RRGGBB,Col5#RRGGBB
  1095.        Colour1
  1096.            First variable (normally Input) on default graph.
  1097.        Colour2
  1098.            Second variable (normally Output) on default graph.
  1099.        Colour3
  1100.            Max first variable (input).
  1101.        Colour4
  1102.            Max second variable (output).
  1103.        RRGGBB
  1104.            2 digit hex values for Red, Green and Blue.
  1105.        Example:
  1106.         Colours[myrouter]: GREEN#00eb0c,BLUE#1000ff,DARK GREEN#006600,VIOLET#ff00ff
  1107.        BBaacckkggrroouunndd
  1108.        With the _B_a_c_k_g_r_o_u_n_d tag you can configure the background
  1109.        colour of the generated HTML page.
  1110.        Example:
  1111.         Background[myrouter]: #a0a0a0a
  1112.        YYLLeeggeenndd,, SShhoorrttLLeeggeenndd,, LLeeggeenndd[[11223344]]
  1113.        The following keywords allow you to override the text dis-
  1114.        played for the various legends of the graph and in the
  1115.        HTML document:
  1116.        YLegend
  1117.            The Y-axis label of the graph. Note that a text which
  1118.            is too long to fit in the graph will be silently
  1119.            ignored.
  1120.        ShortLegend
  1121.            The units string (default 'b/s') used for Max, Average
  1122.            and Current
  1123.        Legend[1234IO]
  1124.            The strings for the colour legend.
  1125.        Example:
  1126.          YLegend[myrouter]: Bits per Second
  1127.          ShortLegend[myrouter]: b/s
  1128.          Legend1[myrouter]: Incoming Traffic in Bits per Second
  1129.          Legend2[myrouter]: Outgoing Traffic in Bits per Second
  1130.          Legend3[myrouter]: Maximal 5 Minute Incoming Traffic
  1131.          Legend4[myrouter]: Maximal 5 Minute Outgoing Traffic
  1132.          LegendI[myrouter]: &nbsp;In:
  1133.          LegendO[myrouter]: &nbsp;Out:
  1134.        Note, if _L_e_g_e_n_d_I or _L_e_g_e_n_d_O are set to an empty string
  1135.        with
  1136.         LegendO[myrouter]:
  1137.        The corresponding line below the graph will not be printed
  1138.        at all.
  1139.        TTiimmeezzoonnee
  1140.        If you live in an international world, you might want to
  1141.        generate the graphs in different timezones. This is set in
  1142.        the TZ variable. Under certain operating systems like
  1143.        Solaris, this will provoke the localtime call to give the
  1144.        time in the selected timezone.
  1145.        Example:
  1146.         Timezone[myrouter]: Japan
  1147.        The Timezone is the standard timezone of your system, ie
  1148.        Japan, Hongkong, GMT, GMT+1 etc etc.
  1149.        WWeeeekkffoorrmmaatt
  1150.        By default, mrtg (actually rateup) uses the _s_t_r_f_t_i_m_e(3)
  1151.        '%V' option to format week numbers in the monthly graphs.
  1152.        The exact semantics of this format option vary between
  1153.        systems.  If you find that the week numbers are wrong, and
  1154.        your system's _s_t_r_f_t_i_m_e(3) routine supports it, you can try
  1155.        another format option.  The POSIX '%V' option correspond
  1156.        to the widely used ISO 8601 week numbering standard.  The
  1157.        week format character should be specified as a single let-
  1158.        ter; either W, V, or U.
  1159.        The UNIX version of rateup uses the libc implementation of
  1160.        strftime.  On Windows, the native strftime implementation
  1161.        does not know about %V. So there we use a different imple-
  1162.        mentation of strftime that does support %V.
  1163.        Example:
  1164.         Weekformat[myrouter]: W
  1165.        RRRRDDRRoowwCCoouunntt
  1166.        This affects the creation of new rrd files. By default
  1167.        rrds are created to hold about 1 day's worth of high reso-
  1168.        lution data. (plus 1 week of 30 minute data, 2 months of 2
  1169.        hour data and 2 years of 1 day data).  With this Keyword
  1170.        you can change the number of base interval entries config-
  1171.        ured for new rrds as they get created. Note that you must
  1172.        take the interval time into account.
  1173.        Example:
  1174.         RRDRowCount[myrouter]: 1600
  1175.        TTiimmeeSSttrrPPooss
  1176.        This defines placement of the timestamp string on the
  1177.        image. Possible values are RU, LU, RL, LL (which stand,
  1178.        respectively, for RightUpper, LeftUpper, RightLower and
  1179.        LeftLower corner) and NO (for no timestamp).  By default,
  1180.        no timestamp is placed on the image.
  1181.        Example:
  1182.         TimeStrPos[myrouter]: RU
  1183.        TTiimmeeSSttrrFFmmtt
  1184.        Using this keyword you may specify format of the timestamp
  1185.        to be placed on the image (if enabled by the TimeStrPos
  1186.        keyword). Specified string will be used by the _s_t_r_f_t_i_m_e_(_)
  1187.        function - see _s_t_r_f_t_i_m_e(3) documentation for conversion
  1188.        specifiers available on your system.  Default format:
  1189.        %Y-%m-%d %H:%M
  1190.        Example:
  1191.         TimeStrFmt[myrouter]: %H:%M:%S
  1192. TTHHRREESSHHOOLLDD CCHHEECCKKIINNGG
  1193.        Through its threshold checking functionality mrtg is able
  1194.        to detect threshold problems for the various targets and
  1195.        can call external scripts to handle those problems (e.g.
  1196.        send email or a page to an administrator).
  1197.        Threshold checking is configured through the following
  1198.        parameters:
  1199.        TThhrreesshhDDiirr ((GGLLOOBBAALL))
  1200.        By defining ThreshDir to point to a writable directory,
  1201.        MRTG will only alert you when a threshold boundery has
  1202.        been crossed.
  1203.        Example:
  1204.         ThreshDir: /var/mrtg/thresh
  1205.        TThhrreesshhMMiinnII  ((PPEERR TTAARRGGEETT))
  1206.        This is the minimum acceptable value for the Input (first)
  1207.        parameter.  If the parameter falls below this value, the
  1208.        program specified in ThreshProgI will be run. If the value
  1209.        ends in '%' then the threshold is defined relative to
  1210.        MaxBytes.
  1211.        TThhrreesshhMMaaxxII ((PPEERR TTAARRGGEETT))
  1212.        This is the maximum acceptable value for the Input (first)
  1213.        parameter.  If the parameter falls above this value, the
  1214.        program specified in ThreshProgI will be run. If the value
  1215.        ends in '%' then the threshold is defined relative to
  1216.        MaxBytes.
  1217.        TThhrreesshhDDeesscc ((PPEERR TTAARRGGEETT))
  1218.        Its value will be assigned to the environment variable
  1219.        THRESH_DESC before any of the programs mentioned below are
  1220.        called. The programms can use the value of this variable
  1221.        to produce more user-friendly output.
  1222.        TThhrreesshhPPrrooggII  ((PPEERR TTAARRGGEETT))
  1223.        This defines a program to be run if ThreshMinI or Thresh-
  1224.        MaxI is broken.  MRTG passes 3 arguments: the $router
  1225.        variable, the threshold value broken, and the current
  1226.        parameter value.
  1227.        TThhrreesshhPPrrooggOOKKII  ((PPEERR TTAARRGGEETT))
  1228.        This defines a program to be run if the parameter is cur-
  1229.        rently OK (based on ThreshMinI and ThreshMaxI), but wasn't
  1230.        OK on the previous running -- based on the files found in
  1231.        ThreshDir. MRTG passes 3 arguments: the $router variable
  1232.        the unbroken threshold value, and the current parameter
  1233.        value.
  1234.        TThhrreesshhMMiinnOO,, TThhrreesshhMMaaxxOO,, TThhrreesshhPPrrooggOO,, aanndd TThhrreesshhPPrrooggOOKKOO
  1235.        These work the same as their *I counterparts, except on
  1236.        the Output (second) parameter.
  1237.        _N_o_t_e _t_h_a_t _y_o_u _c_a_n _u_s_e _t_h_e _S_e_t_E_n_v _p_a_r_a_m_e_t_e_r _e_x_p_l_a_i_n_e_d _a_b_o_v_e
  1238.        _t_o _p_a_s_s _a_d_d_i_t_i_o_n_a_l _i_n_f_o_r_m_a_t_i_o_n _t_o _t_h_e _t_h_r_e_s_h_o_l_d _p_r_o_g_r_a_m_s_.
  1239.        SSeettEEnnvv
  1240.        When calling threshold scripts from within your cfg file
  1241.        you might want to pass some data on to the script. This
  1242.        can be done with the SetEnv configuration option which
  1243.        takes a series of environment variable assignments. Note
  1244.        that the quotes are mandatory. This does not work for
  1245.        external scripts. It is not possible to set environment
  1246.        variables per target.
  1247.        Example:
  1248.         SetEnv[myrouter]:  EMAIL="contact_email@someplace.net"
  1249.                            HOST="www.some_server.net"
  1250. PPEERR TTAARRGGEETT DDEEFFAAUULLTT VVAALLUUEESS
  1251.        PPrree-- aanndd PPoossttffiixx
  1252.        To save yourself some typing you can define a target
  1253.        called '^'. The text of every Keyword you define for this
  1254.        target will be PREPENDED to the corresponding Keyword of
  1255.        all the targets defined below this line. The same goes for
  1256.        a Target called '$' but its text will be APPENDED.
  1257.        Note that a space is inserted between the prepended text
  1258.        and the Keyword value, as well as between the Keyword
  1259.        value and the appended text. This works well for text-val-
  1260.        ued Keywords, but is not very useful for other Keywords.
  1261.        See the "default" target description below.
  1262.        The example will make mrtg use a common header and a com-
  1263.        mon contact person in all the pages generated from targets
  1264.        defined later in this file.
  1265.        Example:
  1266.         PageTop[^]: <H1>NoWhere Unis Traffic Stats</H1><HR>
  1267.         PageTop[$]: Contact Peter Norton if you have any questions<HR>
  1268.        To remove the prepend/append value, specify an empty
  1269.        value, e.g.:
  1270.         PageTop[^]:
  1271.         PageTop[$]:
  1272.        NNooSSppaacceeCChhaarr
  1273.        With PREPEND and APPEND (see below) there is normally a
  1274.        space inserted between the local value and the PRE- or
  1275.        APPEND value. Sometimes this is not desirable. You can use
  1276.        the global option _N_o_S_p_a_c_e_C_h_a_r to define a character which
  1277.        can be mentioned at the end of a $ or ^ definition in
  1278.        order to supress the space.
  1279.        Example:
  1280.          NoSpaceChar: ~
  1281.          Target[^]: 1.3.6.1.4.1.482.50.2.4.20.0&1.3.6.1.4.1.482.50.2.4.21.0:get@~
  1282.          Target[a]: a.tolna.net
  1283.          Target[b]: b.tolna.net
  1284.          Target[c]: c.tolna.net
  1285.          Target[d]: d.tolna.net
  1286.        DDeeffaauulltt VVaalluueess
  1287.        The target name '_' specifies a default value for that
  1288.        Keyword. In the absence of explicit Keyword value, the
  1289.        prepended and the appended keyword value, the default
  1290.        value will be used.
  1291.        Example:
  1292.         YSize[_]: 150
  1293.         Options[_]: growright,bits,nopercent
  1294.         WithPeak[_]: ymw
  1295.         Suppress[_]: y
  1296.         MaxBytes[_]: 1250000
  1297.        To remove the default value and return to the 'factory
  1298.        default', specify an empty value, e.g.:
  1299.         YLegend[_]:
  1300.        There can be several instances of setting the
  1301.        default/prepend/append values in the configuration file.
  1302.        The later setting replaces the previous one for the rest
  1303.        of the configuration file.  The default/prepend/append
  1304.        values used for a given keyword/target pair are the ones
  1305.        that were in effect at the point in the configuration file
  1306.        where the target was mentioned for the first time.
  1307.        Example:
  1308.         MaxBytes[_]: 1250000
  1309.         Target[myrouter.somplace.edu.2]: 2:public@myrouter.somplace.edu
  1310.         MaxBytes[_]: 8000
  1311.         Title[myrouter.somplace.edu.2]: Traffic Analysis for myrouter.somplace.edu IF 2
  1312.        The default _M_a_x_B_y_t_e_s for the target myrouter.some-
  1313.        place.edu.2 in the above example will be 1250000, which
  1314.        was in effect where the target name myrouter.some-
  1315.        place.edu.2 first appeared in the config file.
  1316. CCOOMMMMAANNDD LLIINNEE OOPPTTIIOONNSS
  1317.        ----uusseerr _u_s_e_r_n_a_m_e  and ----ggrroouupp _g_r_o_u_p_n_a_m_e
  1318.            Run as the given user and/or group. (Unix Only)
  1319.        ----lloocckk--ffiillee _f_i_l_e_n_a_m_e
  1320.            Use an alternate lock-file (the default is to use the
  1321.            configuration-file appended with "_l").
  1322.        ----ccoonnffccaacchhee--ffiillee _f_i_l_e_n_a_m_e
  1323.            Use an alternate confcache-file (the default is to use
  1324.            the configuration-file appended with ".ok")
  1325.        ----llooggggiinngg _f_i_l_e_n_a_m_e|eevveennttlloogg
  1326.            If this is set to writable filename, all output from
  1327.            mrtg (warnings, debug messages, errors) will go to
  1328.            _f_i_l_e_n_a_m_e. If you are running on Win32 you can specify
  1329.            eevveennttlloogg instead of a filename which will send all
  1330.            error to the windows event log.
  1331.            NNOOTTEE:: Note, there is no Message DLL for mrtg included
  1332.            with mrtg. This has the side effect that the windows
  1333.            event logger will display a nice message with every
  1334.            entry in the event log, complaing about the fact that
  1335.            mrtg has no message dll. If you go to the mrtg contrib
  1336.            download area (on the website) you will find the
  1337.            mrtg-message-dll.zip which does contain such a thing.
  1338.        ----ddaaeemmoonn
  1339.            Put MRTG into the background, running as a daemon.
  1340.            This works the same way as the config file option, but
  1341.            the switch is required for proper FHS operation
  1342.            (because /var/run is writable only by root)
  1343.        ----ffhhss
  1344.            Configure all mrtg paths to conform to the FHS speci-
  1345.            fication; http://www.pathname.com/fhs/
  1346.        ----cchheecckk
  1347.            Only check the cfg file for errors. Do not do any-
  1348.            thing.
  1349.        ----ppiidd--ffiillee==ss
  1350.            Define the name and path of the pid file for mrtg run-
  1351.            ning as a daemon
  1352.        ----ddeebbuugg==ss
  1353.            Enable debug options. The argument of the debug option
  1354.            is a comma separated list of debug values:
  1355.             cfg  - watch the config file reading
  1356.             dir  - directory mangeling
  1357.             base - basic program flow
  1358.             tarp - target parser
  1359.             snpo - snmp polling
  1360.             coca - confcache operations
  1361.             fork - forking view
  1362.             time - some timing info
  1363.             log  - logging of data via rateup or rrdtool
  1364.            Example:
  1365.             --debug="cfg,snpo"
  1366. EEXXIITT CCOODDEESS
  1367.        An exit code of 0 indicates that all targets were success-
  1368.        ful.  Generally speaking, most codes greater than 0 indi-
  1369.        cate that there was an unrecoverable problem.  One excep-
  1370.        tion to this is code 91, which indicates that at least one
  1371.        of the targets was succesful.  A partial listing of the
  1372.        codes follows:
  1373.          0: All targets sucessful
  1374.          2: Config error (can't read, fatal error in config, etc)
  1375.         17: Another MRTG process is processing config
  1376.         91: At least one target sucessful
  1377.         92: No targets were sucessful
  1378. EEXXAAMMPPLLEESS
  1379.        MMiinniimmaall mmrrttgg..ccffgg
  1380.         WorkDir: /usr/tardis/pub/www/stats/mrtg
  1381.         Target[r1]: 2:public@myrouter.somplace.edu
  1382.         MaxBytes[r1]: 8000
  1383.         Title[r1]: Traffic Analysis ISDN
  1384.         PageTop[r1]: <H1>Stats for our ISDN Line</H1>
  1385.        CCffgg ffoorr sseevveerraall RRoouutteerrss..
  1386.         WorkDir: /usr/tardis/pub/www/stats/mrtg
  1387.         Title[^]: Traffic Analysis for
  1388.         PageTop[^]: <H1>Stats for
  1389.         PageTop[$]: Contact The Chief if you notice anybody<HR>
  1390.         MaxBytes[_]: 8000
  1391.         Options[_]: growright
  1392.         Title[isdn]: our ISDN Line
  1393.         PageTop[isdn]: our ISDN Line</H1>
  1394.         Target[isdn]: 2:public@router.somplace.edu
  1395.         Title[backb]: our Campus Backbone
  1396.         PageTop[backb]: our Campus Backbone</H1>
  1397.         Target[backb]: 1:public@router.somplace.edu
  1398.         MaxBytes[backb]: 1250000
  1399.         # the following line removes the default prepend value
  1400.         # defined above
  1401.         Title[^]:
  1402.         Title[isdn2]: Traffic for the Backup ISDN Line
  1403.         PageTop[isdn2]: our ISDN Line</H1>
  1404.         Target[isdn2]: 3:public@router.somplace.edu
  1405. AAUUTTHHOORR
  1406.        Tobias Oetiker <oetiker@ee.ethz.ch> and many contributors
  1407. 2.13.2                      2006-02-03          MRTG-REFERENCE(1)