Search found 7 matches
- Sat Aug 16, 2003 11:00 pm
- Forum: Help: General
- Topic: Data template bugs?
- Replies: 4
- Views: 936
Data template bugs?
I think I found a couple of bugs with data templates. The first one I already brought up in a different thread: The state of the "use per-data source value" checkbox next to the "associated RRAs" in the data template settings screen seems to be ignored. If the checkbox is not che...
- Sat Aug 16, 2003 10:52 pm
- Forum: Help: General
- Topic: Run cacti every 1 minute instead of every 5 minutes?
- Replies: 7
- Views: 1767
- Sat Aug 16, 2003 10:35 pm
- Forum: Help: General
- Topic: Run cacti every 1 minute instead of every 5 minutes?
- Replies: 7
- Views: 1767
Can I change it to 28.8 and then round after all the multiplications? I'm not familiar with php...
For example, do something like this:
Thanks!
For example, do something like this:
Code: Select all
$timespan = -round($rra["rows"] * $rra["steps"] * 28.8);
- Sat Aug 16, 2003 9:44 pm
- Forum: Help: General
- Topic: Run cacti every 1 minute instead of every 5 minutes?
- Replies: 7
- Views: 1767
Whoa! So now the graphs are messed up. The daily graph shows five days, the weekly graph shows five weeks, the monthly graph shows five months, and the yearly graph shows five years. It looks like the --start parameter passed to rrdtool is 5 times too much. How can I fix this? BTW, I figured out a q...
- Sat Aug 16, 2003 8:58 pm
- Forum: Help: General
- Topic: Run cacti every 1 minute instead of every 5 minutes?
- Replies: 7
- Views: 1767
- Fri Aug 15, 2003 10:21 pm
- Forum: Help: Linux/Unix Specific
- Topic: Create new polling hosts and modify the tree using scripts?
- Replies: 0
- Views: 1346
Create new polling hosts and modify the tree using scripts?
I have about 500 polling hosts I want to create. I don't want to add each one of them by hand. I've created templates for everything, so all I need to do is create a new polling host with the IP address I specify and have it use the default templates. Is there a way I can create new polling hosts us...
- Fri Aug 15, 2003 10:12 pm
- Forum: Help: General
- Topic: Run cacti every 1 minute instead of every 5 minutes?
- Replies: 7
- Views: 1767
Run cacti every 1 minute instead of every 5 minutes?
Is it possible to run cacti more frequently? Like every minute instead of every 5 minutes? What configuration changes in cacti would I need to make? I would want to have one additional graph per data source in addition to the existing four: An "hourly" graph that shows a few hours of stats...