Stuart Kendrick | 1 Mar 2004 04:41
Gravatar

mrtg-rrd.cgi / mod_perl

hi,

does anyone have mrtg-rrd.cgi working with mod_perl?

i admit i'm new to mod_perl ... but i have it working with a couple of my
own CGI scripts, so now I'm turning to mrtg-rrd.cgi

i changed line 53 from:
my $percent_h = '%-H';

to

our $percent_h = '%-H';

and that eliminated the "Variable "$percent_h" will not stay shared at"
error message.

but now i'm seeing the following in apache's error.log:

[...]
[Sun Feb 29 19:20:25 2004] [notice] Digest: generating secret for digest
authentication ...
[Sun Feb 29 19:20:25 2004] [notice] Digest: done
[Sun Feb 29 19:20:26 2004] [notice] Apache/2.0.48 (Unix) mod_perl/1.99_12
Perl/v5.8.3 DAV/2 configured -- resuming normal operations
Deep recursion on subroutine
"ModPerl::ROOT::ModPerl::Registry::opt_vdops_apache
_htdocs_mrtg_mrtg_2drrd_2ecgi::handler" at
/opt/vdops/apache/htdocs/mrtg/mrtg-rrd.cgi line 1041.
[..]
(Continue reading)

msporleder | 1 Mar 2004 12:36
Favicon

Monitoring of a Cisco 6509 Gbic port

Hello everyone,
This is the first time I use a mailinglist, I do not know if I am using it 
the right way, but I hope so.

I am monitoring a gbic port of a Cisco 6509, but I am not shur if I am 
using the right parameters.
I've set the global option "bits" and use a MaxBytes parameter of 
"125000000" . Is this ok?
And what am I getting from the Cisco? Bits or kilobits?

I think that this can be found somewhere, but the problem I am working on 
is very critical.

Thanx for your help!

Best regards,

Manuel Sporleder

--
Unsubscribe mailto:mrtg-request <at> list.ee.ethz.ch?subject=unsubscribe
Archive     http://www.ee.ethz.ch/~slist/mrtg
FAQ         http://faq.mrtg.org    Homepage     http://www.mrtg.org
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi

Mian Mumtaz Ali | 1 Mar 2004 14:26
Picon

Lucent AP450 'xedia'

Hi,
I had created graps of ethernet of lucent ap450 which is once know as xedia, can one tell me how can I genrate
graphs of cbq which are created to restrict bandwidth of users.

waiting for response
Mumtaz Ali

--
Go Net

The right way to go ...

http://www.go.net.pk

--
Unsubscribe mailto:mrtg-request <at> list.ee.ethz.ch?subject=unsubscribe
Archive     http://www.ee.ethz.ch/~slist/mrtg
FAQ         http://faq.mrtg.org    Homepage     http://www.mrtg.org
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi

TaylorSC | 1 Mar 2004 15:10
Picon

Breakdown by protocol for bandwidth utilization

I'm trying to obtain hard data of HTTP use on my WAN link on a Cisco 7200. What I need to know is how much of my WAN
pipe is being used for HTTP traffic. I've been looking around all day and wondered if maybe someone had
already done this so I don't have to reinvent the wheel on this one.

--
Unsubscribe mailto:mrtg-request <at> list.ee.ethz.ch?subject=unsubscribe
Archive     http://www.ee.ethz.ch/~slist/mrtg
FAQ         http://faq.mrtg.org    Homepage     http://www.mrtg.org
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi

james | 1 Mar 2004 18:01

Re: Breakdown by protocol for bandwidth utilization

Cannot do this with SNMP/MRTG. Try net-flows.

--
Unsubscribe mailto:mrtg-request <at> list.ee.ethz.ch?subject=unsubscribe
Archive     http://www.ee.ethz.ch/~slist/mrtg
FAQ         http://faq.mrtg.org    Homepage     http://www.mrtg.org
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi

Jason Jakober | 1 Mar 2004 20:03

Re: Threshold calling vbs script

I have used this method to run a vbscript when the threshold is met, but
how do I pass information to the vbscript??

Jason Jakober
Spokane Community College
Computer Network Services
jjakober <at> scc.spokane.edu

-----Original Message-----
From: mrtg-bounce <at> list.ee.ethz.ch [mailto:mrtg-bounce <at> list.ee.ethz.ch]
On Behalf Of Van den Bossche Eric
Sent: Friday, February 20, 2004 1:14 AM
To: mrtg <at> list.ee.ethz.ch
Subject: [mrtg] Threshold calling vbs script

Hi all,

Is it possible to call a vbs script file instead of a .bat file in the
threshold line ?

Ex.

ThreshOver[mytarget_memory]: c:\mrtg_cfg\treshover.vbs

Thanks in advance, Eric

