Dirk Moors

Results 7 issues of Dirk Moors

``` , data, cpu_m, filter_value=110) File "/opt/datadog-agent/agent/checks/system/unix.py", line 627, in get_value value = to_float(data[legend.index(name)]) File "/opt/datadog-agent/agent/checks/system/unix.py", line 30, in to_float = lambda s: float(s.replace(",", ".")) ValueError: invalid literal for float():...

Hi, When will the process agent be supported on Alpine Linux? (In my case, inside a Docker container) Cheers!

Hi, In order to be able to use this in my Django Project, I need to be able to use the default Django decorator '@login_required()', which will redirect a user...

enhancement
documentation

Hello, I noticed the "alpine" branch, but it seems to be very outdated. I tried to get it working but I failed. Is there anyone that is still working on...

This PR will add support for the object level permission "view_". This is very useful when integrating this library in a project that uses e.g. Django Guardian to handle the...

When implementing the mod_restful api, I noticed that I would require the user's password to remove an ejabberd user-account? The use case -were I needed mod_restful for in the first...