Sponsored Content
Full Discussion: Cacti + MRTG + Nagios
Special Forums UNIX and Linux Applications Infrastructure Monitoring Cacti + MRTG + Nagios Post 302496941 by cjcox on Tuesday 15th of February 2011 07:51:36 PM
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.
 

8 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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
pgmtoy4m(1)							MJPEG tools manual						       pgmtoy4m(1)

NAME
pgmtoy4m - Convert mpeg2dec pgm and pgmpipe output to YUV4MPEG2 SYNOPSIS
pgmtoy4m [options] DESCRIPTION
pgmtoy4m repacks the PGM output from mpeg2dec into YUV4MPEG2 4:2:0p. No actual changes to the data are made. The data is unpacked from the quasi-PGM format and placed in YUV4MPEG2 format with the specified sample aspect, frame rate and field order. Output must be either to a pipe or a file, leaving stdout as a terminal will elicit an error and the program will exit. OPTIONS
pgmtoy4m accepts the following options: -v num Set verbosity level. (default: 0) -h Print a usage summary and exit. -i t|b|p Set the interlacing mode. Top field first (t), bottom field first (b) or progressive/none (p). (default: t) -a sar Set the sample aspect ratio. (default: 10:11) -r frame rate Set the frame rate. (default: 30000:1001) EXAMPLES
mpeg2dec -s -o pgmpipe file.mpg | pgmtoy4m -a 10:11 -r 24000:1001 -i b | yuvplay mpeg2dec -s -o pgm file.mpg cat *.pgm | pgmtoy4m -r 30000:1001 -i t | yuvplay NOTES
This program is specifically designed to work with the output of mpeg2dec and is NOT a general PGM (NetPBM) tool! From the introduction in the source file: * Note: mpeg2dec uses a variation of the PGM format - they're really not * "Grey Maps" but rather a catenation of the 420P data (commonly called * "YUV"). The type is P5 ("raw") and the number of rows is really * the total of the Y', Cb and Cr heights. The Cb and Cr data is "joined" * together. After the Y' rows you have 1 row of Cb and 1 row of Cr per * "row" of PGM data. * NOTE: You MAY need to know the field order (top/bottom field first), * sample aspect ratio and frame rate because the PGM format makes * none of that information available! AUTHOR
This manpage was written by Steven Schultz (sms at 2bsd dot com). BUGS
Possible but none known at the present time. MJPEG Linux Square 16 December 2003 pgmtoy4m(1)
All times are GMT -4. The time now is 08:27 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy