File: faq.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 (863 lines) | stat: -rw-r--r-- 15,451 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
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML
><HEAD
><TITLE
>Frequently Asked Questions</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="Help"
HREF="cacti_help.html"><LINK
REL="PREVIOUS"
TITLE="How To"
HREF="how_to.html"><LINK
REL="NEXT"
TITLE="Reference"
HREF="reference.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="how_to.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="reference.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="CHAPTER"
><H1
><A
NAME="FAQ"
></A
>Chapter 17. Frequently Asked Questions</H1
><DIV
CLASS="QANDASET"
><DL
><DT
>1. <A
HREF="faq.html#AEN2376"
>Using Cacti</A
></DT
><DD
><DL
><DT
> <A
HREF="faq.html#AEN2379"
>							How do I create traffic graphs?
						</A
></DT
></DL
></DD
><DT
>2. <A
HREF="faq.html#AEN2406"
>General</A
></DT
><DD
><DL
><DT
> <A
HREF="faq.html#AEN2409"
>							I get a "Undefined variable: _SERVER" error message from Cacti.
						</A
></DT
><DT
> <A
HREF="faq.html#AEN2414"
>							I get a "Call to undefined function: mysql_connect()" error message from Cacti.
						</A
></DT
><DT
> <A
HREF="faq.html#AEN2419"
>							I have forgotten my 'admin' password to Cacti, how do I reset it?
						</A
></DT
></DL
></DD
><DT
>3. <A
HREF="faq.html#AEN2430"
>Monitoring</A
></DT
><DD
><DL
><DT
> <A
HREF="faq.html#AEN2433"
>							I am polling thousands of items and poller.php takes more than 5 minutes to run.
						</A
></DT
><DT
> <A
HREF="faq.html#AEN2441"
>							I changed x, and now some of my graphs are not updating.
						</A
></DT
><DT
> <A
HREF="faq.html#AEN2448"
>							I am using <SPAN
CLASS="APPLICATION"
>Redhat 8.0</SPAN
> and SNMP is not working.
						</A
></DT
><DT
> <A
HREF="faq.html#AEN2455"
>							How do I configure <SPAN
CLASS="APPLICATION"
>net-snmp</SPAN
> so it will work with Cacti?
						</A
></DT
></DL
></DD
><DT
>4. <A
HREF="faq.html#AEN2466"
>Graphs</A
></DT
><DD
><DL
><DT
> <A
HREF="faq.html#AEN2469"
>							I just installed Cacti and all of my graphs appear as broken images.
						</A
></DT
><DT
> <A
HREF="faq.html#AEN2482"
>							My graphs render, but they do not contain any data.
						</A
></DT
><DT
> <A
HREF="faq.html#AEN2494"
>							A lot of my graphs contain long ifAlias names, but they are being truncated to 15 characters.
						</A
></DT
><DT
> <A
HREF="faq.html#AEN2502"
>							One of my devices rebooted and now I have a huge spike on my graph!
						</A
></DT
><DT
> <A
HREF="faq.html#AEN2511"
>							RRDTool Says: ERROR: unknown option '--slope-mode' or RRDTool Says: ERROR: Garbage ':39:24 To 2005/10/22 16:39:24\c' after command: COMMENT:From 2005/10/21 16:39:24 To 2005/10/22 16:39:24\c
						</A
></DT
></DL
></DD
><DT
>5. <A
HREF="faq.html#AEN2515"
>Windows Related</A
></DT
><DD
><DL
><DT
> <A
HREF="faq.html#AEN2518"
>							I get a "Fatal error: Cannot redeclare title_trim()" error message from Cacti.
						</A
></DT
></DL
></DD
></DL
><DIV
CLASS="QANDADIV"
><H3
><A
NAME="AEN2376"
></A
>1. Using Cacti</H3
><DIV
CLASS="QANDAENTRY"
><DIV
CLASS="QUESTION"
><P
><A
NAME="AEN2379"
></A
><B
> </B
>							How do I create traffic graphs?
						</P
></DIV
><DIV
CLASS="ANSWER"
><P
><B
> </B
>							Before you can create traffic graphs, Cacti must have working SNMP support. One way to do this is to compile
							PHP with SNMP support built in, many times you can install the 'php-snmp' package to do this. The second option
							is to have Cacti call the snmpget and snmpwalk binaries from your ucd-snmp or <SPAN
