13 lines
188 B
Bash
13 lines
188 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
templdir=/usr/share/monitoring-plugins/templates-basic
|
|
. /usr/share/monitoring-plugins/dpkg/functions
|
|
|
|
if [ "$1" = "configure" ]; then
|
|
register_cfgs $2
|
|
fi
|
|
|
|
#DEBHELPER#
|