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
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 -s3. Install omd file (or can install from repo with apt-get install ..)
apt-get update
dpkg -i <file_name>4. Create first website:
omd create mysite
omd start
5. Go to website:
http://127.0.0.1/mysitewith 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