Univention Bugzilla – Bug 40345
Monitoring of connectors
Last modified: 2016-01-12 12:30:27 CET
Backport for UCS 4.0-4. Please provide the packages for UCS 4.0-4-errata as well. +++ This bug was initially created as a clone of Bug #37006 +++ Currently, S4 connector and AD connector aren't monitored by Nagios. Since problems with these connectors, especially rejected objects, could cause unexpected and difficult to identify behaviour they should be monitored and reported to the Administrator.
Package backported. Module detected S4-Connector status correctly. Advisories: * univention-nagios-s4-connector.yaml * univention-s4-connector.yaml
OK: It works as expected OK: YAML Fail: univention-nagios-s4-connector is announced as unmaintained: root@master401:~# apt-cache policy univention-nagios-s4-connector univention-nagios-s4-connector: Installiert: 0.9.0-1.4.201601041830 Installationskandidat: 0.9.0-1.4.201601041830 Versionstabelle: *** 0.9.0-1.4.201601041830 0 500 http://updates-test.software-univention.de/4.0/unmaintained/component/ 4.0-4-errata-test/amd64/ Packages 100 /var/lib/dpkg/status root@master401:~#
Ok, these were the required steps: ==================================================================== ## Create a trigger list for UCS 4.0-4 (didn't exist in ucs_4.0-x): svn cp triggers/ucs_4.1-0.txt triggers/ucs_4.0-0-ucs4.0-4.txt svn ci triggers ## Update the cd-contents and .maintained lists: RELEASE=4.0-4 ## Note the *-4 here! SCOPE="errata4.0-4" archs=(i386 amd64) BUILDDIR=/var/univention/buildsystem2 APTDIR="${BUILDDIR}/apt" CDCDIR="${BUILDDIR}/cd-contents" for ARCH in "${archs[@]}"; do repo-apt-dependencies \ --release ${RELEASE} --arch ${ARCH} \ --dist "${APTDIR}/ucs_${RELEASE/-*/-0}${SCOPE:+-$SCOPE}" \ --contents "${CDCDIR}//ucs_${RELEASE}_${ARCH}_dvd.txt" \ --input ${HOME}/triggers/ucs_${RELEASE/-*/-0}-ucs${RELEASE}.txt \ --binary "${CDCDIR}/ucs_${RELEASE}_${ARCH}.bin" \ --source "${CDCDIR}//ucs_${RELEASE}_${ARCH}.src" \ --closure "${CDCDIR}/ucs_${RELEASE}_${ARCH}.maintained" done ## Test-Announce: announce_ucs_scope.py -r 4.0-4 -s errata4.0-4 -t --skip-tag -n ## etc ... ## ^ Note the 4.0-4 here! ====================================================================
OK, it is now announced as maintained.
<http://errata.software-univention.de/ucs/4.0/379.html> <http://errata.software-univention.de/ucs/4.0/380.html>