File: templates.html

package info (click to toggle)
cacti 0.8.8b%2Bdfsg-8
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 9,796 kB
  • sloc: php: 52,273; sql: 2,463; xml: 691; sh: 434; perl: 151; makefile: 30
file content (639 lines) | stat: -rw-r--r-- 14,252 bytes parent folder | download | duplicates (3)
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML
><HEAD
><TITLE
>Templates</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
REL="HOME"
TITLE="The Cacti Manual"
HREF="index.html"><LINK
REL="UP"
TITLE="Advanced Topics"
HREF="advanced_topics.html"><LINK
REL="PREVIOUS"
TITLE="Script Query XML Syntax"
HREF="script_query_xml.html"><LINK
REL="NEXT"
TITLE="Graph Templates"
HREF="graph_templates.html"><LINK
REL="STYLESHEET"
TYPE="text/css"
HREF="manual.css"></HEAD
><BODY
CLASS="CHAPTER"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>The Cacti Manual</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="script_query_xml.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="graph_templates.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="CHAPTER"
><H1
><A
NAME="TEMPLATES"
></A
>Chapter 13. Templates</H1
><DIV
CLASS="TOC"
><DL
><DT
><B
>Table of Contents</B
></DT
><DT
><A
HREF="templates.html#DATA_TEMPLATES"
>Data Templates</A
></DT
><DT
><A
HREF="graph_templates.html"
>Graph Templates</A
></DT
><DT
><A
HREF="host_templates.html"
>Host Templates</A
></DT
><DT
><A
HREF="template_import.html"
>Import Templates</A
></DT
><DT
><A
HREF="template_export.html"
>Export Templates</A
></DT
></DL
></DIV
><P
>			The real strength of Cacti is unleashed by using templates.
			There are three different types of templates with the basic Cacti installation:
			<B
CLASS="EMPHASIS"
>Data Templates</B
>, <B
CLASS="EMPHASIS"
>Graph Templates</B
> and <B
CLASS="EMPHASIS"
>Host Templates</B
>.
			While it is perfectly fine to define all data sources and graphs without using
			Templates at all, the burden of this approach is high. In most installations,
			there are lots of devices of the same kind. And there are lots of data of the
			same kind, e.g. traffic information is needed for almost every device.
			Therefor, the parameters needed to create a traffic rrd file are defined
			by a <B
CLASS="EMPHASIS"
>Data Template</B
>, in this case known as "Interface - Traffic".
			These definitions are used by all Traffic-related rrd files.
		</P
><P
>			The same approach is used for defining <B
CLASS="EMPHASIS"
>Graph Templates</B
>.
			This is done only once. And all parameters defined within such a <B
CLASS="EMPHASIS"
>Graph Template</B
>
			are copied to all Graphs that are created using this Template.
		</P
><P
>			The last type of Templates are the <B
CLASS="EMPHASIS"
>Host Templates</B
>.
			They are not related to some rrdtool stuff. The purpose of <B
CLASS="EMPHASIS"
>Host Templates</B
>
			is to group all Graph Templates and Data Queries (these are explained later)
			for a given device type. So you will make up a <B
CLASS="EMPHASIS"
>Host Template</B
>
			e.g. for a specific type of router, switch, host and the like.
			By assigning the correct <B
CLASS="EMPHASIS"
>Host Template</B
> to each new Device,
			you'll never forget to create all needed Graphs.
		</P
><P
>There's no need to create all Templates on your own! Apart from the fact,
		that many common templates are provided out-of-the-box, there's a very simple
		machnism to <SPAN
CLASS="GUIMENU"
>Import Templates</SPAN
> and to <SPAN
CLASS="GUIMENU"
>Export Templates</SPAN
>.</P
><DIV
CLASS="SECT1"
><H1
CLASS="SECT1"
><A
NAME="DATA_TEMPLATES"
>Data Templates</A
></H1
><P
>				In Cacti, a data template provides a skeleton for an actual data source. If you have many data
				sources that share most of their characteristics, using a data template would probably make sense.
				No change of a Data Template is propagated to already existing rrd files.
				But most of them may be changed by using <B
CLASS="COMMAND"
>rrdtool tune</B
> from command line.
				Pay attention to not append new Data Source Items to already existing rrd files.
				There's no <B
CLASS="COMMAND"
>rrdtool</B
> command to achieve this!
			</P
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="CREATING_DATA_TEMPLATES"
>Creating a Data Template</A
></H2
><P
>					To create a new data template, select <SPAN
CLASS="GUILABEL"
>Data Templates</SPAN
> under the
					<SPAN
CLASS="GUILABEL"
>Templates</SPAN
> heading and click <SPAN
CLASS="GUILABEL"
>Add</SPAN
>.
				</P
