Daniel Swarbrick

Results 298 comments of Daniel Swarbrick

The script would need to test for this property of the packages returned by the cache: https://apt-team.pages.debian.net/python-apt/library/apt.package.html#apt.package.Package.phasing_applied For example: ``` >>> cache = apt.cache.Cache() >>> [p for p in cache...

This repo is for scripts to be used by _node_exporter_, not windows_exporter. It is packaged by various distros and intended to be used on platforms supported by node_exporter, i.e. Linux,...

The smartmon.sh script is essentially deprecated and superseded by smartmon.py. Since the smartmon.sh script will be removed at some point in future, do you wish to also add equivalent functionality...

I'm pretty sure this is already at least partially implemented by the mdraid sysfs parsing, https://pkg.go.dev/github.com/prometheus/[email protected]/sysfs#Mdraid Drawing attention once again to https://github.com/prometheus/node_exporter/issues/1085 - I really think it's time to mark...

Just for the record, I was planning to refactor squid-exporter's cache_object `get()` function using a custom HTTP RoundTripper. The reason for needing a custom RoundTripper is that the `cache_object://` URI...

Given that there is already https://github.com/prometheus-community/ipmi_exporter, which uses freeipmi, and can probe both local and remote hosts, I think that yet another subtle variant would be redundant.

In `filesystem_linux.go`, you can see that it parses the mount options from the sixth field group, i.e. `rw,relatime` in your case. It ignores the super-options completely. Excerpt from `mount(2)` manpage:...

I have a few concerns remaining about this PR. Firstly, this has the potential to inflate cardinality quite considerably on hosts with a lot of interfaces. The simple ARP entry...

This is quite surprising, since those flags are completely unrelated, and defined in totally different parts of the code. The `--web.config.file` flag is technically not even part of node_exporter -...

Running a git bisect seems to point the finger at #120. Testing the commit immediately before: ``` ~/src/pro-bing ((HEAD detached at 622e8b3))$ go run cmd/ping/ping.go -t 10s 192.168.1.1 PING 192.168.1.1...