similar to: monitoring with MRTG

Displaying 20 results from an estimated 1000 matches similar to: "monitoring with MRTG"

2008 Feb 28
3
MRTG question on CentOS
I'm trying to get MRTG up and running on CentOS, but the displayed http page says that I don't have permission to access /mrtg/ on the server. Here are my commands yum install mrtg vim /etc/httpd/conf.d/mrtg.conf /etc/init.d/httpd restart cfgmaker --global 'WorkDir: /var/www/mrtg' --global 'Options[_]: bits,growright' --output /etc/mrtg/mrtg.cfg public at 10.200.200.1
2003 Jan 07
2
MRTG drop/reject hits
I have created shell script for MRTG statistics of droped/rejected packets: ftp://slovakia.shorewall.net/mirror/shorewall/mrtg/ http://slovakia.shorewall.net/pub/shorewall/mrtg/ rsync://slovakia.shorewall.net/shorewall/mrtg/ example: http://slovakia.shorewall.net/pub/shorewall/mrtg/example/ It is not based on /var/log/messages (syslog), but iptables counter. A lot of packets are droped/rejected
2008 Jan 27
6
Asterisk and MRTG, a little help please...
Hi All, After reading the sparse info and attempting to get this running, I'm unsuccessful and could use some guidance. I already have a MRTG server up and running serving hundreds of router interface graphs. I would like to add SIP/IAX channel graphs for all our asterisk servers. I'm running asterisk 1.2 and MRTG 2.4.17. I tried the script from http://karlsbakk.net/asterisk/ but get
2006 Apr 07
2
Some quick mrtg help
Ok, I'm having a major brain hemorrhage or something. I just can't get mrtg setup on my box. I've done it before and it's not like it's brain surgery but there's a mental block or something that I just can't get around. All I want to do is have a nice, simple graph of the traffic on the box and the gateway in the standard day/week/month/year thing. I've got the
2007 Jul 27
1
MRTG with 14all.cgi on centos 5
Hi, I have setup MRTG with 14all.cgi cgi script. I downloaded it from below URL. http://my14all.sourceforge.net/14all-1.1.txt and did only below 3 changes to that file. those can be seen in BOLDletters. # if MRTG_lib.pm (from mrtg) is not in the module search path (@INC) # uncomment the following line and change the path appropriatly: #use lib qw(/usr/local/mrtg-2/lib/mrtg2); use lib
2011 Sep 04
1
mrtg 2.16.2 ipv6 on centos 6
Hi, i'm running CentOS 6.0 on my server and installed mrtg from the rpm-package mrtg-2.16.2 . I also installed the depending packages perl-IO-Socket-INET6 perl-Socket6 .... mrtg works fine with IPV4-Addresses. When i specify a Target by IPV6-Address (or hostname resolving to a V6-address) mrtg fails. Here i have a small sample-config for V4 which is working: LogDir: /tmp ThreshDir: /tmp
2008 Sep 12
2
SNMP and OID/MIB/MRTG
Hi all. I am having an issue and quite frankly would rather not spend the entire next two days learning the entire snmp program. I am hoping someone out there has used MRTG and SNMP to make it work. I have both installed. Single server, polling itself. Question 1- does snmpd have to run as a daemon, or only run once so I can get OID and MIBs from it? Question 2- does anyone know the command
2009 Jul 13
2
CentOS/SNMP update breaks MRTG?
I got itchy fingers over the weekend and decided to fix what wasn't broken and upgraded one of the older servers from Centos 5.2 to Centos 5.3. Following the recommended process of updating glibc and such before the rest, it appeared to work perfectly and rebooted without problem. However, MRTG 2.15.2 started complaining about unexpected values. I installed/updated both MRTG (2.16.2) and
2010 Dec 21
5
Graphing System Load MRTG
I check system load like so: [root at server cron.daily]# w 10:07:33 up 4 days, 15:01, 2 users, load average: 4.22, 3.17, 3.09 I would like to to graph the 3.17 5 minute average with MRTG. Anyone know of some examples of doing this?
2005 Jul 20
2
Asterisk and MRTG
I have tried to get MRTG to graph my Asterisk box but have run into a problem. When I run the perl script provided at: http://karlsbakk.net/asterisk/ I get the following error: [root@tsr asterisk]# ./asterisk-mrtg -h myasteriskip.mydomain.com<http://myasteriskip.mydomain.com>-v -1 SIP -2 IAX2 -u 109 -p xxxx Asterisk Call Manager/1.0 Action: Login Username: 109 Secret: xxxx Response:
2002 Dec 29
4
MRTG and Shorewall
Hello. Is there any command in the shorewall script that prints how many or the hits the last 5 min? /Rickard Eriksson
2008 Oct 26
2
mrtg
any help/tips/document/link to setup and configure MRTG under Centos. Thanks
2002 Oct 31
6
ipac/iptables + mrtg accounting
i''ve installed mrtg to make graphics of the trafic from the interfece throw the snmpd, and the same with ipac witch put iptables accounting rules colect them and store, and gets the output, but the "problem" is that ipac graphics are 3 times smaller that the snmpd. Why??? i did catch all the trafic with ipac so no problem here, and i know that ipac/iptables is at level 3, and
2003 Feb 11
1
MRTG + Samba
Hi all Just wondering if anyone has pointers for graphing data from Samba using MRTG. I already have MRTG graphing things like signal strength (cisco aironet pci), total kbps in/out each interface, mem and disk i/o usage. I'd like to graph, for example, average number connections over time; or maybe logins per hour .... or failed logins per hour. I know MRTG's requirements for input
2017 Mar 02
1
MRTG and eth0
Is there an easy way to graph ethernet eth0 on Centos 7 with MRTG without using SNMP? I thought I found a way to do this in past by using a shell script to poll the interface but cannot find it back.
2009 Oct 03
1
Monitoring OpenVPN TUNs with MRTG
I want to check some client OpenVPN TUN interfaces with MRTG running at my VPN server, so I have to specify their OID interface numbers in mrtg.cfg. The problem is, these numbers are dynamic, as they may change whenever OpenVPN restarts for any reason... so, how can I write stanzas such as Target[somehostvpninterface] : ifInOctets.X&ifOutOctets.X:public@ <SOMEHOST.IP> without wiring up
2008 Sep 09
2
New Wiki Entry - MRTG
I would like to write a simple guide to getting MRTG up and running on CentOS 5. I was thinking the Tips and Tricks - Tools and Applications section would work well. My username on the wiki is ChrisNaude. Thanks, Chris Naude
2004 May 25
1
mrtg.cfg QoS
Hi, Steff. Next file are not found on your website: http://www.docum.org/stef.coene/qos/tc-snmp//example/html/mrtg.cfg can you post it ? Thank you ! Andres _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2004 Dec 13
2
Accounting and MRTG
I have a quick question regarding accounting rules. This is the contents of my accounting file. *for reference eth1 is my net interface eth0 is my loc interface ezp:COUNT - eth1 129.15.70.46 tcp 80 ezp:COUNT - 129.15.70.46 eth1 tcp - 80 smag:COUNT - eth1 129.15.70.24 tcp 80 smag:COUNT - 129.15.70.24 eth1 tcp - 80
2008 Jan 29
0
Asterisk and MRTG, a little help please...WORKING
On 1/28/08, JR Richardson <jmr.richardson at gmail.com> wrote: > > You need to take a step back and first test the script without using > > MRTG. Execute it like this: > > # /opt/bin/asterisk-mrtg -h localhost -u XXX -p XXXX -1 SIP -2 Zap > > 10 > > 10 > > 10 > > 10 > > > > You should get 4 lines of numbers. That respresents your SIP