mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-03-28 21:34:47 -04:00
Bug Fix [ 1024735 ] check_swap providing inaccurate swap information on Sol6
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@999 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
30a4266a3a
commit
b467ed427c
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ main (int argc, char **argv)
|
|||
dskfree = dskfree / conv_factor;
|
||||
# endif
|
||||
if (verbose >= 3)
|
||||
printf (_("total=%d, free=%d\n"), dsktotal, dskfree);
|
||||
printf (_("total=%llu, free=%llu\n"), dsktotal, dskfree);
|
||||
|
||||
dskused = dsktotal - dskfree;
|
||||
total_swap += dsktotal;
|
||||
|
|
|
|||
Loading…
Reference in a new issue