CLASS="APPLICATION"
>net-snmp</SPAN
>
							installation. You can use the about page to determine whether to are using "built-in" or "external" SNMP support.
						</P
><P
>							Now that you have working SNMP support, follow these steps.
						</P
><P
></P
><OL
TYPE="1"
><LI
><P
>Click <SPAN
CLASS="GUILABEL"
>Devices</SPAN
> on Cacti's menu.</P
></LI
><LI
><P
>Click <SPAN
CLASS="GUILABEL"
>Add</SPAN
> to add a new device.</P
></LI
><LI
><P
>Type a description, hostname, management IP, and SNMP community. Make sure to select "Generic SNMP-enabled Host" under <SPAN
CLASS="GUILABEL"
>Host Template</SPAN
> and click <SPAN
CLASS="GUILABEL"
>Create</SPAN
>.</P
></LI
><LI
><P
>Click <SPAN
CLASS="GUILABEL"
>Create Graphs for this Host</SPAN
> at the top of the page.</P
></LI
><LI
><P
>You should see one or more interfaces listed under the <SPAN
CLASS="GUILABEL"
>Data Query [SNMP - Interface Statistics]</SPAN
> box. Place a check next to each interface that you want to graph. Below the box, select type of graph that you want to create (bits, bytes, summation, etc).</P
></LI
><LI
><P
>Click <SPAN
CLASS="GUILABEL"
>Create</SPAN
>, and <SPAN
CLASS="GUILABEL"
>Create</SPAN
> again on the following screen to create your graphs.</P
></LI
></OL
></DIV
></DIV
></DIV
><DIV
CLASS="QANDADIV"
><H3
><A
NAME="AEN2406"
></A
>2. General</H3
><DIV
CLASS="QANDAENTRY"
><DIV
CLASS="QUESTION"
><P
><A
NAME="AEN2409"
></A
><B
> </B
>							I get a "Undefined variable: _SERVER" error message from Cacti.
						</P
></DIV
><DIV
CLASS="ANSWER"
><P
><B
> </B
>							Cacti 0.8.6 and above requires that you have at least PHP 4.1 or greater installed.
						</P
></DIV
></DIV
><DIV
CLASS="QANDAENTRY"
><DIV
CLASS="QUESTION"
><P
><A
NAME="AEN2414"
></A
><B
> </B
>							I get a "Call to undefined function: mysql_connect()" error message from Cacti.
						</P
></DIV
><DIV
CLASS="ANSWER"
><P
><B
> </B
>							Your installation of PHP does not have MySQL installed or enabled. On binary-based distributions, make
							sure you have the 'php-mysql' package installed. Also make sure that 'extension=mysql.so' is uncommented
							in your php.ini file.
						</P
></DIV
></DIV
><DIV
CLASS="QANDAENTRY"
><DIV
CLASS="QUESTION"
><P
><A
NAME="AEN2419"
></A
><B
> </B
>							I have forgotten my 'admin' password to Cacti, how do I reset it?
						</P
></DIV
><DIV
CLASS="ANSWER"
><P
><B
> </B
>							To reset the admin account password back to the default of 'admin', connect to your Cacti database at the
							command line.
						</P
><PRE
CLASS="SCREEN"
><SAMP
CLASS="PROMPT"
>shell&gt;</SAMP
> <KBD
CLASS="USERINPUT"
>mysql -u root -p cacti</KBD
></PRE
><P
>							Now execute the following SQL:
						</P
><PRE
CLASS="SCREEN"
><SAMP
CLASS="PROMPT"
>mysql&gt;</SAMP
> <KBD
CLASS="USERINPUT"
>update user_auth set password=md5('admin') where username='admin';</KBD
></PRE
></DIV
></DIV
></DIV
><DIV
CLASS="QANDADIV"
><H3
><A
NAME="AEN2430"
></A
>3. Monitoring</H3
><DIV
CLASS="QANDAENTRY"
><DIV
CLASS="QUESTION"
><P
><A
NAME="AEN2433"
></A
><B
> </B
>							I am polling thousands of items and poller.php takes more than 5 minutes to run.
						</P
></DIV
><DIV
CLASS="ANSWER"
><P
><B
> </B
>							Give <SPAN
CLASS="APPLICATION"
>Spine</SPAN
>, the fast replacement for poller.php a try. Unlike poller.php, <SPAN
CLASS="APPLICATION"
>Spine</SPAN
> is written in c and makes use
							of pthreads. On a typical installation, it is not uncommon for <SPAN
