[project @ peter@palfrader.org-20080521083955-ex37zwnp00iv56e9]
authorPeter Palfrader <peter@palfrader.org>
Wed, 21 May 2008 08:39:55 +0000 (08:39 +0000)
committerPeter Palfrader <peter@palfrader.org>
Wed, 21 May 2008 08:39:55 +0000 (08:39 +0000)
And do not run update in apt-status-check again.  That's why we added the --noupdate switch last night

dsa-nagios-nrpe-config/debian/cron.daily

index 1df8746..a0bbbec 100644 (file)
@@ -25,7 +25,7 @@
        set -e
        tmp=`tempfile`
        trap "rm -f '$tmp'" exit
-       /usr/share/dsa/apt-status-check > "$tmp"
+       /usr/share/dsa/apt-status-check --noupdate > "$tmp"
        result="$?"
        case "$result" in
          0)