Re: [dev] POSIX Monitoring tools
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
Any recommendations for utilities to monitor AIX systems? Looking for something that follows the suckless.org philosophies preferably written in C. Thanks.