Displaying 5 results from an estimated 5 matches for "growright".
2008 Feb 28
3
MRTG question on CentOS
...nd running on CentOS, but the displayed http page
says that I don't have permission to access /mrtg/ on the server.
Here are my commands
yum install mrtg
vim /etc/httpd/conf.d/mrtg.conf
/etc/init.d/httpd restart
cfgmaker --global 'WorkDir: /var/www/mrtg' --global 'Options[_]:
bits,growright' --output /etc/mrtg/mrtg.cfg public at 10.200.200.1
mrtg /etc/mrtg/mrtg.cfg
env LANG=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg
env LANG=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg (type again, per the MRTG
instructions)
For what it's worth, when I 'tail /etc/httpd/logs/error_logs", I get the
foll...
2002 Dec 31
0
MRTGscript - Update
...Rejected connections from you /var/log/messages file #
# # #
# ######################################################################
# Target[Hits]: `perl /path/to/hits.pl -reject`;
# Options[Hits]: gauge, noinfo, growright, transparent, nopercent, noo
# WithPeak[Hits]: ymw
# MaxBytes[Hits]: 10000
# Colours[Hits]: GREEN#00eb0c,BLUE#1000ff,DARK GREEN#006600,VIOLET#ff00ff
# YLegend[Hits]: Hits
# ShortLegend[Hits]: Hits
# Legend1[Hits]: Hits
# Legend2[Hits]: Hits
# LegendI[Hits]: Hits:
# LegendO[Hits]: Hits:
#...
2008 Jul 22
0
snmp mrtg physCPU
...this small task.
Someone has an idea or a finished (python|Perl)-script for this simple task?
regards Torsten
---%<---
# mrtg.conf xen0
Target[lion.load]:.1.3.6.1.4.1.2021.10.1.5.2&.1.3.6.1.4.1.2021.11.11.0:public@lion
MaxBytes[lion.load]: 100
AbsMax[lion.load]: 1000
Options[lion.load]: growright transparent integer nopercent gauge
ShortLegend[lion.load]: %
LegendI[lion.load]: System Load
LegendO[lion.load]: CPU Idle
WithPeak[lion.load]: wmy
---%<---
[1]http://sourceforge.net/mailarchive/message.php?msg_name=484941C2.8060903%40liverpool.ac.uk
[2] http://www.gplhost.com/software-dtc-xen....
2008 Aug 08
1
MRTG Problem - no traffic recorded
...andwidth usage on tenchi.4th-age.com (Internet)
PageTop[vlan10]: <H1>Traffic stats on VLAN 10 (Internet)</H1>
Target[vlan10]: `ifconfig vlan10 |
/usr/bin/awk '/bytes/{ gsub(/:/, " "); print $3 "\n" $8}'`
MaxBytes[vlan10]: 12500000
Options[vlan10]: noinfo, growright, bits
WithPeak[vlan10]: wmy
The Target is all on one line in the file.
This config worked fine on my old firewall, but on the new, I get this
in the log files:
[root at tenchi mrtg]# head /var/lib/mrtg/vlan10.log
1218175802 -1 -1
1218175802 3 3 3 3
1218175501 3 3 3 3
1218175500 3 3 3 3
When te...
2009 Jan 23
5
cpu load monitoring
Hi,
I have a server running Centos 5.2 and am implementing a GIS mapserver app. I
have some sample logs from another implementation that give me an idea of
bandwidth requirements but I would like to check the cpu load. I can not be
at the server during the test and am interested in knowing if there is
logging of cpu load available. Anyone have experience with this?
Recommendations?
Dave
--