anarchist Ivanov

Results 41 comments of anarchist Ivanov

The same thing on Fedora: ``` $ tar -tzf victoriametrics-datasource-v0.8.1.tar.gz victoriametrics-datasource/ victoriametrics-datasource/4281.js.map victoriametrics-datasource/8018.js.map victoriametrics-datasource/719.js victoriametrics-datasource/victoriametrics_backend_plugin_darwin_arm64 victoriametrics-datasource/8399.js.map victoriametrics-datasource/6257.js.map victoriametrics-datasource/8877.js victoriametrics-datasource/._5728.js.LICENSE.txt tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.metadata:kMDItemTextContentLanguage' victoriametrics-datasource/5728.js.LICENSE.txt victoriametrics-datasource/3548.js.map victoriametrics-datasource/._8877.js.LICENSE.txt tar:...

Great, I don't see any warnings: ``` $ tar -tzf victoriametrics-datasource-v0.8.2.tar.gz victoriametrics-datasource/ victoriametrics-datasource/4281.js.map victoriametrics-datasource/8018.js.map victoriametrics-datasource/719.js victoriametrics-datasource/victoriametrics_backend_plugin_darwin_arm64 victoriametrics-datasource/8399.js.map victoriametrics-datasource/6257.js.map victoriametrics-datasource/8877.js victoriametrics-datasource/5728.js.LICENSE.txt victoriametrics-datasource/3548.js.map victoriametrics-datasource/8877.js.LICENSE.txt victoriametrics-datasource/5728.js victoriametrics-datasource/4993.js.map victoriametrics-datasource/8793.js victoriametrics-datasource/8890.js victoriametrics-datasource/4555.js victoriametrics-datasource/2781.js victoriametrics-datasource/4566.js.LICENSE.txt victoriametrics-datasource/9706.js.LICENSE.txt...

Can we to have two syntax variants at the same time: list (or dictionary) of dictionaries and list of strings? I think the module could check the type and just...

> module has strict type for each variable Now it's clear, thank you. Yes, this is really worth doing in the next major version.

I think it would be preferable to move the `/metrics` endpoint from the controller to the normal worker. The controller worker may not be used at all since WebUI may...

@peterhirn There is an option to use [graphite metrics](https://rspamd.com/doc/modules/metric_exporter.html) and [prometheus graphite exporter](https://github.com/prometheus/graphite_exporter) to get metrics without password setting. But it looks like rspamd unfortunately provides fewer metrics for graphite....

@peterhirn Thank you. My mail server setup requires more and more bells and whistles. I need mtail to get Exim metrics, and I also need to get logs from the...

Has anyone found any solution for this problem? It seems the simplest solution would be to get the key of each object during iteration. But it looks like this is...

I think there needs to be a choice here because it may depend on the site specific rules. For example, an application might allow any existing user to invite new...

Hello, Liam. I believe this could be used in production-like environments to sent configuration changes using authentication from configuration-management software such as Ansible that operates on the host. At the...