Hi folks,
i need to change the display average from 5 minutes to 1 minute...
i found an entry in the forum, but unfortunately my Version seems
to be very different... At least I'm not able to find the parameters
given there...
Has someone done this before? Does it even make sense? I just feel
the amount of traffic will fake the result of my interface checks...
best regards in advance,
Luhma
How to change the interval in 0.8.2 ...
Moderators: Developers, Moderators
I too have made some attemps to change the default step in cacti, and have had mixed results.
First, keep in mind the default php poller is not very fast. If you are monitoring alot of devices 1 minute will not be enough to poll them all.
Second, you will need to change the default RRAs that match the steps you want to create. The best place to find how to do this is the RRD tutorial on rrdtool.org.
Third, you will need to change the default step and heartbeat in the data templates. The easiest way to do this is from mysql. You would make the following changes:
Fourth, you will need to change your cron job to run every minute.
Like I mentioned, I haven't been able to get Cacti working with a nondefault step. The biggest problem I had was that there were obvious differences between the graph previews and the graphs themselves. That left my boss a little confused
good luck.
First, keep in mind the default php poller is not very fast. If you are monitoring alot of devices 1 minute will not be enough to poll them all.
Second, you will need to change the default RRAs that match the steps you want to create. The best place to find how to do this is the RRD tutorial on rrdtool.org.
Third, you will need to change the default step and heartbeat in the data templates. The easiest way to do this is from mysql. You would make the following changes:
Code: Select all
UPDATE data_template_data SET rrd_step=60 WHERE rrd_step=300;
UPDATE data_template_rrd SET rrd_heartbeat=120 WHERE rrd_heartbeat=600;
Like I mentioned, I haven't been able to get Cacti working with a nondefault step. The biggest problem I had was that there were obvious differences between the graph previews and the graphs themselves. That left my boss a little confused
good luck.
Who is online
Users browsing this forum: No registered users and 3 guests