Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Status
colourGreen
titleLAST TESTED ON CHECKMK 2.1.0P1


Panel
borderColorblack
bgColor#f8f8f8
titleTable of Contents

Table of Contents

Communication between Server and Agent

...

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

Distributed Monitoring

  • Communication from the central to a remote site via TLS is possible and recommended.
  • Centralized configuration via HTTPS is possible and recommended
  • Restriction of IP 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 remote site and (notification-)central notification spoolers communicate with each other via TCP. Notifications are sent from the remote site to the central site. The central site acknowledges to the remote site 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 the central site to a remote site: Here, the remote site is the TCP-server.

    2. A TCP-connection is configured from a remote site to the central site: Here, the central site is the TCP-server.

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

...