Cacti + MRTG + Nagios


 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications Infrastructure Monitoring Cacti + MRTG + Nagios
# 1  
Old 02-08-2011
Cacti + MRTG + Nagios

hello all,

could you please tell me how much time it will take setting up (for the first time) :
MRTG, Cacti and Nagios on a network with ~25 routers and ~50 switches ?

i am a bit familiar with perl and shell scripting.

thanx in advance
# 2  
Old 02-08-2011
Uh... Nagios does pretty much all of the features of Cacti... all of the above use RRD Tool...

Nagios > Cacti > MRTG > etc.
(read as blah greater than blah... etc)

With that said, we switched away from Nagios to just using Cacti... it all depends on WHAT your needs are. IMHO, if Nagios is interesting you probably want to look at ZenOSS as well. For graphs, we found Cacti to be better for monitoring things. Has a good community. Ideally, I'd like to write my own though...
# 3  
Old 02-09-2011
thanx a lot, but may i ask :

0. from what i have googled so far, the best thing to do is to have cacti polling the data, and then, through passive interfaces, feed these data in Nagios. is that correct ?
1. why is the above a better solution than having nagios actively polling the devices and fill in the records in the rrd_tool ?
2. and last, which is the simplest way of plotting the statistics in real-time (without requesting the plots) ?

thank you in advance Smilie
# 4  
Old 02-15-2011
hmmm... I don't see why Nagios can't do it.... again, our preference for Cacti has to do with they way it works and handles its interface and the maturity of the community it has.

Real time reporting usually means you're looking for something with a heavy handed poller.... which is NOT recommended. You can get very good "real time" information from controlled interval polling and that's what most these kinds of tools do.

The basically generate interval plots... not "live" data per se.

Since computer people like car analogies.... consider "miles per gallon" for a car. If I want instantaneous real time data for that... how is it possible? Well.. we could measure now and a microsecond from now... but with a small window, one sampling might show 400 mpg and the next sample might show me 1 mpg. The tools that use rrd-tool (and rrd-tool itself), understand the difficulties with such data which is why they work the way they do.

In other words it's not the right tool if you're looking for what is happening THAT VERY INSTANT.... IMHO of course.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Infrastructure Monitoring

Nagios check dependent on second nagios server

We have a dual Nagios server setup. One is setup for internal server monitoring on our LAN, while the second Nagios server is hosted externally and is used for external checks only such as URL and ping checks form the WAN side. I was wondering if there is any way to setup cross dependencies... (1 Reply)
Discussion started by: eugenes18t
1 Replies

2. Red Hat

Why do we use RRDtool in MRTG?

Hi Guys, Why do we use RRDtool in MRTG? I have implemented MRTG for some routers, I have read some notes about RRDTOOL also but don't know what is use of these tool. Any one one please explain me the use of RRDTOOL in their own words? (1 Reply)
Discussion started by: manalisharmabe
1 Replies

3. Red Hat

Help me on MRTG

I have installed MRTG on my Linux 5.5 system. then i started copying data from the machine when MRTG is installed to another machine. I could see some changes in graphs. But can't understand what does that mean? Moreover how to see load on the system where MRTG is installed by copying files... (2 Replies)
Discussion started by: manalisharmabe
2 Replies

4. AIX

Want to use MRTG to Monitor AIX 6.1

hi, I used to use MRTG monitor Redhat, CentOS. But, i found that. I can't snmpwalk to my AIX 6.1 I want to know, how can I snmpwalk my AIX 6.1's CPU usage, Memory usage, New TCP connection, EST. TCP connection and the Harddisk Size....etc. thanks. (1 Reply)
Discussion started by: virusxx
1 Replies

5. Shell Programming and Scripting

Mrtg help...

Hello All, Can anyone tell me that how to make MRTG graph by picking values through a simple file. If you have such script of MRTG then please tell me the details. Actually my scenarios is that i want to make a Graph through a simple file in which values randomly changes. I hop you... (1 Reply)
Discussion started by: wakhan
1 Replies

6. Linux

MRTG Problem

Dear All I have an E1 link (2Mbps) for the internet usage in my office. I have configured MRTG on Linux Proxy Machine and Router's serial interface. The problem that i have is some times in MRTG web page Bits per second increase up to 2.4 M or 4.8 M but it should not go over 2048 Kbps. How can... (0 Replies)
Discussion started by: surfer24
0 Replies

7. Cybersecurity

MRTG vs Nagios

hye all.. I like to know if anyone here can justify and make wise recommendation to me, whether to choose MRTG or NAGIOS as network Monitoring Performance. If can, is there any website that provide comparison for both of them? Ur help are highly appreciated.. Regards, ~unknown (1 Reply)
Discussion started by: unknown2205
1 Replies

8. IP Networking

MRTG in Unix Systems

Hi, I need help to discovery the correct MIB to monitoring CPU, Memory and Hard Disc in Unix. I get any MIB in the internet, but donīt work. Anybody help-me? Thanks. Marcio Dunder Perin (2 Replies)
Discussion started by: dunder
2 Replies
Login or Register to Ask a Question