node_exporter_aix
node_exporter_aix copied to clipboard
Prometheus node_exporter clone for AIX servers, written in C++ utilizing libperfstat
Hey! I have successfully installed it but unfortunately, I am unable to show the data on Grafana. As I don't know the query I have seen the examples can you...
On some servers with a large number of diskpaths (several hundred), an error occurs when using the "-D" parameter: ``` /usr/local/bin/node_exporter_aix -cAMmdiabPfvFD Node exporter for AIX version 1.14.3.0 listening on...
Caveat: I am not the best C++ programer. Previously perf objects were allocated on the heap which by default is 96Kb on AIX. When dealing with a large number of...
hello I just want to confirm It doesn't work on AIX 6.1 
We have deployed the exporter to approximately 200 AIX servers of various versions and TL levels with no issues. There are 10 servers, all atleast running AIX 7.1 that are...
On AIX 7.2 TL5, we see segmentation fault on 1.12.1.0, upgraded to latest 1.14.3.0 but that too remains the same. [1]+ Segmentation fault (core dumped) /usr/local/bin/node_exporter_aix -acMdiPf -p 10051 LPAR...
…void the Segmentation fault in some of the AIX servers. free(StructureNames) will be added Script/mutliple.
…to use the perfstat_cpu_t structre to avoid the segmentation fault of some of the AIX servers.
… add for calloc in template file.
Bumps [asio](https://github.com/chriskohlhoff/asio) from `fc901d7` to `a71f523`. Commits a71f523 Fix coroutine detection with recent Xcode. c7d0d4d Add io_uring, updated Windows versions to implementation notes. 5cf33b7 Update async operation requirements to relax...