Versions Compared

Key

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

...

  1. SetupGeneralGlobal settingsAUTOMATIC AGENT UPDATESConnection to the central agent bakery
    Connection to central agent bakery


    Place checks on both URL to central site & Automation User for connection to central site. Fill in the information for the appropriate URL.
    Screenshot of Edit global settings for Connection to the central agent bakery


  2. Now you can update the host.

    Code Block
    languagebash
    themeRDark
    root@linux:~# cmk-update-agent -v
    
    +-------------------------------------------------------------------+
    |                                                                   |
    |  Check_MK Agent Updater v2.0.0b5 - Update                         |
    |                                                                   |
    +-------------------------------------------------------------------+
    Getting target agent configuration for host 'myremotesite' from deployment server
    Target state (from deployment server):
      Agent Available:     True
      Signatures:          1
      Target Hash:         1ef2302ca00a9b89
    Agent 1ef2302ca00a9b89 already installed.
    

    .

  3. In 'SetupGeneral Global settings AUTOMATIC AGENT UPDATES' there is now a new second option for the distributed Agent Bakery:

    Screenshot of URL from host to remote site. Certificates for HTTPS verification

    Configure an alternative URL for the connection from the host to remote Agent Bakery. If not configured here, the URL from distributed monitoring configuration is used instead. You might often want to make this a site-specific global setting at the distributed monitoring configuration because this URL is likely different for every remote site.

...