+monit-cn (1:5.26.0+cn10u1) stable; urgency=low
+
+ * Prva verzija za buster
+
+ -- Ivan Rako <Ivan.Rako@CARNET.hr> Tue, 25 Aug 2020 22:25:02 +0200
+
monit-cn (1:5.20.0~cn0) stable; urgency=low
* prilagodbe za stretch
Source: monit-cn
Section: net
Priority: optional
-Maintainer: Ivan Rako <Ivan.Rako@CARNet.hr>
-Build-Depends: debhelper (>= 9)
+Maintainer: Ivan Rako <Ivan.Rako@CARNET.hr>
+Build-Depends: debhelper (>= 10)
Standards-Version: 3.9.8
Package: monit-cn
Architecture: all
-Depends: monit (>= 1:5.20.0-6), carnet-tools-cn (>= 3.2.1), gawk | mawk, ${misc:Depends}
+Depends: monit (>= 1:5.26.0), carnet-tools-cn (>= 3.3.0), gawk | mawk, ${misc:Depends}
Description: Utility for monitoring and managing daemons or similar programs
monit is a utility for monitoring and managing daemons or similar
programs running on a Unix system. It will start specified programs
* An http interface with optional SSL support to make monit
accessible from a webbrowser
.
- This is the CARNet Debian customization package which brings
+ This is the CARNET Debian customization package which brings
update-monit.d script (which will hopefully generate configuration based
on currently installed and running services which can be monitored with
monit), as well as automagical installation as respawnable process in
Copyright:
- Copyright (C) 2013 Dinko Korunic, CARNet, Grupa za izradu paketa
+ Copyright (C) 2013 Dinko Korunic, CARNET, Grupa za izradu paketa
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
-README.CARNet
+README.CARNET
[ "$1" = "configure" ] || exit 0
[ "$DEBIAN_SCRIPT_DEBUG" ] && set -vx
-# Load CARNet Tools
+# Load CARNET Tools
. /usr/share/carnet-tools/functions.sh
# check if monitrc is ours
installfile=1
if [ -e /etc/monit/monitrc ]; then
- if ! grep -q "CARNet package monit-cn" /etc/monit/monitrc; then
+ if ! grep -q "CARNET package monit-cn" /etc/monit/monitrc; then
installfile=1
mv -f /etc/monit/monitrc /etc/monit/monitrc.dpkg-old
else
's/^START[[:space:]]*=.*/START=yes/g' /etc/default/monit || true
# remove us from systemv monit script
-if grep -q 'CARNet package monit-cn' /etc/init.d/monit; then
+if grep -q 'CARNET package monit-cn' /etc/init.d/monit; then
echo "CN: Removing monit workaround from /etc/init.d/monit -- systemd is in use"
cp-update -r monit-cn /etc/init.d/monit
chmod +x /etc/init.d/monit
#!/bin/sh
#
-# Copyright (C) 2007 Dinko Korunic, CARNet, Grupa za izradu paketa
+# Copyright (C) 2007 Dinko Korunic, CARNET, Grupa za izradu paketa
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the