The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
16 views

MRTG — Setting Date for Old Data

I have installed MRTG on ubuntu server to monitor network infra. In that I am only getting present day data. I want to know old data also, how can I get the old data. Please help me
-3
votes
1answer
66 views

Graphing IPv6 Traffic from Cisco Switches [closed]

I am interested on how to graph Ipv6 traffic in my network using Cacti? Any help is appreciated.
1
vote
0answers
69 views

What is the correct way to log PHP script's execution time and memory usage?

I want to monitor the execution time and memory usage for my web application running on Nginx + FPM. To that end, I am generating execution time and memory data in the page footer. I can also insert ...
1
vote
1answer
106 views

Network devices bandwidth monitoring and graphing with open source components?

We can use ganglia to monitor metrics on servers, but it does not seem to be an option for network gear monitoring. To monitor bandwidth of a switch, we need to either poll the port through SNMP ...
0
votes
1answer
67 views

MRTG Graph Positoning

I have deployed MRTG 2.16.2. This is running without any issue, The problem is the graph moves Left to Right as in the image. Can we make it Right to Left.
0
votes
1answer
103 views

MRTG Configured; Need to monitor 1-2 Interfaces; Not All

I have configured MRTG on Ubuntu machine & Its working great. I have have configured it for our MPLS router. In that there are many ports which being monitored. I don't want all to be monitored. I ...
0
votes
1answer
139 views

MRTG does not give precise value or converts wrong?

By example: I have SNMP response value 59757296, passed to MRTG via conf ("business as usual"). The value is in bytes (I checked specs of the target device plus web interface of device confirms). In ...
3
votes
1answer
217 views

How to monitor dynamic network interfaces with MRTG? (*nix)

Every time I restart my OpenVPN tunnel it increments interface's number and breaks MRTG graph for the interface. IF-MIB::ifName.76 = STRING: tun_w after restart: IF-MIB::ifName.77 = STRING: tun_w ...
0
votes
1answer
151 views

MRTG reseting a particular log file

Through my MRTG I am trying to monitor my CPU Load and Disk usage. I am generating 2 graphs, the 2 respective log files are xband-disk.log file, containing hard disk statistics and xband.cpusum.log ...
2
votes
3answers
340 views

MRTG Total Throughput in Week/Month

We have been running MRTG for quite some time to keep an eye on our router usage at remote offices. We now have a need to see roughly how much data (pref in GB) has been transferred over the link. ...
2
votes
1answer
1k views

“Unable to open MRTG log file” error with nagios and mrtg

We have a strange issue with our setup of icinga / nagios and mrtg. Icinga is working great and has no problem, it can monitor basically everything without issues. We setup mrtg to gather bandwith ...
0
votes
1answer
146 views

Single IP attack or other issue?

Description of incident: I notice in my MRTG panel that httpd processes have climbed to 800 ( our maximum ), but all other parameters are normal ( cpu, memory, traffic ) I immediately ran a nestat ...
2
votes
3answers
775 views

real time traffic monitoring with rrd

Is there any way to monitor bandwidth in visualization form with RRDTool?
0
votes
1answer
502 views

MRTG bandwidth not accurate

I have MRTG with RRDTool configured to monitor the bandwidth on a switch, it is set to measure the traffic in bits. For the interface I need monitored it is showing this: Description: ...
3
votes
3answers
888 views

MRTG + RRDTool Hourly Graph

I am using MRTG + RRDtool to monitor the bandwidth on each switchport of a Cisco Catalyst 2950 via snmp. Is MRTG capable of generating an hourly graph? With RRDtool I was able to set the interval to 1 ...
0
votes
1answer
215 views

mrtg not allowing me to view various devices

I'm running mrtg on ubuntu to monitor my Cisco switches, and it works fine for one device. However, when I attempt to add a second switch, the index.html file created by mrtg only shows me ...
3
votes
2answers
155 views

Is it feasible to poll traffic readings from Cisco switches more often than every five minutes?

Putting together a simple MRTG-like setup to monitor the load on our network switches. I've been told that Cisco switches are set up to be polled every five minutes, but we would like to get more ...
0
votes
1answer
112 views

mrtg straight graphing

How to correct this type of straight graph..., When my devices once reboot i begin to get the attached type of straight graphs.. Kindly help. mrtg create this type of straight graph when device ...
0
votes
2answers
440 views

Make MRTG graph Titles more Specific?

MRTG defaults to titling each traffic graph as "Traffic Analysis for ${port_int}" I would like to instead have each graph titled by the description of the switchport. How could I do this?
2
votes
2answers
4k views

Example mrtg config to monitor Cisco CPU/memory usage

I have an existing basic MRTG setup done using cfgmaker to monitor the traffic of our Cisco router. I'd like to add configuration sections to mrtg to have it monitor the CPU usage (min/avg/max if ...
1
vote
1answer
513 views

MRTG - Dell Power Connect Switch - updating graphs after adding machines to switch

I have some power connect switches and I use MRTG to monitor them, though I noticed that if I plug a new server into one of the switches MRTG does not update to display this. for example I just ...
3
votes
1answer
165 views

How i can monitor Http hits using mrtg?

Greetings ... How i can monitor Http hits using mrtg on linux server (RedHat) ? and what are the requirements for that process?
0
votes
4answers
925 views

use mrtg to indentify bandwidth hogs

Can I use my mrtg setup to somehow identify which IPs are eating all my bandwidth? Or is there another tool that I can use to do this against my Cisco PIX? Thanks!
1
vote
1answer
889 views

configure mrtg on ubuntu linux and IP alias

Hello I have configured MRTG for bandwidth monitoring, and seems to work, now, how can i configure MRTG to monitoring IP aliases? I mean with ifconfig: eth0 eth0:1 eth0:2 eth0:1 and eth0:2 are ...
1
vote
0answers
549 views

Monitor traffic in Solaris zones

We want to monitor traffic on vnic (ip type is set to exclusive) assigned to Solaris zone. Unfortunately we have IF-MIB::ifInOctets = 0 on the interface counters as from snmp running in global zone, ...