diff --git a/plugins/other/qremote b/plugins/other/qremote new file mode 100755 index 00000000..52746152 --- /dev/null +++ b/plugins/other/qremote @@ -0,0 +1,29 @@ +#!/bin/sh +# +# Plugin to count the qmail-remote processes +# +# Magic markers - optional - used by installation scripts and +# munin-config: +# +#%# family=manual +#%# capabilities=autoconf + +if [ "$1" = "autoconf" ]; then + echo "yes" + exit 0 +fi + +if [ "$1" = "config" ]; then + + cat <