You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just needed to compile monitoring-plugins for Ubuntu 20 by myself. In the Readme i can read this:
For instructions on installing these plugins for use with your monitoring system, see below. In addition, generic instructions for the GNU toolchain can be found in the INSTALL file.
Maybe i missed it, but i cant find it?
The text was updated successfully, but these errors were encountered:
hm, yeah, bootstraping problem.
There is no dedicated INSTALL file and the generic one (from automake) is only there after autoreconf was executed.
This is no problem if you get the tarball from the website, which is historically the way to go (pre-git(hub) that is).
For the git repo try:
automake --add-missing
autoreconf
./configure
make -j $(nproc)
Hello!
I just needed to compile monitoring-plugins for Ubuntu 20 by myself. In the Readme i can read this:
Maybe i missed it, but i cant find it?
The text was updated successfully, but these errors were encountered: