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

SNMP编程

开发平台:

C/C++

  1. INDEXMAKER(1)                  mrtg                 INDEXMAKER(1)
  2. NNAAMMEE
  3.        indexmaker - Creates index files for mrtg web sites
  4.        (mrtg-2.13.2)
  5. SSYYNNOOPPSSIISS
  6.        indexmaker [options] mrtg.cfg [other.cfg ...]
  7. OOPPTTIIOONNSS
  8.         --output=filename   set output filename (default: stdout)
  9.         --filter title=~regexp  select targets by matching regexp against titles
  10.         --filter pagetop=~regexp  select targets by matching regexp against pagetop
  11.         --filter name=~regexp  select targets by matchin regexp against name
  12.         --addhead=text      insert this text between </TITLE> and </HEAD>
  13.         --title=text        set title of generated index file
  14.         --subtitle=text     add a subtitle to the generated index file
  15.         --bodyopt=text      set body tag options
  16.         --headlevel=number  use <Hnumber> at top of page (default: 1)
  17.         --pagetop=text      insert this text between <BODY> and <H1>...</H1>
  18.         --pageend=text      insert this text after the main body
  19.         --pagetopend=text   use this text for pagetop or pageend if undefined
  20.         --nolegend          do not add the Mrtg legend at the end of the page
  21.         --columns=number    show graphs in a table with x columns (default: 2)
  22.         --perhost           show graphs of the same host on a row
  23.         --compact           try to make a vertically more compact page
  24.         --optlog            log the used command line in the page (default: log)
  25.         --sort=title        sort graphs by title
  26.         --sort=name         sort graphs by their name
  27.         --sort=descr        sort graphs by their description
  28.         --sort=original     leave as is (default)
  29.         --enumerate         add a sequence number to the title of each graph
  30.         --picfirst          place pictures before text (default: text first)
  31.         --width=number      set width of graphs (default: not set)
  32.         --height=number
  33.         --sidebyside        place text / pictures side by side (default: above/below)
  34.         --bold              use bold text (default: bold)
  35.         --clicktext         make the text link to the inner page (like the image)
  36.         --show=day          pick which graph to show in the index (default)
  37.         --show=week
  38.         --show=month
  39.         --show=year
  40.         --show=none
  41.         --section=h1        h1 tag from pagetop as section heading (default)
  42.         --section=title     title as section headings for graphs
  43.         --section=name      graph name as section heading
  44.         --section=descr     graph description as section heading
  45.         --section=portname  port name entry in pagetop as section heading
  46.         --sectionhost       Try to prepend the host to the section heading if missing
  47.         --rrdviewer=path    path to rrdviewer (default: /cgi-bin/14all.cgi)
  48.         --icondir=path      path to icondir
  49.         --prefix=path       path from the location of the index.html to the graphs
  50.         --headeradd=string  add string to the html page header
  51.         --autoprefix        try to set prefix automatically
  52.         --<opt>-file=file   read string argument for option <opt> from file
  53. DDEESSCCRRIIPPTTIIOONN
  54.        IInnddeexxmmaakkeerr can create web pages which display the status
  55.        of an array of mrtg interface status pages.
  56.        ----oouuttppuutt _f_i_l_e_n_a_m_e
  57.            set output filename (default: stdout)
  58.        ----ffiilltteerr (ttiittllee|ppaaggeettoopp|nnaammee)(==~~|!!~~)_r_e_g_e_x_p
  59.            Several filters may get set.  Each filter can match
  60.            agains the contents of a specific section of the mrtg
  61.            config file. NNaammee refers to the bit in square brackets
  62.            (option[name]: bla).
  63.            Depending on the match operator chosen (==~~ or !!~~) the
  64.            match will be positive or negative.
  65.            Note that some shells consider !! a special character.
  66.            It may be necessary to type !!~~ instead.
  67.        ----ttiittllee _t_e_x_t
  68.            Set title of generated index file (default: regexp)
  69.        ----bbooddyyoopptt _t_e_x_t
  70.            The value of this argument gets appended to the <BODY>
  71.            tag. This allows to set document colors.  By default
  72.            this option is set to
  73.             bgcolor="#ffffff" text="#000000" link="#000000" vlink="#000000" alink="#000000"
  74.        ----ccoolluummnnss _n_u_m_b_e_r
  75.            Display graphs in a table with _n_u_m_b_e_r columns
  76.            (default: 2)
  77.        ----ssoorrtt ttiittllee|nnaammee|ddeessccrr|oorriiggiinnaall
  78.            Sort the graphs in the page either by ttiittllee, by nnaammee,
  79.            by interface ddeessccrription, or leave them as is.
  80.        ----eennuummeerraattee
  81.            Add a sequence number to the title of each graph
  82.        ----wwiiddtthh _n_u_m_b_e_r
  83.            Set width of graphs
  84.        ----hheeiigghhtt _n_u_m_b_e_r
  85.            Set the height of the graphs
  86.        ----sshhooww ddaayy|wweeeekk|mmoonntthh|yyeeaarr|nnoonnee
  87.            Select which graph to show in the index page. You can
  88.            supress images completely with ----sshhooww==nnoonnee.
  89.        ----sseeccttiioonn hh11|ttiittllee|nnaammee|ddeessccrriippttiioonn|ppoorrttnnaammee
  90.            Select what to use as the title for each graph in the
  91.            page.  hh11 is the H1 section from pagetop, ttiittllee is the
  92.            graph title, nnaammee is the bit in square brackets
  93.            (option[name]: bla), and ddeessccrr or ddeessccrriippttiioonn is the
  94.            text from the Description field of the PageTop (the
  95.            Cisco description text if it's available, otherwise
  96.            just the interface description). ppoorrttnnaammee is the "Port
  97.            Name:" from pagetop.
  98.        ----sseeccttiioonnhhoosstt
  99.            Extract the hostname from the target line (this does
  100.            not work if the target is a mathematial expression).
  101.            Prepend the hostname (and a colon) to the section if
  102.            not already present.
  103.        ----rrrrddvviieewweerr _p_a_t_h
  104.            If you have set the LLooggFFoorrmmaatt:: rrrrddttooooll property in the
  105.            mrtg.cfg file, the index will take this into account.
  106.            The only thing you must tell it is the path to your
  107.            grapher cgi. (default: /cgi-bin/14all.cgi)
  108.        ----pprreeffiixx _p_a_t_h
  109.            By  default we assume    that  the file generated by
  110.            indexmaker is stored in _W_o_r_k_D_i_r.  If you want to
  111.            store it somewhere   else, specify how to reach
  112.            _W_o_r_k_D_i_r  from  the place where the Index is stored.
  113.            Note that you have to use '/' as path separator as
  114.            this will be used in urls. Speaking of which, you can
  115.            even enter a whole url.
  116.        ----aauuttoopprreeffiixx _p_a_t_h
  117.            Requires --output.  Try to generate the prefix auto-
  118.            matically by comparision of the path to the output
  119.            file set with --output and the Htmldir set in the con-
  120.            figuration files.  Particulary useful when multiple
  121.            configuration files are specified, with different
  122.            Htmldir settings.
  123.        ----ooppttlloogg
  124.            Default is logging in the generated page the command
  125.            line, suppress with --nooptlog . Useful if the comman-
  126.            dline contains a complex --pagetop=string which could
  127.            confuse simple browsers.
  128.        ----ssoommeeooppttiioonn--ffiillee _f_i_l_e_n_a_m_e
  129.            For any someoption which takes a _s_t_r_i_n_g as parameter
  130.            you can read the string from a file by adding <-file>
  131.            to the option keyword. The whole content of the file
  132.            will be read and used as the _s_t_r_i_n_g. The file must
  133.            exist.
  134. AAUUTTHHOORR
  135.        Tobias Oetiker <tobi@oetiker.ch>
  136. LLIICCEENNSSEE
  137.        GNU General Public License
  138. CCOOPPYYRRIIGGHHTT
  139.        2000-2001 Tobias Oetiker <tobi@oetiker.ch>
  140. 2.13.2                      2006-02-03              INDEXMAKER(1)