Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update formatting and clarify some things.

Table of Contents

Communication between Server

...

and Agent

Password Store

  • This password management module stores

    The password store holds the passwords you use in your checks and special agents in a central place. Please note that this password store is no kind of password safe. Your passwords will not be encrypted.

    All the passwords you store in your monitoring configuration, including this password store, are needed in plain text to contact remote systems for monitoring. So all those passwords have to be stored readable by the monitoring.

  • With Checkmk 2.1 the password store is storing the passwords obfuscated → obfuscated, which still is no encryption → https://checkmk.com/werk/13633

User and role concept

Within Checkmk you can define your own roles and restrict to specific permissions (https://docs.checkmk.com/latest/en/wato_user.html#roles)

Distributed Monitoring

...


  • Communication from central to remote site via tls TLS is possible and recommended
  • centralized Centralized configuration via https HTTPS is possible and recommended
  • Restriction of IP Addresses addresses allowed querying remote sites is possible and recommended
  • If your remote site is not directly accessible via the central Server, you can push the data from the remote to the central Server (https://docs.checkmk.com/latest/en/distributed_monitoring.html#cmcdump)
    • This is only for viewing. No actions/Notifications are possible on the central site for this remote site

Distributed Notifications

...

  • The slave and (notification-)master notification spoolers communicate with each other via TCP. Notifications are sent from slave to master. The master acknowledges to the slaves that the notifications have been received, which prevents notifications from being lost even if the TCP connection is broken.
  • There are two alternatives for the construction of a TCP-connection:

    1. A TCP-connection is configured from

    master to slave.
    1. central site to remote site: Here the

    slave
    1. remote site is the TCP-server.

    2. A TCP-connection is configured from

    slave to master.
    1. remote site to central site: Here the

    master
    1. central site is the TCP-server.

  • Notification spooler connection connections can be encrypted with Checkmk 2.1 → https://checkmk.com/werk/13610

Distributed Event Console

...

The Event Console processes syslog-messages, SNMP traps and other types of events of

...

asynchronous nature.

Checkmk Distributed Agent Bakery

...

You can

...

enable automatic agent updates

...

not only from the central site, but also through the remote sites. This can be useful, if the central site is not accessible directly from hosts monitored on a remote site. The

...

remote site acts as a caching proxy here, which receives connections from the hosts and forwards them through HTTPS to the central site, unless the requested agent is already present in the remote sites cache. This enables secure agent updates in distributed environments, while still being efficient on bandwidth.

Checkmk GUI

You can secure your Checkmk GUI with HTTPS (https://docs.checkmk.com/latest/en/omd_https.html)

User management with LDAP

...

(e.g., Active Directory)

Securing LDAP-

...

connections with SSL (https://docs.checkmk.com/latest/en/ldap.html#ssl)

Automatic Disk space cleanup (https://checkmk.com/de/werk/7569)

We have now added the functionality to clean up the host related files to the disk space cleanup mechanism. This mechanism is enabled by default and cleans up all files of not existing hosts that are older than 1 month by default. If you want to disable this automatic deletion or customize the time horizon, you can configure it in the global settings of

...

the Setup using the "Automatic disk space cleanup" option.

SSO & 2FA


Info

https://checkmk.com/application/files/6516/0034/8003/checkmk2019_-_How_to_set_up_your_checkmk_securely.pdf

...