Þórhallur Sverrisson

Results 31 comments of Þórhallur Sverrisson

I have written a node_exporter for AIX at work. It is a C++ project though. I'm asking around if I can publish it for others to use. I have been...

Got the green light, the code lives here: [node_exporter_aix](https://github.com/thorhs/node_exporter_aix). Feel free to link to it from the README. There is a .bff package built from these sources using AIX 7.2....

@SuperQ Regards to Power hardware, are you looking for occational compilation/testing, or more of a remote access? I could probably perform the compilation, but I will probably not be able...

@SuperQ I experimented yesterday with writing a Go module to access the data I have in the C++ version (https://github.com/thorhs/aix_libperfstat). It seems to be working fine when testing locally. It...

I went ahead and tried to implement diskstats_aix.go, see https://github.com/thorhs/node_exporter/tree/diskstats_aix. Now, I'm new to the node_exporter build process, but i followed along the instructions which led me to just 'make'....

Small update, this seems to be related to static linking the library into the go code. If I compile without the static flags, the binary runs correctly (or at least...

For me, leaving out `tm_name = "20"` in the test policies, in bigip/resource_bigip_ltm_policy_test.go makes this work. Looking at the JSON that is being sent over to the F5 box, it...

I updated the tests to be successful, sorry for not doing that initially. As part of this PR, I switched the steps function to return a duration, in stead of...

I too would really like a time series heatmap. Has someone implemented a workable solution/workaround to plot these? If I were to take a shot at implementing them, is there...

Hmm, created a pull request too soon. Apparently some further code changes are needed. I only tried to front page which works fine, but once I hit the 'GO' button,...