Mario Trangoni

Results 42 issues of Mario Trangoni

Hi @carlpett @breed808, Related to #659, this fixes some `promtool` issues related to the MSSQL sub-collectors `transactions` and `bufman`, adding the `_total` suffix when corresponds, and changing one metric type...

Hi, I have one case for [file.managed](https://docs.saltstack.com/en/latest/ref/states/all/salt.states.file.html#salt.states.file.managed), where salt self changes the default value of *replace* from True to False, printing this warning ```bash [WARNING ] State for file: /boot/efi/EFI/centos/grub.cfg...

Type: Enhancement
Priority: Low

Hi @cryptobioz, First of all, thanks for your job here! This is an issue, but I just wanted to ask you some things, 1. Could you add the **silences** orthogonal...

enhancement

Hi @rtreffer @SuperQ , This issue is related to [#873](https://github.com/prometheus/node_exporter/issues/873). When parsing the `/proc/stat` file, I am missing the latest offline CPUs bunch of metrics (from cpu154 to cpu159). As...

Hi @cavaliercoder, I am monitoring a PSQL 11.5 Server with partitioning configured [pg_partman](https://github.com/pgpartman/pg_partman), and I am seeing some problems with the stats collector since yesterday. I guess, this has to...

**What would you like to be added**: When running the golang linter gocritic, it reports this, ```bash pkg/sample-plugin.go:280:28: hugeParam: setting is heavy (152 bytes); consider passing it by pointer (gocritic)...

enhancement

Hi @sunweaver, This is a trivial update, to use the newest CentOS Stream images instead of the EOL ones from Docker Hub. FTR, from [RHEL9-Beta release notes](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9-beta/html-single/9.0_release_notes/index), the following packages...

Hi, We should integrate [shellcheck](https://www.shellcheck.net/) to the CI. See, ``` $ shellcheck --version ShellCheck - shell script analysis tool version: 0.6.0 license: GNU General Public License, version 3 website: https://www.shellcheck.net...

**What would you like to be added**: I would like to be able to update and manage the [grafana-image-renderer](https://github.com/grafana/grafana-image-renderer) plugin behind a firewall. Would it be possible for hosting this...

type/enhancement

Hi @cavaliercoder @jangaraj, This fix #44 See, ```bash libzbxsystemd.c: In function ‘SYSTEMD_UNIT_DISCOVERY’: libzbxsystemd.c:214:35: warning: comparison between pointer and zero character constant [-Wpointer-compare] 214 | if(NULL != filter || '\0' !=...