#!/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.

/usr/bin/munin-limits $@
