[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] rrd2mysql gateway
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] rrd2mysql gateway
- From: Stef Coene <stef.coene (at) docum.org>
- Date: Mon, 24 Nov 2008 15:02:45 +0100
- References: <200811241420.43738.stef.coene (at) docum.org> <BBA15439DC467648BBAB71E6BA4D9900381A794D3C (at) MERCMBX12.na.sas.com>
- User-agent: KMail/1.9.10
On Monday 24 November 2008, Galen Johnson wrote:
> Why do it through Xymon at all? You know where the rrds are. Why not use
> the perl rrd modules that come with rrd and access the rrds directly?
I use Xymon for monitoring and the graphs are nice to have.
My collague created long time ago some script that runs on AIX and Windows
that stores counters in an oracle database. He then used an excell
spreadsheet to pull out the numbers and create graphs. This setup is changed
so it uses a mysql database. He is also writing a web-based report tool in
perl but he insist in using mysql and some java tools to create graphs.
So, we have 2 sets of script for trending and graphing.
If I can store all (or some) rrd counters in mysql, I can start merging the
monitoring scripts.
Stef