Im trying to roll out the new Icinga for Windows Client. Installing it and generating the CheckCommands all works fine.
After uploading the basket to the director and then trying to restore it i get the following error:
Failed to load director_datalist “11” (DbObject.php:642)
Small world, isn’t it? Maybe one day we’ll meet at the Waldviertler IT-Stammtisch?
Thanks for the tipp! I indeed had no datalist with id 11. I insterted it myself now:
INSERT INTO director_datalist (id, list_name, owner) VALUES (11, ‘test’, ‘user’);
After that the basket import worked like a charm.
I probably deleted the the datalist a while ago when i did some testing and some templates/hosts where still using it - funny that this is even possible