summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8c13fd9)
raw | patch | inline | side by side (parent: 8c13fd9)
author | Ton Voon <tonvoon@users.sourceforge.net> | |
Wed, 19 Jan 2005 21:14:47 +0000 (21:14 +0000) | ||
committer | Ton Voon <tonvoon@users.sourceforge.net> | |
Wed, 19 Jan 2005 21:14:47 +0000 (21:14 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1084 f882894a-f735-0410-b71e-b25c423dba1c
plugins/check_swap.c | patch | blob | history |
diff --git a/plugins/check_swap.c b/plugins/check_swap.c
index 339657527342af432fd28ac5a06efcd9774624e8..ef1b950031926d255336e4013d23c257b577f2ed 100644 (file)
--- a/plugins/check_swap.c
+++ b/plugins/check_swap.c
# ifdef _AIX
if (!allswaps) {
asprintf(&swap_command, "%s", "/usr/sbin/lsps -s");
- asprintf(&swap_format, "%s", "%d%*s %d");
+ asprintf(&swap_format, "%s", "%f%*s %f");
conv_factor = 1;
}
# endif