Your message dated Fri, 27 Jan 2017 07:48:44 +0000
with message-id <e1cx1h2-0005ti...@fasolo.debian.org>
and subject line Bug#846848: fixed in check-mk 1.2.8p16-1
has caused the Debian Bug report #846848,
regarding check-mk: Provides binary package for nagios3 which has been removed
from unstable
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
846848: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=846848
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: check-mk
Version: 1.2.6p12-1
Severity: normal
Tags: patch
Dear Maintainer,
Please update your package to deal with the nagios3 removal from Debian
(#845765).
Consider applying the attached patch.
Kind Regards,
Bas
>From 6a4eb878a7c58b971833e6f38fea528069a7facc Mon Sep 17 00:00:00 2001
From: Bas Couwenberg <sebas...@xs4all.nl>
Date: Sat, 3 Dec 2016 18:12:35 +0100
Subject: Drop binary package for nagios3 which is no longer in Debian.
---
debian/README.Debian | 13 ++----
debian/apache.nagios3 | 76 ------------------------------
debian/changelog | 7 +++
debian/check-mk-config-nagios3.install | 2 -
debian/check-mk-config-nagios3.links | 2 -
debian/check-mk-config-nagios3.postinst | 83 ---------------------------------
debian/check-mk-config-nagios3.postrm | 32 -------------
debian/check-mk-config-nagios3.preinst | 10 ----
debian/check-mk-config-nagios3.prerm | 0
debian/control | 19 +-------
debian/defaults.nagios3 | 54 ---------------------
debian/rules | 5 --
12 files changed, 14 insertions(+), 289 deletions(-)
delete mode 100644 debian/apache.nagios3
delete mode 100644 debian/check-mk-config-nagios3.install
delete mode 100644 debian/check-mk-config-nagios3.links
delete mode 100644 debian/check-mk-config-nagios3.postinst
delete mode 100644 debian/check-mk-config-nagios3.postrm
delete mode 100644 debian/check-mk-config-nagios3.preinst
delete mode 100644 debian/check-mk-config-nagios3.prerm
delete mode 100644 debian/defaults.nagios3
diff --git a/debian/README.Debian b/debian/README.Debian
index 46f1a9b..d51b733 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -1,12 +1,9 @@
check-mk-livestatus
===================
-To load the event broker add the following lines to your Nagios/Icinga
+To load the event broker add the following lines to your Icinga
configuration:
-Nagios3:
-broker_module=/usr/lib/check_mk/livestatus.o /var/lib/nagios3/rw/live
-
Icinga:
broker_module=/usr/lib/check_mk/livestatus.o /var/lib/icinga/rw/live
@@ -25,10 +22,10 @@ On the server side you need multisite enabled to see the logs. If you also want
to acknowledge the alarms (recommended) put www-data into the nagios group
-check-mk-config-nagios3 and check-mk-config-icinga
-==================================================
+check-mk-config-icinga
+======================
Check-MK's web frontend "Multisite" (package "check-mk-multisite") and the
-server part of Check-MK ("check-mk-server") can only be used with either
-Nagios3 or Icinga. Please install the adequate "check-mk-config-*" package.
+server part of Check-MK ("check-mk-server") can only be used with Icinga.
+Please install the "check-mk-config-icinga" package.
diff --git a/debian/apache.nagios3 b/debian/apache.nagios3
deleted file mode 100644
index 1cc690e..0000000
--- a/debian/apache.nagios3
+++ /dev/null
@@ -1,76 +0,0 @@
-# Created by setup of check_mk version 1.2.6p12
-# This file will *not* be overwritten at the next setup
-# of check_mk. You may edit it as needed. In order to get
-# a new version, please delete it and re-run setup.sh.
-
-# Note for RedHat 5.3 users (and probably other version:
-# this file must be loaded *after* python.conf, otherwise
-# <IfModule mod_python.c> does not trigger! For that
-# reason, it is installed as zzz_.... Sorry for the
-# inconveniance.
-
-<IfModule mod_python.c>
- Alias /check_mk /usr/share/check_mk/web/htdocs
- <Directory /usr/share/check_mk/web/htdocs>
- AddHandler mod_python .py
- PythonHandler index
- PythonDebug On
- DirectoryIndex index.py
-
- #Handle apache 2.2 and 2.4
- <IfVersion >= 2.3>
- Require local
- </IfVersion>
- <IfVersion < 2.3>
- Order deny,allow
- allow from all
- </IfVersion>
- # Need Nagios authentification. Please edit the
- # following: Set AuthName and AuthUserFile to the
- # same value that you use for your Nagios configuration!
- Order deny,allow
- allow from all
- AuthName "Nagios Access"
- AuthType Basic
- AuthUserFile /etc/nagios3/htpasswd.users
- require valid-user
-
- ErrorDocument 403 "<h1>Authentication Problem</h1>Either you've entered an invalid password or the authentication<br>configuration of your check_mk web pages is incorrect.<br><br>Please make sure that you've edited the file<br><tt>/etc/apache2/conf.d/check_mk</tt> and made it use the same<br>authentication settings as your Nagios web pages.<br>Restart Apache afterwards."
- ErrorDocument 500 "<h1>Server or Configuration Problem</h1>A Server problem occurred. You'll find details in the error log of Apache. One possible reason is, that the file <tt>/etc/nagios/htpasswd.users</tt> is missing. You can create that file with <tt>htpasswd</tt> or <tt>htpasswd2</tt>. A better solution might be to use your existing htpasswd file from your Nagios installation. Please edit <tt>/etc/apache2/conf.d/check_mk</tt> and change the path there. Restart Apache afterwards."
- </Directory>
- ## WARNING: automation is part of multisite, more information at
- ## http://mathias-kettner.com/checkmk_multisite_automation.html
- ## It uses a shared secret rather than HTTP Auth for authentication and
- ## and is potentially exposed to public networks so is disabled on Debian
- ## by default. If you need this feature, be sure you understand the
- ## security implications and take necessary precautions before turning it on.
- ## Automation is done without HTTP Auth
- #<Location "/check_mk/automation.py">
- # Order allow,deny
- # Allow from all
- # Satisfy any
- #</Location>
-
- ## WARNING: like automation above, run_cron is part of multisite.
- ## It does not use HTTP Auth, but is only exposed to localhost. Having
- ## it enabled has less risk, but since it's part of multisite it is
- ## also disabled by default on Debian.
- ## Trigger cron jobs. This is done without authentication
- #<Location "/check_mk/run_cron.py">
- # Order deny,allow
- # Deny from all
- # Allow from 127.0.0.1
- # Satisfy any
- #</Location>
-
-</IfModule>
-
-
-
-<IfModule !mod_python.c>
- Alias /check_mk /usr/share/check_mk/web/htdocs
- <Directory /usr/share/check_mk/web/htdocs>
- Deny from all
- ErrorDocument 403 "<h1>Check_mk: Incomplete Apache2 Installation</h1>You need mod_python in order to run the web interface of check_mk.<br> Please install mod_python and restart Apache."
- </Directory>
-</IfModule>
diff --git a/debian/changelog b/debian/changelog
index 58b7a35..75b268a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+check-mk (1.2.6p12-1.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Drop binary package for nagios3 which is no longer in Debian.
+
+ -- Bas Couwenberg <sebas...@debian.org> Sat, 03 Dec 2016 18:11:37 +0100
+
check-mk (1.2.6p12-1) unstable; urgency=medium
[ Matt Taggart ]
diff --git a/debian/check-mk-config-nagios3.install b/debian/check-mk-config-nagios3.install
deleted file mode 100644
index b7510dd..0000000
--- a/debian/check-mk-config-nagios3.install
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/share/check_mk/check_mk_templates.cfg etc/nagios3/conf.d/check_mk
-etc/check_mk/multisite.mk
diff --git a/debian/check-mk-config-nagios3.links b/debian/check-mk-config-nagios3.links
deleted file mode 100644
index 3bf633c..0000000
--- a/debian/check-mk-config-nagios3.links
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/share/check_mk/modules/defaults usr/share/check_mk/web/htdocs/defaults.py
-
diff --git a/debian/check-mk-config-nagios3.postinst b/debian/check-mk-config-nagios3.postinst
deleted file mode 100644
index fdfa423..0000000
--- a/debian/check-mk-config-nagios3.postinst
+++ /dev/null
@@ -1,83 +0,0 @@
-#!/bin/bash
-
-set -e
-
-# a little helper for getting permissions right
-setperm() {
- local user="$1"
- local group="$2"
- local mode="$3"
- local file="$4"
- shift 4
- # only do something when no setting exists
- if ! dpkg-statoverride --list "$file" >/dev/null 2>&1; then
- chown "$user":"$group" "$file"
- chmod "$mode" "$file"
- fi
-}
-
-dpkg-maintscript-helper mv_conffile \
- /etc/nagios3/conf.d/check_mk_templates.cfg \
- /etc/nagios3/conf.d/check_mk/check_mk_templates.cfg \
- 1.1.10-2 -- "$@"
-
-# older releases (1.1.12p7-1 at least) delivered the multisite conffile to
-# /etc/apache2/conf.d. If it exists we need to move it to conf-available
-# once it's moved then the code below will setup the conf.d symlink.
-# This code wasn't in place until 1.2.6p4-2, so we need to check everything
-# before that.
-dpkg-maintscript-helper mv_conffile \
- /etc/apache2/conf.d/check_mk_multisite.cfg \
- /etc/apache2/conf-available/check_mk_multisite.cfg \
- 1.2.6p4-2 -- "$@"
-
-if [ -e '/etc/nagios3/conf.d/check_mk_objects.cfg' ];
-then
- echo 'Migrate /etc/nagios3/conf.d/check_mk_objects.cfg to /etc/nagios3/conf.d/objects/check_mk/check_mk_objects.cfg'
- mv /etc/nagios3/conf.d/check_mk_objects.cfg \
- /etc/nagios3/conf.d/check_mk/check_mk_objects.cfg
-fi
-
-case "$1" in
- configure)
- #make sure our nagios user exists
- if ! getent passwd nagios > /dev/null ; then
- echo 'Adding system-user for nagios' 1>&2
- adduser --system --group --home /var/lib/nagios \
- --disabled-login --force-badname nagios > /dev/null
- fi
- #fix permissions for some directorys
- test -d /etc/nagios3/conf.d/check_mk || mkdir -p /etc/nagios3/conf.d/check_mk
- setperm root nagios 0775 /etc/nagios3/conf.d/check_mk
-
- #handle the apache2.2 -> apache2.4 upgrade (see https://wiki.debian.org/Apache/PackagingFor24)
- CONF="check-mk-multisite"
- COMMON_STATE=$(dpkg-query -f '${Status}' -W 'apache2.2-common' 2>/dev/null | awk '{print $3}' || true)
-
- if [ -e /usr/share/apache2/apache2-maintscript-helper ] ; then
- . /usr/share/apache2/apache2-maintscript-helper
- apache2_invoke enconf $CONF || exit $?
- elif [ "$COMMON_STATE" = "installed" ] || [ "$COMMON_STATE" = "unpacked" ] ; then
- if [ -d /etc/apache2/conf.d/ ]; then
- if [ -L /etc/apache2/conf.d/$CONF.conf ]; then
- # it's a symlink, all is well
- true
- elif [ -e /etc/apache2/conf.d/$CONF.conf ]; then
- # it's not a symlink, but exists, error
- echo "ERROR: /etc/apache2/conf.d/$CONF.conf is not a symlink, please investigate" 1>&2
- else
- # we need to create the symlink
- ln -s ../conf-available/$CONF.conf /etc/apache2/conf.d/$CONF.conf
- fi
- fi
- fi
- ;;
- abort-upgrade|abort-remove|abort-deconfigure)
- ;;
- *)
- echo "postinst called with unknown argument \$1'" >&2
- exit 1
- ;;
-esac
-
-#DEBHELPER#
diff --git a/debian/check-mk-config-nagios3.postrm b/debian/check-mk-config-nagios3.postrm
deleted file mode 100644
index 1bfd02e..0000000
--- a/debian/check-mk-config-nagios3.postrm
+++ /dev/null
@@ -1,32 +0,0 @@
-#!/bin/sh
-
-set -e
-
-dpkg-maintscript-helper mv_conffile \
- /etc/nagios3/conf.d/check_mk_templates.cfg \
- /etc/nagios3/conf.d/check_mk/check_mk_templates.cfg \
- 1.1.10-2 -- "$@"
-
-# older releases (1.1.12p7-1 at least) delivered the multisite conffile to
-# /etc/apache2/conf.d. If it exists we need to move it to conf-available
-# once it's moved then the code below will setup the conf.d symlink.
-# This code wasn't in place until 1.2.6p4-2, so we need to check everything
-# before that.
-dpkg-maintscript-helper mv_conffile \
- /etc/apache2/conf.d/check_mk_multisite.cfg \
- /etc/apache2/conf-available/check_mk_multisite.cfg \
- 1.2.6p4-2 -- "$@"
-
-if [ "$1" = "remove" ] || [ "$1" = "purge" ] ; then
- CONF="check-mk-multisite"
- COMMON_STATE=$(dpkg-query -f '${Status}' -W 'apache2.2-common' 2>/dev/null | awk '{print $3}' || true)
-
- if [ -e /usr/share/apache2/apache2-maintscript-helper ] ; then
- . /usr/share/apache2/apache2-maintscript-helper
- apache2_invoke disconf $CONF || exit $?
- elif [ "$COMMON_STATE" = "installed" ] || [ "$COMMON_STATE" = "unpacked" ] ; then
- [ -L /etc/apache2/conf.d/$CONF.conf ] && rm /etc/apache2/conf.d/$CONF.conf || true
- fi
-fi
-
-#DEBHELPER#
diff --git a/debian/check-mk-config-nagios3.preinst b/debian/check-mk-config-nagios3.preinst
deleted file mode 100644
index cdb5b1e..0000000
--- a/debian/check-mk-config-nagios3.preinst
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-set -e
-
-dpkg-maintscript-helper mv_conffile \
- /etc/nagios3/conf.d/check_mk_templates.cfg \
- /etc/nagios3/conf.d/check_mk/check_mk_templates.cfg \
- 1.1.10-2 -- "$@"
-
-#DEBHELPER#
diff --git a/debian/check-mk-config-nagios3.prerm b/debian/check-mk-config-nagios3.prerm
deleted file mode 100644
index e69de29..0000000
diff --git a/debian/control b/debian/control
index 82149b7..251baba 100644
--- a/debian/control
+++ b/debian/control
@@ -43,7 +43,7 @@ Description: general purpose nagios-plugin for retrieving data
Package: check-mk-server
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, python, check-mk-config-nagios3 | check-mk-config-icinga, debconf
+Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, python, check-mk-config-icinga, debconf
Recommends: check-mk-doc, snmp
Description: general purpose nagios-plugin for retrieving data
Check_mk adopts a new a approach for collecting data from operating systems
@@ -70,21 +70,6 @@ Description: general purpose nagios-plugin for retrieving data
.
This package contains the icinga specific part of check_mk
-Package: check-mk-config-nagios3
-Architecture: any
-Pre-Depends: dpkg (>= 1.15.7.2~)
-Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
-Conflicts: check-mk-config-icinga
-Description: general purpose nagios-plugin for retrieving data
- Check_mk adopts a new a approach for collecting data from operating systems
- and network components. It obsoletes NRPE, check_by_ssh, NSClient and
- check_snmp. It has many benefits, the most important of which are:
- .
- * Significant reduction of CPU usage on the Nagios host.
- * Automatic inventory of items to be checked on hosts.
- .
- This package contains the nagios 3 specific part of check_mk
-
Package: check-mk-livestatus
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -103,7 +88,7 @@ Description: general purpose nagios-plugin for retrieving data
Package: check-mk-multisite
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libapache2-mod-python, check-mk-config-nagios3 | check-mk-config-icinga
+Depends: ${shlibs:Depends}, ${misc:Depends}, libapache2-mod-python, check-mk-config-icinga
Recommends: sudo, check-mk-doc
Suggests: check-mk-livestatus
Description: general purpose nagios-plugin for retrieving data
diff --git a/debian/defaults.nagios3 b/debian/defaults.nagios3
deleted file mode 100644
index bdecf42..0000000
--- a/debian/defaults.nagios3
+++ /dev/null
@@ -1,54 +0,0 @@
-# This file has been created during setup of check_mk at Thu Sep 24 12:57:08 PDT 2015.
-# Do not edit this file. Also do not try to override these settings
-# in main.mk since some of them are hardcoded into several files
-# during setup.
-#
-# If you need to change these settings, you have to re-run setup.sh
-# and enter new values when asked, or edit ~/.check_mk_setup.conf and
-# run ./setup.sh --yes.
-
-check_mk_version = '1.2.6p12'
-default_config_dir = '/etc/check_mk'
-check_mk_configdir = '/etc/check_mk/conf.d'
-share_dir = '/usr/share/check_mk'
-checks_dir = '/usr/share/check_mk/checks'
-notifications_dir = '/usr/share/check_mk/notifications'
-inventory_dir = '/usr/share/check_mk/inventory'
-check_manpages_dir = '/usr/share/check_mk/checks-man'
-modules_dir = '/usr/share/check_mk/modules'
-locale_dir = '/usr/share/check_mk/locale'
-agents_dir = '/usr/share/check_mk/agents'
-lib_dir = '/usr/lib/check_mk'
-var_dir = '/var/lib/check_mk'
-log_dir = '/var/lib/check_mk/log'
-snmpwalks_dir = '/var/lib/check_mk/snmpwalks'
-autochecksdir = '/var/lib/check_mk/autochecks'
-precompiled_hostchecks_dir = '/var/lib/check_mk/precompiled'
-counters_directory = '/var/lib/check_mk/counters'
-tcp_cache_dir = '/var/lib/check_mk/cache'
-tmp_dir = '/var/lib/check_mk/tmp'
-logwatch_dir = '/var/lib/check_mk/logwatch'
-nagios_objects_file = '/etc/nagios3/conf.d/check_mk/check_mk_objects.cfg'
-rrd_path = '/var/lib/nagios/rrd'
-rrddcached_socket = '/tmp/rrdcached.sock'
-nagios_command_pipe_path = '/var/lib/nagios3/rw/nagios.cmd'
-check_result_path = '/var/lib/nagios3/spool/checkresults'
-nagios_status_file = '/var/cache/nagios3/status.dat'
-nagios_conf_dir = '/etc/nagios3/conf.d'
-nagios_user = 'nagios'
-logwatch_notes_url = '/check_mk/logwatch.py?host=%s&file=%s'
-www_group = 'nagios'
-nagios_config_file = '/etc/nagios3/nagios.cfg'
-nagios_startscript = '/etc/init.d/nagios3'
-nagios_binary = '/usr/sbin/nagios3'
-apache_config_dir = '/etc/apache2/conf.d'
-htpasswd_file = '/etc/nagios3/htpasswd.users'
-nagios_auth_name = 'Nagios Access'
-web_dir = '/usr/share/check_mk/web'
-livestatus_unix_socket = '/var/lib/nagios3/rw/live'
-livebackendsdir = '/usr/share/check_mk/livestatus'
-url_prefix = '/'
-pnp_url = '/pnp4nagios/'
-pnp_templates_dir = '/usr/share/check_mk/pnp-templates'
-doc_dir = '/usr/share/doc/check-mk-doc'
-check_mk_automation = 'sudo -u nagios /usr/bin/check_mk --automation'
diff --git a/debian/rules b/debian/rules
index 4fe9ed3..8392d07 100755
--- a/debian/rules
+++ b/debian/rules
@@ -85,16 +85,11 @@ install: build
rm debian/tmp/usr/share/check_mk/web/htdocs/defaults.py
mkdir -p debian/check-mk-config-icinga/usr/share/check_mk/modules/
cp debian/defaults.icinga debian/check-mk-config-icinga/usr/share/check_mk/modules/defaults
- mkdir -p debian/check-mk-config-nagios3/usr/share/check_mk/modules/
- cp debian/defaults.nagios3 debian/check-mk-config-nagios3/usr/share/check_mk/modules/defaults
# We need 2 different Apache configs
mkdir -p debian/check-mk-config-icinga/etc/apache2/conf-available/
cp debian/apache.icinga debian/check-mk-config-icinga/etc/apache2/conf-available/check-mk-multisite.conf
- mkdir -p debian/check-mk-config-nagios3/etc/apache2/conf-available/
- cp debian/apache.nagios3 debian/check-mk-config-nagios3/etc/apache2/conf-available/check-mk-multisite.conf
# Adjust path names
# sed -i 's#/nagios/cgi-bin/#/cgi-bin/icinga/#' debian/tmp/check-mk-config-icinga/etc/icinga/objects/check_mk_templates.cfg
- # sed -i 's#/nagios/cgi-bin/#/cgi-bin/nagios3/#' debian/tmp/check-mk-config-nagios3/etc/nagios3/conf.d/check_mk_templates.cfg
# Prepare agent files
cp debian/tmp/usr/share/check_mk/agents/check_mk_agent.linux debian/check-mk-agent/usr/bin/check_mk_agent
chmod +x debian/check-mk-agent/usr/bin/check_mk_agent
--
2.1.4
--- End Message ---
--- Begin Message ---
Source: check-mk
Source-Version: 1.2.8p16-1
We believe that the bug you reported is fixed in the latest version of
check-mk, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 846...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Matt Taggart <tagg...@debian.org> (supplier of updated check-mk package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 26 Jan 2017 23:20:02 -0800
Source: check-mk
Binary: check-mk-agent check-mk-agent-logwatch check-mk-server
check-mk-config-icinga check-mk-livestatus check-mk-multisite check-mk-doc
Architecture: source all amd64
Version: 1.2.8p16-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Nagios Maintainer Group
<pkg-nagios-de...@lists.alioth.debian.org>
Changed-By: Matt Taggart <tagg...@debian.org>
Description:
check-mk-agent - general purpose monitoring plugin for retrieving data
check-mk-agent-logwatch - general purpose monitoring plugin for retrieving data
check-mk-config-icinga - general purpose monitoring plugin for retrieving data
check-mk-doc - general purpose monitoring plugin for retrieving data
(documentat
check-mk-livestatus - general purpose monitoring plugin for retrieving data
check-mk-multisite - general purpose monitoring plugin for retrieving data
check-mk-server - general purpose monitoring plugin for retrieving data
Closes: 846848
Changes:
check-mk (1.2.8p16-1) unstable; urgency=medium
.
* new upstream release
* fix some lintian errors
* update policy version
* fix debian/watch
* update debhelper version
* clean up nagios support/references, thanks Bas Couwenberg! (Closes:
#846848)
Checksums-Sha1:
fd7bec920fe8fdcc5ad8d521e0314324b9f147a1 2436 check-mk_1.2.8p16-1.dsc
fb833d25ab378baf81cd108239128aac883b0314 16298683 check-mk_1.2.8p16.orig.tar.gz
74e16063fca71bd773c188fbaa7e14619c9bc8af 11775 check-mk_1.2.8p16-1.diff.gz
4c4514e22807097687bb877e5b7e5c1a5df7478c 183962
check-mk-agent-logwatch_1.2.8p16-1_all.deb
9f3f8f570631e6922d392dd079051d9657c1caa9 189238
check-mk-agent_1.2.8p16-1_amd64.deb
e2ef4e2c6b98629bb429e43d77f5e63df0d5a030 186558
check-mk-config-icinga_1.2.8p16-1_amd64.deb
70900e34521b0f5a9e96903b3865e7c7d8a75ff2 1213862
check-mk-doc_1.2.8p16-1_all.deb
4702333e83ec63c5706590bc0904dc72515244ae 6996
check-mk-livestatus-dbgsym_1.2.8p16-1_amd64.deb
9cdb4b7cdc3d87594b2f046c923237478ce2cbe9 586306
check-mk-livestatus_1.2.8p16-1_amd64.deb
c27bd495b66479bf8acdfd0233833c643d9201ee 3519856
check-mk-multisite_1.2.8p16-1_amd64.deb
7af8aeca9dbabf5b680ce18eeffd6b52a21c7439 1061620
check-mk-server_1.2.8p16-1_amd64.deb
7d405c19c8bde00c9b28842deda5ac0f4488d1a9 6810
check-mk_1.2.8p16-1_amd64.buildinfo
Checksums-Sha256:
b02755996e1e7d7ecefa354c7c601570c9ed836e03466271899be33f10b8aafb 2436
check-mk_1.2.8p16-1.dsc
b161d4e37b4313696c93b9272626bcc367c90f4be1798bd283c3b581795e1747 16298683
check-mk_1.2.8p16.orig.tar.gz
72c0b59e5ef7647fa3f9c02cb1834d862ccb0f786cbea5498b7e5f5ce772dd54 11775
check-mk_1.2.8p16-1.diff.gz
a864e086caaab13ea2fd4b5279de144958f3c228f43eb03836919e97742db87a 183962
check-mk-agent-logwatch_1.2.8p16-1_all.deb
1d03d26f7c5f252328fb862797c7cb1d69b19691c6abf44966547f3dcd9a197b 189238
check-mk-agent_1.2.8p16-1_amd64.deb
4175627e07bf763cc2b7d32ab2d387d284bf7e86c681be83771425df22dc90e8 186558
check-mk-config-icinga_1.2.8p16-1_amd64.deb
88ee9d5b138abb887792838ab46044b66e427677458b76ab7186cb652700c00a 1213862
check-mk-doc_1.2.8p16-1_all.deb
c8d26da84eea3f367ce4b613549e39a6511770a8ae1cc340e0394891041ef16e 6996
check-mk-livestatus-dbgsym_1.2.8p16-1_amd64.deb
e65104caa7da33ce00ea938d4b81d1e78435be6349df25dd3807a0ff2b5b51d6 586306
check-mk-livestatus_1.2.8p16-1_amd64.deb
b273a16bc6dbac556687e9d5546e308c77a845720b4249eb609e1c04206e3832 3519856
check-mk-multisite_1.2.8p16-1_amd64.deb
c80d5f42e0c6b9577653ab4e8d8055e423f3a9b86abdd07e97fb58f6982196ed 1061620
check-mk-server_1.2.8p16-1_amd64.deb
75c7d24493d8c83e5c6a52b307889dedf9088b11aa3bfa5f11445d4a9a63c7c6 6810
check-mk_1.2.8p16-1_amd64.buildinfo
Files:
2f3dfd88983b5ae3da17431c2697f58d 2436 admin optional check-mk_1.2.8p16-1.dsc
b018d0c4eba2f10c99469ec0f64a879f 16298683 admin optional
check-mk_1.2.8p16.orig.tar.gz
f0ffb53c8f4d05a89b48cf496297eab9 11775 admin optional
check-mk_1.2.8p16-1.diff.gz
f6cb98a57e1f4a2692e4c47b94786955 183962 admin optional
check-mk-agent-logwatch_1.2.8p16-1_all.deb
e859b24251007d59bbc0fd5ef4be8401 189238 admin optional
check-mk-agent_1.2.8p16-1_amd64.deb
e3127cc39262b11788dab93a66237efe 186558 admin optional
check-mk-config-icinga_1.2.8p16-1_amd64.deb
85fd4424c6ea9db6d9930cc90cf09d88 1213862 doc optional
check-mk-doc_1.2.8p16-1_all.deb
7f19dd9d9d7cbe8b4f4e078d01442f55 6996 debug extra
check-mk-livestatus-dbgsym_1.2.8p16-1_amd64.deb
44cf5f8a9946acfa178fe6b96a56e116 586306 admin optional
check-mk-livestatus_1.2.8p16-1_amd64.deb
8dbddd9ca5d956b9fb52de5e427da902 3519856 admin optional
check-mk-multisite_1.2.8p16-1_amd64.deb
9cdd89f54f43c625090f2b1deec980cd 1061620 admin optional
check-mk-server_1.2.8p16-1_amd64.deb
7e75e2fe567d817e95303d2163e183e8 6810 admin optional
check-mk_1.2.8p16-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIcBAEBCgAGBQJYivg8AAoJEKpo7MjpgAlTtsYP/2gQK7mFj8KkL0W/ftmZKMwc
jsVYDCNBVMglSvI3eFB5KV+Z3iX9CtplBPXwa48JCpOBPqFDMqG5BtYjMVx25SMI
JtS8//q2ayWULX5AQ0i69w/ZPk7BIAxXkRS0k+AY8oppD1kUwUkaVHrGsbFCSUSO
2pNh1sZduoT2mkuS//1aweWDo+qoV5440uMtX8wxOhvR4xKNa74VwMf+QsO+5fgg
k7tG60qzh68D4+Svnrfp8ECqoPHBwmRUVcuT4GDoczxxMt1+gaWLEtEtmxw5Ij/z
3TEIMO7YY6TA3JvsMqVzI+plsLxek6tMKqYSz5QxLC0wq3la6TTkjDxphxmqQ4wY
mR3VR7B3P4r6Qd0bUJmnqIYVnhRR08azSIs5XV8LYGO73Y5ngEJnXHkQMTi2696D
a80cNBoW/eZNO9IMhUelmfUIlOjAS/NGMSyI9/N7c2fNsuJoIIWX/zBlLrEfdOTP
AYoziSJrUzuTE2TbghXOGwrTlXukH966Ep2L45IqFW278Wpy0eTzCW0jS0rNCDeT
XrjyNKF3jiNs9A37TIfnH8xgwunF8PzHR7Xn7uvPukcd8ZfY3s3pMJUkDMB2if0v
jgPKNfEBHYl+8K9FSa/p3JNL1gCEID/MTxt7qrw7vPalXAKvpJJqyPq7tKniGuhi
5XuLk5yk7qBxhcWO/oVs
=pGIA
-----END PGP SIGNATURE-----
--- End Message ---