Skip to content

Instantly share code, notes, and snippets.

@gene1wood
Created July 25, 2014 20:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gene1wood/9673278c99440a5a1ac8 to your computer and use it in GitHub Desktop.
Save gene1wood/9673278c99440a5a1ac8 to your computer and use it in GitHub Desktop.
How to build NCPA Nagios Cross Platform Agent RPM from source
# Find your OS version https://iuscommunity.org/pages/Repos.html#release-packages
sudo yum install -y http://dl.iuscommunity.org/pub/ius/stable/CentOS/6/x86_64/ius-release-1.0-11.ius.centos6.noarch.rpm
sudo yum install -y python27 python27-devel python27-pip openssl-devel
sudo pip2.7 install cx_Freeze
git clone https://github.com/NagiosEnterprises/ncpa.git
cd ncpa/build
make build_rpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment