GithubHelp home page GithubHelp logo

Comments (11)

fboender avatar fboender commented on July 24, 2024

Hey Romain!

Thanks for the bug report. It's weird, cause I can't reproduce it with Debian v7.9. I'm running Ansible 2.0.0.2, so it could be that the problem is somewhere in between v2.0 and v2.1.

Can you paste the ""ansible_memory_mb" section from the offending host (looks like it's test.server.com)? That's where the problem should be located.

from ansible-cmdb.

romainrbr avatar romainrbr commented on July 24, 2024
 "ansible_memory_mb": {
      "nocache": {
        "free": null,
        "used": null
      }

Running ansible-cmdb on OSX with the same Json file doesn't trigger any error.

from ansible-cmdb.

fboender avatar fboender commented on July 24, 2024

Hm, that is very strange. It should look like this:

"nocache": { "used": 41, "free": 961 }

from ansible-cmdb.

romainrbr avatar romainrbr commented on July 24, 2024

The host on which I ran ansible -m setup is an OpenVZ VM, which is why there is no cache value.

cat /proc/meminfo | grep Buffers
Buffers:               0 kB

from ansible-cmdb.

fboender avatar fboender commented on July 24, 2024

Ah, that makes sense! Is there a valid "real" action with proper numbers, or is that also unavailable?

from ansible-cmdb.

fboender avatar fboender commented on July 24, 2024

Sorry, I meant "section" instead of "action"

from ansible-cmdb.

romainrbr avatar romainrbr commented on July 24, 2024

I don't think so.

Would it be possible to set the value to 0 if it's returned as "null" ?

from ansible-cmdb.

fboender avatar fboender commented on July 24, 2024

I've just pushed a fix that returns "n/a" for that column in the host overview. It should be able to handle those hosts now. I'ts not a great fix, but the best I can do right now.

from ansible-cmdb.

romainrbr avatar romainrbr commented on July 24, 2024

Thanks a lot!

from ansible-cmdb.

fboender avatar fboender commented on July 24, 2024

You're welcome! Thanks for reporting the bug!

from ansible-cmdb.

fboender avatar fboender commented on July 24, 2024

Oh, if the swap column is also not available, you may also get an error on that. I would be helpful if I had the whole output of ansible setup, so I can check everything. Could you send that to my email address ([email protected]), or is it too sensitive?

from ansible-cmdb.

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.