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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# This file is a short example of what are directives you may used in your configuration file. For lots of more details, please visit :
# http://weathermap4rrd.tropicalex.net
#
# 05/2005 Alexandre Fontelle

# BACKGROUND directive defines PNG file use for background. Comment the line below if you doesn't want a background
BACKGROUND testafe.png

# Size of image generated if no background has been defined. If one background is defined, size of background will be used.
HEIGHT 600
WIDTH 740

# FONT from 1 to 5 (define size of font that will be used in graph)
FONT 4

# Position of legend
KEYPOS 476 91

# label of TITLE
TITLE "Tropicalex Network map"
# Position of title in graph
TITLEPOS 303 38
# Color of background title
#TITLEBACKGROUND 255 255 255
# Color of font to display title
TITLEFOREGROUND 0 0 0

# 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.
OUTPUTFILE /home/www/weathermap4rrd.tropicalex.net/htdocs/weathermap.png

#     low  high   red green blue
SCALE   1   10    140     0  255
SCALE  10   25     32    32  255
SCALE  25   40      0   192  255
SCALE  40   55      0   240    0
SCALE  55   70    240   240    0
SCALE  70   85    255   192    0
SCALE  85  100    255     0    0

# You may use AUTOSCALE directive to create a dynamic colors scale
# Example of AUTOSCALE syntax : 
# AUTOSCALE 15 24 232 2 0 0 0
# AUTOSCALE 11

# Define Node
NODE internet
        POSITION 542 381
        LABEL Freebackbone
		ICON icons/pix.png
		ICONTPT	50

NODE bastille2
        POSITION 124 174
        LABEL Bastille2
		ICON icons/router_cisco.png 
		ICONRESIZE 75

NODE k7
        POSITION 91 401
        LABEL K7
		ICON icons/terminal.png 
		ICONTPT	50


LINK bastille2-internet
        NODES   bastille2 internet
        TARGET  /home/monitor/monitoring/rrd/bastille2.eth1.rrd
		INPOS	1
		OUTPOS	2
		UNIT	bytes
		BANDWIDTH 316
		DISPLAYVALUE 1
		ARROW	normal
		GROUP	dsl
		INTERNODE 236 118
		INTERNODE 286 149
		INTERNODE 407 236
		INTERNODE 475 297
		INTERNODEDISPLAY 50

LINK bastille2-k7
		NODES	k7 bastille2
		TARGET /home/monitor/monitoring/rrd/bastille2.eth1.rrd
		INPOS	1
		OUTPOS	2
		UNIT	bytes
		BANDWIDTH	316
		DISPLAYVALUE	1
		ARROW	circle