mirror of
https://github.com/shakemid/pcsensor-temper.git
synced 2025-01-21 17:18:16 +01:00
Fix munin-plugin to work dirtyconfig
This commit is contained in:
parent
38989ad8b7
commit
108a8b6c5d
1 changed files with 0 additions and 2 deletions
|
@ -17,7 +17,6 @@ cdef=${cdef:-temperature}
|
||||||
|
|
||||||
autoconf() {
|
autoconf() {
|
||||||
echo 'no'
|
echo 'no'
|
||||||
exit 0
|
|
||||||
}
|
}
|
||||||
|
|
||||||
config() {
|
config() {
|
||||||
|
@ -30,7 +29,6 @@ graph_args --base 1000
|
||||||
temperature.label temperature
|
temperature.label temperature
|
||||||
temperature.cdef ${cdef}
|
temperature.cdef ${cdef}
|
||||||
EOF
|
EOF
|
||||||
exit 0
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fetch() {
|
fetch() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue