Danny Kulchinsky

Results 20 issues of Danny Kulchinsky

Hey @zykh! Big fan of this app, but having some difficulty with this on Pop!_OS 18.10 with Gnome 3.30.2 Generally the app works as expected, but all the icons are...

This PR allows disabling the basic authentication in order to support the new Docker Anonymous Pull feature implemented in Nexus 3.6.0 ([NEXUS-10813](https://issues.sonatype.org/browse/NEXUS-10813)) Setting `force_basic_auth: false` will allow anonymous pull. In...

if the `http_port` is not set, the connector port will not be configured. This is relevant when some repositories don't need to be exposed directly, but via a group.

This PR allows the activation of various security realms: - `NuGet API-Key Realm` [`nexus_nuget_api_key_realm: true|false`] - `npm Bearer Token Realm` [`nexus_npm_bearer_token_realm: true|false`] - `LDAP Realm` [`nexus_ldap_realm: true|false`] - `Rut Auth...

This PR allows configuring the Email server parameters and define the task Alert Email address to send task failure notifications.

This (partially) fixes https://github.com/rverchere/vmware_exporter/issues/28 This metric provides labels of the datacenters, clusters, hosts and vms For example: ``` vmware_dc_cluster_host_vm_info{cluster_name="PROD",dc_name="SITE-A",host_name="esx-prod-1.foo.bar",vm_name="foo-vm-1"} 1.0 ``` This metric can be combined to filter subset of...

Hey! first of, thanks for this work 👍 We are now testing this exporter in our environment, one thing we noticed that it takes ~1m32.703s to scrape the vcenter metrics,...

It would be great to add "cluster" label to indicate to which HA cluster the host/vm belongs to. Same, for datastores that belong to a Datastore cluster. We manage multiple...

I can't quite figure out the values of `vmware_vm_cpu_usage_average` metric, for example: ``` vmware_vm_cpu_usage_average{instance="",job="vmware-exporter",vm_name="xyz1"} | 202 vmware_vm_cpu_usage_average{instance="",job="vmware-exporter",vm_name="xyz2"} | 225 vmware_vm_cpu_usage_average{instance="",job="vmware-exporter",vm_name="xyz3"} | 4015 vmware_vm_cpu_usage_average{instance="",job="vmware-exporter",vm_name="xyz4"} | 207 vmware_vm_cpu_usage_average{instance="",job="vmware-exporter",vm_name="xyz5"} | 209 ``` according...

We are running `fluentd v1.2.2` and `fluent-plugin-prometheus v1.0.1` and we've identified few servers that report negative numbers for the `fluentd_output_status_buffer_total_bytes` metric. Element | Value -- | -- fluentd_output_status_buffer_total_bytes{cluster="abc",datacenter="xyz",env="prd",host="kubw-48",instance="x.x.x.x:24231",job="kubernetes-pods",k8s_app="fluentd-logging",kubernetes_namespace="kube-system",kubernetes_pod_name="fluentd-worker-35c9d",kubernetes_pod_node_name="kubw-48",node="kubw-48",plugin_id="object:3fe5d891e918",role="worker",type="forward"} | -19394669...

question