><P
>					The first thing you must do is give the template a name. This name has nothing to do with the
					data source name, but is what you will use to identify the template throughout Cacti.
				</P
><P
>					Second,
					you will notice a list of data source/data source item field names with Use <SPAN
CLASS="GUILABEL"
>Per-Data
					Source Value</SPAN
> checkboxes next to each one. The nice thing about templates in Cacti is
					that you can choose whether to template each field on a per-field basis. If you leave the checkbox
					unchecked, every data source attached to the template will inherit its value from the template. If
					the checkbox is checked, every data source attached to the template will contain its own value for
					that particular field. When generating a real data source, you will be prompted to fill those
					non-templated fields.
				</P
><DIV
CLASS="TABLE"
><A
NAME="AEN1560"
></A
><P
><B
>Table 13-1. Data Templates: Field Description of the Data Source Section</B
></P
><TABLE
BORDER="1"
FRAME="border"
RULES="all"
CLASS="CALSTABLE"
><COL
WIDTH="1*"><COL
WIDTH="3*"><THEAD
><TR
><TH
ALIGN="CENTER"
>Name</TH
><TH
ALIGN="CENTER"
>Description</TH
></TR
></THEAD
><TBODY
><TR
><TD
>Name</TD
><TD
>The name of the Data Source that will be created by using this Template.
								You can	use the keyword |host_description| in this field, which will be
								automatically substituted with the current host description.</TD
></TR
><TR
><TD
>Data Input Method</TD
><TD
>Here is where you tell cacti how it is supposed to fetch data
								for this data source. There are several data input sources that come
								with cacti, and you can add your own by going to Data Input Methods.
								If this RRD file is being populated outside of cacti, make sure to
								leave this field set to "None".</TD
></TR
><TR
><TD
>Associated RRAs</TD
><TD
>You need to associate the data source with at least one RRA
								so <SPAN
CLASS="APPLICATION"
>RRDTool</SPAN
> knows how often and for how
								long to keep its data. You will almost always want to select all
								of these values however so you can render daily, weekly, monthly,
								and yearly graphs.</TD
></TR
><TR
><TD
>Step</TD
><TD
>This tells <SPAN
CLASS="APPLICATION"
>RRDTool</SPAN
> how many seconds
								there will be between updates. The default is 300 seconds (5 minutes),
								and is sufficient for most installations.</TD
></TR
><TR
><TD
>Data Source Active</TD
><TD
>This is a quick and easy to tell Cacti to stop gathering data
								for this data source. The data source can still be used on graphs,
								but no data will be fed to it until it is made active again.</TD
></TR
></TBODY
></TABLE
></DIV
><P
>					<B
CLASS="EMPHASIS"
>Note:</B
> For most data templates, you will want to check the <SPAN
CLASS="GUILABEL"
>Use
					Per-Graph Value</SPAN
> checkbox for the name field so each data source using this template has its
					own unique name. It also makes sense to enter an inital value in this field that includes the variable
					|host_description| for organizational purposes.
				</P
><P
>					When you are finished filling in values for the data template, click <SPAN
CLASS="GUILABEL"
>Create</SPAN
> and
					you will be presented with a screen similar to the data source edit screen.
				</P
><DIV
CLASS="FIGURE"
><A
NAME="IMG_DATA_TEMPLATE_NEW"
></A
><P
><B
>Figure 13-1. Adding a Data Template</B
></P
><DIV
CLASS="MEDIAOBJECT"
><P
><IMG
SRC="images/data_template.png"></P
></DIV
></DIV
><DIV
CLASS="SECT3"
><H3
CLASS="SECT3"
><A
NAME="DATA_TEMPLATE_ITEMS"
>Data Source Items</A
></H3
><P
>						Like a graph, a data source can have more than one items. This is useful in situations where a
						script returns more than piece of data at one time. This also applies to data queries, so you
						can have a single data template that contains both inbound and outbound traffic, rather than
						having to create a separate data template for each.
					</P
><DIV
CLASS="TABLE"
><A
NAME="AEN1600"
></A
><P
><B
>Table 13-2. Data Templates: Field Description of the Data Source Items Section</B
></P
><TABLE
BORDER="1"
FRAME="border"
RULES="all"
CLASS="CALSTABLE"
><COL
WIDTH="1*"><COL
WIDTH="3*"><THEAD
><TR
><TH
ALIGN="CENTER"
>Name</TH
><TH
ALIGN="CENTER"
>Description</TH
></TR
></THEAD
><TBODY
><TR
><TD
>Internal Data Source Name</TD
><TD
>This is the name used by <SPAN
CLASS="APPLICATION"
>RRDTool</SPAN
> to identify this particular data source within the RRD file. <SPAN
CLASS="APPLICATION"
>RRDTool</SPAN
> places a limit of 19 alphanumeric characters (plus '_' and '-') on this field.</TD
></TR
><TR
><TD
>Minimum Value</TD
><TD
>Here is where you specify the minimum value that is expected for this data source in the RRD file. If a value lower than the minimum is given, it will be stored as Unknown (U).</TD
></TR
><TR
><TD
>Maximum Value</TD
><TD
><P
>Here is where you specify the maximum value that is expected for this data source in the RRD file. If a value higher than the maximum is given, it will be stored as Unknown (U).
									</P
