karlism

Results 13 issues of karlism

Hello, There is an issue with DSN string handling, let me show you an example: ``` $ ./bareos_exporter -dsn=postgres://bareos:bareospw@localhost/bareos panic: missing "=" after "bareos:bareospw@localhost/bareos" in connection info string" goroutine 1...

bug

Running following code, based mostly on [this example](https://github.com/thiezn/iperf3-python/blob/master/examples/client.py) produces error: ``` #!/usr/bin/env python3 import iperf3 client = iperf3.Client() client.duration = 1 client.server_hostname = '127.0.0.1' client.port = 5201 while True: print('Connecting...

### Host operating system: output of `uname -a` `Linux hostname 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux` ### node_exporter version: output of `node_exporter --version`...

bug
accepted

### Host operating system: output of `uname -a` `Linux hostname 4.18.0-240.22.1.el8_3.x86_64 #1 SMP Thu Apr 8 19:01:30 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux` ### blackbox_exporter version: output of `blackbox_exporter --version`...

Hello, Binary assets are missing for latest release, can you please check it out?

Fixes https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource/issues/134

Hello, Latest plugin version does not support high severity numeric value. In older plugin versions following numeric severity values were returned: ``` critical = 4 high = 3 warning =...

##### ISSUE TYPE - Feature Idea ##### SOFTWARE VERSIONS ###### Ansible: ``` ansible 2.9.17 config file = /home/petruha/.ansible.cfg configured module search path = ['/home/username/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location =...

help wanted
PR Required
Enhancement

##### SUMMARY It would be nice to have a network failure detection setting support for distributed virtual switch portgroups. This feature is [already present](https://docs.ansible.com/ansible/latest/collections/community/vmware/vmware_portgroup_module.html#parameter-teaming/network_failure_detection) in `vmware_portgroup` module, but unfortunately is...

feature_request

##### SUMMARY Changed status is always true for tasks that manage DVS portgroups. ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME community.vmware.vmware_dvs_portgroup ##### ANSIBLE VERSION ```paste below ansible [core...

documentation