Check MK: Unterschied zwischen den Versionen

Aus Meine Wiki
Zur Navigation springen Zur Suche springen
Zeile 45: Zeile 45:
  
  
;Quick setup OMD auf Ubuntu 16.04
+
SITE            VERSION          COMMENTS
:[https://www.bdjl.de/localhost/?p=4872 Quelle] Feb. 2018
+
root@mail:~# omd create ttt
 +
Adding /opt/omd/sites/ttt/tmp to /etc/fstab.
 +
Creating temporary filesystem /omd/sites/ttt/tmp...OK
 +
Restarting Apache...OK
 +
Created new site ttt with version 1.5.0p7.cre.
  
  wget https://mathias-kettner.de/support/1.4.0p24/check-mk-raw-1.4.0p24_0.xenial_amd64.deb
+
  The site can be started with omd start ttt.
  dpkg -i check-mk-raw-1.4.0p24_0.xenial_amd64.deb
+
  The default web UI is available at http://mail/ttt/
  apt-get -f install
 
  
   E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
+
   The admin user for the web applications is cmkadmin with password: xxxuuuaaa
  apt-get update --fix-missing
+
  (It can be changed with 'htpasswd -m ~/etc/htpasswd cmkadmin' as site user.
  apt-get install traceroute curl dialog  fping graphviz libdbi1 libevent-1.4-2 libltdl7 libnet-snmp-perl
+
)
  apt-get -f install
+
  Please do a su - ttt for administration of this site.
  service apache2 restart
 
  omd create vihome
 
 
 
    Adding /opt/omd/sites/vihome/tmp to /etc/fstab.
 
    Creating temporary filesystem /omd/sites/vihome/tmp...OK
 
    Restarting Apache...OK
 
    Created new site vihome with version 1.4.0p24.cre.
 
 
 
    The site can be started with omd start vihome.
 
    The default web UI is available at http://server/vihome/
 
 
 
    The admin user for the web applications is cmkadmin with password: PassXuXuXu
 
    It can be changed with 'htpasswd -m ~/etc/htpasswd cmkadmin' as site user. )
 
    Please do a su - vihome for administration of this site.
 
 
 
    su - vihome
 
 
 
    cd /opt/omd/sites/vihome/
 
    omd config
 
    WebGUI
 
    own
 
    exit
 
 
 
  apt-get install check-mk-agent xinetd nagios-plugins-basic
 
  apt-get install -f
 
Jjjjj
 

Version vom 12. November 2018, 21:21 Uhr


Check_MK Agent download

Check_MK Agents für Linux, Windows und andere Systeme die auf einen einzelnen Host installiert werden können, befinden sich auf dem Check_MK/Nagios Server, und können von dort geladen werden.

http://omd.server.de/prod/check_mk/agents

Installation Agent
Monitoring Windows with Check_MK
Installing the Linux agent
Monitoring VMWare ESX with Check_MK
Check_MK Config


Quick setup OMD auf


Ubuntu 16.04.5 LTS (2.6.32-042stab127.2).


 apt-get install gdebi-core
 wget https://mathias-kettner.de/support/1.5.0p7/check-mk-raw-1.5.0p7_0.xenial_amd64.deb
 apt-get install curl
 apt-get update
 apt-get update --fix-missing
 gdebi check-mk-raw-1.5.0p7_0.xenial_amd64.deb
 omd version
 ifconfig
 omd sites
 omd create ttt
 omd start ttt


Download

Subscription

Check MK Windows Agent

Geting started


SITE VERSION COMMENTS root@mail:~# omd create ttt Adding /opt/omd/sites/ttt/tmp to /etc/fstab. Creating temporary filesystem /omd/sites/ttt/tmp...OK Restarting Apache...OK Created new site ttt with version 1.5.0p7.cre.

 The site can be started with omd start ttt.
 The default web UI is available at http://mail/ttt/
 The admin user for the web applications is cmkadmin with password: xxxuuuaaa
 (It can be changed with 'htpasswd -m ~/etc/htpasswd cmkadmin' as site user.

)

 Please do a su - ttt for administration of this site.