Package Details: icinga2 2.14.2-1

Git Clone URL: https://aur.archlinux.org/icinga2.git (read-only, click to copy)
Package Base: icinga2
Description: An open source host, service and network monitoring program
Upstream URL: https://icinga.com/
Licenses: GPL
Replaces: icinga2-common
Submitter: bebehei
Maintainer: julianbrost
Last Packager: julianbrost
Votes: 39
Popularity: 0.71
First Submitted: 2014-06-23 01:10 (UTC)
Last Updated: 2024-02-18 12:46 (UTC)

Latest Comments

« First ‹ Previous 1 .. 9 10 11 12 13 14 15 Next › Last »

bebehei commented on 2014-09-10 17:56 (UTC)

Thanks for the improvement. I'll add the changes in a few minutes. After building it on my own machine.

msierks commented on 2014-09-10 17:14 (UTC)

Updated pkgbuild for 2.1.0 - http://pastebin.com/Yc9XuCXn Removed postgresql from depends. Added libmariadbclient and postgresql-libs to makedepends. This will build with support for both postgres and mysql databases. Though these libs are optional when running. Might want to add mariadb and postgresql to optdepends as well. Also added python-setuptools as makedepends as it would not build without.

bebehei commented on 2014-08-14 03:19 (UTC)

yeah, they should be dependencies.

azeotrope commented on 2014-08-14 03:17 (UTC)

yeah I've noticed that too, but with mysql. I didn't have mysql installed before and becuase of that it didn't compile and package the mysql ido library. In that case shouldn't both mysql and postgresql be dependencies?

bebehei commented on 2014-08-14 02:11 (UTC)

As I have seen in the source-code, cmake checks during build for postgresql/mysql and builds db_ido support if the necessary libs are available. If I put it into the opt-array, icinga2 will get built without postgresql/mysql support and you won't be able to change that later after installation. You have to rebuild the whole package. I think I have to add it to opt-array and make-array. But tbh idk what to do here. I'm not an experienced packager.

azeotrope commented on 2014-08-13 07:30 (UTC)

OK, fair enough. I don't think postgres should be a hard dependency, since you can choose to use mysql instead or to use neither. Shouldn't both be optional dependencies like the plugins?

bebehei commented on 2014-08-12 09:30 (UTC)

bison is included by the package-group base-devel, which you should have installed anyway if you want to compile and pack something

azeotrope commented on 2014-08-12 00:26 (UTC)

Thanks bebehei. Also looks like bison is a make dependancy.