CLASS="APPLICATION"
>Spine</SPAN
> to poll about 500 items in less then 10
							seconds.
						</P
></DIV
></DIV
><DIV
CLASS="QANDAENTRY"
><DIV
CLASS="QUESTION"
><P
><A
NAME="AEN2441"
></A
><B
> </B
>							I changed x, and now some of my graphs are not updating.
						</P
></DIV
><DIV
CLASS="ANSWER"
><P
><B
> </B
>							The best thing to do here is to force Cacti to rebuild its poller cache. To do this click <SPAN
CLASS="GUILABEL"
>Utilities</SPAN
> on the Cacti menu, and select <SPAN
CLASS="GUILABEL"
>Clear Poller Cache</SPAN
>.
						</P
></DIV
></DIV
><DIV
CLASS="QANDAENTRY"
><DIV
CLASS="QUESTION"
><P
><A
NAME="AEN2448"
></A
><B
> </B
>							I am using <SPAN
CLASS="APPLICATION"
>Redhat 8.0</SPAN
> and SNMP is not working.
						</P
></DIV
><DIV
CLASS="ANSWER"
><P
><B
> </B
>							<SPAN
CLASS="APPLICATION"
>Redhat 8.0</SPAN
> comes with a broken php-snmp package. Updating your 'php-snmp' and 'net-snmp'
							packages to their latest versions should fix this problem.
						</P
></DIV
></DIV
><DIV
CLASS="QANDAENTRY"
><DIV
CLASS="QUESTION"
><P
><A
NAME="AEN2455"
></A
><B
> </B
>							How do I configure <SPAN
CLASS="APPLICATION"
>net-snmp</SPAN
> so it will work with Cacti?
						</P
></DIV
><DIV
CLASS="ANSWER"
><P
><B
> </B
>							Run <B
CLASS="COMMAND"
>snmpconf -g basic_setup</B
> and follow the prompts. Also check that the file being used by snmpd
							is the correct config file. For Redhat Linux, snmpconf creates the <TT
CLASS="FILENAME"
>/etc/snmpd.conf</TT
>, but snmpd
							uses <TT
CLASS="FILENAME"
>/etc/snmpd/snmpd.conf</TT
>.
						</P
><P
>							If this doesn't work a very simple config file is:
						</P
><PRE
CLASS="SCREEN"
><KBD
CLASS="USERINPUT"
># contact
syslocation Something
syscontact "root@someone.com"

# auth
rocommunity public

# disk monitoring
disk /</KBD
></PRE
></DIV
></DIV
></DIV
><DIV
CLASS="QANDADIV"
><H3
><A
NAME="AEN2466"
></A
>4. Graphs</H3
><DIV
CLASS="QANDAENTRY"
><DIV
CLASS="QUESTION"
><P
><A
NAME="AEN2469"
></A
><B
> </B
>							I just installed Cacti and all of my graphs appear as broken images.
						</P
></DIV
><DIV
CLASS="ANSWER"
><P
><B
> </B
>							For you to actually get graph images, poller.php must run at least once so it can create .rrd files in Cacti's 'rra/'
							directory. Double check that you configured your <TT
CLASS="FILENAME"
>/etc/crontab</TT
> file to execute poller.php every
							five minutes. Also make sure that the user poller.php runs as has permission to create new files in Cacti's 'rra/'
							directory.
						</P
><P
>							If all of your settings appear correct, try running poller.php manually by cd'ing to Cacti's directory and typing:
						</P
><PRE
CLASS="SCREEN"
><SAMP
CLASS="PROMPT"
>shell&gt;</SAMP
> <KBD
CLASS="USERINPUT"
>php poller.php</KBD
></PRE
><P
>							If you have files in your 'rra/' directory, but your graphs still appear as broken images, you should enable graph
							debug mode see exactly why the graphs are not rendering. To do this go into Cacti, select <SPAN
CLASS="GUILABEL"
>Graph Management</SPAN
>
							from the menu, select any graph listed, and select <SPAN
CLASS="GUILABEL"
>Turn On Graph Debug Mode</SPAN
>.
						</P
></DIV
></DIV
><DIV
CLASS="QANDAENTRY"
><DIV
CLASS="QUESTION"
><P
><A
NAME="AEN2482"
></A
><B
> </B
>							My graphs render, but they do not contain any data.
						</P
