tcpdump is a common command line packet analyzer.It allows the user to intercept and display TCP/IP and other packets being transmitted or received over a network to which the computer is attached.tcpdump works on most UNIX like operating systems. USAGE: #tcpdump –Display standard tcpdump output #tcpdump -v ,-vv, -vvv –Display more detailed output. #tcpdump -D –Display available network interfaces for capturing #tcpdump -n [...]
Posts Tagged ‘network monitoring’
Let see how to install and configure mrtg with this article. Required packages mrtg-2.10.15-1.i386.rpm net-snmp net-snmp-utils Prerequisite: snmp should be configured and running Change the permissions of the directory #chmod 777 /var/www/mrtg Generate a configuration file #cfgmaker –output=/etc/mrtg/mrtg.cfg -ifref=ip –global “workdir: /var/www/mrtg” –global ‘options[_]: growright,bits’ user@192.168.0.10 Edit the configuration file and make the necessary changes. #vi /etc/mrtg/mrtg.cfg then run mrtg #export env LANG=C (add this entry to /etc/profiles to export this entry on boot time) #/usr/bin/mrtg /etc/mrtg/mrtg.cfg Create an html [...]
Nagios is a popular open source computer system and network monitoring software application. It watches hosts and services, alerting users when things go wrong and again when they get better. Installation includes the following steps Create user account for nagios #useradd nagiosnagios #passwd nagios Create group named ‘nagioscmd’and add users naios and apache to this group #groupadd nagioscmd #usermod -a -G nagioscmd nagios #usermod -a -G nagioscmd apache Create installationn directory in /usr/local #mkdir /usr/local/nagios Then download nagios & nagios [...]