--
Unsubscribe mailto:mrtg-request <at> list.ee.ethz.ch?subject=unsubscribe
Archive     http://www.ee.ethz.ch/~slist/mrtg
FAQ         http://faq.mrtg.org    Homepage     http://www.mrtg.org
(Continue reading)

Daniel C | 2 Mar 2004 02:09
Picon
Favicon

MRTG log file not updating???

Hello all,

I am using mrtg with windows perfmon to monitor a sql
server.  For all the perform counters on this windows
server, I was able to collect and graphed with MRTG
with the exception of the total SQL memory counter. 
After checking the value for this counter in the
windows perfmon csv file, I can see that it is
changing.  But when I look at this counter from the
mrtg log file, it is not changing although the
date/time on the mrtg log file changes.  Here is the
data that I am talking about.

Windows Perfmon csv file for SQLServer:Memory
Manager\Total Server Memory (KB)
4:09:56 PM	1783536
4:14:56 PM	1783560
4:19:56 PM	1783536

MRTG LOG FILE
1078188321 0 1742
1078188321 0 0 0 0
1078188021 0 0 0 0

Anyone has any ideas on why this is happening?  Thank
you for any help.  

Daniel

__________________________________
(Continue reading)

Frank.Friedhof | 2 Mar 2004 10:34
Picon

Cummulative Traffic [Virus checked]

Hello,

i´m monitoring the Traffic of one Routerport. With the OID´s i can read the
ifINOctets and ifOUTOctets. Is it possible to show the incoming, outcoming
and the sum of in+out in one graph?
So i can show when in+out is max. bandwidth. For example if i monitor a 2
MBit Link.

Or do i have to use rrdtool for this purpose?

Mit freundlichen Grüßen
Sparkasse Lemgo
Ausbildung
Frank Friedhof
Tel.:           (0 52 22) 9 32-1 37
Fax:           (0 52 22) 9 32-8 14
E-Mail:        Frank.Friedhof <at> sparkasse-lemgo.de
Internet:     www.sparkasse-lemgo.de

Anschrift:
Sparkasse Lemgo
Rudolph-Brandes-Allee 2
32105 Bad Salzuflen

Handelsregister Amtsgericht Lemgo HRA 2514

Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail
irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und
vernichten Sie diese E-Mail. Das unerlaubte Kopieren sowie die unbefugte
(Continue reading)

Roman | 2 Mar 2004 13:13
Picon

mrtg and snmp on linux redhat 9

hi there    
I am really not able to run mrtg under redhat 9.

I have already tried this:
1. 
- download newest mrtg (2.10.13) / configure /install / start snmpd
- cfgmaker could not run because of 'no response received' from SNMP server....
then I tried to install net-snmp newer version (5.0.9)
but cfgmaker could not run with it, too.

2. after this I have returned back to original RH 9 packages of SNMP(5.0.6) and mrtg(2.9.17-13) but result
was very similar:
---------------------------- start -----------------------------
/usr/bin/cfgmaker --global 'WorkDir: /www/mrtg/data' --global 'Options[_]: bits,growright'
--output /etc/mrtg/mrtg.cfg public <at> fresange
--base: Get Device Info on public <at> fresange:
SNMP Error:
no response received
SNMPv1_Session (remote host: "fresange" [127.0.0.1].161)
                  community: "public"
                 request ID: 1907357759
                PDU bufsize: 8000 bytes
                    timeout: 2s
                    retries: 5
                    backoff: 1)
 at /usr/bin/../lib/mrtg2/SNMP_util.pm line 450
SNMPGET Problem for sysDescr sysContact sysName sysLocation sysObjectID on public <at> fresange:
 at /usr/bin/cfgmaker line 657
--base: Vendor Id: 
--base: Populating confcache
(Continue reading)

Alex van den Bogaerdt | 2 Mar 2004 13:19

Re: mrtg and snmp on linux redhat 9

On Tue, Mar 02, 2004 at 01:13:29PM +0100, Roman wrote:
> hi there    
> I am really not able to run mrtg under redhat 9.

Yes you are.  You are not able to query SNMP.

[big snip]

> prompt> /usr/bin/snmpwalk -v 2c -c public fresange
> Timeout: No Response from fresange

http://www.ee.ethz.ch/~slist/mrtg/msg26379.html

HTH
Alex
--

-- 
begin  sig
http://www.googlism.com/index.htm?ism=alex+van+den+bogaerdt&type=1
This message was produced without any <iframe tags

--
Unsubscribe mailto:mrtg-request <at> list.ee.ethz.ch?subject=unsubscribe
Archive     http://www.ee.ethz.ch/~slist/mrtg
FAQ         http://faq.mrtg.org    Homepage     http://www.mrtg.org
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi


Gmane