Hi Rax and the team.
You guys did such a great job with Cacti. I'm about to roll out for production a monitoring system using cricket, smoking to collect data and cacti to tie all the displays together. (So I can show latency and Utilization side by side) and it seems to work quite well.
There are 2 options that I think quite usefull:
1. Timezone per user (I have users around the world)
2. Custom graph for a specific time frame.
I know you may have plan for these in the future release, but If I were to write some thing for this in the mean time, what modules should I focus on ?
Thanks in advance.
Tdo
custom graph display / report
Moderators: Developers, Moderators
Cacti and cricket
Hi,
I'm using Cricket from 1 year.
It collect 2700 targets in 4 minutes.
The problem is that the grapher is poor.
I would like to use Cacti to use cricket rrd files.
Please, could you tell me how you configure Cacti for this ?
Thanks
Eric Ro.
I'm using Cricket from 1 year.
It collect 2700 targets in 4 minutes.
The problem is that the grapher is poor.
I would like to use Cacti to use cricket rrd files.
Please, could you tell me how you configure Cacti for this ?
Thanks
Eric Ro.
Not very difficult actually.
Just setup each of you datasources in your RRD in cacti using the datasource configuration page, then configure all of your graphs for each of those devices in the graphs configuration page, then create you graph hierarchy. and do that 2700 times. ouch!
or use my cacti_inject script
http://www.birch.net/~spiegela/cacti_inject
You can automatically import all of your RRDs as datasources and RRAs using the following args:Unfortunately wildcard support doesn't work, but you can always use "for". Also, each RRA must have a AVERAGE CF, or the linking to the datasource won't work right. If you don't have an AVERAGE CF in one+ of your RRAs, let me know, and I can send you a SQL script to fix you up.
Then to create your graphs/hierarch/cdefs, you'll have to do the manual thing:To figure out the intert_type names use: to figure out the fields related to an insert_type use:
Then I would suggest writing a shell script to add appropriate graphs/graph_items based on the RRDs
HTH
Aaron
Just setup each of you datasources in your RRD in cacti using the datasource configuration page, then configure all of your graphs for each of those devices in the graphs configuration page, then create you graph hierarchy. and do that 2700 times. ouch!
or use my cacti_inject script
http://www.birch.net/~spiegela/cacti_inject
You can automatically import all of your RRDs as datasources and RRAs using the following args:
Code: Select all
cacti_inject -a <rrd file> -a <rrdfile> -a <rrdfile>...
Then to create your graphs/hierarch/cdefs, you'll have to do the manual thing:
Code: Select all
cacti_inject -m <insert_type> -f field=value -f field=value...
Code: Select all
cacti_inject -h
Code: Select all
cacti_inject -h <insert_type>
HTH
Aaron
Cacti and cricket
Hi,
I 've just finish installing a Cacti test server on linux.
I'll try the script of Yid in few days.
Thanks for the script.
I 've just finish installing a Cacti test server on linux.
I'll try the script of Yid in few days.
Thanks for the script.
Who is online
Users browsing this forum: No registered users and 2 guests