|
|
|
Nagios upgradation from Previous Nagios 3.x release |
|
|
|
|
Before upgrading you should have a good backup of existing nagios installation and configuration files.If anything goes wrong,then this will allow you to rollback to your old version. Nagios upgrading don't even need root access.We can do this as 'nagios' user.
Become nagios user by su or sudo command su -l nagios Remove the following old html files that were used by web frontend.The have been replaced by PHP equivalents rm /usr/local/nagios/share/{main,side,index}.html
|
|
Read more...
|
|
sysctl is an interface that allows you to make changes to a running linux kernel.With /etc/sysctl.conf,you can configure various linux networking and system setting such as - limit network transmited configuration for ipv4 & ipv6
- Turn on exe sheild protection
- prevent against the common flood attack
- Turn on source IP address verification
- prevent a cracker from using a spoofing attack against IP address of the server
- Log several types of suspicious packets and redirects
|
|
Read more...
|
|
|
Cact Network graphing Tool -Installation |
|
|
|
|
Cacti is a network graphing tool similar to MRTG.It is a complete front end to RRDtool,it stores all of the necessary information to create graphs and populate them with data in MySql database.The front end is completely PHP driven.
Requirements - MySql server
- NET-SNMP server (SNMP is used for network management)
- PHP with net-snmp module
- Web server
Before going to cacti installation,the required software should be installed and configured Configuring MySql server Set root password mysqladmin -u root password NEWPASS create 'cacti' MySql database mysql -u root -p -e 'create database cacti' Create 'cacti' user with some pass mysql -u root -p mysql> GRANT ALL ON cacti* TO cacti@localhost IDENTIFIED BY 'SOMEPASS'; mysql> FLUSH privileges;
|
|
Read more...
|
|
Setting up WebDAV with Apache webserver |
|
|
|
|
WebDAV stands for web based Distributed Authoring and Versioning.And it is a set of extension to the http protocol that allows users to directly edit files on the apache server so that they do not need to be downloaded/uploaded via FTP. Enabling webDAV on apache webserver includes the following steps - Install mod_dav module
- Edit apache configuration file to tell the directory in which to enable webDAV services
Get mod_dav module using wget - wget http://www.webdav.org/mod_dav/mod_dav-1.0.3-1.3.6.tar.gz
Then extract the package and install - ./configure
- make
- make install
|
|
Read more...
|
|
|
|
|
|
|
Page 1 of 4 |