"padne" ili ga nehotice netko "ubije", on ce se automatski odmah pokrenuti
nazad.
- -- Dinko Korunic <kreator@CARNet.hr> Sat, 12 Sep 2009 00:01:41 +0200
+ -- Dinko Korunic <kreator@CARNet.hr> Wed, 27 Apr 2011 18:45:06 +0200
+++ /dev/null
-changelog.Debian
\ No newline at end of file
+monit-cn (1:5.1.2) stable; urgency=low
+
+ * lintian fixevi
+ * #23264: monit-cn/squeeze: konfiguracija
+
+ -- Dinko Korunic <kreator@carnet.hr> Wed, 27 Apr 2011 19:01:48 +0200
+
+monit-cn (1:5.1.1) stable; urgency=low
+
+ * update paketa za Squeeze
+ * fix za Squeeze inacicu bind9 templatea
+
+ -- Dinko Korunic <kreator@carnet.hr> Tue, 26 Apr 2011 18:01:10 +0200
+
monit-cn (1:4.10.1.4) stable; urgency=low
* revert #11630 promjene s obzirom na opet promijenjeni path u Debian
Section: net
Priority: optional
Maintainer: Dinko Korunic <kreator@CARNet.hr>
-Build-Depends: debhelper (>= 4)
-Standards-Version: 3.8.0
+Build-Depends: debhelper (>= 7)
+Standards-Version: 3.9.1
Package: monit-cn
Architecture: all
-Depends: monit (>= 1:4.10.1-4), carnet-tools-cn (>= 2.8.1), gawk | mawk
+Depends: monit (>= 1:5.1.1-1), carnet-tools-cn (>= 2.8.1), gawk | mawk, ${misc:Depends}
Description: A 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
-changelog.CARNet
README.CARNet
#!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# This file is public domain software, originally written by Joey Hess.
-#
-# This version is for packages that are architecture independent.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-build: build-stamp
-build-stamp:
- dh_testdir
-
- # Add here commands to compile the package.
- #$(MAKE)
-
- touch build-stamp
-
-clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp
-
- # Add here commands to clean up after the build process.
- #-$(MAKE) clean
- #-$(MAKE) distclean
-
- dh_clean
-
-install: build
- dh_testdir
- dh_testroot
- dh_clean -k
- dh_installdirs
-
- # Add here commands to install the package into debian/<packagename>.
- #$(MAKE) prefix=`pwd`/debian/`dh_listpackages`/usr install
-
-# Build architecture-independent files here.
-binary-indep: build install
- dh_testdir
- dh_testroot
- dh_installchangelogs
- dh_installdocs
- dh_install -X.svn
-# dh_installexamples
-# dh_installmenu
-# dh_installdebconf
-# dh_installlogrotate
-# dh_installemacsen
-# dh_installcatalogs
-# dh_installpam
-# dh_installmime
-# dh_installinit
-# dh_installcron
-# dh_installinfo
-# dh_undocumented
- dh_installman
- dh_link
- dh_compress
- dh_fixperms
-# dh_perl
-# dh_python
- dh_installdeb
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-# Build architecture-dependent files here.
-binary-arch: build install
-# We have nothing to do by default.
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+ dh $@
--- /dev/null
+## Begin - Generated by CARNet package monit-cn
+#
+# This is a monit-cn template file. REMOVE this whole comment block if
+# you DON'T WANT monit-cn to edit/remove/delete your configuration file.
+#
+## End - Generated by CARNet package monit-cn
+
+check process bind with pidfile "/var/run/bind/run/named.pid"
+ start program = "/etc/init.d/bind9 start"
+ stop program = "/etc/init.d/bind9 stop"
+ if failed host 127.0.0.1 port 53 type tcp
+ then restart
+ if failed host 127.0.0.1 port 53 type udp
+ then restart
#
## End - Generated by CARNet package monit-cn
-check process bind with pidfile "/var/run/bind/run/named.pid"
+check process bind with pidfile "/var/run/named/named.pid"
start program = "/etc/init.d/bind9 start"
stop program = "/etc/init.d/bind9 stop"
if failed host 127.0.0.1 port 53 type tcp