Search found 10 matches

by edzheng
Tue Jul 19, 2005 7:17 am
Forum: Help: General
Topic: How to use input timestamp as x-axis in graph
Replies: 3
Views: 1811

How to use input timestamp as x-axis in graph

Is there a way in cacti to use the timestamp output from a command as the x-axis in the graph? The use case is I have some historical data collected by other application stored in database, and I want to use cacti to show the data. The timestamp in graph seems created by rrdtool, I don't find a way ...
by edzheng
Sun Jul 17, 2005 5:19 pm
Forum: Help: Linux/Unix Specific
Topic: No rra files created in rra/ directory after install
Replies: 1
Views: 934

Path of wrong version of php caused this problem

Found the place to set the log level in cacti, run manually again, log says: 07/17/2005 06:03:44 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: /usr/bin/php, ARGS: -q /www/htdocs/cacti/cmd.php 0 1] I notice the php I installed is at /www/php/bin/php instead of /usr/bin/php. Seem...
by edzheng
Sun Jul 17, 2005 5:14 pm
Forum: Help: General
Topic: non-timeseries graphing
Replies: 8
Views: 1772

Problem resolved

Found the place to set the log level in cacti, run manually again, log says: 07/17/2005 06:03:44 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: /usr/bin/php, ARGS: -q /www/htdocs/cacti/cmd.php 0 1] I notice the php I installed is at /www/php/bin/php instead of /usr/bin/php. Seem...
by edzheng
Sun Jul 17, 2005 4:13 pm
Forum: Help: General
Topic: non-timeseries graphing
Replies: 8
Views: 1772

Permission is not the root cause

Changing the cron job to run as root does not solve the problem. I found only manually run the following commands in sequence could create and update rrd files under rra/ /www/php/bin/php /www/htdocs/cacti/cmd.php this command generates a line in cacti.log about the poller statistics. /www/php/bin/p...
by edzheng
Sun Jul 17, 2005 3:07 pm
Forum: Help: General
Topic: non-timeseries graphing
Replies: 8
Views: 1772

Sorry for the typos, I mean run chown -R cactiuser rra/ log/
by edzheng
Sun Jul 17, 2005 3:05 pm
Forum: Help: General
Topic: non-timeseries graphing
Replies: 8
Views: 1772

Aha, eventually I got the .rrd files when running it as root ! Just like wait for a baby's birth. I think the problem is I set the cron to run as cactiuser and this user may have some issue though I chmod -R cactiuser rra/ log/. Thanks you so much for the help. BTW, what do you mean "set the Lo...
by edzheng
Sat Jul 16, 2005 11:41 pm
Forum: Help: General
Topic: non-timeseries graphing
Replies: 8
Views: 1772

Thanks for your response, man, it's really fast, my surprise! I hope I could contribute to cacti after getting familiar with its arch. BTW, I'm stocked for a couple of days by the "no rra file under /rra dir after install" issue posted in Linux/Unix Specific section, could somebody help me...
by edzheng
Sat Jul 16, 2005 6:34 pm
Forum: Help: General
Topic: Host-level aggregation
Replies: 0
Views: 512

Host-level aggregation

Cacti could aggregate numeric data by time, e.g. aggregate 5-min data to 1-hour average. Besides that, is it possible to use cacti to aggregate data from host level to cluster/hostgroup level? e.g. I have the 1-hour average CPU utilization for each host, but my boss wants to see a graph of 1-hour av...
by edzheng
Sat Jul 16, 2005 6:30 pm
Forum: Help: General
Topic: non-timeseries graphing
Replies: 8
Views: 1772

non-timeseries graphing

Cacti is a fantastic graphing tool for monitoring I ever see.
But all the sample graphs are time-based (x-axis is time).
Is there a way to create a non-timeseries graph in cacti, e.g.
For last week, what's the overall average CPU utilization by each host (host is the x-axis)?
by edzheng
Sat Jul 16, 2005 6:25 pm
Forum: Help: Linux/Unix Specific
Topic: No rra files created in rra/ directory after install
Replies: 1
Views: 934

No rra files created in rra/ directory after install

Follow the "Installation How-to for Linux" to install cacti and all necessary components on a RHEL 3.0 box: cacti-0.8.6f cacti-cactid-0.8.6e httpd-2.0.54 mysql-standard-4.0.25-pc-linux-gnu-i686-icc-glibc23 net-snmp-5.1.2 php-4.4.0 rrdtool-1.0.49 Add the entry in crontab as: */5 * * * * cac...