Changeset 1296
- Timestamp:
- 01/15/07 11:11:38 (6 years ago)
- Location:
- ccsweb/trunk/ccs_mods
- Files:
-
- 6 edited
-
graphs/config-part-div.tpl (modified) (1 diff)
-
service/rrdbot-editclass.tpl (modified) (2 diffs)
-
service/rrdbot-editpart.tpl (modified) (1 diff)
-
service/rrdbot-newclass.tpl (modified) (1 diff)
-
service/rrdbot-newpart.tpl (modified) (1 diff)
-
service/rrdbot-props.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ccsweb/trunk/ccs_mods/graphs/config-part-div.tpl
r1273 r1296 42 42 <tr> 43 43 <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 und ifined 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> 45 45 </tr> 46 46 {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 49 49 <tr> 50 50 <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 comm er 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> 52 52 </tr> 53 53 <tr> … … 92 92 93 93 </tr> 94 Below is a list of data items that will be collected by rr tbot from a host if the host satisfises the class condition.94 Below is a list of data items that will be collected by rrdbot from a host if the host satisfies the class condition. 95 95 {foreach from=$parts item=part} 96 96 <tr class="{cycle values="row1,row2"}"> -
ccsweb/trunk/ccs_mods/service/rrdbot-editpart.tpl
r1287 r1296 49 49 <tr> 50 50 <th id="max-header">Max</th> 51 <td><input type="text" name="max" id="max" value="{$parts[0].max}" >The m iximum 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> 52 52 </tr> 53 53 <tr> -
ccsweb/trunk/ccs_mods/service/rrdbot-newclass.tpl
r1280 r1296 49 49 <tr> 50 50 <th id="archive-header">Archive</th> 51 <td><input type="text" name="archive" id="archive" size=60><br />The archive function. This is a comm er 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> 52 52 </tr> 53 53 <tr> -
ccsweb/trunk/ccs_mods/service/rrdbot-newpart.tpl
r1161 r1296 50 50 <tr> 51 51 <th id="max-header">Max</th> 52 <td><input type="text" name="max" id="max">The m iximum 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> 53 53 </tr> 54 54 <tr> -
ccsweb/trunk/ccs_mods/service/rrdbot-props.tpl
r1287 r1296 29 29 <div id="instructions"> 30 30 This is the configuration page for rrdbot. Below is a list of poller classes that will be used when doing snmp discovery.<br /> 31 NOTE: Chang eing 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.31 NOTE: 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. 32 32 </div> 33 33 <br />
Note: See TracChangeset
for help on using the changeset viewer.