></DIV
><DIV
CLASS="ANSWER"
><P
><B
> </B
>							More often than not, this problem's cause is permissions. For instance if you run poller.php manually as root for testing, any
							.rrd files that it creates will be owned by root. Now when poller.php runs from cron, it will not be able to update these .rrd
							files because they are owned by root. You can double check the owner of your .rrd files by running the following command in
							your Cacti directory:
						</P
><PRE
CLASS="SCREEN"
><SAMP
CLASS="PROMPT"
>shell&gt;</SAMP
> <KBD
CLASS="USERINPUT"
>ls -al rra/</KBD
></PRE
><P
>							If only some of your graphs are not updating correctly, double check the <SPAN
CLASS="GUILABEL"
>Maximum Value</SPAN
> field for all data
							sources used by these graphs. If the value being fed to the .rrd file exceeds its <SPAN
CLASS="GUILABEL"
>Maximum Value</SPAN
>, RRDTool
							will insert an <SPAN
CLASS="GUILABEL"
>Unknown</SPAN
> and you will see no data on the graph.
						</P
></DIV
></DIV
><DIV
CLASS="QANDAENTRY"
><DIV
CLASS="QUESTION"
><P
><A
NAME="AEN2494"
></A
><B
> </B
>							A lot of my graphs contain long ifAlias names, but they are being truncated to 15 characters.
						</P
></DIV
><DIV
CLASS="ANSWER"
><P
><B
> </B
>							Cacti does this by default to better control graph title formatting. You can change this limit, by going to <SPAN
CLASS="GUILABEL"
>Cacti
							Settings</SPAN
> on the Cacti menu, selecting the <SPAN
CLASS="GUILABEL"
>Visual</SPAN
> tab, and changing the value for <SPAN
CLASS="GUILABEL"
>Data
							Queries - Maximum Field Length</SPAN
>.
						</P
></DIV
></DIV
><DIV
CLASS="QANDAENTRY"
><DIV
CLASS="QUESTION"
><P
><A
NAME="AEN2502"
></A
><B
> </B
>							One of my devices rebooted and now I have a huge spike on my graph!
						</P
></DIV
><DIV
CLASS="ANSWER"
><P
><B
> </B
>							This occurs because the reboot causes SNMP's counters to reset, which can cause a rather large spike on the graph when
							<SPAN
CLASS="APPLICATION"
>RRDTool</SPAN
> tries to determine the change between the new small counter value and the large
							previous value. One way to combat this issue is to specify realistic maximum values for your data sources.
							<SPAN
CLASS="APPLICATION"
>RRDTool</SPAN
> will ignore any value that is larger than the maximum value.
						</P
><P
>							If you already have a spike on one or more of your graphs, there is a really <A
HREF="http://cricket.sourceforge.net/contrib/files/killspike2"
TARGET="_top"
>useful Perl script</A
> that will remove them for you.
						</P
></DIV
></DIV
><DIV
CLASS="QANDAENTRY"
><DIV
CLASS="QUESTION"
><P
><A
NAME="AEN2511"
></A
><B
> </B
>							RRDTool Says: ERROR: unknown option '--slope-mode' or RRDTool Says: ERROR: Garbage ':39:24 To 2005/10/22 16:39:24\c' after command: COMMENT:From 2005/10/21 16:39:24 To 2005/10/22 16:39:24\c
						</P
></DIV
><DIV
CLASS="ANSWER"
><P
><B
> </B
>							This occurs because the version of RRDTool that you are running does not match the RRDTool version Cacti is configured to use.  Double check your Cacti Settings and make sure that the RRDTool version matches what version of RRDTool you are running.
						</P
></DIV
></DIV
></DIV
><DIV
CLASS="QANDADIV"
><H3
><A
NAME="AEN2515"
></A
>5. Windows Related</H3
><DIV
CLASS="QANDAENTRY"
><DIV
CLASS="QUESTION"
><P
><A
NAME="AEN2518"
></A
><B
> </B
>							I get a "Fatal error: Cannot redeclare title_trim()" error message from Cacti.
						</P
></DIV
><DIV
CLASS="ANSWER"
><P
><B
> </B
>							Contrary to previous versions of Cacti, you must not put Cacti in your PHP include path. Check your <TT
CLASS="FILENAME"
>php.ini</TT
> file to make sure there is not something like <KBD
CLASS="USERINPUT"
>include_path = C:/Apache2/htdocs/cacti</KBD
>.
						</P
></DIV
></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="how_to.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="reference.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>How To</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="cacti_help.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Reference</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>