From garth.williams at wtcs.org Sun May 1 04:21:35 2005
From: garth.williams at wtcs.org (Garth K. Williams)
Date: Sat, 30 Apr 2005 20:21:35 -0600
Subject: [mrtg] Re: Monitoring Win2k from FreeBSD
In-Reply-To: <4273F6CB.9070307@wilderness.homeip.net>
Message-ID: <000701c54df4$80480650$0ac8a8c0@wtcs.local>
Laurence. Go to www.snmp-informant.com, and then select support and
knowledge-base, and then choose the new one I put there last night. You can
download a ZIP of MRTG config files for Windows 2000 for use with SNMP
Informant. You'll just have to change the OIDs, since the config files in
the zip are based on the Advanced version and not the Standard version which
is what you are using.
The real issue is that your CPU target[]: line needs 2 OID strings, not one.
Target[XYZ]: OID1&OID2:SNMP_community at IP_Address
Make OID1 and OID2 the same, or set one to % Privileged Time and the other
to % User Time. That's what I do!
Garth
-----Original Message-----
From: mrtg-bounce at list.ee.ethz.ch [mailto:mrtg-bounce at list.ee.ethz.ch] On
Behalf Of Laurence Sanford
Sent: Saturday, April 30, 2005 3:21 PM
To: mrtg at list.ee.ethz.ch
Subject: [mrtg] Monitoring Win2k from FreeBSD
I would like to monitor at least the CPU load on a pair of win2k
computers I have on my network. I am already monitoring traffic from
both. I have looked high and low, and tried a multitude of mibs to get
this information from the win boxes via SNMP, but been unsuccessful so
far. While I can snmpbulkwalk from FreeBSD with this command and get
results:
root at devel(/usr/local/etc/mrtg)# snmpbulkwalk -v2c -c public 192.168.1.3
1.3.6.1.4.1.9600.1.1.5.1.5 SNMPv2-SMI::enterprises.9600.1.1.5.1.5.1.48 =
Gauge32: 63 SNMPv2-SMI::enterprises.9600.1.1.5.1.5.6.95.84.111.116.97.108 =
Gauge32: 0
I can't seem to make anything about getting this information please
MRTG. I get errors and blank graphs reguardless of what I try. Here are
the current traffic entries for these two machines, both of which work,
as well as a commented out failed attempt at a cpu monitor on one of the
machines from my mrtg.cfg file:
Target[192.168.1.3_16777219]: 16777219:public at 192.168.1.3:
SetEnv[192.168.1.3_16777219]: MRTG_INT_IP="192.168.1.3"
MRTG_INT_DESCR="KTI-ET32/Px-Adapter."
MaxBytes[192.168.1.3_16777219]: 1250000
Options[192.168.1.3_16777219]: logscale
XSize[192.168.1.3_16777219]: 600
YSize[192.168.1.3_16777219]: 200
Title[192.168.1.3_16777219]: Traffic Analysis for 16777219 -- SAMSON
PageTop[192.168.1.3_16777219]:
Traffic Analysis for 16777219 --
SAMSON
System: | SAMSON in Indian Hill |
Maintainer: | root |
Description: | KTI-ET32/Px-Adapter. |
ifType: | ethernetCsmacd (6) |
ifName: | |
Max Speed: | 1250.0 kBytes/s |
Ip: | 192.168.1.3 () |
#Target[192.168.1.3_hrProcessorLoad.1]:
1.3.6.1.4.1.9600.1.1.5.1.5:public at 192.168.1.3:::::1
#MaxBytes[192.168.1.3_hrProcessorLoad.1]: 100
#Title[192.168.1.3_hrProcessorLoad.1]: CPU LOAD
#PageTop[192.168.1.3_hrProcessorLoad.1]: Active CPU Load %
#Unscaled[192.168.1.3_hrProcessorLoad.1]: ymwd
#ShortLegend[192.168.1.3_hrProcessorLoad.1]: %
#YLegend[192.168.1.3_hrProcessorLoad.1]: CPU Utilization
#Legend1[192.168.1.3_hrProcessorLoad.1]: Active CPU in % (Load)
#Legend2[192.168.1.3_hrProcessorLoad.1]:
#Legend3[192.168.1.3_hrProcessorLoad.1]:
#Legend4[192.168.1.3_hrProcessorLoad.1]:
#LegendI[192.168.1.3_hrProcessorLoad.1]: Active
#LegendO[192.168.1.3_hrProcessorLoad.1]:
#Options[192.168.1.3_hrProcessorLoad.1]: growright,nopercent
#XSize[192.168.1.3_hrProcessorLoad.1]: 600
#YSize[192.168.1.3_hrProcessorLoad.1]: 200
Target[192.168.1.2_16777219]: 16777219:public at 192.168.1.2:
SetEnv[192.168.1.2_16777219]: MRTG_INT_IP="192.168.1.2"
MRTG_INT_DESCR="Network-Everywhere-Fast-Ethernet-Adapter-NDIS5-Driver"
MaxBytes[192.168.1.2_16777219]: 12500000
Options[192.168.1.2_16777219]: logscale
XSize[192.168.1.2_16777219]: 600
YSize[192.168.1.2_16777219]: 200
Title[192.168.1.2_16777219]: Traffic Analysis for 16777219 -- BEAUTY
PageTop[192.168.1.2_16777219]: Traffic Analysis for 16777219 --
BEAUTY
System: | BEAUTY in Indian Hill |
Maintainer: | root |
Description: | Network-Everywhere-Fast-Ethernet-Adapter-NDIS5-
Driver
|
ifType: | ethernetCsmacd (6) |
ifName: | |
Max Speed: | 12.5 MBytes/s |
Ip: | 192.168.1.2 () |
Can anyone point me the right direction on this problem? I've look at
all of the windows SNMP pages I can find, gone over the manual with a
fine toothed comb, but still come up missing something. Thanks in advance.
Drew
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From JKoelstra at MINSZW.NL Mon May 2 09:52:16 2005
From: JKoelstra at MINSZW.NL (Koelstra, J. (Jan))
Date: Mon, 2 May 2005 09:52:16 +0200
Subject: [mrtg] Re: Monitoring Win2k from FreeBSD
Message-ID: <74C07D641252F140AE5086DA2D533601CAB6B6@MAILCL0802.MINSZW.NL>
Hi Laurence,
Two additions:
First:
Your bulkwalk returns ...9600.1.1.5.1.5.1.48
It seems in your config you have lost the .48
Second:
Graphing a percentage requires 'Gauge' at the options line. If not MRTG will compute the rate per second which will result in only zero's in the graphs.
Hth,
Jan.
-----Original Message-----
From: mrtg-bounce at list.ee.ethz.ch [mailto:mrtg-bounce at list.ee.ethz.ch] On Behalf Of Garth K. Williams
Sent: Sunday, May 01, 2005 4:22 AM
To: 'Laurence Sanford'; mrtg at list.ee.ethz.ch
Subject: [mrtg] Re: Monitoring Win2k from FreeBSD
Laurence. Go to www.snmp-informant.com, and then select support and knowledge-base, and then choose the new one I put there last night. You can download a ZIP of MRTG config files for Windows 2000 for use with SNMP Informant. You'll just have to change the OIDs, since the config files in the zip are based on the Advanced version and not the Standard version which is what you are using.
The real issue is that your CPU target[]: line needs 2 OID strings, not one.
Target[XYZ]: OID1&OID2:SNMP_community at IP_Address
Make OID1 and OID2 the same, or set one to % Privileged Time and the other to % User Time. That's what I do!
Garth
-----Original Message-----
From: mrtg-bounce at list.ee.ethz.ch [mailto:mrtg-bounce at list.ee.ethz.ch] On Behalf Of Laurence Sanford
Sent: Saturday, April 30, 2005 3:21 PM
To: mrtg at list.ee.ethz.ch
Subject: [mrtg] Monitoring Win2k from FreeBSD
I would like to monitor at least the CPU load on a pair of win2k
computers I have on my network. I am already monitoring traffic from
both. I have looked high and low, and tried a multitude of mibs to get
this information from the win boxes via SNMP, but been unsuccessful so
far. While I can snmpbulkwalk from FreeBSD with this command and get
results:
root at devel(/usr/local/etc/mrtg)# snmpbulkwalk -v2c -c public 192.168.1.3
1.3.6.1.4.1.9600.1.1.5.1.5 SNMPv2-SMI::enterprises.9600.1.1.5.1.5.1.48 =
Gauge32: 63 SNMPv2-SMI::enterprises.9600.1.1.5.1.5.6.95.84.111.116.97.108 =
Gauge32: 0
I can't seem to make anything about getting this information please
MRTG. I get errors and blank graphs reguardless of what I try. Here are
the current traffic entries for these two machines, both of which work,
as well as a commented out failed attempt at a cpu monitor on one of the
machines from my mrtg.cfg file:
Target[192.168.1.3_16777219]: 16777219:public at 192.168.1.3:
SetEnv[192.168.1.3_16777219]: MRTG_INT_IP="192.168.1.3"
MRTG_INT_DESCR="KTI-ET32/Px-Adapter."
MaxBytes[192.168.1.3_16777219]: 1250000
Options[192.168.1.3_16777219]: logscale
XSize[192.168.1.3_16777219]: 600
YSize[192.168.1.3_16777219]: 200
Title[192.168.1.3_16777219]: Traffic Analysis for 16777219 -- SAMSON
PageTop[192.168.1.3_16777219]: Traffic Analysis for 16777219 --
SAMSON
System: | SAMSON in Indian Hill |
Maintainer: | root |
Description: | KTI-ET32/Px-Adapter. |
ifType: | ethernetCsmacd (6) |
ifName: | |
Max Speed: | 1250.0 kBytes/s |
Ip: | 192.168.1.3 () |
#Target[192.168.1.3_hrProcessorLoad.1]:
1.3.6.1.4.1.9600.1.1.5.1.5:public at 192.168.1.3:::::1
#MaxBytes[192.168.1.3_hrProcessorLoad.1]: 100
#Title[192.168.1.3_hrProcessorLoad.1]: CPU LOAD
#PageTop[192.168.1.3_hrProcessorLoad.1]: Active CPU Load %
#Unscaled[192.168.1.3_hrProcessorLoad.1]: ymwd
#ShortLegend[192.168.1.3_hrProcessorLoad.1]: %
#YLegend[192.168.1.3_hrProcessorLoad.1]: CPU Utilization
#Legend1[192.168.1.3_hrProcessorLoad.1]: Active CPU in % (Load)
#Legend2[192.168.1.3_hrProcessorLoad.1]:
#Legend3[192.168.1.3_hrProcessorLoad.1]:
#Legend4[192.168.1.3_hrProcessorLoad.1]:
#LegendI[192.168.1.3_hrProcessorLoad.1]: Active
#LegendO[192.168.1.3_hrProcessorLoad.1]:
#Options[192.168.1.3_hrProcessorLoad.1]: growright,nopercent
#XSize[192.168.1.3_hrProcessorLoad.1]: 600
#YSize[192.168.1.3_hrProcessorLoad.1]: 200
Target[192.168.1.2_16777219]: 16777219:public at 192.168.1.2:
SetEnv[192.168.1.2_16777219]: MRTG_INT_IP="192.168.1.2"
MRTG_INT_DESCR="Network-Everywhere-Fast-Ethernet-Adapter-NDIS5-Driver"
MaxBytes[192.168.1.2_16777219]: 12500000
Options[192.168.1.2_16777219]: logscale
XSize[192.168.1.2_16777219]: 600
YSize[192.168.1.2_16777219]: 200
Title[192.168.1.2_16777219]: Traffic Analysis for 16777219 -- BEAUTY
PageTop[192.168.1.2_16777219]: Traffic Analysis for 16777219 --
BEAUTY
System: | BEAUTY in Indian Hill |
Maintainer: | root |
Description: | Network-Everywhere-Fast-Ethernet-Adapter-NDIS5-
Driver
|
ifType: | ethernetCsmacd (6) |
ifName: | |
Max Speed: | 12.5 MBytes/s |
Ip: | 192.168.1.2 () |
Can anyone point me the right direction on this problem? I've look at
all of the windows SNMP pages I can find, gone over the manual with a
fine toothed comb, but still come up missing something. Thanks in advance.
Drew
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
_________________________________________________________
Het ministerie van Sociale Zaken en Werkgelegenheid sluit elke aansprakelijkheid uit in verband met het niet juist, onvolledig of niet tijdig overkomen van de informatie in deze e-mail.
Aan dit bericht kunnen geen rechten worden ontleend.
Dit bericht is alleen bestemd voor de geadresseerde. Indien dit bericht niet voor u bestemd is, verzoeken wij u dit onmiddellijk aan ons te melden en de inhoud van dit bericht te vernietigen.
_________________________________________________________
The ministry of Social Affairs and Employment is not liable for any incorrect or incomplete transmission of the information in this e-mail or for any delay in its receipt.
This message shall not constitute any obligations.
This message is intended solely for the addressee.
If you have received this message in error, please inform us immediately and delete its content.
_________________________________________________________
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From eric_mailing_list at rednarb.com Mon May 2 14:26:49 2005
From: eric_mailing_list at rednarb.com (Eric Brander)
Date: Mon, 02 May 2005 07:26:49 -0500
Subject: [mrtg] Re: Monitoring Win2k from FreeBSD
In-Reply-To: <4273F6CB.9070307@wilderness.homeip.net>
References: <4273F6CB.9070307@wilderness.homeip.net>
Message-ID: <42761C89.6030709@rednarb.com>
Laurence Sanford wrote:
>
>#Target[192.168.1.3_hrProcessorLoad.1]:
>1.3.6.1.4.1.9600.1.1.5.1.5:public at 192.168.1.3:::::1
>
>
In addition to the other good responses on this forum, one more very
important part would be that you MUST have 2 items on the target line
when polling by OID. Easiest thing to do would be to poll the same OID
twice and use the NOO or NOI option.
Target[xyz]: OID&OID:SNMPComString at IPAddress
HTH,
Eric Brander
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From TSimons at Delphi-Tech.com Mon May 2 14:52:52 2005
From: TSimons at Delphi-Tech.com (TSimons at Delphi-Tech.com)
Date: Mon, 2 May 2005 08:52:52 -0400
Subject: [mrtg] Can you Multiply "In" but not "Out" values?
Message-ID: <880E60DA7286AB4CBEECB01B169A63BD283FCD8A@nj-2k-email1.us.dti>
Sent: Thursday, April 21, 2005 2:03 PM
Subject: [mrtg] Math Functions
Hello All
I'm monitoring Temperature and Humidity from an APC Device with the
following Target:
Target[APCEMU1_Probe1]:
.1.3.6.1.4.1.318.1.1.2.1.1.0&.1.3.6.1.4.1.318.1.1.2.1.2.0:dti at 10.192.1.191
.1.3.6.1.4.1.318.1.1.2.1.1.0 is temperature in Celsius
.1.3.6.1.4.1.318.1.1.2.1.2.0 is humidity in %
Is there anyway I can incorporate the function for Celsius to Fahrenheit (*
1.8 + 32) into the temperature and not humidity?
I can convert it if I use Temp for In/Out, but I'd like a combined graph.
Thanks,
~Todd
__________________________________
Todd M. Simons
Senior MIS Engineer
Dell Tier 1 PA Technician
Delphi Technology, Inc.
New Brunswick, NJ
Note: The contents of this email do not constitute a legally binding
commitment.
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From eric_mailing_list at rednarb.com Mon May 2 14:59:31 2005
From: eric_mailing_list at rednarb.com (Eric Brander)
Date: Mon, 02 May 2005 07:59:31 -0500
Subject: [mrtg] Re: Can you Multiply "In" but not "Out" values?
In-Reply-To: <880E60DA7286AB4CBEECB01B169A63BD283FCD8A@nj-2k-email1.us.dti>
References: <880E60DA7286AB4CBEECB01B169A63BD283FCD8A@nj-2k-email1.us.dti>
Message-ID: <42762433.1060401@rednarb.com>
TSimons at Delphi-Tech.com wrote:
>Is there anyway I can incorporate the function for Celsius to Fahrenheit (*
>1.8 + 32) into the temperature and not humidity?
>
>
>
No - any math done on the target line will get applied to both values.
You would have to do it in an external script if you need to have both
on one graph.
Regards,
Eric Brander
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From JKoelstra at MINSZW.NL Mon May 2 15:15:49 2005
From: JKoelstra at MINSZW.NL (Koelstra, J. (Jan))
Date: Mon, 2 May 2005 15:15:49 +0200
Subject: [mrtg] Re: Can you Multiply "In" but not "Out" values?
Message-ID: <74C07D641252F140AE5086DA2D533601CAB6CB@MAILCL0802.MINSZW.NL>
Todd,
In theory you can combine both oid's in a mathemetical expression which will give the desired result. To get this you need to find 4 oid's that give constant values:
oid A, should allways return the value 1.8
oid B, should allways return the value 1
oid C, should allways return the value 32
oid D, should allways return the value 0
With these you can put the following mathemetical expression into your targetline:
"oid for temperature"&"oid for humidity" * "oid A"&"oid B" + "oid C"&"oid D"
If you can't find the 4 oid's with the needed values you have to use an external script.
HTH,
Jan.
-----Original Message-----
From: mrtg-bounce at list.ee.ethz.ch [mailto:mrtg-bounce at list.ee.ethz.ch] On Behalf Of TSimons at Delphi-Tech.com
Sent: Monday, May 02, 2005 2:53 PM
To: mrtg at list.ee.ethz.ch
Subject: [mrtg] Can you Multiply "In" but not "Out" values?
Sent: Thursday, April 21, 2005 2:03 PM
Subject: [mrtg] Math Functions
Hello All
I'm monitoring Temperature and Humidity from an APC Device with the following Target:
Target[APCEMU1_Probe1]: .1.3.6.1.4.1.318.1.1.2.1.1.0&.1.3.6.1.4.1.318.1.1.2.1.2.0:dti at 10.192.1.191
.1.3.6.1.4.1.318.1.1.2.1.1.0 is temperature in Celsius .1.3.6.1.4.1.318.1.1.2.1.2.0 is humidity in %
Is there anyway I can incorporate the function for Celsius to Fahrenheit (* 1.8 + 32) into the temperature and not humidity?
I can convert it if I use Temp for In/Out, but I'd like a combined graph.
Thanks,
~Todd
__________________________________
Todd M. Simons
Senior MIS Engineer
Dell Tier 1 PA Technician
Delphi Technology, Inc.
New Brunswick, NJ
Note: The contents of this email do not constitute a legally binding commitment.
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
_________________________________________________________
Het ministerie van Sociale Zaken en Werkgelegenheid sluit elke aansprakelijkheid uit in verband met het niet juist, onvolledig of niet tijdig overkomen van de informatie in deze e-mail.
Aan dit bericht kunnen geen rechten worden ontleend.
Dit bericht is alleen bestemd voor de geadresseerde. Indien dit bericht niet voor u bestemd is, verzoeken wij u dit onmiddellijk aan ons te melden en de inhoud van dit bericht te vernietigen.
_________________________________________________________
The ministry of Social Affairs and Employment is not liable for any incorrect or incomplete transmission of the information in this e-mail or for any delay in its receipt.
This message shall not constitute any obligations.
This message is intended solely for the addressee.
If you have received this message in error, please inform us immediately and delete its content.
_________________________________________________________
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From josh2780 at yahoo.com Wed May 4 14:55:44 2005
From: josh2780 at yahoo.com (Josh)
Date: Wed, 4 May 2005 05:55:44 -0700 (PDT)
Subject: [mrtg] APC Environmental Monitor
Message-ID: <20050504125545.33545.qmail@web50801.mail.yahoo.com>
Has anyone had any success with graphing the Temp/RH
on the APC Environmental Monitoring Unit (AP9319)?
Here's a better description of the model:
http://www.apc.com/products/family/index.cfm?id=47
I've done an snmpwalk on the thing and can't find
anything providing the temp or RH.
If anyone has accomplished this on this unit can you
post (or send me) a sample configuration file? I've
seen a lot of posts on getting this information from
APC UPS's but not specifically this Environmental
Monitoring Unit.
If you need any more details I can provide them.
Thanks.
-Josh
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From Yogi at BearTech.com Wed May 4 15:26:16 2005
From: Yogi at BearTech.com (Yogi Yeager)
Date: Wed, 4 May 2005 08:26:16 -0500
Subject: [mrtg] Re: APC Environmental Monitor
Message-ID: <16641F11F5CC444CA8AB3FCE7D733C5318CC15@7of9.Bear-net.net>
You will need perl
######################################################################
# System: APC Environmental Monitor
# Description:
######################################################################
Target[apc.temp]: `perl c:\mrtg\bin\gettemp.pl 100.100.100.100 SNMPCommunity`
#Target[apc.temp]: 1.3.6.1.4.1.318.1.1.2.1.1.0&1.3.6.1.4.1.318.1.1.2.1.2.0:SNMPCommunity at 100.100.100.100
Directory[apc.temp]: APC.Temp
MaxBytes[apc.temp]: 100
unscaled[apc.temp]: dwmy
options[apc.temp]: noinfo, gauge, unknaszero, nobanner, nopercent, printrouter, pngdate
Title[apc.temp]: NOC Temperature & Humidity
PageTop[apc.temp]: NOC Temperature & Humidity
YLegend[apc.temp]: % Hum / Deg F
ShortLegend[apc.temp]: .
Legend1[apc.temp]: % Relative Humidity
Legend2[apc.temp]: Temperature in ?F
Legend3[apc.temp]: Maximal 5 Minute Humidity
Legend4[apc.temp]: Maximal 5 Minute Temperature
LegendI[apc.temp]: NOC Humidity %
LegendO[apc.temp]: NOC Temp in ?F
Here is the gettemp.pl script
use BER;
use SNMP_Session;
$host = $ARGV[0];
$community = $ARGV[1];
$session = SNMP_Session->open ($host, $community, 161)
|| die "Can't open SNMP session";
$temp = encode_oid(1,3,6,1,4,1,318,1,1,2,1,1,0);
$humidity = encode_oid(1,3,6,1,4,1,318,1,1,2,1,2,0);
$sysname = encode_oid(1,3,6,1,2,1,1,5,0);
$sysUptime = encode_oid(1,3,6,1,2,1,1,3,0);
#printf "get Temp\n";
$session->get_request_response ($temp);
($bindings) = $session->decode_get_response ($session->{pdu_buffer});
($binding,$bindings) = &decode_sequence ($bindings);
($temp,$tempvalue) = &decode_by_template ($binding, "%O%@");
#printf "returned %.0f\n", &pretty_print ($tempvalue);
#printf "get Humidity\n";
$session->get_request_response ($humidity);
($bindings) = $session->decode_get_response ($session->{pdu_buffer});
($binding,$bindings) = &decode_sequence ($bindings);
($humidity,$humidityvalue) = &decode_by_template ($binding, "%O%@");
#printf "returned %.0f\n", &pretty_print ($humidityvalue);
$adjtemp = &pretty_print ($tempvalue) * 9 / 5 + 32;
$session->get_request_response ($sysname);
($bindings) = $session->decode_get_response ($session->{pdu_buffer});
($binding,$bindings) = &decode_sequence ($bindings);
($sysname,$sysnamevalue) = &decode_by_template ($binding, "%O%@");
$session->get_request_response ($sysUptime);
($bindings) = $session->decode_get_response ($session->{pdu_buffer});
($binding,$bindings) = &decode_sequence ($bindings);
($sysUptime,$sysUpvalue) = &decode_by_template ($binding, "%O%@");
print &pretty_print($humidityvalue),"\n";
print "$adjtemp","\n";
print &pretty_print($sysUpvalue),"\n";
print &pretty_print($sysnamevalue),"\n";
exit (0);
-----Original Message-----
From: mrtg-bounce at list.ee.ethz.ch [mailto:mrtg-bounce at list.ee.ethz.ch] On Behalf Of Josh
Sent: Wednesday, May 04, 2005 7:56 AM
To: mrtg at list.ee.ethz.ch
Subject: [mrtg] APC Environmental Monitor
Has anyone had any success with graphing the Temp/RH on the APC Environmental Monitoring Unit (AP9319)?
Here's a better description of the model:
http://www.apc.com/products/family/index.cfm?id=47
I've done an snmpwalk on the thing and can't find anything providing the temp or RH.
If anyone has accomplished this on this unit can you post (or send me) a sample configuration file? I've seen a lot of posts on getting this information from APC UPS's but not specifically this Environmental Monitoring Unit.
If you need any more details I can provide them.
Thanks.
-Josh
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
Bear Technologies Corporation
Yogi Yeager
President
1410 Summit Ave, Suite 6
Plano, TX 75074
972.424.7086
Fax - 972.379.4929
www.BearTech.com
LAN / WAN Network Services
Internet Service Provider
Message from: Yogi at BearTech.com
Message to: mrtg at list.ee.ethz.ch
Attached files: 0
Attached files size: 0
This message (and any associated files) is intended only for the use of the individual or entity to which it is addressed and may contain information that is confidential, subject to copyright or constitutes a trade secret. If you are not the intended recipient you are hereby notified that any dissemination, copying or distribution of this message, or files associated with this message, is strictly prohibited. If you have received this message in error, please notify us immediately by replying to the message and deleting it from your computer. Messages sent to and from Bear Technologies may be monitored.
Internet communications cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. Therefore, we do not accept responsibility for any errors or omissions that are present in this message, or any attachment, that have arisen as a result of e-mail transmission. If verification is required, please request a hard-copy version. Any views or opinions presented are solely those of Yogi Yeager and do not necessarily represent those of the company.
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From josh2780 at yahoo.com Wed May 4 17:56:45 2005
From: josh2780 at yahoo.com (Josh)
Date: Wed, 4 May 2005 08:56:45 -0700 (PDT)
Subject: [mrtg] Re: APC Environmental Monitor
In-Reply-To: <16641F11F5CC444CA8AB3FCE7D733C5318CC15@7of9.Bear-net.net>
Message-ID: <20050504155646.97735.qmail@web50802.mail.yahoo.com>
Thanks Yogi. This is exactly what I was looking for.
-Josh
--- Yogi Yeager wrote:
> You will need perl
>
>
######################################################################
> # System: APC Environmental Monitor
> # Description:
>
######################################################################
> Target[apc.temp]: `perl c:\mrtg\bin\gettemp.pl
> 100.100.100.100 SNMPCommunity`
> #Target[apc.temp]:
>
1.3.6.1.4.1.318.1.1.2.1.1.0&1.3.6.1.4.1.318.1.1.2.1.2.0:SNMPCommunity at 100.100.100.100
>
> Directory[apc.temp]: APC.Temp
> MaxBytes[apc.temp]: 100
> unscaled[apc.temp]: dwmy
> options[apc.temp]: noinfo, gauge, unknaszero,
> nobanner, nopercent, printrouter, pngdate
> Title[apc.temp]: NOC Temperature & Humidity
> PageTop[apc.temp]: NOC Temperature & Humidity
> YLegend[apc.temp]: % Hum / Deg F
> ShortLegend[apc.temp]: .
> Legend1[apc.temp]: % Relative Humidity
> Legend2[apc.temp]: Temperature in ?F
> Legend3[apc.temp]: Maximal 5 Minute Humidity
> Legend4[apc.temp]: Maximal 5 Minute Temperature
> LegendI[apc.temp]: NOC Humidity %
> LegendO[apc.temp]: NOC Temp in ?F
>
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From 388rzvl02 at sneakemail.com Wed May 4 22:29:12 2005
From: 388rzvl02 at sneakemail.com (Steve Bonds)
Date: Wed, 4 May 2005 13:29:12 -0700
Subject: [mrtg] cfgmaker and multiple IPs per interface
Message-ID: <1858-24892@sneakemail.com>
MRTG Folks:
When running cfgmaker 2.11.1 against some of our UNIX hosts with
virtual IPs (e.g. multiple IPs per physical interface) the IP that is
chosen as the interface IP isn't the non-virtual IP but is chosen at
random from the set of IPs on that interface. This wouldn't be a
problem except that the VIPs move around from host to host, breaking
the resulting MRTG graphs.
I dug through the code for cfgmaker and the problem is that the IP is
chosen from the %confcache hash, which scrambles the order in which
they were returned by SNMP. On our hosts the first IP returned for a
given interface instance seems to correspond to the non-virtual IP.
Unfortunately, in order to correct the problem some potentially
invasive changes would need to be made to MRTG_lib.pm.
I suggest adding a key to the %confcache hash which stores the first
IP returned for each interface (e.g.
%confcache{hostinfo}{'FirstIp'}{} = )
The cfgmaker script could then use this as the interface IP instead of
taking the last one returned from the %confcache iteration.
What do you all think? Is there a better/easier way?
-- Steve
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From mailinglists at lucassen.org Wed May 4 22:28:47 2005
From: mailinglists at lucassen.org (richard lucassen)
Date: Wed, 4 May 2005 22:28:47 +0200
Subject: [mrtg] "double" png pictures
Message-ID: <20050504222847.352df38f.mailinglists@lucassen.org>
I see a lot of "double" images, like these (look at the mixed up '6' and
'22'):
http://www.lucassen.org/divers/10.1.1.16-day.png
Debian Sarge mrtg-2.10.13. Could it be a bug or am I misconfiguring
something?
Richard.
--
___________________________________________________________________
It's so simple to be wise. Just think of something stupid to say
and say the opposite.
+------------------------------------------------------------------+
| Richard Lucassen, Utrecht |
| Public key and email address: |
| http://www.lucassen.org/mail-pubkey.html |
+------------------------------------------------------------------+
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From Abhinav.Keswani at news.com.au Thu May 5 01:27:50 2005
From: Abhinav.Keswani at news.com.au (Keswani, Abhinav)
Date: Thu, 5 May 2005 09:27:50 +1000
Subject: [mrtg] Squid cache monitoring.
Message-ID: <02BC4AA2ED706C47A0350F0108FBC02D98BD69@ninsydexchmb1.ni.news.com.au>
Hi there,
I was wondering if anyone would be able to send me a sample cfg for
monitoring useful stats for a squid cache. I am interested in basics like
cache hit ratios, in/out traffic amount, cache mem usage...
Any sample cfg's would be very much appreciated.
Thanks,
Abhinav
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From zeeshan at worldcall.net.pk Thu May 5 09:32:35 2005
From: zeeshan at worldcall.net.pk (Zeeshan Ahmed)
Date: Thu, 5 May 2005 12:32:35 +0500
Subject: [mrtg] how to include a script in target line
Message-ID: <200505050722.j457MMg3030004@mail.worldcall.net.pk>
Dear all
I am trying to include a script in the mrtg target line, this script include
an snmpwalk command, which gives out put in for of integer no.
Target[examplescript]: `online`
And I get following error when I run this mrtg cfg file
ERROR: Target[examplescript][_IN_] ' $target->[0]{$mode} ' did not eval into
defined data
ERROR: Target[examplescript][_OUT_] ' $target->[0]{$mode} ' did not eval
into defined data
Any help
Regards
Zeeshan Ahmed
Assistant Manager Technical (Networks)
ICT Department
WorldCALL Multimedia Pvt Ltd
16-S Gulberg II
Lahore, Pakistan
Off: 92 (42) 5877051-55
Cell: (92) 03008417426
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From stefano at neotokyo3.it Fri May 6 09:15:12 2005
From: stefano at neotokyo3.it (Stefano Giraldo)
Date: Fri, 6 May 2005 09:15:12 +0200
Subject: [mrtg] Re: how to include a script in target line
References: <200505050722.j457MMg3030004@mail.worldcall.net.pk>
Message-ID: <002d01c5520b$5bf18540$e1275cd5@inet.it>
The target line must be write like this:
Target[script]: `/path/script.sh`
And the file need to be executable, try this permission -rwxr--r--
Last but not least the output result must be something like this:
$ sh script.sh
77
77
$
Two integers (input and output) values, and others two line:
the hostname and the uptime, theese two line could be blank lines, like in
my script.
Bye,
Ste.
----- Original Message -----
From: "Zeeshan Ahmed"
To:
Sent: Thursday, May 05, 2005 9:32 AM
Subject: [mrtg] how to include a script in target line
> Dear all
>
>
> I am trying to include a script in the mrtg target line, this script
include
> an snmpwalk command, which gives out put in for of integer no.
>
> Target[examplescript]: `online`
>
>
>
> And I get following error when I run this mrtg cfg file
>
>
>
> ERROR: Target[examplescript][_IN_] ' $target->[0]{$mode} ' did not eval
into
> defined data
>
> ERROR: Target[examplescript][_OUT_] ' $target->[0]{$mode} ' did not eval
> into defined data
>
>
>
>
>
> Any help
>
>
>
> Regards
>
>
>
> Zeeshan Ahmed
>
> Assistant Manager Technical (Networks)
>
> ICT Department
>
> WorldCALL Multimedia Pvt Ltd
>
> 16-S Gulberg II
>
> Lahore, Pakistan
>
> Off: 92 (42) 5877051-55
>
> Cell: (92) 03008417426
>
>
>
>
>
> --
> Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
> Archive http://lists.ee.ethz.ch/mrtg
> FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
> WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
>
>
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From mailinglists at lucassen.org Fri May 6 09:16:25 2005
From: mailinglists at lucassen.org (richard lucassen)
Date: Fri, 6 May 2005 09:16:25 +0200
Subject: [mrtg] StepTime does not match Avc
Message-ID: <20050506091625.3158261c.mailinglists@lucassen.org>
Can anyone tell me what this means?:
ERROR: StepTime does not match Avc 7337. Please Report this.
ERROR: StepTime does not match Avc 7105. Please Report this.
ERROR: StepTime does not match Avc 3600. Please Report this.
R.
--
___________________________________________________________________
It's so simple to be wise. Just think of something stupid to say
and say the opposite.
+------------------------------------------------------------------+
| Richard Lucassen, Utrecht |
| Public key and email address: |
| http://www.lucassen.org/mail-pubkey.html |
+------------------------------------------------------------------+
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From jon.hartman at verizon.com Fri May 6 07:10:18 2005
From: jon.hartman at verizon.com (jon.hartman at verizon.com)
Date: Fri, 6 May 2005 00:10:18 -0500
Subject: [mrtg] Re: MRTG/RRD - Application monitoring.
Message-ID:
FYI, I was advised by Cisco that configuring NBAR causes all packets
passing through that interface to be process-switched instead of using
CEF, which can cause a big CPU hit, contingent upon the amount of traffic
passing though it.
-Jon
-----Original Message-----
From: mrtg-bounce at list.ee.ethz.ch [mailto:mrtg-bounce at list.ee.ethz.ch] On
Behalf Of Koelstra, J. (Jan)
Sent: Friday, April 22, 2005 4:49 AM
To: Ramanujam V V; mrtg at list.ee.ethz.ch
Subject: [mrtg] Re: MRTG/RRD - Application monitoring.
Hi Ram,
If you want to monitor the different protocols at the interfaces of the
Cisco routers you can use NBAR.
When you have NBAR up and running, you need to find out which oid's you
want to monitor from the CISCO-NBAR-PROTOCOL-DISCOVERY-MIB.
With this information you have to build your mrtg config file.
If you don't want to re-invent the wheel you can ask this list for sharing
a template config file with NBAR ;-)
Hth,
Jan.
-----Original Message-----
From: mrtg-bounce at list.ee.ethz.ch [mailto:mrtg-bounce at list.ee.ethz.ch] On
Behalf Of Ramanujam V V
Sent: Friday, April 22, 2005 10:51 AM
To: mrtg at list.ee.ethz.ch
Subject: [mrtg] MRTG/RRD - Application monitoring.
Hello,
I have setup an MRTG/RRD to monitor our WAN links (all cisco
routers/switches) and it is working fine.
I would like to monitor the applications (notes, SAP, nebios, http,
citirx, etc.) flowing through the links by polling the cisco routers'
interfaces (2600, 3600 and 7200 series).
Need some pointers on this.
OS version - Windows XP
MRTG Version - 2.10.13
Perl version - 5.6.1
RRD Tool version - 1.0.35
routers2.pl,
routers.cgi v2.11
Thanks in advance for the time.
Ram
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
_________________________________________________________
Het ministerie van Sociale Zaken en Werkgelegenheid sluit elke
aansprakelijkheid uit in verband met het niet juist, onvolledig of niet
tijdig overkomen van de informatie in deze e-mail.
Aan dit bericht kunnen geen rechten worden ontleend.
Dit bericht is alleen bestemd voor de geadresseerde. Indien dit bericht
niet voor u bestemd is, verzoeken wij u dit onmiddellijk aan ons te melden
en de inhoud van dit bericht te vernietigen.
_________________________________________________________
The ministry of Social Affairs and Employment is not liable for any
incorrect or incomplete transmission of the information in this e-mail or
for any delay in its receipt.
This message shall not constitute any obligations.
This message is intended solely for the addressee.
If you have received this message in error, please inform us immediately
and delete its content.
_________________________________________________________
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From ghechem at ciudad.com.ar Mon May 9 17:55:01 2005
From: ghechem at ciudad.com.ar (Guillermo Hechem)
Date: Mon, 9 May 2005 12:55:01 -0300
Subject: [mrtg] WMI timeout
Message-ID: <004e01c554af$75cdaab0$830100c0@DIXPW51TEC10>
Hi,
I'm running MRTG under Windows 2000. I'm using external scripts to query certain parameters in a considerable number of Windows servers through WMI. These scripts send a ping to check if the servers are up before querying them.
Everything had been working fine, but recently I noticed that one server stopped responding to WMI queries, altough it was up an running; the WMI service seemed to stop responding. This caused my entire MRTG system to pause, since the WMI query was waiting forever.
Has anyone ever had this problem? Is there any workaround? I found that from a WinXP or Win2k3 computer you can rewrite the scripts to use SWbemLocator.ConnectServer instead of 'GetObject("winmgmts:...', and use the wbemConnectFlagUseMaxWait flag so as to shorten the timeout for the SWbemLocator.ConnectServer. Unfortunately, I'm still using W2K and I plan to keep using it for some time.
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From mwlucas at blackhelicopters.org Mon May 9 18:13:52 2005
From: mwlucas at blackhelicopters.org (Michael W. Lucas)
Date: Mon, 9 May 2005 12:13:52 -0400
Subject: [mrtg] y-axis unscaled "0.00" bug in 14all.cgi, and old RRDTool versions
Message-ID: <20050509161352.GA48895@bewilderbeast.blackhelicopters.org>
Hi,
I've found a few people in the archives with the same problem but no
real answers in the archive, so I'm posting my results here for
posterity.
When using the "unscaled" option on a MRTG config file, and displaying
the data with 14all.cgi, the numbers on the "y" axis all show up as
"0.00" or "-0.00". This did not happen when using older versions of
MRTG & RRDtool.
I installed multiple versions of RRDTool, looking for where the
problem started.
14all.cgi with RRDTool 1.0.46 and earlier did not have this problem.
14all.cgi with RRDTool 1.0.47 had the problem.
I know that RRDTool has undergone many enhancements and improvements
in the last year and a half, but is there anything critical that would
prevent me from using 1.0.46?
I understand that various people recommend tools other than 14all.cgi,
but for those of us who find that 14all.cgi meets our requirements,
this is good to know. (Personally, I need a tool that will let me
give a particular MRTG.cfg as an option on the command line or URL; it
seems that all the replacements require a separate script for each cfg
file.)
==ml
--
Michael W. Lucas mwlucas at FreeBSD.org, mwlucas at BlackHelicopters.org
http://www.BlackHelicopters.org/~mwlucas/
Latest book: Cisco Routers for the Desperate
http://www.CiscoRoutersForTheDesperate.com
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From tuc at ttsg.com Mon May 9 22:41:52 2005
From: tuc at ttsg.com (Tuc)
Date: Mon, 9 May 2005 16:41:52 -0400 (EDT)
Subject: [mrtg] Problem after new RRDTool
Message-ID: <200505092041.j49KfqM4093745@himinbjorg.tucs-beachin-obx-house.com>
Hi,
We've upgraded from the FreeBSD port of RRDTool 1.0.9 to 1.2.4
and MRTG started flipping out.....
I'm getting messages like :
WARNING: can't do threshold checking for target total-transit(i) -- No valid current data
for all our targets. I turned debug on and see :
--log: Called: RRDs::tune(/usr/local/etc/mrtg/docs/total-transit.rrd -a ds0:1250
00000 -a ds1:125000000 -d ds0:COUNTER -d ds1:COUNTER)
--log: Calling: RRDs::update(/usr/local/etc/mrtg/docs/total-transit.rrd, '111567
1016:1519800762:879060779')
--log: Called: RRDs::last()
--log: Called: RRDs::fetch(/usr/local/etc/mrtg/docs/total-transit.rrd,'AVERAGE',
'-s',1115671016,'-e',1115671016)
--log: got: NaN/NaN
Is there some tweak I have to make for the new RRDTool, or did
something go wrong elsewhere?
Thanks, Tuc/TTSG
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From oetiker at ee.ethz.ch Mon May 9 23:37:22 2005
From: oetiker at ee.ethz.ch (Tobias Oetiker)
Date: Mon, 9 May 2005 23:37:22 +0200 (MEST)
Subject: [mrtg] Re: Problem after new RRDTool
In-Reply-To: <200505092041.j49KfqM4093745@himinbjorg.tucs-beachin-obx-house.com>
References: <200505092041.j49KfqM4093745@himinbjorg.tucs-beachin-obx-house.com>
Message-ID:
Tuc,
I suggest NOT to upgrade to rrdtool 1.2.x before you know that your
application/frontend has been adapted to make use of the new
facilities ...
cheers
tobi
> Hi,
>
> We've upgraded from the FreeBSD port of RRDTool 1.0.9 to 1.2.4
> and MRTG started flipping out.....
>
> I'm getting messages like :
>
> WARNING: can't do threshold checking for target total-transit(i) -- No valid current data
>
> for all our targets. I turned debug on and see :
>
> --log: Called: RRDs::tune(/usr/local/etc/mrtg/docs/total-transit.rrd -a ds0:1250
> 00000 -a ds1:125000000 -d ds0:COUNTER -d ds1:COUNTER)
> --log: Calling: RRDs::update(/usr/local/etc/mrtg/docs/total-transit.rrd, '111567
> 1016:1519800762:879060779')
> --log: Called: RRDs::last()
> --log: Called: RRDs::fetch(/usr/local/etc/mrtg/docs/total-transit.rrd,'AVERAGE',
> '-s',1115671016,'-e',1115671016)
> --log: got: NaN/NaN
>
> Is there some tweak I have to make for the new RRDTool, or did
> something go wrong elsewhere?
>
> Thanks, Tuc/TTSG
>
> --
> Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
> Archive http://lists.ee.ethz.ch/mrtg
> FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
> WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
>
--
______ __ _
/_ __/_ / / (_) Oetiker @ ISG.EE, ETL F24.2, ETH, CH-8092 Zurich
/ // _ \/ _ \/ / System Manager, Time Lord, Coder, Designer, Coach
/_/ \.__/_.__/_/ http://people.ee.ethz.ch/oetiker +41(0)44-632-5286
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From oetiker+r at ee.ethz.ch Tue May 10 00:00:53 2005
From: oetiker+r at ee.ethz.ch (Tobias Oetiker)
Date: Tue, 10 May 2005 00:00:53 +0200 (MEST)
Subject: [mrtg] Re: Problem after new RRDTool
In-Reply-To: <200505092151.j49LpI7O095852@himinbjorg.tucs-beachin-obx-house.com>
References: <200505092151.j49LpI7O095852@himinbjorg.tucs-beachin-obx-house.com>
Message-ID:
Hi Tuc,
sorry not to be clear ... mrtg has NOT been adapted to work with
rrdtool 1.2.x yet ...
cheers
tobi
>
> My problem now is still MRTG... It still is reporting the same thing
> every time it polls. Is MRTG not compatible with 1.2.4? I'm using 2.11.1 .
> Or did I misinterpret your reply.
--
______ __ _
/_ __/_ / / (_) Oetiker @ ISG.EE, ETL F24.2, ETH, CH-8092 Zurich
/ // _ \/ _ \/ / System Manager, Time Lord, Coder, Designer, Coach
/_/ \.__/_.__/_/ http://people.ee.ethz.ch/oetiker +41(0)44-632-5286
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From tuc at ttsg.com Tue May 10 00:09:20 2005
From: tuc at ttsg.com (Tuc)
Date: Mon, 9 May 2005 18:09:20 -0400 (EDT)
Subject: [mrtg] Re: Problem after new RRDTool
In-Reply-To: from "Tobias Oetiker" at May 10, 2005 12:00:53 AM
Message-ID: <200505092209.j49M9Kco096395@himinbjorg.tucs-beachin-obx-house.com>
>
> Hi Tuc,
>
> sorry not to be clear ... mrtg has NOT been adapted to work with
> rrdtool 1.2.x yet ...
>
AH...... I didn't see anything about what version it was/wasn't
compatible with.
Trying to revert back......................
Thanks, Tuc/TTSG
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From fred.oze at gmail.com Tue May 10 09:03:53 2005
From: fred.oze at gmail.com (Fred oz)
Date: Tue, 10 May 2005 17:03:53 +1000
Subject: [mrtg] directory size graphing
Message-ID: <78cb0f0805051000034b413738@mail.gmail.com>
Hi,
I am using a simple shell script like the following to get reports
back on the size of a special directory on a remote server,
#!/bin/bash
ssh -l mse-mrtgstats 192.168.22.178 du -sh
The result is simply a number reporting the directory size in Kb such as,
64567
Now I want to run this via a cron job and then feed this information
into MRTG/rrdtool to build agraph for the directory size. Can you
please give me some idea on how-to this, or direct me to a web-page
with information on this?
Thanks,
Fred
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From kenneth.ostby at gmail.com Tue May 10 13:45:17 2005
From: kenneth.ostby at gmail.com (=?ISO-8859-1?Q?Kenneth_=D8stby?=)
Date: Tue, 10 May 2005 13:45:17 +0200
Subject: [mrtg] Win2k3 Memory Monitoring
Message-ID: <15c06f6905051004451da34f61@mail.gmail.com>
Hey there,
forgive me if this is a stupid question, but I'm new around this.
I've set up MRTG to monitor Net, CPU and Diskusage on windows 2003
servers using the standard SNMP server.
Now I'm trying to figure out how to monitor memory usage. Is there
anyone out there that has done something like that? Or can point me in
the right direction?
In advance thanks,
Kenneth ?stby
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From jandrews at kccllc.com Tue May 10 20:02:46 2005
From: jandrews at kccllc.com (Josh R. Andrews)
Date: Tue, 10 May 2005 11:02:46 -0700
Subject: [mrtg] Re: Win2k3 Memory Monitoring
Message-ID:
Hi Kenneth --
I would suggest using http://www.snmp-informant.com/ SNMP Informant. They have a free version. I use it on all my servers to get reliable memory, cpu stats, disk usage and capacity, etc. Works great.
Josh
-----Original Message-----
From: mrtg-bounce at list.ee.ethz.ch [mailto:mrtg-bounce at list.ee.ethz.ch] On Behalf Of Kenneth ?stby
Sent: Tuesday, May 10, 2005 4:45 AM
To: mrtg at list.ee.ethz.ch
Subject: [mrtg] Win2k3 Memory Monitoring
Hey there,
forgive me if this is a stupid question, but I'm new around this.
I've set up MRTG to monitor Net, CPU and Diskusage on windows 2003
servers using the standard SNMP server.
Now I'm trying to figure out how to monitor memory usage. Is there
anyone out there that has done something like that? Or can point me in
the right direction?
In advance thanks,
Kenneth ?stby
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
DISCLAIMER:
Any information and enclosure herein is confidential and may be legally privileged. It is intended for the recipient and its authorized agents only. The author believes the information herein to be reliable and accurate, but Kurtzman Carson Consultants LLC makes no warranty or representation as to its accuracy, completeness, freedom from viruses or errors in transmission. Unless otherwise stated, any opinions expressed herein are those solely of the author and do not necessarily reflect those of Kurtzman Carson Consultants LLC or its affiliates. If you have received this message and are not the intended recipient, please contact the sender immediately by return email and delete any copies you may have received.
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From xhuixu at yahoo.com Tue May 10 20:37:33 2005
From: xhuixu at yahoo.com (XiaoHui Xu)
Date: Tue, 10 May 2005 11:37:33 -0700 (PDT)
Subject: [mrtg] mrtg-rrd error
Message-ID: <20050510183733.93437.qmail@web50106.mail.yahoo.com>
I created a cfg file use command, cfgmaker
--ifref=descr --global "WorkDir: /mrtg2/testRRD/http"
--global "LogFormat:rrdtool" --global
'Options[_]:bits,growright'
--output=/mrtg2/testRRD/cfg/test.cfg
xyz9321 at 201.45.44.1:::1::2
Then I added the two lines below in the test.cfg file,
PathAdd:/opt/rrdtool-1.0.48/bin
LibAdd:/opt/rrdtool-1.0.48/lib/perl
When I run the command below,
mrtg /mrtg2/testRRD/cfg/test.cfg --logging
/mrtg2/testRRD/logDir/mrtg.log
I always get an error message showing "ld.so.1:
/opt/mrtg-2.11.1/bin/mrtg: fatal: relocation error:
file /opt/rrdtool-1.0.48/lib/perl//auto/RRDs/RRDs.so:
symbol Perl_Gthr_key_ptr: referenced symbol not found"
I have Perl 5.8.4 installed on Solaris 8. The MRTG
version is 2.11.1.
Can anyone give me a help?
Thanks,
Xiaohui
__________________________________
Yahoo! Mail Mobile
Take Yahoo! Mail with you! Check email on your mobile phone.
http://mobile.yahoo.com/learn/mail
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From jandrews at kccllc.com Tue May 10 20:53:40 2005
From: jandrews at kccllc.com (Josh R. Andrews)
Date: Tue, 10 May 2005 11:53:40 -0700
Subject: [mrtg] Suggestions for Further Monitoring
Message-ID:
Dear MRTG/RRD Users --
I use MRTG extensively for network and server capacity graphing. I run
MRTG on a Windows box with IIS. I know it's evil, but that's life.
Anyway, I would like to get better graphs and more graphing
capabilities. Some things I would like are 1) better history then MRTG
offers 2) more detail -- I can only get every 5 minutes on MRTG and 3)
just plain cooler-looking graphs.
I've looked around and it looks like RRDtool might help with this, but
most of the graphing engines that I see (i.e. Cacti) are
unix/linux-only. Does anyone have any ideas for Windows and how I could
(hopefully relatively simply) upgrade from MRTG and put some sort of
good graphing engine in front of RRDtool?
Thanks,
Josh
DISCLAIMER:
Any information and enclosure herein is confidential and may be legally privileged. It is intended for the recipient and its authorized agents only. The author believes the information herein to be reliable and accurate, but Kurtzman Carson Consultants LLC makes no warranty or representation as to its accuracy, completeness, freedom from viruses or errors in transmission. Unless otherwise stated, any opinions expressed herein are those solely of the author and do not necessarily reflect those of Kurtzman Carson Consultants LLC or its affiliates. If you have received this message and are not the intended recipient, please contact the sender immediately by return email and delete any copies you may have received.
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From JWixted at osv.com Tue May 10 21:02:52 2005
From: JWixted at osv.com (Wixted, Joe)
Date: Tue, 10 May 2005 14:02:52 -0500
Subject: [mrtg] Re: Suggestions for Further Monitoring
Message-ID: <855B57C8E50293429AFC148DA25D90D5022A443C@MAIL.osv.com>
I use Routers2.cgi with RRDtool on a windows platform, works great. Had
to take the quick setup route and use Open Innovations bundle to get it
running http://www.open-innovations.com/mrtgbundle.html. Only problem
here is, the bundle uses Apache as a web server on Windows. Haven't had
a chance to convert it over to using IIS...
HTH,
-Joe
-----Original Message-----
From: mrtg-bounce at list.ee.ethz.ch [mailto:mrtg-bounce at list.ee.ethz.ch]
On Behalf Of Josh R. Andrews
Sent: Tuesday, May 10, 2005 1:54 PM
To: mrtg at list.ee.ethz.ch
Subject: [mrtg] Suggestions for Further Monitoring
Dear MRTG/RRD Users --
I use MRTG extensively for network and server capacity graphing. I run
MRTG on a Windows box with IIS. I know it's evil, but that's life.
Anyway, I would like to get better graphs and more graphing
capabilities. Some things I would like are 1) better history then MRTG
offers 2) more detail -- I can only get every 5 minutes on MRTG and 3)
just plain cooler-looking graphs.
I've looked around and it looks like RRDtool might help with this, but
most of the graphing engines that I see (i.e. Cacti) are
unix/linux-only. Does anyone have any ideas for Windows and how I could
(hopefully relatively simply) upgrade from MRTG and put some sort of
good graphing engine in front of RRDtool?
Thanks,
Josh
DISCLAIMER:
Any information and enclosure herein is confidential and may be legally
privileged. It is intended for the recipient and its authorized agents
only. The author believes the information herein to be reliable and
accurate, but Kurtzman Carson Consultants LLC makes no warranty or
representation as to its accuracy, completeness, freedom from viruses or
errors in transmission. Unless otherwise stated, any opinions expressed
herein are those solely of the author and do not necessarily reflect
those of Kurtzman Carson Consultants LLC or its affiliates. If you have
received this message and are not the intended recipient, please contact
the sender immediately by return email and delete any copies you may
have received.
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From hooeld at bay.k12.fl.us Tue May 10 20:56:48 2005
From: hooeld at bay.k12.fl.us (Leslie Hooe)
Date: Tue, 10 May 2005 13:56:48 -0500
Subject: [mrtg] Perl problems
Message-ID:
Using Win 2003 server, MRTG with RRD.
Ran fine for a long time, until I did Windoz updates a few weeks ago. Now I get errors saying
it can not execute PERL.EXE. Any one know of issues with Perl (ver 5 I believe) and the newest 2003 updates?
Les
Leslie Hooe
Telecommunications Manager
Bay District Schools
850-747-5295
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From kjstone at gmail.com Tue May 10 21:40:57 2005
From: kjstone at gmail.com (Kevin Stone)
Date: Tue, 10 May 2005 15:40:57 -0400
Subject: [mrtg] Re: Suggestions for Further Monitoring
In-Reply-To:
References:
Message-ID: <40bd4d7050510124075ec673f@mail.gmail.com>
I recently moved from pure MRTG to RRD integrated MRTG with 14all on
Windows 2003 with IIS6 and it works great. I had debated about doing
this for some time as we outgrew MRTG with 400+ devices but had not
seen much info on accomplishing it.
It was actually pretty easy. I started with the info here:
http://www.snmp4tpc.com/rrdtool and had to make some minor adjustments
for platform and versions. I have a quick write up here:
http://www.inetlabs.net/wp/?p=69 and will at some point do a full
documentation.
I have also experimented with the 1 minute patches found here:
http://www.loplop.net/projects/1minMRTG/ with some success. My system
doesn't have enough power to manage many devices at one minute
intervals so more testing will have to wait.
More options are Steve Shipway's Routers2
(http://www.steveshipway.org/software/rrd/f_routers.html) and Cacti(
http://www.cacti.net/index.php).
-Kevin
On 5/10/05, Josh R. Andrews wrote:
> Dear MRTG/RRD Users --
>
> I use MRTG extensively for network and server capacity graphing. I run
> MRTG on a Windows box with IIS. I know it's evil, but that's life.
>
> Anyway, I would like to get better graphs and more graphing
> capabilities. Some things I would like are 1) better history then MRTG
> offers 2) more detail -- I can only get every 5 minutes on MRTG and 3)
> just plain cooler-looking graphs.
>
> I've looked around and it looks like RRDtool might help with this, but
> most of the graphing engines that I see (i.e. Cacti) are
> unix/linux-only. Does anyone have any ideas for Windows and how I could
> (hopefully relatively simply) upgrade from MRTG and put some sort of
> good graphing engine in front of RRDtool?
>
> Thanks,
>
> Josh
> DISCLAIMER:
> Any information and enclosure herein is confidential and may be legally privileged. It is intended for the recipient and its authorized agents only. The author believes the information herein to be reliable and accurate, but Kurtzman Carson Consultants LLC makes no warranty or representation as to its accuracy, completeness, freedom from viruses or errors in transmission. Unless otherwise stated, any opinions expressed herein are those solely of the author and do not necessarily reflect those of Kurtzman Carson Consultants LLC or its affiliates. If you have received this message and are not the intended recipient, please contact the sender immediately by return email and delete any copies you may have received.
>
> --
> Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
> Archive http://lists.ee.ethz.ch/mrtg
> FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
> WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
>
>
--
-Kevin
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From cgoldberg at earthlink.net Tue May 10 22:47:40 2005
From: cgoldberg at earthlink.net (Corey Goldberg)
Date: Tue, 10 May 2005 16:47:40 -0400 (GMT-04:00)
Subject: [mrtg] Re: Suggestions for Further Monitoring
Message-ID: <16033801.1115758060712.JavaMail.root@scooter.psp.pas.earthlink.net>
>Does anyone have any ideas for Windows and how I could
>(hopefully relatively simply) upgrade from MRTG and put some sort of
>good graphing engine in front of RRDtool?
I use drraw for graphing RRDs (http://web.taranis.org/drraw/). I use it on Linux with Apache, but it's just a simple Perl CGI so I think it would be easy to get setup on almost any platform. It is very simple to use.
It is strictly a graphing front-end. So you can still use MRTG to do your collections and populate your RRD's. You just use drraw to create a web page full of graphs (on the fly) whenever you want to view them.
-Corey Goldberg
-----------------------------------
Corey Goldberg
cgoldberg at earthlink.net
cmg at gnu.org
-----------------------------------
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From fred.oze at gmail.com Wed May 11 04:01:49 2005
From: fred.oze at gmail.com (Fred oz)
Date: Wed, 11 May 2005 12:01:49 +1000
Subject: [mrtg] Help with Directory Size Graphing MRTG/rrdtool
In-Reply-To: <78cb0f0805051000034b413738@mail.gmail.com>
References: <78cb0f0805051000034b413738@mail.gmail.com>
Message-ID: <78cb0f080505101901a8446fb@mail.gmail.com>
Hi,
I am using a simple shell script like the following to get reports
back on the size of a special directory on a remote server,
#!/bin/bash
ssh -l mse-mrtgstats 192.168.22.178 du -sh
The result is simply a number reporting the directory size in Kb such as,
64567
Now I want to run this via a cron job and then feed this information
into MRTG/rrdtool to build agraph for the directory size. Can you
please give me some idea on how-to this, or direct me to a web-page
with information on this?
Thanks,
Fred
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From stefan.wenighofer at telekom.at Wed May 11 09:21:34 2005
From: stefan.wenighofer at telekom.at (Wenighofer Stefan)
Date: Wed, 11 May 2005 09:21:34 +0200
Subject: [mrtg] cfgmaker without virtual-interfaces
Message-ID:
Hi!
If I run cfgmaker, i get from some routers many virtual-interfaces.
Is there any parameter in cfgmaker which says "do not add
virtual-interfaces"??
Can anybody help me?
thx
stefan
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From desrul at telkom.co.id Wed May 11 12:07:23 2005
From: desrul at telkom.co.id (D3SRUL)
Date: Wed, 11 May 2005 17:07:23 +0700
Subject: [mrtg] Indexmaker Problem on Red Hat
Message-ID: <009901c55611$3a479650$f914190a@Desrul>
Dear All..
I'm newbie on using MRTG. I've already installed MRTG on my server. And it run well until now for router A. I am using Red Hat 9.
The problem is when I try to trap another device ( router B) using same MRTG server, configmaker run well, but when I run indexmaker command, error occurs like below,
[root at root]# /usr/bin/indexmaker /etc/mrtgmdn/mrtg.cfg > /var/www/html/mrtgmdn/index.html
Possible precedence problem on bitwise | operator at /usr/bin/../lib/mrtg2/BER.pm line 601.
Can't locate package $VERSION for @MRTG_lib::ISA at /usr/bin/indexmaker line 49
main::BEGIN() called at /usr/bin/../lib/mrtg2/MRTG_lib.pm line 49
eval {...} called at /usr/bin/../lib/mrtg2/MRTG_lib.pm line 49
Do anyone know what's wrong ?
Help me please..
Thanks in advance
B'Regard
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From emanners at acns.fsu.edu Wed May 11 17:12:46 2005
From: emanners at acns.fsu.edu (Edson Manners)
Date: Wed, 11 May 2005 11:12:46 -0400
Subject: [mrtg] gif files in mrtg-2.11.1 (no png)
Message-ID: <1115824366.3809.13.camel@alpha.acns.fsu.edu>
I used to run mrtg-2.10.x and it used to create png files. I recently
upgraded to 2.11.1 and it now creates gif files.
I swear I used to see an option to change filetype used by rateup in the
MRTG Configuration Reference but I can't seem to find it anymore.
Can anyone shed some light on my dilemma?
Thanks.
--
Edson Manners
Academic Computing & Networking Services
Florida State University
Work - (850)644-2591 ext. 144
Cell - (850)251-4067
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From lauasanf at wilderness.homeip.net Thu May 12 13:40:13 2005
From: lauasanf at wilderness.homeip.net (Laurence Sanford)
Date: Thu, 12 May 2005 06:40:13 -0500
Subject: [mrtg] Flatline cpu graphs
Message-ID: <4283409D.501@wilderness.homeip.net>
On my freebsd boxes, both of my cpu graphs have flatlined. I'm trying to
figure out what's causing this. You can view both of the graph pages
here to see that they briefly worked, then quit:
http://devel.cotharyus.net/mrtg/devel_cpu.html
http://devel.cotharyus.net/mrtg/colossus_cpu.html
And here's the entries in the cfg file for these two systems:
Target[devel_cpu]:ssCpuRawUser.0&ssCpuRawUser.0:damage at 192.168.1.4 +
ssCpuRawSystem.0&ssCpuRawSystem.0:damage at 192.168.1.4 + ssCpuRawNice.0&
ssCpuRawNice.0:damage at 192.168.1.4
RouterUptime[devel_cpu]: damage at 192.168.1.4
MaxBytes[devel_cpu]: 100
Title[devel_cpu]: CPU LOAD
PageTop[devel_cpu]: Active CPU Load %
Unscaled[devel_cpu]: ymwd
ShortLegend[devel_cpu]: %
YLegend[devel_cpu]: CPU Utilization
Legend1[devel_cpu]: Active CPU in % (Load)
Legend2[devel_cpu]:
Legend3[devel_cpu]:
Legend4[devel_cpu]:
LegendI[devel_cpu]: Active
LegendO[devel_cpu]:
Options[devel_cpu]: growright,nopercent,gauge
XSize[devel_cpu]: 600
YSize[devel_cpu]: 200
Target[colossus_cpu]:ssCpuRawUser.0&ssCpuRawUser.0:damage at 192.168.1.6 +
ssCpuRawSystem.0&ssCpuRawSystem.0:damage at 192.168.1.6 + ssCpuRawNice
.0&ssCpuRawNice.0:damage at 192.168.1.6
RouterUptime[colossus_cpu]: damage at 192.168.1.6
MaxBytes[colossus_cpu]: 100
Title[colossus_cpu]: CPU LOAD
PageTop[colossus_cpu]: Active CPU Load %
Unscaled[colossus_cpu]: ymwd
ShortLegend[colossus_cpu]: %
YLegend[colossus_cpu]: CPU Utilization
Legend1[colossus_cpu]: Active CPU in % (Load)
Legend2[colossus_cpu]:
Legend3[colossus_cpu]:
Legend4[colossus_cpu]:
LegendI[colossus_cpu]: Active
LegendO[colossus_cpu]:
Options[colossus_cpu]: growright,nopercent,gauge
XSize[colossus_cpu]: 600
YSize[colossus_cpu]: 200
And of course, neither of these would work without this line in the top
of the config file:
LoadMIBs:
/usr/local/share/snmp/mibs/UCD-SNMP-MIB.txt,/usr/local/share/snmp/mibs/HOST-RESOURCES-MIB.txt
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From Chris.Clemson at softwareag.co.uk Thu May 12 17:10:16 2005
From: Chris.Clemson at softwareag.co.uk (Clemson, Chris)
Date: Thu, 12 May 2005 16:10:16 +0100
Subject: [mrtg] Re: Squid cache monitoring.
Message-ID: <8DF313F23701E14797635CF8AC0318A61CD873@UKMSG04.gbr.ad.sag>
This worked for me: http://www.psychofx.com/chris/unix/mrtg/
the "Client HTTP Requests" graph doesn't seem to get generated though.
Maybe I've not enabled something when compiling squid, but the other graphs are very useful.
> Hi there,
>
> I was wondering if anyone would be able to send me a sample cfg for
> monitoring useful stats for a squid cache. I am interested
> in basics like
> cache hit ratios, in/out traffic amount, cache mem usage...
>
> Any sample cfg's would be very much appreciated.
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From Chris.Clemson at softwareag.co.uk Thu May 12 17:01:24 2005
From: Chris.Clemson at softwareag.co.uk (Clemson, Chris)
Date: Thu, 12 May 2005 16:01:24 +0100
Subject: [mrtg] Re: Win2k3 Memory Monitoring
Message-ID: <8DF313F23701E14797635CF8AC0318A61CD872@UKMSG04.gbr.ad.sag>
I'm trying to do this too, and the following OIDS are the ones you need:
Storage Size 1.3.6.1.2.1.25.2.3.1.6.x * 4 (2=C, 3=D etc, last value = ram)
Storage Used 1.3.6.1.2.1.25.2.3.1.5.x * 4 (2=C, 3=D etc, last value = ram)
although it seems a bit hit-and-miss for the "last value".
on some systems it is 6, others it is lower (it depends on how many partitions you have).
in between your partitions and ram there is also swap usage and something else (which I can't remember).
I found these using a mib-walker and trial and error.
Can anyone tell me where there is a definitive list, as I'm having trouble graphing CPU for single processor machines?
Hope that helps anyway,
Chris
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From Chuck.Coker at rcc.edu Thu May 12 17:47:56 2005
From: Chuck.Coker at rcc.edu (Chuck.Coker at rcc.edu)
Date: Thu, 12 May 2005 08:47:56 -0700
Subject: [mrtg] Scaled and Unscaled Graphs from One Data Source
Message-ID: <9C29882F966ADF458FFA0CAC3E5822F656C801@mail.rccd.net>
I haven't been able to find any information on making two graphs -- one
scaled and one unscaled -- from a single data source. Most of the time
the scaled graph is what is wanted; we want to see what's going on with
low switch usage instead of seeing a single line at the bottom of the
graph. However, an unscaled version is desired when we want to see how
much of the total bandwidth is being used; in this case, a single line
at the bottom of the graph is what we would want to see.
The code snippet below shows how I am currently making two graphs. I'm
thinking there should be a better way than treating a single data source
as two different data sources, creating two RRD files, and polling the
device twice each time.
Thanks,
Chuck Coker
----------------------------------------------------------------
### Interface 1 >> Descr: 'Serial0/0' | Name: 'Se0/0' | Ip:
192.168.xxx.2' | Eth: '' ###
Target[192.168.xxx.1_Se0_0]: #Se0/0:community at 192.168.xxx.1:
SetEnv[192.168.xxx.1_Se0_0]: MRTG_INT_IP="192.168.xxx.2"
MRTG_INT_DESCR="Serial 0/0 (Scaled)"
MaxBytes[192.168.xxx.1_Se0_0]: 193000
AbsMax[192.168.xxx.1_Se0_0]: 193000
Title[192.168.xxx.1_Se0_0]: MECBDF RT1 Serial 0/0 (Scaled) T1 Line to
CITY
Unscaled[192.168.xxx.1_Se0_0]: n
PageTop[192.168.xxx.1_Se0_0]: MECBDF RT1 Serial 0/0 (Scaled) T1 Line
to CITY
System: | MECBDF-RT1 in March Education
Center |
Maintainer: | Network Support 222-8887 |
Description: | Serial 0/0 (Scaled) T1 Line to CITY
|
ifType: | propPointToPointSerial (22) |
ifName: | Se0/0 |
Max Speed: | 193.0 kBytes/s |
Ip: | 192.168.xxx.2 () |
Target[192.168.xxx.1_Se0_0_a]: #Se0/0: community at 192.168.xxx.1:
SetEnv[192.168.xxx.1_Se0_0_a]: MRTG_INT_IP="192.168.xxx.2"
MRTG_INT_DESCR="Serial 0/0 (Unscaled)"
MaxBytes[192.168.xxx.1_Se0_0_a]: 193000
AbsMax[192.168.xxx.1_Se0_0_a]: 193000
Title[192.168.xxx.1_Se0_0_a]: MECBDF RT1 Serial 0/0 A (Unscaled) T1 Line
to CITY
Unscaled[192.168.xxx.1_Se0_0_a]: ymwd
PageTop[192.168.xxx.1_Se0_0_a]: MECBDF RT1 Serial 0/0 A (Unscaled)
T1 Line to CITY
System: | MECBDF-RT1 in March Education
Center |
Maintainer: | Network Support 222-8887 |
Description: | Serial 0/0 A (Unscaled) T1 Line to
CITY |
ifType: | propPointToPointSerial (22) |
ifName: | Se0/0 |
Max Speed: | 193.0 kBytes/s |
Ip: | 192.168.xxx.2 () |
----------------------------------------------------------------
Chuck Coker chuck.coker (et) rcc.edu
Riverside Community College, Information Services
4800 Magnolia Avenue, Riverside, California 92506, United States
+1 951 222 8759 (desk) +1 951 830 8068 (cell)
----------------------------------------------------------------
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From david.morrow at autodata.net Thu May 12 18:22:41 2005
From: david.morrow at autodata.net (Dave Morrow)
Date: Thu, 12 May 2005 12:22:41 -0400
Subject: [mrtg] Monitor MS IIS5 Server
Message-ID: <07472729F6E15741B5DB63A38733D98901AE836E@exchange.london.autodata.net>
Hi all. Before I re-invent the wheel, I was wondering if anyone out there has the correct OID's for monitoring IIS5 statistics such as HTTP Connections etc.
David A. Morrow
Technical Systems Lead
Autodata Solutions Company
David.Morrow at Autodata.Net
http://www.autodata.net
Tel: (519) 951-6079
Fax: (519) 451-6615
< Freedom is just another word for nothing left to lose....- Janis Joplin >
This message has originated from Autodata Solutions. The attached material is the Confidential and Proprietary Information of Autodata Solutions. This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please delete this message and notify the Autodata system administrator at Administrator at autodata.net
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From jandrews at kccllc.com Thu May 12 19:27:15 2005
From: jandrews at kccllc.com (Josh R. Andrews)
Date: Thu, 12 May 2005 10:27:15 -0700
Subject: [mrtg] Re: Win2k3 Memory Monitoring
Message-ID:
I would suggest using the SNMP Informant software that is available at
http://www.snmp-informant.com/. It's an easily installable file, less
then 1MB, and I've got it on about 20 W2K3 boxen right now with no
problems.
Microsoft's built-in monitoring OIDs are sadly lacking and are a real
pain to implement, particularly across multiple machines.
Their SQL Server OIDs also totally bite. I can see the results if I do
an SNMPwalk across a box with SQL 2K, but when I try to do a direct get
of any of their OID (for things like cache hit rate or whatever) I
always get a "doesn't exist" response. If anyone has any better
suggestions on that I would love to hear them.
Good luck,
Josh
-----Original Message-----
From: mrtg-bounce at list.ee.ethz.ch [mailto:mrtg-bounce at list.ee.ethz.ch]
On Behalf Of Clemson, Chris
Sent: Thursday, May 12, 2005 8:01 AM
To: mrtg at list.ee.ethz.ch
Subject: [mrtg] Re: Win2k3 Memory Monitoring
I'm trying to do this too, and the following OIDS are the ones you need:
Storage Size 1.3.6.1.2.1.25.2.3.1.6.x * 4 (2=C, 3=D etc, last value =
ram)
Storage Used 1.3.6.1.2.1.25.2.3.1.5.x * 4 (2=C, 3=D etc, last value =
ram)
although it seems a bit hit-and-miss for the "last value".
on some systems it is 6, others it is lower (it depends on how many
partitions you have).
in between your partitions and ram there is also swap usage and
something else (which I can't remember).
I found these using a mib-walker and trial and error.
Can anyone tell me where there is a definitive list, as I'm having
trouble graphing CPU for single processor machines?
Hope that helps anyway,
Chris
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
DISCLAIMER:
Any information and enclosure herein is confidential and may be legally privileged. It is intended for the recipient and its authorized agents only. The author believes the information herein to be reliable and accurate, but Kurtzman Carson Consultants LLC makes no warranty or representation as to its accuracy, completeness, freedom from viruses or errors in transmission. Unless otherwise stated, any opinions expressed herein are those solely of the author and do not necessarily reflect those of Kurtzman Carson Consultants LLC or its affiliates. If you have received this message and are not the intended recipient, please contact the sender immediately by return email and delete any copies you may have received.
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From william.owen at profilesmail.com Thu May 12 19:48:45 2005
From: william.owen at profilesmail.com (William Owen)
Date: Thu, 12 May 2005 12:48:45 -0500
Subject: [mrtg] Win-SNMP vs Net-SNMP
Message-ID:
Has anyone played around with the Net-SNMP service running on a WinTel
solution as apposed to the built in SNMP service (which is poor at best)?
William T. Owen, CCNA
Network Administrator
Profiles International, Inc.
(254) 715-1644 ext: 163
William.Owen at ProfilesMail.com
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From jwilliard at pcsafe.com Sat May 14 10:05:52 2005
From: jwilliard at pcsafe.com (Jason Williard)
Date: Sat, 14 May 2005 01:05:52 -0700
Subject: [mrtg] CPU Usage - Windows 2003 Server
Message-ID: <20050514080620.C3A112E807D@mx.pcsafe.net>
I spent most of today working with several different methods of monitoring
the CPU usage on one of my Windows 2003 servers. The most common method I
found is listed below. However, I have been unable to get this to work at
all. I am hoping that someone has some experience with this and could offer
some advice.
Current Configuration:
YLegend[myhost.processorLoad]: % Utilization
Options[myhost.processorLoad]: growright,gauge,integer
Target[myhost.processorLoad]:
.1.3.6.1.2.1.25.3.3.1.2.1&.1.3.6.1.2.1.25.3.3.1.2.2&.1.3.6.1.2.1.25.3.3.1.2.
3&.1.3.6.1.2.1.25.3.3.1.2.4:comm at localhost
MaxBytes[myhost.processorLoad]: 523444000
Title[myhost.processorLoad]: my.host.domain: NT Processor Load
ShortLegend[myhost.processorLoad]: %
Legend1[myhost.processorLoad]: Proc Load in next minute
Legend2[myhost.processorLoad]: Proc Load in next minute
Legend3[myhost.processorLoad]: Maximal 5 Minute Proc Load
Legend4[myhost.processorLoad]: Maximal 5 Minute Proc Load
LegendI[myhost.processorLoad]: Load:
LegendO[myhost.processorLoad]: Load:
The above results in an error because I have too many OIDs in the Target[].
The problem is, my server has 2 procs running hyperthreading so there are
virtually 4 processors to monitor. If I drop the last two, it appears to
work but show 0 load.
Any ideas?
---
Thank You
Jason Williard
Systems Administrator
PCSafe, Inc.
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From JWixted at osv.com Sat May 14 13:53:20 2005
From: JWixted at osv.com (Wixted, Joe)
Date: Sat, 14 May 2005 06:53:20 -0500
Subject: [mrtg] Re: CPU Usage - Windows 2003 Server
Message-ID: <855B57C8E50293429AFC148DA25D90D5022A448F@MAIL.osv.com>
Your best bet is to use the SNMP Informant software that is available at
http://www.snmp-informant.com/.
I use it to monitor about 40 multiprocessor Windows 2003 servers, and it
works quite well. Here's the config section for a dual processor
machine (you'll notice there are two sections commented out, those
represent the per processor combined totals, which didn't seem to work
well. Never got around to figuring it out.):
# CPU
Target[Advantage.cpu]:
.1.3.6.1.4.1.9600.1.1.5.1.5.6.95.84.111.116.97.108&.1.3.6.1.4.1.9600.1.1
.5.1.5.6.95.84.111.116.97.108:public at x.x.x.x
Title[Advantage.cpu]:Advantage % Processor Time (Total)
RouterUptime[Advantage.cpu]: public at x.x.x.x
Pagetop[Advantage.cpu]: Advantage % Processor Time (Total)
MaxBytes[Advantage.cpu]: 100
Unscaled[Advantage.cpu]: dwmy
# Options[Advantage.cpu]: gauge, nopercent,growright, integer, noo
Options[Advantage.cpu]: gauge,growright
WithPeak[Advantage.cpu]: wmy
YLegend[Advantage.cpu]: % Utilization
ShortLegend[Advantage.cpu]:%
LegendI[Advantage.cpu]: 5 Min:
routers.cgi*Mode[Advantage.cpu]: generic
Target[Advantage.cpu1]:
1.3.6.1.4.1.9600.1.1.5.1.5.1.48&1.3.6.1.4.1.9600.1.1.5.1.5.1.48:public at x
.x.x.x
Title[Advantage.cpu1]:Advantage CPU 1 % Processor Time (Total)
RouterUptime[Advantage.cpu1]: public at x.x.x.x
Pagetop[Advantage.cpu1]: Advantage CPU 1 % Processor Time
(Total)
MaxBytes[Advantage.cpu1]: 100
Unscaled[Advantage.cpu1]: dwmy
# Options[Advantage.cpu1]: gauge, nopercent,growright, integer, noo
Options[Advantage.cpu1]: gauge,growright
WithPeak[Advantage.cpu1]: wmy
YLegend[Advantage.cpu1]: % Utilization
ShortLegend[Advantage.cpu1]:%
LegendI[Advantage.cpu1]: 5 Min:
Target[Advantage.cpu2]:
1.3.6.1.4.1.9600.1.1.5.1.5.1.49&1.3.6.1.4.1.9600.1.1.5.1.5.1.49:public at x
.x.x.x
Title[Advantage.cpu2]:Advantage CPU 2 % Processor Time (Total)
RouterUptime[Advantage.cpu2]: public at x.x.x.x
Pagetop[Advantage.cpu2]: Advantage CPU 2 % Processor Time
(Total)
MaxBytes[Advantage.cpu2]: 100
Unscaled[Advantage.cpu2]: dwmy
# Options[Advantage.cpu2]: gauge, nopercent,growright, integer, noo
Options[Advantage.cpu2]: gauge,growright
WithPeak[Advantage.cpu2]: wmy
YLegend[Advantage.cpu2]: % Utilization
ShortLegend[Advantage.cpu2]:%
LegendI[Advantage.cpu2]: 5 Min:
# Target[Advantage.cpu1-2]:
1.3.6.1.4.1.9600.1.1.5.1.5.6.95.84.111.116.97.108&1.3.6.1.4.1.9600.1.1.5
.1.5.6.95.84.111.116.97.108:public at x.x.x.x
# Title[Advantage.cpu1-2]:Advantage CPU 1 & 2 % Processor Time (Total)
# RouterUptime[Advantage.cpu1-2]: public at x.x.x.x
# Pagetop[Advantage.cpu1-2]: Advantage CPU 1 & 2 % Processor Time
(Total)
# MaxBytes[Advantage.cpu1-2]: 100
# Unscaled[Advantage.cpu1-2]: dwmy
# # Options[Advantage.cpu1-2]: gauge, nopercent,growright, integer, noo
# Options[Advantage.cpu1-2]: gauge,growright
# WithPeak[Advantage.cpu1-2]: wmy
# YLegend[Advantage.cpu1-2]: % Utilization
# ShortLegend[Advantage.cpu1-2]:%
# LegendI[Advantage.cpu1-2]: 5 Min:
Target[Advantage.cpu3]:
1.3.6.1.4.1.9600.1.1.5.1.5.1.50&1.3.6.1.4.1.9600.1.1.5.1.5.1.50:public at x
.x.x.x
Title[Advantage.cpu3]:Advantage CPU 3 % Processor Time (Total)
RouterUptime[Advantage.cpu3]: public at x.x.x.x
Pagetop[Advantage.cpu3]: Advantage CPU 3 % Processor Time
(Total)
MaxBytes[Advantage.cpu3]: 100
Unscaled[Advantage.cpu3]: dwmy
# Options[Advantage.cpu3]: gauge, nopercent,growright, integer, noo
Options[Advantage.cpu3]: gauge,growright
WithPeak[Advantage.cpu3]: wmy
YLegend[Advantage.cpu3]: % Utilization
ShortLegend[Advantage.cpu3]:%
LegendI[Advantage.cpu3]: 5 Min:
Target[Advantage.cpu4]:
1.3.6.1.4.1.9600.1.1.5.1.5.1.51&1.3.6.1.4.1.9600.1.1.5.1.5.1.51:public at x
.x.x.x
Title[Advantage.cpu4]:Advantage CPU 4 % Processor Time (Total)
RouterUptime[Advantage.cpu4]: public at x.x.x.x
Pagetop[Advantage.cpu4]: Advantage CPU 4 % Processor Time
(Total)
MaxBytes[Advantage.cpu4]: 100
Unscaled[Advantage.cpu4]: dwmy
# Options[Advantage.cpu4]: gauge, nopercent,growright, integer, noo
Options[Advantage.cpu4]: gauge,growright
WithPeak[Advantage.cpu4]: wmy
YLegend[Advantage.cpu4]: % Utilization
ShortLegend[Advantage.cpu4]:%
LegendI[Advantage.cpu4]: 5 Min:
# Target[Advantage.cpu3-4]:
1.3.6.1.4.1.9600.1.1.5.1.5.1.50&1.3.6.1.4.1.9600.1.1.5.1.5.1.50:public at x
.x.x.x +
1.3.6.1.4.1.9600.1.1.5.1.5.1.51&1.3.6.1.4.1.9600.1.1.5.1.5.1.51:public at x
.x.x.x
# Title[Advantage.cpu3-4]:Advantage CPU 3 & 4 % Processor Time (Total)
# RouterUptime[Advantage.cpu3-4]: public at x.x.x.x
# Pagetop[Advantage.cpu3-4]: Advantage CPU 3 & 4 % Processor Time
(Total)
# MaxBytes[Advantage.cpu3-4]: 100
# Unscaled[Advantage.cpu3-4]: dwmy
# # Options[Advantage.cpu3-4]: gauge, nopercent,growright, integer, noo
# Options[Advantage.cpu3-4]: gauge,growright
# WithPeak[Advantage.cpu3-4]: wmy
# YLegend[Advantage.cpu3-4]: % Utilization
# ShortLegend[Advantage.cpu3-4]:%
# LegendI[Advantage.cpu3-4]: 5 Min:
-----Original Message-----
From: mrtg-bounce at list.ee.ethz.ch [mailto:mrtg-bounce at list.ee.ethz.ch]
On Behalf Of Jason Williard
Sent: Saturday, May 14, 2005 3:06 AM
To: mrtg at list.ee.ethz.ch
Subject: [mrtg] CPU Usage - Windows 2003 Server
I spent most of today working with several different methods of
monitoring
the CPU usage on one of my Windows 2003 servers. The most common method
I
found is listed below. However, I have been unable to get this to work
at
all. I am hoping that someone has some experience with this and could
offer
some advice.
Current Configuration:
YLegend[myhost.processorLoad]: % Utilization
Options[myhost.processorLoad]: growright,gauge,integer
Target[myhost.processorLoad]:
.1.3.6.1.2.1.25.3.3.1.2.1&.1.3.6.1.2.1.25.3.3.1.2.2&.1.3.6.1.2.1.25.3.3.
1.2.
3&.1.3.6.1.2.1.25.3.3.1.2.4:comm at localhost
MaxBytes[myhost.processorLoad]: 523444000
Title[myhost.processorLoad]: my.host.domain: NT Processor Load
ShortLegend[myhost.processorLoad]: %
Legend1[myhost.processorLoad]: Proc Load in next minute
Legend2[myhost.processorLoad]: Proc Load in next minute
Legend3[myhost.processorLoad]: Maximal 5 Minute Proc Load
Legend4[myhost.processorLoad]: Maximal 5 Minute Proc Load
LegendI[myhost.processorLoad]: Load:
LegendO[myhost.processorLoad]: Load:
The above results in an error because I have too many OIDs in the
Target[].
The problem is, my server has 2 procs running hyperthreading so there
are
virtually 4 processors to monitor. If I drop the last two, it appears
to
work but show 0 load.
Any ideas?
---
Thank You
Jason Williard
Systems Administrator
PCSafe, Inc.
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From mrgenius420 at gmail.com Sun May 15 03:39:27 2005
From: mrgenius420 at gmail.com (mrgenius)
Date: Sun, 15 May 2005 06:39:27 +0500
Subject: [mrtg] Target TAG Question!
Message-ID: <1d6fe107050514183948b93885@mail.gmail.com>
hi All!
i have little query. I have config file of mrtg which have following Target
tag.
*Target[old-backup]:
1.3.6.1.4.1.1751.2.18.11.1.1.3.122004&1.3.6.1.4.1.1751.2.18.11.1.1.9.122004:public at 10.2.x.x*53
*
**
it has *53 in the end/... I was wondering whats the purpose of it??
can any one explain whats *53 will be doing??
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From mdean at landstar.com Sun May 15 04:39:32 2005
From: mdean at landstar.com (Dean, Mike)
Date: Sat, 14 May 2005 22:39:32 -0400
Subject: [mrtg] FW: Problem changing Options[] for a target
Message-ID: <8ADD40C7A90F8F4BB104FEE30119623F3A3F4D@fljaxeml01.landstar.com>
In my config, I set a default option set (at the top of the config):
Options[_]: bits,growright
For some of my targets (port errors), I don't want the bits option. For those targets where I don't want bits I do the following:
Options[target-name.err]: gauge
Target[target-name.err]: OID, ....
My understanding is that by specifying Options[xxx], it will override the default setting. I am not finding that to be the case. I have also tried:
Options[_]:
Options[target-name.err]: gauge
Target[target-name.err]: OID, ....
.
.
Options[_]: bits,growright
Target[target-with-bits-set]: OID ...
The configuration runs without errors. But the values for the xxx.err targets (with the modified Option setting) are still being multiplied by 8.
What am I missing?
Thanks
Mike
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From lauasanf at wilderness.homeip.net Sun May 15 04:08:23 2005
From: lauasanf at wilderness.homeip.net (Laurence Sanford)
Date: Sat, 14 May 2005 21:08:23 -0500
Subject: [mrtg] Re: Target TAG Question!
In-Reply-To: <1d6fe107050514183948b93885@mail.gmail.com>
References: <1d6fe107050514183948b93885@mail.gmail.com>
Message-ID: <4286AF17.5060804@wilderness.homeip.net>
mrgenius wrote:
>1.3.6.1.4.1.1751.2.18.11.1.1.3.122004&1.3.6.1.4.1.1751.2.18.11.1.1.9.122004:public at 10.2.x.x*53
>it has *53 in the end/... I was wondering whats the purpose of it??
> can any one explain whats *53 will be doing??
>
>
The *53 is multiplying the result of the query by 53. Any math you need
to perform on the results of the snmp query can be done in this way.
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From david.morrow at autodata.net Sun May 15 13:36:41 2005
From: david.morrow at autodata.net (Dave Morrow)
Date: Sun, 15 May 2005 07:36:41 -0400
Subject: [mrtg] OIDs for Microsoft IIS
Message-ID: <07472729F6E15741B5DB63A38733D98901AE8968@exchange.london.autodata.net>
I have received a few responses from people regarding this, but all solutions seem to make use of scripting.
My question should have been a little clearer. I am looking for SNMP OIDs for Microsoft IIS as I want to use pure SNMP with no WMI scripts involved. Does anyone have a list of OIDs for Windows 2000 (IIS 5) ?
David A. Morrow
Technical Systems Lead
Autodata Solutions Company
David.Morrow at Autodata.Net
http://www.autodata.net
Tel: (519) 951-6079
Fax: (519) 451-6615
< Freedom is just another word for nothing left to lose....- Janis Joplin >
This message has originated from Autodata Solutions. The attached material is the Confidential and Proprietary Information of Autodata Solutions. This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please delete this message and notify the Autodata system administrator at Administrator at autodata.net
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From Mike.Mitchell at sas.com Sun May 15 14:34:50 2005
From: Mike.Mitchell at sas.com (Mike.Mitchell at sas.com)
Date: Sun, 15 May 2005 12:34:50 GMT
Subject: [mrtg] Tuerkei in die EU
Message-ID:
GEWALTEXZESS:
http://www.spiegel.de/politik/ausland/0,1518,345203,00.html
Politiker zerrei?t Menschenrechtsbericht:
http://www.spiegel.de/politik/ausland/0,1518,325983,00.html
Schily = Hitler
http://www.spiegel.de/politik/deutschland/0,1518,345929,00.html
Schily wehrt sich gegen Hitler-Vergleiche:
http://www.spiegel.de/politik/deutschland/0,1518,345749,00.html
Sie hat ja wie eine Deutsche gelebt:
http://www.spiegel.de/panorama/0,1518,342484,00.html
http://www.npd.de/npd_info/deutschland/2005/d0205-31.html
Parallelgesellschaften - Feind hoerte mit:
http://www.npd.de/npd_info/meldungen/2005/m0305-15.html
Sie war unerlaubt spazieren:
http://www.taz.de/pt/2004/11/25/a0143.nf/text
Tiere an Autobahn geschlachtet:
http://forum.gofeminin.de/forum/actu1/__f384_actu1-TuRKEI-NEIN-DANKE.html
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From s.shipway at auckland.ac.nz Mon May 16 05:33:36 2005
From: s.shipway at auckland.ac.nz (Steve Shipway)
Date: Mon, 16 May 2005 15:33:36 +1200
Subject: [mrtg] Re: Problem after new RRDTool
In-Reply-To:
Message-ID: <072e01c559c8$0b773460$01fea8c0@itss.auckland.ac.nz>
The Great Tobi(tm) wrote:
>sorry not to be clear ... mrtg has NOT been adapted to work
>with rrdtool 1.2.x yet ...
I will just add my 2c worth by also adding that the routers2.cgi frontend
for MRTG/RRD is also NOT certified for use with RRDTool v1.2.x, for those of
you who are using it. It looks like it *should* be OK, but I'm planning on
running some tests in the next few weeks, workload permitting.
Steve
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From lalegria at ics-canada.net Mon May 16 15:30:28 2005
From: lalegria at ics-canada.net (Alegria, Luis)
Date: Mon, 16 May 2005 09:30:28 -0400
Subject: [mrtg] Re: Monitor MS IIS5 Server
Message-ID: <732180E59B22D311B4BB0004AC4CCAE60A5087A9@ALLSNA>
Go to http://www.WTCS.org they have a SNMP agent that you can install in
your server to provide all those statistics to MRTG.... you can use getif to
retrieve the correct oids....
Luis Alegria
ICS Courier - Network Administrator.
Toronto - Canada
-----Original Message-----
From: Dave Morrow [mailto:david.morrow at autodata.net]
Sent: Thursday, May 12, 2005 12:23 PM
To: cacti-user at lists.sourceforge.net; mrtg at list.ee.ethz.ch
Subject: [mrtg] Monitor MS IIS5 Server
Hi all. Before I re-invent the wheel, I was wondering if anyone out there
has the correct OID's for monitoring IIS5 statistics such as HTTP
Connections etc.
David A. Morrow
Technical Systems Lead
Autodata Solutions Company
David.Morrow at Autodata.Net
http://www.autodata.net
Tel: (519) 951-6079
Fax: (519) 451-6615
< Freedom is just another word for nothing left to lose....- Janis Joplin >
This message has originated from Autodata Solutions. The attached material
is the Confidential and Proprietary Information of Autodata Solutions. This
email and any files transmitted with it are confidential and intended solely
for the use of the individual or entity to whom they are addressed. If you
have received this email in error please delete this message and notify the
Autodata system administrator at Administrator at autodata.net
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From oetiker at ee.ethz.ch Mon May 16 15:47:25 2005
From: oetiker at ee.ethz.ch (Tobias Oetiker)
Date: Mon, 16 May 2005 15:47:25 +0200 (MEST)
Subject: [mrtg] [mrtg-announce] mrtg 2.12.0 is out
Message-ID:
Dear MRTG User,
I have released mrtg 2.12.0 on
http://people.ee.ethz.ch/oetiker/webtools/mrtg/pub
Notes:
* this release works with rrdtool 1.2.x. Note though that this
does not necessarily mean that your graphing front-end will work
with rrdtool 1.2.x too. So before you upgrade rrdtool make sure
you check that your FE works too. (RRDtool 1.2.7 has some
enhancements for better FE compatibility)
* The Netware version of rateup has not been updated yet since
there are some issues ... Norm is working on this and I will roll
2.12.1 as soon as he has things straitened out.
Changes 2.12.0, 2005-05-15
--------------------------
From: Benjamin Gufler
* make mrtg produce proper xhtml output
From: Tobi
* do not maintain separate confcache entries for different timeout settings
* make mrtg work with rrdtool 1.2 (note that this does not mean that you
graphing front-end will necessarily work with rrdtool 1.2.x too)
* Fix location of maxbytes line in log scale mode
* do not die when encountering a bad rrd ... only warn
* stop mrtg from popping up windows whenever rateup runs by using the
Win32::SetChildShowWindow(0);
From: Erek Dyskant
* give derive precedence when when setting the
update mode.
From: Miloslav Trmac
* call tzset when running on unix after setting TZ to cater for
multi-threaded perl
From: "Bruijn de, Pascal"
* added make CatOS if names available in cfgmaker ifdesc
From: Jeremy J. Smith
* DOCTYPE must be before any comment ...
From: Steve Bonds <388rzvl02 alpha sneakemail.com>
* added --zero-speed option to cfgmaker to deal with broken snmp
From: "Poetzel, Christopher J."
* Force10 ifAlias support for cfgmaker
From: Nick Ellson
* teach cfgmaker about Cisco PIX Firewall Switch Modules
From: NormW
* updated NetWare integration
--
______ __ _
/_ __/_ / / (_) Oetiker @ ISG.EE, ETL F24.2, ETH, CH-8092 Zurich
/ // _ \/ _ \/ / System Manager, Time Lord, Coder, Designer, Coach
/_/ \.__/_.__/_/ http://people.ee.ethz.ch/oetiker +41(0)44-632-5286
--
Unsubscribe mailto:mrtg-announce-request at list.ee.ethz.ch?subject=unsubscribe
Help mailto:mrtg-announce-request at list.ee.ethz.ch?subject=help
Archive http://lists.ee.ethz.ch/mrtg-announce
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From courtney at radarstudios.com Mon May 16 21:54:16 2005
From: courtney at radarstudios.com (Courtney Irvin)
Date: Mon, 16 May 2005 14:54:16 -0500
Subject: [mrtg] MRTG & APC AP9619 Network Mgt Card
Message-ID: <4288FA68.7020803@radarstudios.com>
Does anyone have a config to track temperature and humidity (load etc.
would be nice too but I really only care about the environmental stuff)
with an APC AP9619 Network Mgt Card in an APC SmartUPS RT 10000?
Linux tomax 2.6.10-gentoo-r6 #1 SMP Fri Mar 11 13:27:37 CST i686
Intel(R) Xeon(TM) CPU 2.80GHz GenuineIntel GNU/Linux
mrtg-2.11.1
NET-SNMP version: 5.2
Perl v5.8.5 built for i686-linux
Thanks!
--=C
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From jwilliard at pcsafe.com Mon May 16 22:36:54 2005
From: jwilliard at pcsafe.com (Jason Williard)
Date: Mon, 16 May 2005 13:36:54 -0700
Subject: [mrtg] Disk Usage - Single Disk
Message-ID: <20050516203723.3B8E62E811C@mx.pcsafe.net>
I am trying to setup disk usage monitoring for a single disk. The only
examples that I can find are for 2 disk systems. When I try the following,
I get a graph showing nothing because there is not output. Is there a way
to remove the "output" and just show the "input" so I can see the usage for
a single disk?
Also, is there a way to make the graph show 100% the entire time, instead of
just the highest value?
---
Thank You
Jason Williard
Systems Administrator
PCSafe, Inc.
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From eric_mailing_list at rednarb.com Mon May 16 22:45:07 2005
From: eric_mailing_list at rednarb.com (Eric Brander)
Date: Mon, 16 May 2005 15:45:07 -0500
Subject: [mrtg] Re: Disk Usage - Single Disk
In-Reply-To: <20050516203723.3B8E62E811C@mx.pcsafe.net>
References: <20050516203723.3B8E62E811C@mx.pcsafe.net>
Message-ID: <42890653.3070003@rednarb.com>
Jason Williard wrote:
> Is there a way
>to remove the "output" and just show the "input" so I can see the usage for
>a single disk?
>
>
>
Try the NOO option.
>Also, is there a way to make the graph show 100% the entire time, instead of
>just the highest value?
>
>
>
Try the UNSCALED option.
HTH.,
Eric Brander
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From oetiker at ee.ethz.ch Mon May 16 22:47:57 2005
From: oetiker at ee.ethz.ch (Tobias Oetiker)
Date: Mon, 16 May 2005 22:47:57 +0200 (MEST)
Subject: [mrtg] [mrtg-announce] mrtg 2.12.1 is out
Message-ID:
Yes there always have to be at least to releases to make it a good
release ...
http://people.ee.ethz.ch/oetiker/webtools/mrtg/pub
Changes 2.12.1, 2005-05-16
--------------------------
From: tobi
* max maxbytes work again (rateup.c)
From: Jeremy Chadwick
* css fix ... do not specify the graph size this is flexible
From: Peter W. Osel
* fix background color setting in new css code
--
______ __ _
/_ __/_ / / (_) Oetiker @ ISG.EE, ETL F24.2, ETH, CH-8092 Zurich
/ // _ \/ _ \/ / System Manager, Time Lord, Coder, Designer, Coach
/_/ \.__/_.__/_/ http://people.ee.ethz.ch/oetiker +41(0)44-632-5286
--
Unsubscribe mailto:mrtg-announce-request at list.ee.ethz.ch?subject=unsubscribe
Help mailto:mrtg-announce-request at list.ee.ethz.ch?subject=help
Archive http://lists.ee.ethz.ch/mrtg-announce
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From valton at ipko.net Tue May 17 00:15:45 2005
From: valton at ipko.net (Valton Hashani)
Date: Tue, 17 May 2005 00:15:45 +0200
Subject: [mrtg] mrtg-rrd and big setup
References: <20050516203723.3B8E62E811C@mx.pcsafe.net>
Message-ID: <001a01c55a64$ce4b7bd0$3400010a@xxxikcd1egz9fg>
Greetings all,
If you could give me any idea on this I would appreciate it.
First I would like to explain the setup of mrtg-rrd in our network. First it
came the idea for each host (router) to create a graph that displays its
traffic statistics. Than I wrote a php script which automatically creates
cfg files based on a selected interface for each host based on host id
(directory[host_id]: host_id). So there was a cfg file for each host. For
creating graphs I used simple bash script
#!/bin/bash
for n in `ls /var/www/html/mrtg/*.cfg`
do
mrtg $n
done
exit 0
which cron executed every 5 minutes,
but mrtg started to step itself on tail when number of hosts increased.
I tried forking mrtg process putting all cfgs in one cfg but that didn't
solve the problem.
The idea to execute each cfg at a time was not to create additional snmp
traffic.
What bothered me was that cpu load was always 90-98%. Now the number of
hosts is around 1000 and the number of mrtg processes is increasing, which
makes server where mrtg is installed, very hard to log in, also I have to
wait minutes until the page with graphs is displayed (used 14all.cgi). I did
some tweaking and tunning reorganizing and grouping of mrtg procesess but
that is a temporary solution.
I am getting all the time HIGH CPU LOAD.
Machine is P4 with CPU 2.04 Ghz cache 1024KB and 512MB RAM module.
Is there another way for graphing traffic using SNMP?
Thank you in advance,
Valton
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From jwilliard at pcsafe.com Tue May 17 02:08:06 2005
From: jwilliard at pcsafe.com (Jason Williard)
Date: Mon, 16 May 2005 17:08:06 -0700
Subject: [mrtg] Customizing Output
Message-ID: <20050517000834.5EB832E80E8@mx.pcsafe.net>
Is there an easy way to customize the output pages built by MRTG?
---
Thank You
Jason Williard
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From jwilliard at pcsafe.com Tue May 17 02:23:38 2005
From: jwilliard at pcsafe.com (Jason Williard)
Date: Mon, 16 May 2005 17:23:38 -0700
Subject: [mrtg] Re: Customizing Output
In-Reply-To:
Message-ID: <20050517002406.776AF2E804A@mx.pcsafe.net>
I would like to change the layout and styles to fit more with our internal
systems website. I want to add some heading content that will exist on
every page.
I am using the default log files on a Windows server.
---
Thank You
Jason Williard
>>> "PAUL WILLIAMSON" 05/16/05 8:20 PM >>>
It depends. What do you want to do? Are you running MRTG
with log files (default) or with RRDTool?
Paul
>>> "Jason Williard" 05/16/05 8:08 PM >>>
Is there an easy way to customize the output pages built by MRTG?
---
Thank You
Jason Williard
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From pwilliamson at mandtbank.com Tue May 17 02:18:23 2005
From: pwilliamson at mandtbank.com (PAUL WILLIAMSON)
Date: Mon, 16 May 2005 20:18:23 -0400
Subject: [mrtg] Re: Customizing Output
Message-ID:
It depends. What do you want to do? Are you running MRTG
with log files (default) or with RRDTool?
Paul
>>> "Jason Williard" 05/16/05 8:08 PM >>>
Is there an easy way to customize the output pages built by MRTG?
---
Thank You
Jason Williard
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From pwilliamson at mandtbank.com Tue May 17 02:54:05 2005
From: pwilliamson at mandtbank.com (PAUL WILLIAMSON)
Date: Mon, 16 May 2005 20:54:05 -0400
Subject: [mrtg] Re: Customizing Output
Message-ID:
Sure, it's pretty easy. You have a few options.
1. Don't do anything to the default MRTG pages. Write your html
to pull the graphs from the default pages and embed them into
a more standard look and feel site.
2. Extensively modify the script that MRTG uses to generate
the graphs. Since MRTG generates the daily graph every 5 minutes
and the whole web page at the same time, the code is embedded
somewhere in the mrtg script running every 5 minutes.
Where I work, we do a combination of 1 & 2. Mostly #1, and should
be completely away from MRTG for generating web pages by the
end of May.
Paul
>>> "Jason Williard" 05/16/05 8:23 PM >>>
I would like to change the layout and styles to fit more with our
internal
systems website. I want to add some heading content that will exist
on
every page.
I am using the default log files on a Windows server.
---
Thank You
Jason Williard
>>> "PAUL WILLIAMSON" 05/16/05 8:20 PM >>>
It depends. What do you want to do? Are you running MRTG
with log files (default) or with RRDTool?
Paul
>>> "Jason Williard" 05/16/05 8:08 PM >>>
Is there an easy way to customize the output pages built by MRTG?
---
Thank You
Jason Williard
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From s.shipway at auckland.ac.nz Tue May 17 06:24:42 2005
From: s.shipway at auckland.ac.nz (Steve Shipway)
Date: Tue, 17 May 2005 16:24:42 +1200
Subject: [mrtg] Re: Customizing Output
In-Reply-To: <20050517000834.5EB832E80E8@mx.pcsafe.net>
Message-ID: <083401c55a98$59ea8e00$01fea8c0@itss.auckland.ac.nz>
>Is there an easy way to customize the output pages built by MRTG?
If you use RRDTool as your backend, then you can use one of several
frontends, all of which have varying degrees of customisation. The routers2
frontend has a number of different button styles, and customisable colours
and logo to help people make it fit in with a corporate image.
Of course I am biased with my recommendation :)
Steve
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From oetiker at ee.ethz.ch Tue May 17 07:38:27 2005
From: oetiker at ee.ethz.ch (Tobias Oetiker)
Date: Tue, 17 May 2005 07:38:27 +0200 (MEST)
Subject: [mrtg] Re: mrtg-rrd and big setup
In-Reply-To: <001a01c55a64$ce4b7bd0$3400010a@xxxikcd1egz9fg>
References: <20050516203723.3B8E62E811C@mx.pcsafe.net>
<001a01c55a64$ce4b7bd0$3400010a@xxxikcd1egz9fg>
Message-ID:
Hi Valton,
for big setups, use
mrtg options
forks (and a single config file with Includes)
runasdaemon
as a further optimization you may want to switch to rrdtool as a
backend.
cheers
tobi
--
______ __ _
/_ __/_ / / (_) Oetiker @ ISG.EE, ETL F24.2, ETH, CH-8092 Zurich
/ // _ \/ _ \/ / System Manager, Time Lord, Coder, Designer, Coach
/_/ \.__/_.__/_/ http://people.ee.ethz.ch/oetiker +41(0)44-632-5286
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From JKoelstra at MINSZW.NL Tue May 17 10:31:46 2005
From: JKoelstra at MINSZW.NL (Koelstra, J. (Jan))
Date: Tue, 17 May 2005 10:31:46 +0200
Subject: [mrtg] Re: FW: Problem changing Options[] for a target
Message-ID: <74C07D641252F140AE5086DA2D533601CABA37@MAILCL0802.MINSZW.NL>
Mike,
Your assumption that by specifying Options[xxx], it will override the default setting is correct.
In my config (w2k, perl 5.8.3, MRTG 2.11.1) this works fine.
What happens when you put the first default option below the xxx.err targets?
Some things that come in mind:
- Is your config called from an other configfile with the include statement?
- Is there any Options[$] or Options[^] in your configfile?
Hth,
Jan.
-----Original Message-----
From: mrtg-bounce at list.ee.ethz.ch [mailto:mrtg-bounce at list.ee.ethz.ch] On Behalf Of Dean, Mike
Sent: Sunday, May 15, 2005 4:40 AM
To: mrtg at list.ee.ethz.ch
Subject: [mrtg] FW: Problem changing Options[] for a target
In my config, I set a default option set (at the top of the config):
Options[_]: bits,growright
For some of my targets (port errors), I don't want the bits option. For those targets where I don't want bits I do the following:
Options[target-name.err]: gauge
Target[target-name.err]: OID, ....
My understanding is that by specifying Options[xxx], it will override the default setting. I am not finding that to be the case. I have also tried:
Options[_]:
Options[target-name.err]: gauge
Target[target-name.err]: OID, ....
.
.
Options[_]: bits,growright
Target[target-with-bits-set]: OID ...
The configuration runs without errors. But the values for the xxx.err targets (with the modified Option setting) are still being multiplied by 8.
What am I missing?
Thanks
Mike
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
_________________________________________________________
Het ministerie van Sociale Zaken en Werkgelegenheid sluit elke aansprakelijkheid uit in verband met het niet juist, onvolledig of niet tijdig overkomen van de informatie in deze e-mail.
Aan dit bericht kunnen geen rechten worden ontleend.
Dit bericht is alleen bestemd voor de geadresseerde. Indien dit bericht niet voor u bestemd is, verzoeken wij u dit onmiddellijk aan ons te melden en de inhoud van dit bericht te vernietigen.
_________________________________________________________
The ministry of Social Affairs and Employment is not liable for any incorrect or incomplete transmission of the information in this e-mail or for any delay in its receipt.
This message shall not constitute any obligations.
This message is intended solely for the addressee.
If you have received this message in error, please inform us immediately and delete its content.
_________________________________________________________
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From oetiker at ee.ethz.ch Tue May 17 14:01:36 2005
From: oetiker at ee.ethz.ch (Tobias Oetiker)
Date: Tue, 17 May 2005 14:01:36 +0200 (MEST)
Subject: [mrtg] to mrtg experts in switzerland
Message-ID:
This mail is to german speaking MRTG experts in switzerland, hence
I will continue in german ...
Leute,
Das Schweizer Medieninstitut f?r Bildung und Kultur (educa.ch)
sucht jemanden der bei einer Veranstaltung f?r "Informatik an den
Schulen" am 23. Juni eine Pr?sentation zum Thema MRTG machen kann.
Ich bin in der Woche leider im Ausland, wenn also jemand Interesse
hat, (die Leute bezahlen auch fuer den Vortrag) bitte bei
mir melden.
gruss
tobi
--
______ __ _
/_ __/_ / / (_) Oetiker @ ISG.EE, ETL F24.2, ETH, CH-8092 Zurich
/ // _ \/ _ \/ / System Manager, Time Lord, Coder, Designer, Coach
/_/ \.__/_.__/_/ http://people.ee.ethz.ch/oetiker +41(0)44-632-5286
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From eric_mailing_list at rednarb.com Tue May 17 14:47:07 2005
From: eric_mailing_list at rednarb.com (Eric Brander)
Date: Tue, 17 May 2005 07:47:07 -0500
Subject: [mrtg] Re: Customizing Output
In-Reply-To: <20050517000834.5EB832E80E8@mx.pcsafe.net>
References: <20050517000834.5EB832E80E8@mx.pcsafe.net>
Message-ID: <4289E7CB.9050200@rednarb.com>
Jason Williard wrote:
>Is there an easy way to customize the output pages built by MRTG?
>
>
>
Jason,
I use the AddHead parameter to set up my style sheet, the PageFoot for
my footers, and PageTop to format... well... the page top.
You'll get most of your control from using a style sheet of course,
though if you want to change tables and such in the MRTG generated
output then you may be forced to change the code in MRTG as another
subscriber suggested.
Good luck!
Eric Brander
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From kjstone at gmail.com Tue May 17 16:39:36 2005
From: kjstone at gmail.com (Kevin Stone)
Date: Tue, 17 May 2005 10:39:36 -0400
Subject: [mrtg] Re: MRTG & APC AP9619 Network Mgt Card
In-Reply-To: <4288FA68.7020803@radarstudios.com>
References: <4288FA68.7020803@radarstudios.com>
Message-ID: <40bd4d7050517073926a224d0@mail.gmail.com>
I don't remember what models we are using but you can try these:
Humidity: .1.3.6.1.4.1.318.1.1.10.2.3.2.1.6.1
Temperature: .1.3.6.1.4.1.318.1.1.10.2.3.2.1.4.1
Those OIDs work on all the APC devices we monitor.
-Kevin
On 5/16/05, Courtney Irvin wrote:
> Does anyone have a config to track temperature and humidity (load etc.
> would be nice too but I really only care about the environmental stuff)
> with an APC AP9619 Network Mgt Card in an APC SmartUPS RT 10000?
>
> Linux tomax 2.6.10-gentoo-r6 #1 SMP Fri Mar 11 13:27:37 CST i686
> Intel(R) Xeon(TM) CPU 2.80GHz GenuineIntel GNU/Linux
> mrtg-2.11.1
> NET-SNMP version: 5.2
> Perl v5.8.5 built for i686-linux
>
> Thanks!
>
> --=C
>
> --
> Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
> Archive http://lists.ee.ethz.ch/mrtg
> FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
> WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
>
>
--
-Kevin
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From j-rieman at onu.edu Tue May 17 15:42:28 2005
From: j-rieman at onu.edu (Rieman, Jeffrey)
Date: Tue, 17 May 2005 09:42:28 -0400
Subject: [mrtg] Linux Question
Message-ID: <80031118BC777C4B87B736243BD2D0DC02DF7F9B@onuex2k.ad.onu.edu>
I am attempting to move our mrtg install from a windows 2000 box to a
linux machine. We are monitoring a couple hundred switches and wireless
access points. To do this we are using an include file. I would like
to break the data files into different locations based on the building
the switch is in. This worked great on the 2k box by using the HtmlDir,
ImageDir, and LogDir variables. However, on the linux box it seems to
throw everything in the directories for the last include file. I would
really like to make this work so I don't have all the files in one
directory. Any ideas?
---
Jeff Rieman
Network Manager
Ohio Northern University
(419) 772-2497
j-rieman at onu.edu
"The ultimate measure of a man is not where
he stands in moments of comfort and convenience,
but where he stands at times of challenge and controversy."
-Dr. Martin Luther King Jr.
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From KHart at helixtechnology.com Tue May 17 17:49:33 2005
From: KHart at helixtechnology.com (Hart, Kevin)
Date: Tue, 17 May 2005 11:49:33 -0400
Subject: [mrtg] VPN concentrator memory
Message-ID: <6FA79BD0B67DD411AAC400306E00B08C04E35510@exchange1.helixtech.com>
Hello all,
Does anyone know if there is an oid for memory usage on the Cisco 3000
series concentratrors? I've searched around on Mibdepot
and the Cisco site, but have not been able to find this, so I'm not sure if
it even exists.
Thanks,
Kevin
This message is intended only for the use of the individual or entity to
which it is addressed, and may contain information that is privileged,
confidential, and exempt from disclosure under applicable law. If the reader
of this message is not the intended recipient, or the employee or agent
responsible for delivering the message to the intended recipient, you are
hereby notified that any dissemination, distribution, or copying of this
communication is strictly prohibited. If you have received this
communication in error, please delete it and notify Helix Technology
Corporation immediately.
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From valton at ipko.net Tue May 17 18:34:13 2005
From: valton at ipko.net (Valton Hashani)
Date: Tue, 17 May 2005 18:34:13 +0200
Subject: [mrtg] Re: mrtg-rrd and big setup
References: <20050516203723.3B8E62E811C@mx.pcsafe.net> <001a01c55a64$ce4b7bd0$3400010a@xxxikcd1egz9fg>
Message-ID: <007001c55afe$429214b0$3400010a@xxxikcd1egz9fg>
----- Original Message -----
From: "Tobias Oetiker"
To: "Valton Hashani"
Cc:
Sent: Tuesday, May 17, 2005 7:38 AM
Subject: [mrtg] Re: mrtg-rrd and big setup
> Hi Valton,
>
> for big setups, use
>
> mrtg options
>
> forks (and a single config file with Includes)
>
> runasdaemon
>
> as a further optimization you may want to switch to rrdtool as a
> backend.
>
> cheers
> tobi
> --
> ______ __ _
> /_ __/_ / / (_) Oetiker @ ISG.EE, ETL F24.2, ETH, CH-8092 Zurich
> / // _ \/ _ \/ / System Manager, Time Lord, Coder, Designer, Coach
> /_/ \.__/_.__/_/ http://people.ee.ethz.ch/oetiker +41(0)44-632-5286
>
> --
> Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
> Archive http://lists.ee.ethz.ch/mrtg
> FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
> WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
>
>
I really don't want to bother you but I did just what you said but the mrtg
processes that where forked begin to die. Why is that happening? How can I
prevent it?
By the way I am using rrd format instead of old mrtg logs.
RRDToolversion RRDtool 1.0.49
MRTG version mrtg-2.11.1
Thank you in advance,
Valton
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From courtney at radarstudios.com Tue May 17 21:40:05 2005
From: courtney at radarstudios.com (Courtney Irvin)
Date: Tue, 17 May 2005 14:40:05 -0500
Subject: [mrtg] MRTG & Dell 5224 and 5324 gigabit switches
In-Reply-To:
References:
Message-ID: <428A4895.3040003@radarstudios.com>
Anyone know of a way to monitor aggregate bandwidth on these switches? I
dont have a need for monitoring every port individually, perhaps theres
a proprietary MIB out there or an OID I don't know about???
Thanks!@
--=C/\/\I
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From Chuck.Coker at rcc.edu Wed May 18 00:18:31 2005
From: Chuck.Coker at rcc.edu (Chuck.Coker at rcc.edu)
Date: Tue, 17 May 2005 15:18:31 -0700
Subject: [mrtg] Re: mrtg-rrd and big setup
Message-ID: <9C29882F966ADF458FFA0CAC3E5822F656C8D0@mail.rccd.net>
Valton,
I had similar problems with MRTG starting a polling cycle and taking so
long to finish that cron started the next polling cycle before the first
one had finished.
One of the things that worked well for me was to break my big mrtg.cfg
file into five smaller files: mrtg1.cfg, mrtg2.cfg, mrtg3.cfg,
mrtg4.cfg, and mrtg5.cfg.
Then I set up my crontab like this (five lines total, email wraps the
lines):
1,6,11,16,21,26,31,36,41,46,51,56 * * * * root
/usr/local/mrtg-2/bin/mrtg /usr/local/mrtg-2/bin/mrtg1.cfg --logging
/var/log/mrtg1.log
2,7,12,17,22,27,32,37,42,47,52,57 * * * * root
/usr/local/mrtg-2/bin/mrtg /usr/local/mrtg-2/bin/mrtg2.cfg --logging
/var/log/mrtg2.log
3,8,13,18,23,28,33,38,43,48,53,58 * * * * root
/usr/local/mrtg-2/bin/mrtg /usr/local/mrtg-2/bin/mrtg3.cfg --logging
/var/log/mrtg3.log
4,9,14,19,24,29,34,39,44,49,54,59 * * * * root
/usr/local/mrtg-2/bin/mrtg /usr/local/mrtg-2/bin/mrtg4.cfg --logging
/var/log/mrtg4.log
5,10,15,20,25,30,35,40,45,50,55,0 * * * * root
/usr/local/mrtg-2/bin/mrtg /usr/local/mrtg-2/bin/mrtg5.cfg --logging
/var/log/mrtg5.log
That solved my overlapping polling cycles problem.
Of all the changes I made to try to make my underpowered box run right,
this made the biggest difference. Your mileage may vary.
----------------------------------------------------------------
Chuck Coker chuck.coker (et) rcc.edu
Riverside Community College, Information Services
4800 Magnolia Avenue, Riverside, California 92506, United States
+1 951 222 8759 (desk) +1 951 830 8068 (cell)
----------------------------------------------------------------
-----Original Message-----
From: Valton Hashani [mailto:valton at ipko.net]
Sent: Monday, May 16, 2005 03:16 PM
To: mrtg at list.ee.ethz.ch
Subject: [mrtg] mrtg-rrd and big setup
Greetings all,
If you could give me any idea on this I would appreciate it.
First I would like to explain the setup of mrtg-rrd in our network.
First it
came the idea for each host (router) to create a graph that displays its
traffic statistics. Than I wrote a php script which automatically
creates
cfg files based on a selected interface for each host based on host id
(directory[host_id]: host_id). So there was a cfg file for each host.
For
creating graphs I used simple bash script
#!/bin/bash
for n in `ls /var/www/html/mrtg/*.cfg`
do
mrtg $n
done
exit 0
which cron executed every 5 minutes,
but mrtg started to step itself on tail when number of hosts increased.
I tried forking mrtg process putting all cfgs in one cfg but that didn't
solve the problem.
The idea to execute each cfg at a time was not to create additional
snmp
traffic.
What bothered me was that cpu load was always 90-98%. Now the number of
hosts is around 1000 and the number of mrtg processes is increasing,
which
makes server where mrtg is installed, very hard to log in, also I have
to
wait minutes until the page with graphs is displayed (used 14all.cgi). I
did
some tweaking and tunning reorganizing and grouping of mrtg procesess
but
that is a temporary solution.
I am getting all the time HIGH CPU LOAD.
Machine is P4 with CPU 2.04 Ghz cache 1024KB and 512MB RAM module.
Is there another way for graphing traffic using SNMP?
Thank you in advance,
Valton
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From pavouk at pavouk.org Wed May 18 00:59:52 2005
From: pavouk at pavouk.org (Pavel Ruzicka)
Date: Wed, 18 May 2005 00:59:52 +0200
Subject: [mrtg] Re: mrtg-rrd and big setup
In-Reply-To: <001a01c55a64$ce4b7bd0$3400010a@xxxikcd1egz9fg>
References: <20050516203723.3B8E62E811C@mx.pcsafe.net> <001a01c55a64$ce4b7bd0$3400010a@xxxikcd1egz9fg>
Message-ID: <200505180059.52460.pavouk@pavouk.org>
Hello,
> I am getting all the time HIGH CPU LOAD.
> Machine is P4 with CPU 2.04 Ghz cache 1024KB and 512MB RAM module.
> Is there another way for graphing traffic using SNMP?
I have about 8000 targets and no problem. I have one main mrtg.cfg
with includes. This is for faster 14all.cgi graphing.
I use 20 forks for now.
For bigger number of forks you need more RAM. I have 3GBs.
Check your system, if use swap. I yes, this is bad and you need more RAM.
My system doesn't use swap and many of RAM uses linux kernel for caches
(more than 1 GB in my case).
Big load can be caused by slow HDD access.
I have two 15000RPM ultra320 SCSI harddisks in a mirror.
Processor speed is not critical.
Check older messages in mailing-list archive, for example message
from Tomas Zeman with subject "Using MRTG in BIG setup" is rich
for optimization informations.
> Thank you in advance,
> Valton
best regards,
Pavel Ruzicka
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From securityadmin at charter.net Wed May 18 03:00:51 2005
From: securityadmin at charter.net (securityadmin)
Date: Tue, 17 May 2005 18:00:51 -0700
Subject: [mrtg] MaxBytes issues?
Message-ID: <41b624$10ure73@mxip11a.cluster1.charter.net>
Hello guys, I've read and read but I've yet to find a solution for my issue.
I'm running 2.12.1 the latest version of mrtg, also the latest version of
rrdtool.
I tried with cacti and a regular stock mrtg, built the config from scratch.
My previous config a while ago was putting multiple targets into one log and
graph output.. community at ip + community at ip + community at ip
I noticed that the graphs and output would have issues after 108mbit, it'd
just drop to something like 5402kb/s or something it felt like doing.
Currently have a Riverstone RS8000 router and it's just one interface,
gi.6.2, same thing is happening, at 108mbit it drops in the graph but the
real amount of bandwidth doesn't drop on the network.
My MaxBytes is 125000000 and one of my friends told me to try AbsMax
125000000 also but I do not see a difference.
I'm using the solar winds.net remote monitor bandwidth gauge and it shows me
doing 125mbit right now and I'm polling every 30 seconds. This is really cpu
intensive and annoying but if that software is working, that is proof that
the router and the previous hosts I used to use it with do not have any
issues.. I've seen people with these issues and others just mention to use
maxbytes, but it is not helping me. I have a graph for anyone who would like
to respond. Thanks!
j
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From JKoelstra at MINSZW.NL Wed May 18 09:53:02 2005
From: JKoelstra at MINSZW.NL (Koelstra, J. (Jan))
Date: Wed, 18 May 2005 09:53:02 +0200
Subject: [mrtg] Re: MaxBytes issues?
Message-ID: <74C07D641252F140AE5086DA2D533601CABA6F@MAILCL0802.MINSZW.NL>
My suspection is that you use the default 32 bit counters and not the 64 bit counters.
For details about the 64 bit counters have a look at: http://people.ee.ethz.ch/~oetiker/webtools/mrtg/mrtg-reference.html#item_snmpv2c
Hth,
Jan.
-----Original Message-----
From: mrtg-bounce at list.ee.ethz.ch [mailto:mrtg-bounce at list.ee.ethz.ch] On Behalf Of securityadmin
Sent: Wednesday, May 18, 2005 3:01 AM
To: mrtg at list.ee.ethz.ch
Subject: [mrtg] MaxBytes issues?
Hello guys, I've read and read but I've yet to find a solution for my issue.
I'm running 2.12.1 the latest version of mrtg, also the latest version of rrdtool.
I tried with cacti and a regular stock mrtg, built the config from scratch.
My previous config a while ago was putting multiple targets into one log and graph output.. community at ip + community at ip + community at ip I noticed that the graphs and output would have issues after 108mbit, it'd just drop to something like 5402kb/s or something it felt like doing.
Currently have a Riverstone RS8000 router and it's just one interface, gi.6.2, same thing is happening, at 108mbit it drops in the graph but the real amount of bandwidth doesn't drop on the network.
My MaxBytes is 125000000 and one of my friends told me to try AbsMax 125000000 also but I do not see a difference.
I'm using the solar winds.net remote monitor bandwidth gauge and it shows me doing 125mbit right now and I'm polling every 30 seconds. This is really cpu intensive and annoying but if that software is working, that is proof that the router and the previous hosts I used to use it with do not have any issues.. I've seen people with these issues and others just mention to use maxbytes, but it is not helping me. I have a graph for anyone who would like to respond. Thanks!
j
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
_________________________________________________________
Het ministerie van Sociale Zaken en Werkgelegenheid sluit elke aansprakelijkheid uit in verband met het niet juist, onvolledig of niet tijdig overkomen van de informatie in deze e-mail.
Aan dit bericht kunnen geen rechten worden ontleend.
Dit bericht is alleen bestemd voor de geadresseerde. Indien dit bericht niet voor u bestemd is, verzoeken wij u dit onmiddellijk aan ons te melden en de inhoud van dit bericht te vernietigen.
_________________________________________________________
The ministry of Social Affairs and Employment is not liable for any incorrect or incomplete transmission of the information in this e-mail or for any delay in its receipt.
This message shall not constitute any obligations.
This message is intended solely for the addressee.
If you have received this message in error, please inform us immediately and delete its content.
_________________________________________________________
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From xhuixu at yahoo.com Wed May 18 15:15:00 2005
From: xhuixu at yahoo.com (XiaoHui Xu)
Date: Wed, 18 May 2005 06:15:00 -0700 (PDT)
Subject: [mrtg] show interface description using 14all.cgi or mrtg-rrd.cgi
Message-ID: <20050518131500.19811.qmail@web50109.mail.yahoo.com>
I'm running MRTG 2.11.1 and RRDTool 1.0.48 on UNIX
station. I use 14all.cgi for the integration
currently. I want to show interface description for
each graph on the Available Targets index page, not
the interface name. I'm not a perl programmer. How
can I make a change on the script (14all.cgi, or
mrtg-rrd.cgi)?
Thanks in advance,
Xiao
Discover Yahoo!
Have fun online with music videos, cool games, IM and more. Check it out!
http://discover.yahoo.com/online.html
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From valton at ipko.net Wed May 18 19:02:54 2005
From: valton at ipko.net (Valton Hashani)
Date: Wed, 18 May 2005 19:02:54 +0200
Subject: [mrtg] Re: mrtg-rrd and big setup
Message-ID: <00f801c55bcb$6ead5870$3400010a@xxxikcd1egz9fg>
Tobi,
I did some logging and found out why mrtg parent process died after child
processes finished the cycle.
In some cfg files, AbsMax value was smaller than MaxBytes value. My fault
:-)
Everything is working fine now.
Thank you for help and support you and guys from list provided,
Valton
> > ----- Original Message -----
> > From: "Tobias Oetiker"
> > To: "Valton Hashani"
> > Cc:
> > Sent: Tuesday, May 17, 2005 7:38 AM
> > Subject: [mrtg] Re: mrtg-rrd and big setup
> >
> >
> > > Hi Valton,
> > >
> > > for big setups, use
> > >
> > > mrtg options
> > >
> > > forks (and a single config file with Includes)
> > >
> > > runasdaemon
> > >
> > > as a further optimization you may want to switch to rrdtool as a
> > > backend.
> > >
> > > cheers
> > > tobi
> > > --
> > > ______ __ _
> > > /_ __/_ / / (_) Oetiker @ ISG.EE, ETL F24.2, ETH, CH-8092 Zurich
> > > / // _ \/ _ \/ / System Manager, Time Lord, Coder, Designer, Coach
> > > /_/ \.__/_.__/_/ http://people.ee.ethz.ch/oetiker +41(0)44-632-5286
> > >
> > > --
> > > Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
> > > Archive http://lists.ee.ethz.ch/mrtg
> > > FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
> > > WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
> > >
> > >
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From mwlucas at blackhelicopters.org Wed May 18 21:26:39 2005
From: mwlucas at blackhelicopters.org (Michael W. Lucas)
Date: Wed, 18 May 2005 15:26:39 -0400
Subject: [mrtg] *intermittent* problem with 14all.cgi
Message-ID: <20050518192639.GA22918@bewilderbeast.blackhelicopters.org>
I'm using 14all.cgi under mod_perl to generate graphs from my MRTG
RRDs, and experiencing intermittent errors in graph generation.
In a large config file (10-12 targets), perhaps 1 or 2 of the graphs
do not appear. When this happens, I get the following error in the log:
[Wed May 18 13:22:36 2005] [error] [Wed May 18 13:22:36 2005] -e: Can't locate auto/RRDs/graph.al in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.8.6/mach/Apache2/ /usr/local/lib/perl5/site_perl/5.8.6/mach/ /usr/local/lib/perl5/site_perl/5.8.6 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.6/BSDPAN /usr/local/lib/perl5/5.8.6/mach /usr/local/lib/perl5/5.8.6 . /usr/local) at /usr/local/www/data/pl/internal2.pl line 555\n
Each failed-to-generate graph creates one of these errors. When I
reload the page, though, that graph usually appears and another graph
vanishes!
I would expect that if Perl was missing a library, it would fail all
the time!
I've gone through several older versions of RRDTool, and can't find a
"graph.al" anywhere. The line 555 in question is the middle line
below, which seems irrelevant to the file in question:
my ($a, $rrdx, $rrdy) = RRDs::graph(@$argsref);
my $e = RRDs::error();
log_rrdtool_call($cfg->{config}{'14all*rrdtoollog'},$e,'graph',$argsref);
This started happening while I was on vacation, and everybody insists
that they haven't changed anything. :-)
Any suggestions?
Thanks!
==ml
--
Michael W. Lucas mwlucas at FreeBSD.org, mwlucas at BlackHelicopters.org
http://www.BlackHelicopters.org/~mwlucas/
"The cloak of anonymity protects me from the nuisance of caring." -Non Sequitur
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From danm at prime.gushi.org Thu May 19 00:29:00 2005
From: danm at prime.gushi.org (Dan Mahoney, System Admin)
Date: Wed, 18 May 2005 18:29:00 -0400 (EDT)
Subject: [mrtg] Way to make MRTG not divide but just use normal numbers?
Message-ID: <20050518173326.W35405@prime.gushi.org>
Hey, I'm graphing my 5-minute load average as a gauge value (multiplied by
100), so a load of 0.88 would just be 88. A load of 12.13 would be 1213
or whatnot. Here's the catch. It's REALLY misleading to see the graph
scale into K or M or whatever. Is there any way to tell mrtg. "Just use
whole numbers"?
-Dan Mahoney
--
"You're a nomad billygoat!"
-Juston, July 18th, 2002
--------Dan Mahoney--------
Techie, Sysadmin, WebGeek
Gushi on efnet/undernet IRC
ICQ: 13735144 AIM: LarpGM
Site: http://www.gushi.org
---------------------------
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From zargos_lord1 at yahoo.fr Thu May 19 12:46:02 2005
From: zargos_lord1 at yahoo.fr (zargos_lord1)
Date: Thu, 19 May 2005 12:46:02 +0200
Subject: [mrtg] how to get web hits
Message-ID: <428C6E6A.6020701@yahoo.fr>
Hi,
i'd like to graph web hit with mrtg using snmp isn't it possible?
Laurent
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From eterrone at yahoo.com Thu May 19 17:09:24 2005
From: eterrone at yahoo.com (Janet)
Date: Thu, 19 May 2005 10:09:24 -0500 (CDT)
Subject: [mrtg] Problem trying monnitoring AP
In-Reply-To: 6667
Message-ID: <20050519150924.17937.qmail@web52308.mail.yahoo.com>
Hi, I have a problem, i want monitoring my AP wrt54g,
where i have alchemy firmware and it has the snmp
option, so I installed mrtg in a windows pc without
problem but when i use the cfgmaker to create the
configuration file, It give me an error, i don't know
if it has relation with the ap configuration or
something with mrtg options, i have tried to find
information that can help but i haven't could resolve
the problem, i show you the alchemy options and the
mrtg error message(win PC) below:
*Alchemy options (I'm not sure what i have to type
there, i don't know if this is right)
Location:xx.yy.zz.ww
Contact: root
Name:
RO Community: public
RW Community: private
* mrtg error (Windows PC)
C:\Program Files\OPENXTRA\MRTG\bin>perl cfgmaker
public at xx.yy.zz.ww --global "W
orkDir: C:\Program Files\OPENXTRA\MRTG\wwwroot
--output serve1.cfg"
--base: Get Device Info on public at xx.yy.zz.ww:
SNMP Error:
receiving response PDU: Unknown error
SNMPv1_Session (remote host: "xx.yy.zz.ww"
[xx.yy.zz.ww].161)
community: "public"
request ID: -901844509
PDU bufsize: 8000 bytes
timeout: 2s
retries: 5
backoff: 1)
at C:/Program
Files/OPENXTRA/MRTG/bin\..\lib\mrtg2/SNMP_util.pm line
627
SNMPWALK Problem for 1.3.6.1.2.1.1 on
public at xx.yy.zz.ww::::::v4only
at cfgmaker line 796
WARNING: Skipping public at xx.yy.zz.ww: as no info could
be retrieve
Please, I hope someone can help me, I'm novate in
mrtg, Thanks...
Eve.
_________________________________________________________
Do You Yahoo!?
Informaci?n de Estados Unidos y Am?rica Latina, en Yahoo! Noticias.
Vis?tanos en http://noticias.espanol.yahoo.com
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From lalegria at ics-canada.net Thu May 19 23:28:13 2005
From: lalegria at ics-canada.net (Alegria, Luis)
Date: Thu, 19 May 2005 17:28:13 -0400
Subject: [mrtg] FW: Memory Using SNMP Informant and Routers2.cgi
Message-ID: <732180E59B22D311B4BB0004AC4CCAE60A5F280F@ALLSNA>
Hi Everyone:
I been having a Dilemma for a few days; until now (I just gave up). I have
been querying the available memory and committed memory OIDs from two XP
machines by using Getif and OIDView 3.0., with no problems, I see
information and everything.
My problem is that when I try to poll with MRTG (of course routers2.cgi
[beta6] as a front-end), I just get a grey area on the graphs; CPU Polling
is fine by also using OIDs.
I have installed SNMP-Informant Standard on those machines.
Here you can see part of my config files
Target[RedBox_FREE_COMMIT]:
.1.3.6.1.4.1.9600.1.1.2.1.0&.1.3.6.1.4.1.9600.1.1.2.4.0:public at x.x.x.x
ThreshDesc[RedBox_FREE_COMMIT]: Commited vs Available (MBytes) on System:
RedBox
SetEnv[RedBox_FREE_COMMIT]: MRTG_INT_IP="x.x.x.x" MRTG_INT_DESCR="RedBox
Memory Statistics".
Am I going crazy ????
Luis Alegria
ICS Courier - Islington
Network Administrator.
-- Attached file removed by Ecartis and put at URL below --
-- Type: image/jpeg
-- Size: 20k (20863 bytes)
-- URL : http://lists.ee.ethz.ch/p/oids.jpg
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From danm at prime.gushi.org Fri May 20 02:54:40 2005
From: danm at prime.gushi.org (Dan Mahoney, System Admin)
Date: Thu, 19 May 2005 20:54:40 -0400 (EDT)
Subject: [mrtg] How to set Shortlegend to "nothing"
Message-ID: <20050519205248.G38488@prime.gushi.org>
Well, the subject says it all really. When graphing system load there's
nothing that goes "after" it. It's just Max Load: 2.0
I've tried any manner of blank, it defaults to B/s
When I try to literally put a blank in quotes, it says Max Load 2.0 "" or
'' or whatever. Is there some way to just leave that off?
-Dan
--
"...Somebody fed you sugar. Uh oh."
--Tracy, after noticing Gatorade on my desk.
Ezzi Computers, October 18th 2003
Approx 11PM
--------Dan Mahoney--------
Techie, Sysadmin, WebGeek
Gushi on efnet/undernet IRC
ICQ: 13735144 AIM: LarpGM
Site: http://www.gushi.org
---------------------------
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From JKoelstra at MINSZW.NL Fri May 20 09:56:41 2005
From: JKoelstra at MINSZW.NL (Koelstra, J. (Jan))
Date: Fri, 20 May 2005 09:56:41 +0200
Subject: [mrtg] Re: FW: Memory Using SNMP Informant and Routers2.cgi
Message-ID: <74C07D641252F140AE5086DA2D533601CABAE5@MAILCL0802.MINSZW.NL>
Hi Luis,
The three lines from your config are not enough to pinpoint the problem.
Some area's you can check:
If you start MRTG with the --logging option you can check for errors in the logfile. But since you can poll other OID's from the same hosts I expect the logfile to be clean.
The value on the Maxbytes line has to be bigger than the value that is returned by the host.
The OIDs you are polling are of the type gauge, so there has to be 'gauge' in the options line.
Hth,
Jan.
-----Original Message-----
From: mrtg-bounce at list.ee.ethz.ch [mailto:mrtg-bounce at list.ee.ethz.ch] On Behalf Of Alegria, Luis
Sent: Thursday, May 19, 2005 11:28 PM
To: mrtg at list.ee.ethz.ch
Subject: [mrtg] FW: Memory Using SNMP Informant and Routers2.cgi
Importance: High
Hi Everyone:
I been having a Dilemma for a few days; until now (I just gave up). I have been querying the available memory and committed memory OIDs from two XP machines by using Getif and OIDView 3.0., with no problems, I see information and everything.
My problem is that when I try to poll with MRTG (of course routers2.cgi [beta6] as a front-end), I just get a grey area on the graphs; CPU Polling is fine by also using OIDs.
I have installed SNMP-Informant Standard on those machines.
Here you can see part of my config files
Target[RedBox_FREE_COMMIT]: .1.3.6.1.4.1.9600.1.1.2.1.0&.1.3.6.1.4.1.9600.1.1.2.4.0:public at x.x.x.x
ThreshDesc[RedBox_FREE_COMMIT]: Commited vs Available (MBytes) on System: RedBox
SetEnv[RedBox_FREE_COMMIT]: MRTG_INT_IP="x.x.x.x" MRTG_INT_DESCR="RedBox Memory Statistics".
Am I going crazy ????
Luis Alegria
ICS Courier - Islington
Network Administrator.
-- Attached file removed by Ecartis and put at URL below --
-- Type: image/jpeg
-- Size: 20k (20863 bytes)
-- URL : http://lists.ee.ethz.ch/p/oids.jpg
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
_________________________________________________________
Het ministerie van Sociale Zaken en Werkgelegenheid sluit elke aansprakelijkheid uit in verband met het niet juist, onvolledig of niet tijdig overkomen van de informatie in deze e-mail.
Aan dit bericht kunnen geen rechten worden ontleend.
Dit bericht is alleen bestemd voor de geadresseerde. Indien dit bericht niet voor u bestemd is, verzoeken wij u dit onmiddellijk aan ons te melden en de inhoud van dit bericht te vernietigen.
_________________________________________________________
The ministry of Social Affairs and Employment is not liable for any incorrect or incomplete transmission of the information in this e-mail or for any delay in its receipt.
This message shall not constitute any obligations.
This message is intended solely for the addressee.
If you have received this message in error, please inform us immediately and delete its content.
_________________________________________________________
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From JKoelstra at MINSZW.NL Fri May 20 10:02:30 2005
From: JKoelstra at MINSZW.NL (Koelstra, J. (Jan))
Date: Fri, 20 May 2005 10:02:30 +0200
Subject: [mrtg] Re: How to set Shortlegend to "nothing"
Message-ID: <74C07D641252F140AE5086DA2D533601CABAE8@MAILCL0802.MINSZW.NL>
Dan,
You can put in a space. It's not realy blank but the vissible result is the same.
The pages are build in HTML, so if you want to put a space into it you need
Hth,
Jan.
-----Original Message-----
From: mrtg-bounce at list.ee.ethz.ch [mailto:mrtg-bounce at list.ee.ethz.ch] On Behalf Of Dan Mahoney, System Admin
Sent: Friday, May 20, 2005 2:55 AM
To: mrtg at list.ee.ethz.ch
Subject: [mrtg] How to set Shortlegend to "nothing"
Well, the subject says it all really. When graphing system load there's
nothing that goes "after" it. It's just Max Load: 2.0
I've tried any manner of blank, it defaults to B/s
When I try to literally put a blank in quotes, it says Max Load 2.0 "" or
'' or whatever. Is there some way to just leave that off?
-Dan
--
"...Somebody fed you sugar. Uh oh."
--Tracy, after noticing Gatorade on my desk.
Ezzi Computers, October 18th 2003
Approx 11PM
--------Dan Mahoney--------
Techie, Sysadmin, WebGeek
Gushi on efnet/undernet IRC
ICQ: 13735144 AIM: LarpGM
Site: http://www.gushi.org
---------------------------
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
_________________________________________________________
Het ministerie van Sociale Zaken en Werkgelegenheid sluit elke aansprakelijkheid uit in verband met het niet juist, onvolledig of niet tijdig overkomen van de informatie in deze e-mail.
Aan dit bericht kunnen geen rechten worden ontleend.
Dit bericht is alleen bestemd voor de geadresseerde. Indien dit bericht niet voor u bestemd is, verzoeken wij u dit onmiddellijk aan ons te melden en de inhoud van dit bericht te vernietigen.
_________________________________________________________
The ministry of Social Affairs and Employment is not liable for any incorrect or incomplete transmission of the information in this e-mail or for any delay in its receipt.
This message shall not constitute any obligations.
This message is intended solely for the addressee.
If you have received this message in error, please inform us immediately and delete its content.
_________________________________________________________
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From RVILLAFU at sunat.gob.pe Fri May 20 15:17:10 2005
From: RVILLAFU at sunat.gob.pe (Villafuerte Icaza Rodolfo Eduardo)
Date: Fri, 20 May 2005 08:17:10 -0500
Subject: [mrtg] Graph traffic tcp/udp
Message-ID:
Hi, actually i have monitoring the bandwith from switches and routers (for
servers and links)... how i can obtain information about the traffic
shapping from this traffic? about tcp and udp ports?
My comunications devices are Cisco...
Regards...
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From jbarbieri at metrocastcablevision.com Fri May 20 15:31:56 2005
From: jbarbieri at metrocastcablevision.com (John Barbieri)
Date: Fri, 20 May 2005 09:31:56 -0400
Subject: [mrtg] Making MRTG more Efficient/Faster
Message-ID: <428DE6CC.6050106@metrocastcablevision.com>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I was wondering if there was a way of making MRTG more efficient
and/or faster. The box we are running on is constantly getting socked
because of MRTG. Here are some details:
Box is a dual Pentium 2 450 with 448MB of RAM.
Running Freebsd 4.10 with SMP compiled into kernel.
I have 26 cron jobs spread out for various MRTG processes:
5 on 0,5,10,15 etc
5 on 1,6,11,16 etc
5 on 2,7
5 on 3,8
6 on 4,9
We are monitoring:
21 Routers and Machines
Around 230 Total Interfaces on Various Routers for speed
Around 218 Total Interfaces on Various CMTS's for Signal to Noise
Ratio (SNR)
Monitoring about 10 different machines for Interfaces, CPU usage, and
Open TCP connections.
Monitoring 3 Netscreen ISG 2000's (2 interfaces on each, as well as
the number of attacks)
Right now, at 30 seconds into a minute (eg, 9:23:30) the load is 1.52,
1.32, 1.25
I have yet to see the load on the box go under 1.
There are some processes that take almost 40 seconds to complete. This
is because it is trying to fight for cpu, while drawing graphs for
around 80 interfaces (on some configs).
I was wondering if there was a way to bring the load down on the box,
or make it draw the graphs faster. I would like to add more devices to
the machine, but I dont want to totally bring the box down to its
knees. As of right now, getting a faster box is out of the question,
so I need to work with what I have.
Thanks in advance.
- --
John Barbieri
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (MingW32)
iD8DBQFCjebMx7o94pVOxM4RApx+AJ4v43aQfUgLWA0OTi6lRIuKbSjQSgCdF7O3
QNcBfYoQgk428UDsSa11CQE=
=KPYs
-----END PGP SIGNATURE-----
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From hakan at staff.spray.se Fri May 20 17:11:07 2005
From: hakan at staff.spray.se (Hakan Lindholm)
Date: Fri, 20 May 2005 17:11:07 +0200 (CEST)
Subject: [mrtg] Re: Making MRTG more Efficient/Faster
In-Reply-To: <428DE6CC.6050106@metrocastcablevision.com>
References: <428DE6CC.6050106@metrocastcablevision.com>
Message-ID:
On Fri, 20 May 2005, John Barbieri wrote:
> I was wondering if there was a way of making MRTG more efficient
Do you use "Logformat: rrdtool" ?
That will save you from generating graphs each run.
Instead you'll need something like my14all.cgi to generate those graphs on
demand when someone want to have a look at them.
> I have yet to see the load on the box go under 1.
As MRTG use a lot of forks, but most of the time is waiting for SNMP
response, load average is usually not a problem. Check for CPU usage
instead (vmstat).
/H
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From Peter_Glanville at cuk.canon.co.uk Fri May 20 17:06:19 2005
From: Peter_Glanville at cuk.canon.co.uk (Peter Glanville)
Date: Fri, 20 May 2005 16:06:19 +0100
Subject: [mrtg] Re: Making MRTG more Efficient/Faster
Message-ID:
> Hello,
>
> I was wondering if there was a way of making MRTG more efficient
> and/or faster. The box we are running on is constantly getting socked
> because of MRTG. Here are some details:
>
> Box is a dual Pentium 2 450 with 448MB of RAM.
I monitor more devices on a single P2, running win-doze!!
RTFM, see RRD
It's easy.
I use/recommend Routers2.cgi.
Peter
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From oetiker at ee.ethz.ch Sat May 21 07:42:26 2005
From: oetiker at ee.ethz.ch (Tobias Oetiker)
Date: Sat, 21 May 2005 07:42:26 +0200 (MEST)
Subject: [mrtg] Re: Making MRTG more Efficient/Faster
In-Reply-To:
References: <428DE6CC.6050106@metrocastcablevision.com>
Message-ID:
Hakan,
to make mrtg faster, apart from using rrdtool you should
* use only one instance and configure Forks: instead
* run mrtg in daemon mode so that it does not have to reload the
config on every round.
* make sure that you do not throw away error messages it produces.
It could be that it is redoing its confcache population routine
on ever run.
cheers
tobi
Yesterday Hakan Lindholm wrote:
> On Fri, 20 May 2005, John Barbieri wrote:
>
> > I was wondering if there was a way of making MRTG more efficient
>
> Do you use "Logformat: rrdtool" ?
>
> That will save you from generating graphs each run.
> Instead you'll need something like my14all.cgi to generate those graphs on
> demand when someone want to have a look at them.
>
>
> > I have yet to see the load on the box go under 1.
>
> As MRTG use a lot of forks, but most of the time is waiting for SNMP
> response, load average is usually not a problem. Check for CPU usage
> instead (vmstat).
>
> /H
>
> --
> Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
> Archive http://lists.ee.ethz.ch/mrtg
> FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
> WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
>
--
______ __ _
/_ __/_ / / (_) Oetiker @ ISG.EE, ETL F24.2, ETH, CH-8092 Zurich
/ // _ \/ _ \/ / System Manager, Time Lord, Coder, Designer, Coach
/_/ \.__/_.__/_/ http://people.ee.ethz.ch/oetiker +41(0)44-632-5286
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From zargos_lord1 at yahoo.fr Mon May 23 11:45:38 2005
From: zargos_lord1 at yahoo.fr (zargos_lord1)
Date: Mon, 23 May 2005 11:45:38 +0200
Subject: [mrtg] Web server hits
Message-ID: <4291A642.6090801@yahoo.fr>
How can i graph hits on apache or IIS server with mrtg?
Laurent
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From dhasgill at aol.com Mon May 23 13:02:41 2005
From: dhasgill at aol.com (dhasgill at aol.com)
Date: Mon, 23 May 2005 07:02:41 -0400
Subject: [mrtg] MRTG Does Not Report On ATM Interface Of Cisco 3640 Router
Message-ID: <8C72D9E12D08F0E-600-494C5@mblk-r32.sysops.aol.com>
I am using the Windows version of MRTG to monitor the bandwidth of the interfaces on a Cisco 3640 router. However no data is being extrapolated for an ATM interface on the router. A section of the mrtg configuration file relating to the interface is commented out with the following statement :"The following interface is commented out because it is a DS3 controller". See output below form the mrtg configuration file in the c:\mrtg-2.10.14\bin folder:
### Interface 1 >> Descr: 'ATM2/0' | Name: 'AT2/0' | Ip : '128.95.1.1' | Eth: '' ###
### The following interface is commented out because:
### * it is a DS3 controller
#
# Target[128.95.1.1_128.95.1.1]: /128.95.1.1:mrtgtest at 128.95.1.1:
# SetEnv[128.95.1.1_128.95.1.1]: MRTG_INT_IP="128.95.1.1" MRTG_INT_DESCR="ATM2/0"
# MaxBytes[128.95.1.1_128.95.1.1]: 1250000
# Title[128.95.1.1_128.95.1.1]: Traffic Analysis for 128.95.1.1 -- London_3640
# PageTop[128.95.1.1_128.95.1.1]: Traffic Analysis for 128.95.1.1 -- London_3640
#
# System: | London_3640 in |
# Maintainer: | |
# Description: | ATM2/0 |
# ifType: | ds3 (30) |
# ifName: | AT2/0 |
# Max Speed: | 1250.0 kBytes/s |
# Ip: | 128.95.1.1 () |
#
MRTG reports on all other interfaces on the router. Any ideas on how to resolve this?
Many Thanks
Donald Asgill
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From priest at officecomputer.com Mon May 23 17:39:50 2005
From: priest at officecomputer.com (Mark Priest)
Date: Mon, 23 May 2005 10:39:50 -0500
Subject: [mrtg] Backup on MRTG Server
References: <8C72D9E12D08F0E-600-494C5@mblk-r32.sysops.aol.com>
Message-ID: <006b01c55fad$a8fcfc20$0d030a0a@nterprise.net>
When running a full backup on my MRTG server running Routers2.CGI it fail
everytime. What service should be stopped before the backup and restarted
after the backup to ensure that it keeps running after the backup has
finished? Other than restarting the server every weekend.
Thanks...
Mark
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From erek at nbtsc.org Mon May 23 19:12:46 2005
From: erek at nbtsc.org (Erek Dyskant)
Date: Mon, 23 May 2005 11:12:46 -0600
Subject: [mrtg] Re: Web server hits
In-Reply-To: <4291A642.6090801@yahoo.fr>
References: <4291A642.6090801@yahoo.fr>
Message-ID: <20050523171245.GA22162@nbtsc.org>
An embedded and charset-unspecified text was scrubbed...
Name: not available
Url: https://lists.oetiker.ch/pipermail/mrtg/attachments/20050523/c9951658/attachment.pot
From rnashef at baxglobal.com Mon May 23 20:26:05 2005
From: rnashef at baxglobal.com (Raed Nashef)
Date: Mon, 23 May 2005 11:26:05 -0700
Subject: [mrtg] cfgmaker_cisco
Message-ID:
Hello,
I'm trying to use the "cfgmaker_cisco" script in the "contrib" directory,
and I'm getting the following error:
": bad interpreter: No such file or directory"
I've corrected the script to point to the location of the perl interpreter
executable "#! /usr/bin/perl" but still getting the same error msg.
Any idea what's wrong?
Regards
-Raed
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From s.shipway at auckland.ac.nz Tue May 24 03:26:33 2005
From: s.shipway at auckland.ac.nz (Steve Shipway)
Date: Tue, 24 May 2005 13:26:33 +1200
Subject: [mrtg] Re: Backup on MRTG Server
In-Reply-To: <006b01c55fad$a8fcfc20$0d030a0a@nterprise.net>
Message-ID: <010101c55fff$9f662d60$01fea8c0@itss.auckland.ac.nz>
>When running a full backup on my MRTG server running
>Routers2.CGI it fail
>everytime. What service should be stopped before the backup
>and restarted
>after the backup to ensure that it keeps running after the backup has
>finished? Other than restarting the server every weekend.
Here, we run a nightly backup (using TSM) on our constantly running
MRTG/RRD/routers2 server with no problems. This is under linux, with no
special stopping of anything for the backup.
routers2 should in no way interfere with a backup since it is only run on
request from the web server. It is possible that, if you run MRTG in daemon
mode, it is holding a file open and your backup software cannot cope with
open files... however that shouldn't happen, IMHO.
I think you should examine the error logs from your backup software to
determine exactly at which file your backup software is failing -- I doubt
MRTG/RRD/routers2 is at fault in this, maybe you have a failing hard disk or
corrupt filesystem?
In the event that routers2 *is* somehow to blame, please give me as many
details as possible (backup software version, OS type, machine details,
backup error log) so that I can investigate.
Steve
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From michael at heiming.de Wed May 25 21:29:16 2005
From: michael at heiming.de (Michael Heiming)
Date: Wed, 25 May 2005 21:29:16 +0200
Subject: [mrtg] Re: Backup on MRTG Server
In-Reply-To: <010101c55fff$9f662d60$01fea8c0@itss.auckland.ac.nz>
References: <010101c55fff$9f662d60$01fea8c0@itss.auckland.ac.nz>
Message-ID: <4294D20C.7000802@heiming.de>
Steve Shipway wrote:
>>When running a full backup on my MRTG server running
>>Routers2.CGI it fail
>>everytime.
What is failing? Are there any error messages in your browser + server
logs (system/www) helping to get some more info about the problem?
>>What service should be stopped before the backup
>>and restarted
>>after the backup to ensure that it keeps running after the backup has
>>finished? Other than restarting the server every weekend.
>
>
> Here, we run a nightly backup (using TSM) on our constantly running
> MRTG/RRD/routers2 server with no problems. This is under linux, with no
> special stopping of anything for the backup.
>
> routers2 should in no way interfere with a backup since it is only run on
> request from the web server. It is possible that, if you run MRTG in daemon
> mode, it is holding a file open and your backup software cannot cope with
> open files... however that shouldn't happen, IMHO.
>
> I think you should examine the error logs from your backup software to
> determine exactly at which file your backup software is failing -- I doubt
> MRTG/RRD/routers2 is at fault in this, maybe you have a failing hard disk or
> corrupt filesystem?
>
> In the event that routers2 *is* somehow to blame, please give me as many
> details as possible (backup software version, OS type, machine details,
> backup error log) so that I can investigate.
Hi Steve!
Ack, don't think the problem is routers2/mrtg/rrdtool related, keep a
system running with a larger amount of rrd files, which is backuped
daily, nothing is stopped and no problems.
BTW
Thx for the new search feature in routers2!
Michael Heiming
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From cheechew at hotmail.com Thu May 26 12:19:20 2005
From: cheechew at hotmail.com (CC)
Date: Thu, 26 May 2005 18:19:20 +0800
Subject: [mrtg] non zero log
Message-ID:
How can I make sure that my mrtg log will have non zero eventthough there is
no traffic actually flowing. I have problem with the arithmetic. I added the
target with 300 so that I have atleast 1Byte/s but it seem not working.
Target[test]: 1:public at 1.1.1.1 + 300
Anything wrong here?
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From bsteele at morrisprintinggroup.com Thu May 26 15:19:39 2005
From: bsteele at morrisprintinggroup.com (Brian Steele)
Date: Thu, 26 May 2005 08:19:39 -0500
Subject: [mrtg] Graph Scale
Message-ID: <200505260819921.SM01740@steele>
I'm using SNMP-Informant Advanced to track ASP Successful Requests
(aspRequestsSucceeded). The statistic increases with each request, so I've
removed the gauge option. My interval is 2 minutes and I'm using RRD.
Here is my config
Target[gimli_asp_successful_requests]:
enterprises.9600.1.2.2.20.0&enterprises.9600.1.2.2.20.0:xxxxx at 192.168.xxx.xx
x
ShortLegend[gimli_asp_successful_requests]: # Requests
MaxBytes[gimli_asp_successful_requests]: 10000
Options[gimli_asp_successful_requests]: nopercent, integer, growright
Title[gimli_asp_successful_requests]: ASP Sucessful Requests
YLegend[gimli_asp_successful_requests]: # Requests
PageTop[gimli_asp_successful_requests]: ASP Sucessful Requests
System: | # ASP SUCCESSFUL REQUESTS |
Maintainer: |
The number of requests that executed successfully. |
My graph ends up with a Y-Axis that reads 100 m, 200 m, 300 m, etc.
What is an "m"? How do I get it to be # requests instead of m's? Do I need
to divide by something?
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From wmahood at lhric.org Thu May 26 17:24:28 2005
From: wmahood at lhric.org (William Mahood)
Date: Thu, 26 May 2005 11:24:28 -0400
Subject: [mrtg] Polling Cisco CSM IXP engines
Message-ID: <4295EA2C.5000102@lhric.org>
Has any one found the mib for the FPGA chips for a Cisco CSM blade.
I have version 4.1(2) code where Cisco said snmp support will be better,
but I can not find anything
This are not really CPU load but the processors that run different
functions of the blade
6513#sh module ContentSwitchingModule 5 tech-support utilization |
include IXP
IXP Engines
IXP1 17%
IXP2 9%
IXP3 4%
IXP4 0%
IXP5 12%
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From avinash_phogat at hotmail.com Fri May 27 08:53:25 2005
From: avinash_phogat at hotmail.com (Avinash Phogat)
Date: 26 May 2005 23:53:25 PDT
Subject: [mrtg] Please help me update my address book on Ringo
Message-ID: <20050527065325.480713C6EF@ringotouch1.ringo.com>
undefined
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From Craig.Humphrey at chapmantripp.com Mon May 30 03:14:15 2005
From: Craig.Humphrey at chapmantripp.com (Craig Humphrey)
Date: Mon, 30 May 2005 13:14:15 +1200
Subject: [mrtg] Unscaled global and MRTG 2.12.1
Message-ID: <4CFE5FFE5ECAD3439AE6C40B7AA5F504063A76B0@ctsymessage01.chapmantripp.co.nz>
Hi People,
I recently upgraded my MRTG install from 2.10.x to 2.12.1 and now all my
Unscaled graphs are scaled.
I set Unscaled in the start of each cfg file using Unscaled[_]: dwmy and
then override it when necessary, but since the upgrade, all graphs are
unscaled!
Help!
Thanks
Craig
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From arinesmith at bigrivertelephone.com Tue May 31 15:51:17 2005
From: arinesmith at bigrivertelephone.com (Anson Rinesmith)
Date: Tue, 31 May 2005 08:51:17 -0500
Subject: [mrtg] Paradyne 4200IP DSLAM
Message-ID: <000001c565e7$d1d70e70$0945a8c0@ntbrt.bigrivertelephone.com>
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Anyone had luck querying a Paradyne 4200IP DSLAM?
cfgmaker ran, and it collects data when running MRTG, but the data =
doesn't
make any sense. I know users aren't using the exact bandwidth all the =
time.
day
=20
-- Attached file removed by Ecartis and put at URL below --
-- Type: image/png
-- Size: 1k (1490 bytes)
-- URL : http://lists.ee.ethz.ch/p/216.89.150.34_1001006-day.png
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
From pwilliamson at mandtbank.com Tue May 31 16:14:22 2005
From: pwilliamson at mandtbank.com (PAUL WILLIAMSON)
Date: Tue, 31 May 2005 10:14:22 -0400
Subject: [mrtg] Re: Paradyne 4200IP DSLAM
Message-ID:
It helps if you send along a password to get into the site so
we can see what you're talking about or put the png in an
unprotected area.
Is the line a total mesa, or does it look like a lawn, where
there are tiny peaks and valleys?
Paul
>>> "Anson Rinesmith" 05/31/05 9:51
AM >>>
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Anyone had luck querying a Paradyne 4200IP DSLAM?
cfgmaker ran, and it collects data when running MRTG, but the data =
doesn't
make any sense. I know users aren't using the exact bandwidth all the
=
time.
day
=20
-- Attached file removed by Ecartis and put at URL below --
-- Type: image/png
-- Size: 1k (1490 bytes)
-- URL : http://lists.ee.ethz.ch/p/216.89.150.34_1001006-day.png
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi