Giter Club home page Giter Club logo

Comments (7)

kain88-de avatar kain88-de commented on June 19, 2024

Sure this only happens since p5? I did change the path handling in p4. I also just checked the tests I added and found that I generate paths in a loop. So to get "/Blub/Baa" I first create "/Blub" and then "/Blub/Baa". The error also says that the REST API only wants to create the last folder given. Or in other words. This behaves like mkdir and not mkdir -p. So my assumption is this has happened before.

from ansible-collection-checkmk.general.

elwood218 avatar elwood218 commented on June 19, 2024

Yea I have tested it with p4 and there it worked. And yes it creates like „mkdir“ because „mkdir -p“ was not working in the beginning.. but I don’t understand what this has to do with the problem?!

from ansible-collection-checkmk.general.

kain88-de avatar kain88-de commented on June 19, 2024

The error message you have written says that the parent folder /blub/blub/bla does not exist. Since the rest endpoint does not create parent folders this message is expected. We can fix this in the rest api or let the ansible module deal with that.

from ansible-collection-checkmk.general.

elwood218 avatar elwood218 commented on June 19, 2024

Ok.. I have copied the module and fixed it locally by myself anyway. So just take it as notice and do what you think is ok..

The parent folder is already existing and its folder ID (not title!) is: ~BLUB~blub~BLA
The module does a .lower() and then the the ID of the folder is like in the output and it searches for the id ~bla~blub~bla and does not find it.

The .lower() is since march in the module so anything real strange was done by the API which did not throw this error and it was working like expected and folders got created. But since p5 ist was not working anymore and I debugged it several hours before I created this issue.

from ansible-collection-checkmk.general.

elwood218 avatar elwood218 commented on June 19, 2024

Btw.. and just fyi - I also fixed the host module which was not working anymore. The API Maybe was sending not the first / before and now it does.. so to fix the host module just remove the slash which is set by the module:

OLD:

current_folder = "/%s" % extensions.get("folder", "")

NEW:

current_folder = "%s" % extensions.get("folder", "")

from ansible-collection-checkmk.general.

robin-checkmk avatar robin-checkmk commented on June 19, 2024

@elwood218 your issue should be fixed with #147. It will be included in version 0.9.0 which will be released today.
Can you verify that the fix works for you too and close this issue if so?

from ansible-collection-checkmk.general.

robin-checkmk avatar robin-checkmk commented on June 19, 2024

Closing this due to staleness, as there is another fix in 993b4ce.

If there is anything else, please open a new issue.

from ansible-collection-checkmk.general.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.