User Tools

Site Tools


software:service:check-mk

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
software:service:check-mk [2022/01/09 13:50] – created warnaudsoftware:service:check-mk [2022/01/09 13:54] (current) warnaud
Line 1: Line 1:
 +====== Check-MK ======
 +[[https://checkmk.com/|check-MK]] is installed on [[vm:monitor|Monitor]]\\
 +Interface: [[http://monitor.fortier-family.com/garage/]]
  
 +https://docs.checkmk.com/latest/en/install_packages_debian.html
 +<code bash>
 +Created new site garage with version 2.0.0p17.cre.
 +
 +  The site can be started with omd start garage.
 +  The default web UI is available at http://monitor/garage/
 +
 +  The admin user for the web applications is cmkadmin with password: ****** bitwarden
 +  For command line administration of the site, log in with 'omd su garage'.
 +  After logging in, you can change the password for cmkadmin with 'htpasswd etc/htpasswd cmkadmin'.
 +</code>
 +
 +CentOS7:
 +<code bash>
 +rpm -Uvh ./check-mk-agent-2.0.0p17-1.noarch.rpm
 +firewall-cmd --permanent --add-port=6556/tcp
 +firewall-cmd --reload
 +</code>
 +