All services pending state except for Check_MK and Check_MK Discovery

Status update…

I tested a couple of things:

  • Test 0 = I tried installing a version fo checkmk free (the trial version limited to 25 hosts in a VM)
    – Result 0 = that was working fine connecting to agents and reporting data.
    however there was an error in the dash board relating to a few python files that I saw on the checkmk forum that they will be fixing on the next release.
  • Test 1 = So then I created another VM in ubuntu 20.04 and installed checkMK raw
    – Result 1 = It worked.
  • Test 2 = I went back to my original docker instance and cleared the site (after backing up first),
    created a stack based on version 2.1.0p8
    created a site and added a host
    – Result 2 = It worked as expected and pulled data at regular intervals with no services in PEND status.
  • Test 2b = stopped the stack backed up the folder and updated to 2.1.0p9
    – Result = The previous host is still working.
  • Test 2c = Added another host to be monitored, I currently have all services on PEND status, but I’m waiting to see if they change after a while.
    It just populated…
    so…

possible conclusions:

  1. I could have missed something the first time around.
  2. starting from scratch a version 2.1.0p9 might not create the correct config or something,
    so starting the earlier one creates that config correctly
    and then 2.1.0p9 just converts it over and updates the needed settings
    ups… sorry I meant to put this in the #help-me-please channel… but I wanted to dump my progress, before I forget and move on, just in case someone runs into this