Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > 722d7fe08e521069eaa66d51f59d0ed2 > files > 490

mrtg-2.9.17-4mdk.i586.rpm

INDEXMAKER(1)                  mrtg                 INDEXMAKER(1)



NNNNAAAAMMMMEEEE
       indexmaker - Creates index files for mrtg web sites
       (mrtg-2.9.17)

SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
       indexmaker [options] regexp mrtg.cfg [other.cfg ...]

OOOOPPPPTTTTIIIIOOOONNNNSSSS
        --output=filename   set output filename (default: stdout)

        --filter title=~regexp  select targets by matching regexp against titles
        --filter pagetop=~regexp  select targets by matching regexp against pagetop
        --filter name=~regexp  select targets by matchin regexp against name

        --title=text        set title of generated index file
        --bodyopt=text      set body tag options
        --pagetop=text      insert this text between <BODY> and <H1>...</H1>

        --columns=number    show graphs in a table with x columns (default: 2)

        --sort=title        sort graphs by title
        --sort=name         sort graphs by their name
        --sort=descr        sort graphs by their description
        --sort=original     leave as is (default)

        --enumerate         add a sequence number to the title of each graph

        --width=number      set width of graphs (default: not set)
        --height=number

        --show=day          pick which graph to show in the index (default)
        --show=week
        --show=month
        --show=year
        --show=none

        --section=h1        h1 tag from pagetop as section heading (default)
        --section=title     title as section headings for graphs
        --section=name      graph name as section heading
        --section=descr     graph description as section heading
        --section=portname  port name entry in pagetop as section heading

        --rrdviewer=path    path to rrdviewer (default: /cgi-bin/14all.cgi)
        --prefix=path       path from the location of the index.html to the graphs


DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
       IIIInnnnddddeeeexxxxmmmmaaaakkkkeeeerrrr can create web pages which display the status
       of an array of mrtg interface status pages.

       --------oooouuuuttttppppuuuutttt _f_i_l_e_n_a_m_e
           set output filename (default: stdout)

       --------ffffiiiilllltttteeeerrrr (ttttiiiittttlllleeee|ppppaaaaggggeeeettttoooopppp|nnnnaaaammmmeeee)(====~~~~|!!!!~~~~)_r_e_g_e_x_p
           Several filters may get set.  Each filter can match
           agains the contents of a specific section of the mrtg
           config file. NNNNaaaammmmeeee refers to the bit in square brackets
           (option[name]: bla).

           Depending on the match operator chosen (====~~~~ or !!!!~~~~) the
           match will be positive or negative.

           Note that some shells consider !!!! a special character.
           It may be necessary to type \\\\!!!!~~~~ instead.

       --------ttttiiiittttlllleeee _t_e_x_t
           Set title of generated index file (default: regexp)

       --------bbbbooooddddyyyyoooopppptttt _t_e_x_t
           The value of this argument gets appended to the <BODY>
           tag. This allows to set document colors.  By default
           this option is set to

            bgcolor="#ffffff" text="#000000" link="#000000" vlink="#000000" alink="#000000"


       --------ccccoooolllluuuummmmnnnnssss _n_u_m_b_e_r
           Display graphs in a table with _n_u_m_b_e_r columns
           (default: 2)

       --------ssssoooorrrrtttt ttttiiiittttlllleeee|nnnnaaaammmmeeee|ddddeeeessssccccrrrr|oooorrrriiiiggggiiiinnnnaaaallll
           Sort the graphs in the page either by ttttiiiittttlllleeee, by nnnnaaaammmmeeee,
           by interface ddddeeeessssccccrrrription, or leave them as is.

       --------eeeennnnuuuummmmeeeerrrraaaatttteeee
           Add a sequence number to the title of each graph

       --------wwwwiiiiddddtttthhhh _n_u_m_b_e_r
           Set width of graphs

       --------hhhheeeeiiiigggghhhhtttt _n_u_m_b_e_r
           Set the height of the graphs

       --------sssshhhhoooowwww ddddaaaayyyy|wwwweeeeeeeekkkk|mmmmoooonnnntttthhhh|yyyyeeeeaaaarrrr|nnnnoooonnnneeee
           Select which graph to show in the index page. You can
           supress images completely with --------sssshhhhoooowwww====nnnnoooonnnneeee.

       --------sssseeeeccccttttiiiioooonnnn hhhh1111|ttttiiiittttlllleeee|nnnnaaaammmmeeee|ddddeeeessssccccrrrriiiippppttttiiiioooonnnn|ppppoooorrrrttttnnnnaaaammmmeeee
           Select what to use as the title for each graph in the
           page.  hhhh1111 is the H1 section from pagetop, ttttiiiittttlllleeee is the
           graph title, nnnnaaaammmmeeee is the bit in square brackets
           (option[name]: bla), and ddddeeeessssccccrrrr or ddddeeeessssccccrrrriiiippppttttiiiioooonnnn is the
           text from the Description field of the PageTop (the
           Cisco description text if it's available, otherwise
           just the interface description). ppppoooorrrrttttnnnnaaaammmmeeee is the "Port
           Name:" from pagetop.

       --------rrrrrrrrddddvvvviiiieeeewwwweeeerrrr _p_a_t_h
           If you have set the LLLLooooggggFFFFoooorrrrmmmmaaaatttt:::: rrrrrrrrddddttttoooooooollll property in the
           mrtg.cfg file, the index will take this into account.
           The only thing you must tell it is the path to your
           grapher cgi. (default: /cgi-bin/14all.cgi)

       --------pppprrrreeeeffffiiiixxxx _p_a_t_h
           By  default we assume    that  the file generated by
           indexmaker is stored in _W_o_r_k_D_i_r.  If you want to
           store it somewhere   else, specify how to reach
           _W_o_r_k_D_i_r  from  the place where the Index is stored.
           Note that you have to use '/' as path separator as
           this will be used in urls. Speaking of which, you can
           even enter a whole url.

AAAAUUUUTTTTHHHHOOOORRRR
       Tobias Oetiker <tobi@oetiker.ch>

LLLLIIIICCCCEEEENNNNSSSSEEEE
       GNU General Public License

CCCCOOOOPPPPYYYYRRRRIIIIGGGGHHHHTTTT
       2000-2001 Tobias Oetiker <tobi@oetiker.ch>



2001-06-05                    2.9.17                INDEXMAKER(1)