Changeset 1296


Ignore:
Timestamp:
01/15/07 11:11:38 (6 years ago)
Author:
ckb6
Message:

Spell check done

Location:
ccsweb/trunk/ccs_mods
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • ccsweb/trunk/ccs_mods/graphs/config-part-div.tpl

    r1273 r1296  
    4242<tr>     
    4343    <th width="200">Order</th> 
    44     <td><input type="text" name="graph_order" id="graph_order" value="{$part.graph_order}"/>This optional field controls the order in which they are used during rendering. If two numbers are the same it is undifined what order they will be used.</td> 
     44    <td><input type="text" name="graph_order" id="graph_order" value="{$part.graph_order}"/>This optional field controls the order in which they are used during rendering. If two numbers are the same it is undefined what order they will be used.</td> 
    4545</tr> 
    4646{if $part.type == "LINE1" || $part.type == "LINE2" || $part.type == "LINE2" || $part.type == "AREA" || $part.type == "STACK"} 
  • ccsweb/trunk/ccs_mods/service/rrdbot-editclass.tpl

    r1287 r1296  
    4949<tr> 
    5050    <th>Archive</th> 
    51     <td><input type="text" name="archive" id="archive" size=60 value="{$classes[0].archive}"  ><br />The archive function. This is a commer seperated function starting at the smallest time step going sequencially to the largest. Each function is in the fromat of number/period (of the poll) * number period (time to keep). Period can be (Minute(s), Hour(s), Day(s), Month(s), Year(s)) eg. "12/Hour * 2" Days means keep 12 poll's an hour (one every five minutes) and keep them for 2 days. Please note that the interval must be set equal to or more often than the smallest time step otherwise this class will not be created</td> 
     51    <td><input type="text" name="archive" id="archive" size=60 value="{$classes[0].archive}"  ><br />The archive function. This is a comma separated function starting at the smallest time step going sequentially to the largest. Each function is in the fromat of number/period (of the poll) * number period (time to keep). Period can be (Minute(s), Hour(s), Day(s), Month(s), Year(s)) eg. "12/Hour * 2" Days means keep 12 poll's an hour (one every five minutes) and keep them for 2 days. Please note that the interval must be set equal to or more often than the smallest time step otherwise this class will not be created</td> 
    5252</tr> 
    5353<tr> 
     
    9292 
    9393</tr> 
    94 Below is a list of data items that will be collected by rrtbot from a host if the host satisfises the class condition. 
     94Below is a list of data items that will be collected by rrdbot from a host if the host satisfies the class condition. 
    9595{foreach from=$parts item=part} 
    9696<tr class="{cycle values="row1,row2"}"> 
  • ccsweb/trunk/ccs_mods/service/rrdbot-editpart.tpl

    r1287 r1296  
    4949<tr> 
    5050    <th id="max-header">Max</th> 
    51     <td><input type="text" name="max" id="max" value="{$parts[0].max}"  >The miximum value for a GAUGE, leave blank for no maximum</td> 
     51    <td><input type="text" name="max" id="max" value="{$parts[0].max}"  >The maximum value for a GAUGE, leave blank for no maximum</td> 
    5252</tr> 
    5353<tr>     
  • ccsweb/trunk/ccs_mods/service/rrdbot-newclass.tpl

    r1280 r1296  
    4949<tr> 
    5050    <th id="archive-header">Archive</th> 
    51     <td><input type="text" name="archive" id="archive" size=60><br />The archive function. This is a commer seperated function starting at the smallest time step going sequencially to the largest. Each function is in the fromat of number/period (of the poll) * number period (time to keep). Period can be (Minute(s), Hour(s), Day(s), Month(s), Year(s)) eg. "12/Hour * 2" Days means keep 12 poll's an hour (one every five minutes) and keep them for 2 days. Please note that the interval must be set equal to or more often than the smallest time step otherwise this class will not be created</td> 
     51    <td><input type="text" name="archive" id="archive" size=60><br />The archive function. This is a comma separated function starting at the smallest time step going sequentially to the largest. Each function is in the fromat of number/period (of the poll) * number period (time to keep). Period can be (Minute(s), Hour(s), Day(s), Month(s), Year(s)) eg. "12/Hour * 2" Days means keep 12 poll's an hour (one every five minutes) and keep them for 2 days. Please note that the interval must be set equal to or more often than the smallest time step otherwise this class will not be created</td> 
    5252</tr> 
    5353<tr> 
  • ccsweb/trunk/ccs_mods/service/rrdbot-newpart.tpl

    r1161 r1296  
    5050<tr> 
    5151    <th id="max-header">Max</th> 
    52     <td><input type="text" name="max" id="max">The miximum value for a GAUGE, leave blank for no maximum</td> 
     52    <td><input type="text" name="max" id="max">The maximum value for a GAUGE, leave blank for no maximum</td> 
    5353</tr> 
    5454<tr>     
  • ccsweb/trunk/ccs_mods/service/rrdbot-props.tpl

    r1287 r1296  
    2929<div id="instructions"> 
    3030This is the configuration page for rrdbot. Below is a list of poller classes that will be used when doing snmp discovery.<br /> 
    31 NOTE: Changeing a class that has databases created off it will not change existing databases but will change new ones. For this reason it is most avisable to get the config for a class right and never modify it and if you do delete manually the databases the you want to be recreated with new paramiters. Adding new classes is fine. Deleting a class will not cause any database deletion. 
     31NOTE: Changing a class that has databases created off it will not change existing databases but will change new ones. For this reason it is most advisable to get the config for a class right and never modify it and if you do delete manually the databases the you want to be recreated with new parameters. Adding new classes is fine. Deleting a class will not cause any database deletion. 
    3232</div> 
    3333<br /> 
Note: See TracChangeset for help on using the changeset viewer.