Re: [dev] POSIX Monitoring tools

2022-06-06 Thread Georg Lehner
Hi LM, Monitoring always sucks 8-] I settled on collectd[1], which ".. has been reported as working on .. AIX". To "unsuck" it a little bit, I compile from sources and leave out every plugin I do not need. My sample "./configure" is below, you might want to leave out even more (chrony, sensor

[dev] POSIX Monitoring tools

2021-11-12 Thread LM
Any recommendations for utilities to monitor AIX systems? Looking for something that follows the suckless.org philosophies preferably written in C. Thanks.