~ubuntu-branches/ubuntu/precise/weathermap4rrd/precise

« back to all changes in this revision

Viewing changes to weathermap.conf.example

  • Committer: Bazaar Package Importer
  • Author(s): Julien Danjou
  • Date: 2006-08-06 13:30:50 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060806133050-nk8pluci1n490fjr
Tags: 1.1.999+1.2rc3-1
* New upstream release
* Bump standards version
* Update FSF address

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
BACKGROUND test.png
2
 
 
3
 
KEYPOS 600 15
 
1
# This file is a short example of what are directives you may used in your configuration file. For lots of more details, please visit :
 
2
# http://weathermap4rrd.tropicalex.net
 
3
#
 
4
# 05/2005 Alexandre Fontelle
 
5
 
 
6
# BACKGROUND directive defines PNG file use for background. Comment the line below if you doesn't want a background
 
7
BACKGROUND testafe.png
 
8
 
 
9
# Size of image generated if no background has been defined. If one background is defined, size of background will be used.
4
10
HEIGHT 600
5
11
WIDTH 740
6
12
 
 
13
# FONT from 1 to 5 (define size of font that will be used in graph)
 
14
FONT 4
 
15
 
 
16
# Position of legend
 
17
KEYPOS 476 91
 
18
 
 
19
# label of TITLE
7
20
TITLE "Tropicalex Network map"
8
 
TITLEPOS 190 15
 
21
# Position of title in graph
 
22
TITLEPOS 303 38
 
23
# Color of background title
 
24
#TITLEBACKGROUND 255 255 255
 
25
# Color of font to display title
 
26
TITLEFOREGROUND 0 0 0
9
27
 
10
 
OUTPUTFILE /var/www/weathermap4rrd.tropicalex.net/htdocs/weathermap.png
 
28
# Define path and name of a png file on server. You may comment this line if you don't want to keep a file of graph.
 
29
OUTPUTFILE /home/www/weathermap4rrd.tropicalex.net/htdocs/weathermap.png
11
30
 
12
31
#     low  high   red green blue
13
32
SCALE   1   10    140     0  255
18
37
SCALE  70   85    255   192    0
19
38
SCALE  85  100    255     0    0
20
39
 
 
40
# You may use AUTOSCALE directive to create a dynamic colors scale
 
41
# Example of AUTOSCALE syntax : 
 
42
# AUTOSCALE 15 24 232 2 0 0 0
 
43
# AUTOSCALE 11
 
44
 
 
45
# Define Node
21
46
NODE internet
22
 
        POSITION 100 100
23
 
        LABEL Free backbone
 
47
        POSITION 542 381
 
48
        LABEL Freebackbone
 
49
                ICON icons/pix.png
 
50
                ICONTPT 50
24
51
 
25
52
NODE bastille2
26
 
        POSITION 100 350
 
53
        POSITION 124 174
27
54
        LABEL Bastille2
 
55
                ICON icons/router_cisco.png 
 
56
                ICONRESIZE 75
28
57
 
29
58
NODE k7
30
 
        POSITION 450 350
 
59
        POSITION 91 401
31
60
        LABEL K7
 
61
                ICON icons/terminal.png 
 
62
                ICONTPT 50
32
63
 
33
64
 
34
65
LINK bastille2-internet
37
68
                INPOS   1
38
69
                OUTPOS  2
39
70
                UNIT    bytes
40
 
                BANDWIDTH 9216
 
71
                BANDWIDTH 316
41
72
                DISPLAYVALUE 1
42
73
                ARROW   normal
 
74
                GROUP   dsl
 
75
                INTERNODE 236 118
 
76
                INTERNODE 286 149
 
77
                INTERNODE 407 236
 
78
                INTERNODE 475 297
 
79
                INTERNODEDISPLAY 50
43
80
 
44
81
LINK bastille2-k7
45
 
        NODES   bastille2 k7
46
 
        TARGET  /home/monitor/monitoring/rrd/bastille2.eri0.rrd
 
82
                NODES   k7 bastille2
 
83
                TARGET /home/monitor/monitoring/rrd/bastille2.eth1.rrd
47
84
                INPOS   1
48
85
                OUTPOS  2
49
86
                UNIT    bytes
50
 
                BANDWIDTH 102400
51
 
                DISPLAYVALUE 1
52
 
                ARROW   dot
 
87
                BANDWIDTH       316
 
88
                DISPLAYVALUE    1
 
89
                ARROW   circle
 
90