Setup nagios and check_mk with omd
References on how to setup nagios with check_mk plugin with omd package.
Setup with ubuntu precise32
$ wget http://files.omdistro.org/releases/debian_ubuntu/omd-1.20.precise.i386.deb
$ dpkg -i omd-1.20.precise.i386.deb
$ apt-get -f install
$ dpkg -i omd-1.20.precise.i386.deb
$ omd create test
$ omd start test
=> nagios with check_mk is ready
$ wget http://mathias-kettner.de/download/check-mk-agent_1.2.4p5-2_all.deb
$ dpkg -i check-mk-agent_1.2.4p5-2_all.deb
=> check_mk agent is now ready
$ http://<host-of-nagios-omd>/test
=> open browser to above url and login with default username/password: omdadmin/omd
Reference links
- check_mk official
- check_mk download
- check_mk download archive
- check_mk doc
- check_mk install
- omd
- Example on How To Use Open Monitoring Distribution with Check_MK on Ubuntu 14.04
- Example on How To Install Nagios 4 and Monitor Your Servers on Ubuntu 14.04