datamuc

Results 9 issues of datamuc

Hi, thanks for this tool, I made some patches. If you're interested merge/cherry-pick if not... well, then not :shrug:

Please port this to [emojicode](http://www.emojicode.org/)

https://github.com/QubitProducts/exporter_exporter/blob/f1fb610e35e2ce467b76afbbc0a8138a3abb051b/service_windows.go#L10 All the other files use "github.com/sirupsen/logrus" and it looks it could be used as a dropin replacement, replacing the import line with ``` log "github.com/sirupsen/logrus" ``` seems to do...

See also commit message. Actually a key "validate_metrics" with a "true" default value would be better, but my go knowledge is too limited. So, I've introduced "no_validate_metrics"

This fixes the table datastructure http://docs.grafana.org/plugins/developing/datasources/

https://github.com/Griesbacher/nagflux/blob/ea877539bc49ed67e9a5e35b8a127b1ff4cadaad/config/Config.go#L38 If the influxdb connection is secured by TLS, i guess we need an option to provide CA certificates. For example to provide a company's own CA. This may also...

enhancement

https://github.com/progit/progit2/blob/d9acee50e367e82a1dfddd88ca0e5e00c2cc95d5/book/04-git-server/sections/protocols.asc?plain=1#L87-L109 I think instead of installing that hook the code block should look like this: ``` $ cd /var/www/htdocs/ $ git clone --bare /path/to/git_project gitproject.git $ cd gitproject.git $ git...

**Describe the bug** The service doesn't show a pnp graph for all the metrics emitted in check_multi format **Thruk Version** ``` OMD - Open Monitoring Distribution Version 5.11.20230429-labs-edition, Python version...