><P
><B
CLASS="EMPHASIS"
>Note:</B
> It often makes sense to define
									a reasonable maximum value here to avoid spikes in case of a COUNTER wrap</P
></TD
></TR
><TR
><TD
>Data Source Type</TD
><TD
><P
>Cacti currently supports four types of data that <SPAN
CLASS="APPLICATION"
>RRDTool</SPAN
> can represent for any given data source:
									</P
><P
>COUNTER: is for continuous incrementing counters like the ifInOctets counter in a router. The COUNTER
														data source assumes that the counter never decreases, except when a counter overflows. It is always a whole INTEGER,
														floating point numbers are invalid.
														The update function takes the overflow into account.  The counter is stored as a per-second rate.
														When the counter overflows, <SPAN
CLASS="APPLICATION"
>RRDTool</SPAN
> checks if the overflow happened at the 32bit or 64bit
                   										border and acts accordingly by adding an appropriate value to the result.
									</P
><P
>GAUGE: numbers that are not continuously incrementing, e.g. a temperature reading.
														Floating point numbers are accepted.
									</P
><P
>ABSOLUTE: counters that are reset upon reading
									</P
><P
>DERIVE: like COUNTER but without overflow checks</P
></TD
></TR
><TR
><TD
>Heartbeat</TD
><TD
>As defined by <SPAN
CLASS="APPLICATION"
>RRDTool</SPAN
>: <SPAN
CLASS="QUOTE"
>"The maximum amount of time that can pass before data is entered as "unknown". This field is usually '600' or 2 data gathering intervals"</SPAN
>.</TD
></TR
></TBODY
></TABLE
></DIV
></DIV
><DIV
CLASS="SECT3"
><H3
CLASS="SECT3"
><A
NAME="CUSTOM_DATA"
>Custom Data</A
></H3
><P
>						Assuming you selected a data input source on the previous screen, you should now be presented
						with a <SPAN
CLASS="GUILABEL"
>Custom Data</SPAN
> box. It will show a single line for every single
						parameter required for that very data input method. This is how the Data Source glues together
						with the data input method to provide all run time parameters.
					</P
><P
>						Each custom data field is per-field templatable as
						all of the other data source fields are. Even if you select the <SPAN
CLASS="GUILABEL"
>Use Per-Data Source
						Value</SPAN
> checkbox, it might be useful to specify a value that will be used as an "inital
						value" for any data source using this data template.
					</P
></DIV
></DIV
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="APPLYING_DATA_TEMPLATES"
>Applying Data Templates to Data Sources</A
></H2
><P
>					Applying a data template to a data source is a very simple process. The first thing you
					must do is select the data source you want to apply the template to under <SPAN
CLASS="GUILABEL"
>Data
					Sources</SPAN
>. Under the <SPAN
CLASS="GUILABEL"
>Data Template Selection</SPAN
> box, select
					the data template that you want to apply to the data source and click <SPAN
CLASS="GUILABEL"
>Save</SPAN
>.
				</P
><P
>					Once the template is applied to the data source, you will notice that you can only change
					values for the fields that you checked Use <SPAN
CLASS="GUILABEL"
>Per-Data Source Value</SPAN
> for.
				</P
><P
>					<B
CLASS="EMPHASIS"
>Now any time a change is made to the data template, it will be automatically
					propagated to the data sources attached to it.</B
>
				</P
><DIV
CLASS="CAUTION"
><P
></P
><TABLE
CLASS="CAUTION"
BORDER="1"
WIDTH="100%"
><TR
><TD
ALIGN="CENTER"
><B
>No change of existing rrd files</B
></TD
></TR
><TR
><TD
ALIGN="LEFT"
><P
>When changing parameters of a Data Template, existing rrd files
					will never be changed. If this is required, you will have to apply
					<B
CLASS="COMMAND"
>rrdtool tune</B
> commands to any related rrd file manually.</P
></TD
></TR
></TABLE
></DIV
></DIV
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="script_query_xml.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="graph_templates.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Script Query XML Syntax</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="advanced_topics.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Graph Templates</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>