lynuxstuff.com
 
Welcome to lynuxstuff.com
Monitoring windows Machine using Nagios PDF Print E-mail
By using nagios we can monitor privite services & attributes like
  1.  Memory usagenagios
  2.  CPU load
  3.  Disk usage
  4.  Service stats
  5.  Running processes etc

Monitoring privite services or attributes of a windows machine requires an agent on it.This agent act as a proxy between the nagios plugin that does the
monitoring and the actual service or attribute of windows machine.Without installing an agent on the windows box,nagios unable to monitor privite services
or attributes.
We are using NSClient++ addon on the windows machine as agent and check_nt plugin communicate with the NSClient++ addon.

Read more...
 
Nagios upgradation from Previous Nagios 3.x release PDF Print E-mail
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 PDF Print E-mail

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

  1. limit network transmited configuration for ipv4 & ipv6
  2. Turn on exe sheild protection
  3. prevent against the common flood attack
  4. Turn on source IP address verification
  5. prevent a cracker from using a spoofing attack against IP address of the server
  6. Log several types of suspicious  packets and redirects

Read more...
 
Cact Network graphing Tool -Installation PDF Print E-mail
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.
Requirementscacti
  1. MySql server
  2. NET-SNMP server (SNMP is used for network management)
  3. PHP with net-snmp module
  4. 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 PDF Print E-mail

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.apache
Enabling webDAV on apache webserver includes the following steps

  1. Install mod_dav module
  2. 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...
 
«StartPrev1234NextEnd»

Page 1 of 4
 
Page Rank Check

paypal

Subscribe

Bookmark and Share




twitt

linux



Online visitors

We have 9 guests online
counter