分类目录

Howto: Installation & Config Cacti & Nagios

OS: Redhat AS 5 # uname -a Linux hzserver2 2.6.18-8.el5 #1 SMP Fri Jan 26 14:15:21 EST 2007 i686 i686 i386 GNU/Linux

Installation # yum install net-snmp net-snmp-utils # yum install mrtg # yum install cacti # yum install nagios nagios-devel nagios-plugins nagios-plugins-all

Cacti Configuration # mysql -u root -p -e ‘create database [...]

Howto: 安装使用MRTG,服务器性能监控,CPU / MEM / IO / Network

项目需要对版本进行比较,对比各种运行的性能,包括 CPU / MEM / IO / Network 等等。 开源的软件有:MRTG / Cacti / Nagios etc.

1. Redhat AS 5 # yum install mrtg net-snmp net-snmp-utils snmpd configuration com2sec notConfigUser localhost public group notConfigGroup v1 notConfigUser group notConfigGroup v2c notConfigUser view systemview included .1.3.6.1.2.1.1 view systemview included .1.3.6.1.2.1.25.1.1 access notConfigGroup “” any noauth exact all all [...]