mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
[network/upnpc_] Add dirtyconfig support
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
This commit is contained in:
parent
81bf32a5a5
commit
5382722fdb
1 changed files with 3 additions and 0 deletions
|
@ -166,6 +166,9 @@ case ${1:-} in
|
||||||
;;
|
;;
|
||||||
"config")
|
"config")
|
||||||
config "${MODE}"
|
config "${MODE}"
|
||||||
|
if [ "${MUNIN_CAP_DIRTYCONFIG:-0}" = "1" ]; then
|
||||||
|
fetch "${MODE}"
|
||||||
|
fi
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
fetch "${MODE}"
|
fetch "${MODE}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue