Checkmk server: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
Zeile 10: Zeile 10:
 
*http://<IP>/willux
 
*http://<IP>/willux
 
[[Datei:checkmk-1.png]]
 
[[Datei:checkmk-1.png]]
 +
=Passwort ändern=
 +
*su - willux
 +
*htpasswd -m ~/etc/htpasswd cmkadmin
 +
  
 
==Client anlegen==
 
==Client anlegen==

Version vom 8. Oktober 2020, 10:47 Uhr


Installation

Projekt anlegen und starten

  • omd create willux
  • omd start willux

Login

  • http://<IP>/willux

Checkmk-1.png

Passwort ändern

  • su - willux
  • htpasswd -m ~/etc/htpasswd cmkadmin


Client anlegen

  • Hosts -> New host

Encryption

  • Host & Service Parameters -> Access to Agents -> Encryption -> Encryption secret
  • Host & Service Parameters -> Access to Agents -> Encryption -> Drop unencrypted Data

Monitoring Agents

Secret

Linux

  • cat /etc/checkmk/encryption.cfg
ENCRYPTED=yes
PASSPHRASE='sysadm'

Windows

  • C:\ProgrammData\CheckMK\Agent\check_mk.user.yml
global:
  encrypted: yes
  passphrase: sysadm

Fehlerbehandlung

Disabled Services

Eigenen Check einbinden

Alarmierungen

Eigenes Notification script

Notification-parameter

Links