mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
Properly report unknowns
This commit is contained in:
parent
d272622bb0
commit
6cb5c9e104
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ EOM
|
|||
;;
|
||||
|
||||
*)
|
||||
updates="$(checkupdates)" || exit
|
||||
updates="$(checkupdates)" || echo "updates.value U" && exit
|
||||
if [ -n "$updates" ]; then
|
||||
echo "updates.value $(echo "$updates" | wc -l)"
|
||||
echo "updates.extinfo $(echo "$updates" | paste -s -d,)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue