#!/bin/sh

# This used to test if the executables were installed.  But that is
# perfectly redundant and suppresses errors that the admin should see.

/usr/bin/munin-update "$@" || exit 1

# Check limits defined for each service, and notify contacts.
# This also writes state read by munin-httpd.

# "munin-limits" is not yet working in 2.999.10 (to be done for the 3.0 release)
#/usr/bin/munin-limits "$@"
