Skip to content

Instantly share code, notes, and snippets.

@mvberg
Created January 31, 2018 16:37
Show Gist options
  • Save mvberg/d24d83e4a5f0bd8550f590d11d0e13b3 to your computer and use it in GitHub Desktop.
Save mvberg/d24d83e4a5f0bd8550f590d11d0e13b3 to your computer and use it in GitHub Desktop.
install bmon on ec2 ami
$ 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
@zschallz
Copy link

I ran into issues with this on Amazon Linux 2 (libconfuse-devel) being missing.

In the end, I did the following instead:
sudo yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
sudo yum install -y bmon

@akotlar
Copy link

akotlar commented Apr 17, 2024

the 2nd instruction worked for me thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment