Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
packaging
deb-icinga2
Commits
d699f426
Commit
d699f426
authored
Oct 12, 2018
by
Markus Frosch
Browse files
jessie: Merge systemd changes for 2.10.0
parent
90ff4170
Changes
5
Show whitespace changes
Inline
Side-by-side
jessie/debian/changelog
View file @
d699f426
icinga2 (2.10.0-2) icinga-jessie; urgency=medium
* Merge systemd changes for 2.10.0
-- Markus Frosch <markus.frosch@icinga.com> Fri, 12 Oct 2018 10:14:06 +0200
icinga2 (2.10.0-1) icinga-jessie; urgency=medium
* Update to 2.10.0
...
...
jessie/debian/control
View file @
d699f426
...
...
@@ -8,6 +8,7 @@ Build-Depends: bash-completion,
pkg-config,
debhelper (>= 9),
dh-systemd (>= 1.5),
libsystemd-dev,
flex,
g++ (>= 1.96),
libboost-dev,
...
...
jessie/debian/icinga2-common.icinga2.service
deleted
100644 → 0
View file @
90ff4170
[Unit]
Description
=
Icinga host/service/network monitoring system
After
=
postgresql.service mariadb.service carbon-cache.service mysql.service syslog.target network.target
[Service]
Type
=
simple
UMask
=
0007
EnvironmentFile
=
/usr/lib/icinga2/icinga2
EnvironmentFile
=
/etc/default/icinga2
ExecStartPre
=
/usr/lib/icinga2/prepare-dirs /usr/lib/icinga2/icinga2
ExecStart
=
/usr/sbin/icinga2 daemon -e ${ICINGA2_ERROR_LOG}
ExecReload
=
/usr/lib/icinga2/safe-reload /usr/lib/icinga2/icinga2
PIDFile
=
/run/icinga2/icinga2.pid
[Install]
WantedBy
=
multi-user.target
jessie/debian/icinga2-common.install
View file @
d699f426
...
...
@@ -5,3 +5,4 @@ tools/syntax/nano/icinga2.nanorc usr/share/nano
usr
/
share
/
icinga2
usr
/
lib
/
icinga2
/
prepare
-
dirs
usr
/
lib
/
icinga2
/
safe
-
reload
usr
/
lib
/
systemd
/
system
/
icinga2
.
service
lib
/
systemd
/
system
jessie/debian/rules
View file @
d699f426
...
...
@@ -22,6 +22,8 @@ ifneq ($(findstring $(DEB_HOST_ARCH), mipsel),)
LTO_BUILD = -DICINGA2_LTO_BUILD=Off
endif
%:
dh $@ --with systemd --with bash_completion
...
...
@@ -42,12 +44,14 @@ override_dh_auto_configure:
-- \
-DCMAKE_INSTALL_LOCALSTATEDIR=/var \
-DCMAKE_INSTALL_SYSCONFDIR=/etc \
-DICINGA2_SYSCONFIGFILE=/etc/default/icinga2 \
-DICINGA2_RUNDIR=/run \
-DICINGA2_USER=nagios \
-DICINGA2_GROUP=nagios \
-DICINGA2_COMMAND_GROUP=www-data \
-DICINGA2_GIT_VERSION_INFO=false \
-DICINGA2_PLUGINDIR=/usr/lib/nagios/plugins \
-DUSE_SYSTEMD=ON \
$(UNITY_BUILD) \
$(LTO_BUILD)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment