Benoît Knecht

Results 8 issues of Benoît Knecht

## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...

enhancement

On Linux, some interfaces don't have a speed attribute, such as `lo` for instance. In that case, `cat /sys/class/net/lo/speed` returns: cat: /sys/class/net/lo/speed: Invalid argument which causes Interface.speed to throw an...

`rados.NewConnWithUser(user string)` expects `user` to be a simple user ID (e.g. `admin`), while `rados.NewConnWithClusterAndUser(clusterName string, userName string)` expects `userName` in the form `client.` (e.g. `client.admin`). Omitting the `client.` prefix in...

**What this PR does / why we need it**: Add a `server.debug` option (that defaults to `false`) to enable the `/debug/fgprof` endpoint in Promtail. **Which issue(s) this PR fixes**: Fixes...

keepalive
size/M
area/docs
type/docs

##### SUMMARY The cache directory can be specified with variables that are expanded by DNF, e.g. ``` cachedir=/var/cache/yum/$basearch/$releasever ``` But the `dnf` module would use that path literally, instead of...

test
module
stale_ci
bug
affects_2.15

According to the Alertmanager documentation, the `details` option of `pagerduty_config` defaults to ``` [ details: { : , ... } | default = { firing: '{{ template "pagerduty.default.instances" .Alerts.Firing }}'...

stale

### pynetbox version v7.1.0 ### NetBox version v3.4.3 ### Python version 3.9 ### Steps to Reproduce Using an API token that cannot POST on the `/dcim/devices/` endpoint for instance, try...

type: bug
status: accepted

### Fixes: #591 If the API token is not allowed to POST on a particular endpoint, choices won't be returned in `.actions.POST`, but we can still get them in `.actions.PUT`....