Cacti
Moderators: Developers, Moderators
Cacti
so i installed cacti to validate my router ...
(os - kubuntu - linksys router wrt54gl v1.1)
first pic
[/img]
second pic
so the pics ...
when i try to view the network traffic graph ... i see just a blue field without any graph ....
someone pls help me ...
thx alot
(os - kubuntu - linksys router wrt54gl v1.1)
first pic
[/img]
second pic
so the pics ...
when i try to view the network traffic graph ... i see just a blue field without any graph ....
someone pls help me ...
thx alot
- Attachments
-
- first pic
- cacti1.png (113.96 KiB) Viewed 1876 times
-
- second pic
- cacti2.png (111.16 KiB) Viewed 1876 times
-
- third pic
- cacti3.png (89.18 KiB) Viewed 1876 times
- rony
- Developer/Forum Admin
- Posts: 6022
- Joined: Mon Nov 17, 2003 6:35 pm
- Location: Michigan, USA
- Contact:
2 issues..... Possibly...
Use Firefox, Konqueror is not supported.
Make sure that the version of RRDTool that you have installed matches the version that Cacti is configured for.
Use Firefox, Konqueror is not supported.
Make sure that the version of RRDTool that you have installed matches the version that Cacti is configured for.
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
cacti network graph
ii librrd2 1.2.19-1ubuntu1 Time-series data storage and display system
ii rrdtool 1.2.19-1ubuntu1 Time-series data storage and display system
it also doesnt work with firefox .. (the same problem) ... and the rrd on kubuntu and cacti matches together ....
no idea whats the problem ..
the other graphs are working without problems ...
and this is so important for me new job ....
ii rrdtool 1.2.19-1ubuntu1 Time-series data storage and display system
it also doesnt work with firefox .. (the same problem) ... and the rrd on kubuntu and cacti matches together ....
no idea whats the problem ..
the other graphs are working without problems ...
and this is so important for me new job ....
- Attachments
-
- cacti4.png (153.52 KiB) Viewed 1864 times
screenshot
i hope this is needfully
- Attachments
-
- debug.png (142.83 KiB) Viewed 1796 times
-
- debug2.png (139.71 KiB) Viewed 1796 times
- TheWitness
- Developer
- Posts: 17059
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
First you have an issue with the Graph Template, that the problem with the Legend/Color issue. It's the color on the line. That's a pretty easy fix.
Second, what version of Cacti? I thought the Kbrowser was supported. What is the Kbrowser version? What flavor of Linux and what version?
TheWitness
Second, what version of Cacti? I thought the Kbrowser was supported. What is the Kbrowser version? What flavor of Linux and what version?
TheWitness
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Graphs not showing
All,
I'm having similar issue as described above. Cacti appears to have installed successfully. I can view the console but cant seem to get any kind of graph to display. I've tinkered with this and googled for help for the last few days but have not made any headway. I've tried installing from the tarbal and am currently trying with the version (0.8.6j-64) which loads from YAST. My goal is to use Cacti to monitor some DNS servers an I urgently need to get this up and working. Any help would be greatly appreciated. Is there a step by step tutorial for configuring? Everything I'm finding in forums an on internet doesn't seem to match what I have installed.
OS = Suse 10.3
Below is an error message I've seen and cant clear. I've tried modifying the permishins on the directory and manualy creating the file without success.
RRDTool Command:
/usr/bin/rrdtool graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="Localhost - Load Average" \
--rigid \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
--units-exponent=0 \
--vertical-label="processes in the run queue" \
--slope-mode \
DEF:a="/var/lib/cacti/localhost_load_1min_5.rrd":load_1min:AVERAGE \
DEF:b="/var/lib/cacti/localhost_load_1min_5.rrd":load_5min:AVERAGE \
DEF:c="/var/lib/cacti/localhost_load_1min_5.rrd":load_15min:AVERAGE \
CDEF:cdefg=TIME,1207596474,GT,a,a,UN,0,a,IF,IF,TIME,1207596474,GT,b,b,UN,0,b,IF,IF,TIME,1207596474,GT,c,c,UN,0,c,IF,IF,+,+ \
AREA:a#EACC00:"1 Minute Average" \
GPRINTLAST:" Current\:%8.2lf\n" \
AREA:b#EA8F00:"5 Minute Average":STACK \
GPRINTLAST:" Current\:%8.2lf\n" \
AREA:c#FF0000:"15 Minute Average":STACK \
GPRINT:c:LAST:"Current\:%8.2lf\n" \
LINE1:cdefg#000000:""
RRDTool Says:
ERROR: opening '/var/lib/cacti/localhost_load_1min_5.rrd': No such file or directory
I'm having similar issue as described above. Cacti appears to have installed successfully. I can view the console but cant seem to get any kind of graph to display. I've tinkered with this and googled for help for the last few days but have not made any headway. I've tried installing from the tarbal and am currently trying with the version (0.8.6j-64) which loads from YAST. My goal is to use Cacti to monitor some DNS servers an I urgently need to get this up and working. Any help would be greatly appreciated. Is there a step by step tutorial for configuring? Everything I'm finding in forums an on internet doesn't seem to match what I have installed.
OS = Suse 10.3
Below is an error message I've seen and cant clear. I've tried modifying the permishins on the directory and manualy creating the file without success.
RRDTool Command:
/usr/bin/rrdtool graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="Localhost - Load Average" \
--rigid \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
--units-exponent=0 \
--vertical-label="processes in the run queue" \
--slope-mode \
DEF:a="/var/lib/cacti/localhost_load_1min_5.rrd":load_1min:AVERAGE \
DEF:b="/var/lib/cacti/localhost_load_1min_5.rrd":load_5min:AVERAGE \
DEF:c="/var/lib/cacti/localhost_load_1min_5.rrd":load_15min:AVERAGE \
CDEF:cdefg=TIME,1207596474,GT,a,a,UN,0,a,IF,IF,TIME,1207596474,GT,b,b,UN,0,b,IF,IF,TIME,1207596474,GT,c,c,UN,0,c,IF,IF,+,+ \
AREA:a#EACC00:"1 Minute Average" \
GPRINTLAST:" Current\:%8.2lf\n" \
AREA:b#EA8F00:"5 Minute Average":STACK \
GPRINTLAST:" Current\:%8.2lf\n" \
AREA:c#FF0000:"15 Minute Average":STACK \
GPRINT:c:LAST:"Current\:%8.2lf\n" \
LINE1:cdefg#000000:""
RRDTool Says:
ERROR: opening '/var/lib/cacti/localhost_load_1min_5.rrd': No such file or directory
- TheWitness
- Developer
- Posts: 17059
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
In the future, please start a new thread. Have you run your poller? What does your log state. Seek out Gandalf's Nan guide.
TheWitness
TheWitness
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Who is online
Users browsing this forum: No registered users and 1 guest