Fix munin-plugin to work dirtyconfig

This commit is contained in:
shakemid 2017-08-31 10:21:59 +09:00
parent 38989ad8b7
commit 108a8b6c5d

View file

@ -17,7 +17,6 @@ cdef=${cdef:-temperature}
autoconf() {
echo 'no'
exit 0
}
config() {
@ -30,7 +29,6 @@ graph_args --base 1000
temperature.label temperature
temperature.cdef ${cdef}
EOF
exit 0
}
fetch() {