Wednesday, 14 August 2013

Install Nagios and monitor tools in Ubuntu (and other Linux distros) with setup file

Install Nagios is hard with newbie and install others tools make our must spend much time. But now, we can do it very easy with  OMD - The Open Monitoring Distribution

I will present how to install in ubuntu 13.04.


Note
  • Must change ubuntu to main repo (some other repo can make some dependence errors)

  • Must change
Iregion format tientuts blogspot

after change regional format, need logout or restart to apply.

Install and configure OMD

1. Download omd from http://omdistro.org/download or add repositories.
2. Go to terminal and update list packages:
sudo -s
apt-get update
3. Install omd file (or can install from repo with apt-get install ..)
dpkg -i <file_name>
4. Create first website:
omd create mysite
omd start

5. Go to website:
http://127.0.0.1/mysite
with username: omdadmin  and pass: omd
And go to omdistro.org , nagios and other tools website to read how to use them.

Note:
In ubuntu 13.04, having some error in check_mk user interface.I think install from source is better:
http://tientuts.blogspot.com/2013/08/install-nagios-in-ubuntu-1304-32bit.html

No comments:

Post a Comment