Versions Compared

Key

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

Table of Contents

Problem

In addition to this manual, you may face the following issue:

Code Block
languagebash
themeRDark
{
    "title": "Server was about to send an invalid response.",
    "status": 500,
    "detail": "This is an error of the implementation.",
    "ext": {
        "errors": {
            "snmp_v3_credentials": [
                "Unknown field."
            ]
        },
        "orig": {
            "id": "host",
            "domainType": "host_config",
            "value": [
...]
}


Solution

  1. snmp_v3_credentials" is no longer used by checkmk and, therefore, MUST be removed for the API to work.

  2. Log in as site user
  3. grep in ~/etc/check_mk/conf.d/wato for snmp_v3_credentials
  4. Go to Setup → and resave the properties of the hosts and folders found in step 2
  5. Repeat that for all results of step 2
  6. Reschedule the DCD connection again

...