File: CONTRIB

package info (click to toggle)
cacti 0.6.7-2.2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,000 kB
  • ctags: 1,120
  • sloc: php: 5,059; sql: 922; sh: 302; perl: 81; makefile: 56
file content (20 lines) | stat: -rw-r--r-- 617 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Documentation of user-contributed code:

[include/rrd_functions.php]
- 2/8/2002 - Dave Neitz, Sprint E|Solutionns 
  Added 3 new CDEF special types: 

  Type  Description
  ----  ----------- 
   3    Total staggered datasources.
   4    Average all datasources.
   5    Average staggered datasources.

  Staggered datasources are determined by parsing graph item value
  column in the following manner:

  start=<starting position in datasource>&skip=<skip count>
  
[graphs_items.php]
- 2/8/2002 - Dave Neitz, Sprint E|Solutionns
Added additional screen help text to support value expanded usage.