Alexander Trost

Results 97 comments of Alexander Trost

@sappykun Sorry for the late response. There seems to be this package available for using A2S with Golang https://github.com/rumblefrog/go-a2s I would have to see when I have time to implement...

From my perspective, as a short-term "workaround," it would be good if there was a way to apply `class`es to the data columns directly, e.g., `rowClass` property, from the `columns`...

I have no experience in Rust, but reading the Tokio docs suggests it might be all about the channel buffer sizes (maybe if a client just takes longer to be...

@tdorsey Thanks for raising the issue! I have gone ahead and updated the Dockerfile to use `debian:buster-slim` and updated the `smartmon.sh` script. Could you please verify that continue to get...

I have looked into the whole thing a bit further, seems that different HDDs might report a different set of SMART values. In my K8S cluster with the v1.1.0 image...

Yeah, there isn't really a good way. Moving the chart in the repo is fine.

@tdorsey ping, any updates on this issue?

@tdorsey As written in the PR, just update the existing dashboard json file. Please add the Grafana version requirement to the README Grafana section.

Could you please post an example metrics output where the pod info is shown instead of the hosts info?

@cgrijs @matanbaruch I have pushed a change to allow specifying `additionalVolumes:` and `additionalVolumeMounts:` in the Helm chart. This in combination with overriding the `HOSTNAME` env var might help fix at...