-
-
Save mvberg/d24d83e4a5f0bd8550f590d11d0e13b3 to your computer and use it in GitHub Desktop.
install bmon on ec2 ami
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git clone https://github.com/tgraf/bmon.git | |
$ cd bmon | |
$ sudo yum install make libconfuse-devel libnl3-devel libnl-route3-devel ncurses-devel automake autoconf | |
$ sudo ./autogen.sh | |
$ sudo./configure | |
$ sudo make | |
$ sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the 2nd instruction worked for me thanks!