diff --git a/contrib/unbound_munin_ b/contrib/unbound_munin_ index ae291348a..d38d5b7be 100755 --- a/contrib/unbound_munin_ +++ b/contrib/unbound_munin_ @@ -444,7 +444,7 @@ memory) pidf=`$chk -o pidfile $conf 2>&1` pid=`cat $pidf 2>&1` value=`ps -p "$pid" -o rss= 2>&1` - if test "`expr $value + 1 - 1 2>&1`" = "$value"; then + if test "`expr $value + 1 - 1 2>&1`" -eq "$value" 2>&1; then value=`expr $value \* 1024` else value=0 diff --git a/doc/Changelog b/doc/Changelog index 5424eac03..26a8969da 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,6 +1,7 @@ 16 June 2009: Wouter - Fixup opportunistic target query generation to it does not generate queries that are known to fail. + - Touchup on munin total memory report. 15 June 2009: Wouter - iana portlist updated.