Thanks for your reply. What I meant was the latest version of Icinga-Web, which indeed is 1.8.3. The reason for this is that Icinga-Web 1.7.2 doesn't seem to work with Icinga 1.8.4, at least not in my setup. I know creating my own rpm is easy, but unfortunately our DC doesn't allow that. Is there anyone that can get the RPM of Icinga-Web 1.8.3 on Repoforge?
Best regards, Paul Oldenburg -----Oorspronkelijk bericht----- Van: Joseph L. Casale [mailto:[email protected]] Verzonden: donderdag 2 mei 2013 15:48 Aan: Discussions regarding Repoforge for users Onderwerp: Re: [users] Availability Icinga-Web 1.8.4-4 RPM for RHEL6 64-bit >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
