aptitude -y install mrtg mkdir /usr/local/bin/mrtgx/ vim /usr/local/bin/mrtgx/mem.sh#!/bin/sh USED=`free -b|grep cache:|cut -d : -f2|cut -c1-11` #FREE=`free -b|grep cache:|cut -d : -f2|cut -c12-22` echo $USED echo $USED (more…).. อ่านต่อ ( read more» )
MRTG | tags
MRTG | How to install MRTG without SNMP
MRTG Debian CommandMRTG | Install MRTG Directadmin CentOS 5 32/64bit
DirectAdmin Command CentOS MRTGProblem : MRTG Graph in DirectAdmin cp + CentOS Solutions: yum -y install gd gd-devel libpng libpng-devel zlib zlib-devel net-snmp net-snmp-utils mrtg chkconfig snmpd on cd /etc/snmp/ mv snmpd.conf snmpd.conf.bak vim snmpd.conf############ syslocatio.. อ่านต่อ ( read more» )