I am sharing with you SNMP with MRTG steps :- First we are going to install SNMP service. [root@map /opt]# rpm -qa | grep snmp [root@map /opt]# yum install net-snmp net-snmp-utils [root@map /opt]# service snmpd start [root@map /opt]# chkconfig –add snmpd [root@map /opt]# chkconfig –levels 2345 snmpd on [root@map /opt]# snmpwalk -v 1 -c public [...]
Archive for the ‘monitoring tool’ Category
How to SNMP with MRTG
Oct-11th-2010
By piyushmap in Linux tutorials, monitoring tool
Howto install nagios on centos/fedora/Redhat
Mar-24th-2010
By piyushmap in Linux tutorials, monitoring tool
Hi, Today I was hunting about monitoring tool in linux and found lots of monitoring tools (i.e. Nagios, openNMS, Cacti etc..) And I try to install nagios. You can also install nagios by following steps :- Prerequisites: Apache PHP GCC compiler GD development libraries PERL Modules RRDTOOL And you can install these packages through yum:- [...]
