mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
solaris-memstat: fix shellcheck issue
This commit is contained in:
parent
8fa7e61b43
commit
f08727035f
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ fi
|
|||
|
||||
echo "::memstat" | mdb -k | nawk '
|
||||
BEGIN {
|
||||
pagesize='$(getconf PAGESIZE)'
|
||||
pagesize='"$(getconf PAGESIZE)"'
|
||||
kernel=0
|
||||
zfs=0
|
||||
anon=0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue