Samuel Mutel
Samuel Mutel
Fix #116 Fix #247
Hello, I have setup this dashboard with 2 prometheus datasources. When I switch from one datasource to another one, the jobs are not updated. Thanks.
### Prerequisites - [ ] This issue describes a bug. - [x] This issue describes a feature request. ### Description * requirements and providers share the same information about providers...
Currently it's not possible to setup LDAP authentication (login/password) but to setup local permission in Grafana due to this preflight check. `group_mappings` is only mandatory if you want to manage...
Hello, I don't understand why a old tag of my repo is reported in goreportcard.com ? https://goreportcard.com/report/github.com/smutel/terraform-provider-netbox => v1.3.0 This tag has been released one year ago ... How to...
Hello, The action-golangci-lint worked correctly with version 1.14.1. With version 1.15.0, I have the error message below and lint is no longer working: ``` Run reviewdog/[email protected] with: github_token: *** golangci_lint_flags:...
Hello, In package.json of jenkins for example, in preInstallNotes you have \n. However when you read the preInstallNotes of package jenkins in DC/OS, there is no carriage return. Thanks.
Hello, I am not able to remove `date added` in aggregate object. It seems that using the empty value for `date added` (https://stackoverflow.com/questions/23051973/what-is-the-zero-value-for-time-time-in-go) does not remove the date in the...
Hello, I would like to remove these parameters from an interface: - MacAddress => the library does not accept empty string - Mtu => 0 is not accepted to remove...
Hello, When using this piece of code: ```go description := "Interface de test" name := "default" enabled := false taggedvlans := [] newResource := &models.WritableVMInterface{ Description: description, Enabled: enabled, Name:...