Search the web
Sign In
New User? Sign Up
mrtg
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 34704 - 34733 of 36905   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
34704
Hi, I have an AS5300 and I want to know total bandwidth usage of active users connected to it. You may suggest monitoring its Ethernet or FastEthernet with...
Mehdi Kianpour
mkianpour@...
Send Email
Aug 2, 2004
8:06 am
34705
I'm using templates for my interface bandwidth monitoring on my routers. I want to include memory now but I'm not sure how to incorporate that into my template...
Britt Tabor
Britt_Tabor@...
Send Email
Aug 2, 2004
3:06 pm
34706
... Cfgmaker uses Interface templates and host templates. Interface templates are used per interface, as you have seen. What you need is a 2nd host template...
Eric Brander
Eric_Mailing_List@...
Send Email
Aug 2, 2004
3:10 pm
34707
Bill Wichers wrote ... Thank you, i didn't know that logs have set size. Regards, Igor -- Unsubscribe mailto:mrtg-request@...?subject=unsubscribe ...
Igor Smitran
igor@...
Send Email
Aug 2, 2004
4:05 pm
34708
You need to use host-templates. I've modified the templates from http://mrtg.gvolk.com/template/interface-genericsnmp.template somewhat to make/update all of...
Michael Markstaller
mm@...
Send Email
Aug 2, 2004
6:21 pm
34709
there might be some oid to take a look at: DS1-usage (1.3.6.1.4.1.9.10.19.1.1.9.1.14.3.0&1.3.6.1.4.1.9.10.19.1.1.9.1.15.3.0); but looking on my own stats I...
Michael Markstaller
mm@...
Send Email
Aug 2, 2004
6:33 pm
34710
Hi, I'm using MRTG 2.10.14 on Windows 2003 without problem apart from when trying to use the threshold checking features when MRTG is running as a service. If...
Fairey, Simon
simon.fairey@...
Send Email
Aug 3, 2004
12:33 pm
34711
Hi, I'm not checking disk space (although I have seen quite a few examples on Google etc that do). But all I am doing is specifying the ThreshDir in the global...
Fairey, Simon
simon.fairey@...
Send Email
Aug 3, 2004
1:55 pm
34712
Hi I'm using MRTG 2.10.14 on a Windows NT workstation. I'm to taking the Rx- and TxFrames to check the utilisation of a CSU/DSU equipment. These equiment...
VEN-LOPEZ, MOISES
MLOPEZ@...
Send Email
Aug 3, 2004
3:50 pm
34713
Hi- I've been using MRTG successfully now for a few applications. However, I recently setup some scripts to grab the total memory and used memory of a Linux...
Allon Bendavid
allon@...
Send Email
Aug 3, 2004
9:51 pm
34714
Hi All! Just wondering has anyone encountered any incompatibilities with red hat 9’s ping program and mrtg-ping-probe version 2.2.0? Im getting a whole lot...
Adam Dale
adale@...
Send Email
Aug 3, 2004
10:55 pm
34715
Last time i checked MRTG runs fine on linux and other *nix. -- Attached file removed by Ecartis and put at URL below -- -- Type: application/pgp-signature --...
James Edwards
hackerwacker@...
Send Email
Aug 4, 2004
1:00 am
34716
Since srvany is running the app, try setting the "AppDirectory" for Srvany in the registry, or moving the threshold files to where your running the .cfg files...
Dan Foxley
dfoxley@...
Send Email
Aug 4, 2004
1:49 am
34717
This is really odd, Im using redhat 9 with the latest rrdTool 1.0.48 and the latest ping probe 2.0.1 The output of my ping probe is two numbers. e.g. 50 50 ...
Adam Dale
adale@...
Send Email
Aug 4, 2004
3:43 am
34718
Allon, Without your MRTG config file it is hard to tell what is the cause of not displaying anything for a specific target. Have you checked the...
Koelstra, J. (Jan)
JKoelstra@...
Send Email
Aug 4, 2004
7:45 am
34719
Thanks for your reply Michael, but my as5300 doesn't responde to these OID's. Do you guess what may be the cause? I have 4 E1/DS0 module and all are active. ...
Mehdi Kianpour
mkianpour@...
Send Email
Aug 4, 2004
8:28 am
34720
Please, I'm looking for OIDs about CPU and Memory utilization in Sun machines (Solaris). I found psProcessCpuTime (.1.3.6.1.4.1.42.3.12.1.1.4) but I can't get ...
sprieto@...
Send Email
Aug 4, 2004
12:09 pm
34721
try 1.3.6.1.4.1.9.2.1.57, 1.3.6.1.4.1.9.2.1.58. ... From: <sprieto@...> To: <mrtg@...> Sent: Wednesday, August 04, 2004 4:38 PM Subject:...
Mehdi Kianpour
mkianpour@...
Send Email
Aug 4, 2004
12:24 pm
34722
If the SNMP OID doesn't work again... try this shell script: #!/bin/bash top -b -n 1 > /etc/script_mrtg/noir_top.txt sed 's/%/0/g'...
Stefano Giraldo
stefano@...
Send Email
Aug 4, 2004
12:45 pm
34723
On Wed, 4 Aug 2004 14:43:13 +0200, "Stefano Giraldo" wrote ... top -b -n 1 | \ awk '/^CPU states:/ { gsub("%", ""); print (100 - int($9))}' -- Takumi Yamane...
Takumi Yamane
yamtak@...
Send Email
Aug 4, 2004
1:38 pm
34724
... Sorry... mine was more handicraft... :) Bye, Ste. -- Unsubscribe mailto:mrtg-request@...?subject=unsubscribe Archive...
Stefano Giraldo
stefano@...
Send Email
Aug 4, 2004
2:41 pm
34725
Thanks but i use the SNMP Protocol -- Unsubscribe mailto:mrtg-request@...?subject=unsubscribe Archive http://www.ee.ethz.ch/~slist/mrtg FAQ...
sprieto@...
Send Email
Aug 4, 2004
2:52 pm
34726
Can anyone tell me if it is possible to use a custom external script with either of these Optional Keywords? I am looking for a quick way to add some text to...
Grossman, Benjamin
Benjamin.Grossman@...
Send Email
Aug 4, 2004
5:46 pm
34727
... Benjamin, I'm not certain exactly what you're looking for but it seems this addresses it. You should be able to output the uptime and name of the target in...
Eric Brander
Eric_Mailing_List@...
Send Email
Aug 4, 2004
6:15 pm
34728
I'm compiling mrtg 2.10.14 on a redhat 9 system. (zlib, libpng and gd already exist on the system) when following the guide at this stage my problem starts. ...
Gurtej Deol
gurtejdeol@...
Send Email
Aug 5, 2004
2:50 am
34729
Jan- That was exactly it! Simply the MaxBytes value was too small. Thank you very much. -Allon ... -- Unsubscribe...
Allon Bendavid
allon@...
Send Email
Aug 5, 2004
3:32 am
34730
I have solved this issue and thought I would post the solution in case anyone else suffers it and does a search of the archives. I managed to track it down to...
Fairey, Simon
simon.fairey@...
Send Email
Aug 5, 2004
7:59 am
34731
... System? That's not a valid OID. ... This just means that it can't find the default mibs. You can "fix" that by doing a -M \path\to\mibs\folder parameter I...
Eric Brander
Eric_Mailing_List@...
Send Email
Aug 5, 2004
1:50 pm
34732
I am new to this snmp stuff - could you please let me know if there is any default OID that I can use Thanks Biju ... From: mrtg-bounce@......
Biju Ramachandran
bramachandran@...
Send Email
Aug 5, 2004
1:57 pm
34733
"system" is a valid OID that should work fine for your testing, and should be loaded by default. What OS are you running under? You can try another OID but...
Britt Tabor
Britt_Tabor@...
Send Email
Aug 5, 2004
2:04 pm
Messages 34704 - 34733 of 36905   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help