>I am using the RPM’s for Icinga 1.8.4-4 for RHEL6 64-bit from >http://pkgs.repoforge.org/icinga, which I’m thankful for J > However, I would also like to use Icinga-Web 1.8.4-4
What about Icinga-Web 1.8.4-4 is it that you feel you need, it does not exist... Look at http://sourceforge.net/projects/icinga/files/icinga-web/, fetch the tar file of the latest production build and create your own rpm, its trivial. For example, on a clean build box: # yum install rpm-build.x86_64 redhat-rpm-config.noarch rpmdevtools.noarch # useradd rpmbuilder && su - rpmbuilder $ echo "timestamping = on" >>.wgetrc $ srpmdev-setuptree $ cd rpmbuild/SOURCE $ wget 'http://downloads.sourceforge.net/project/icinga/icinga-web/1.8.3/icinga-web-1.8.3.tar.gz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Ficinga%2Ffiles%2Ficinga-web%2F1.8.3%2F&ts=1367502392&use_mirror=iweb' $ rpmbuild -bb icinga-web-1.8.3.tar.gz As root, add missing deps if you are not able to figure them out ahead of time. jlc _______________________________________________ users mailing list [email protected] http://lists.repoforge.org/mailman/listinfo/users
