summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4fe50f4)
raw | patch | inline | side by side (parent: 4fe50f4)
author | Ton Voon <tonvoon@users.sourceforge.net> | |
Wed, 17 Sep 2003 16:15:48 +0000 (16:15 +0000) | ||
committer | Ton Voon <tonvoon@users.sourceforge.net> | |
Wed, 17 Sep 2003 16:15:48 +0000 (16:15 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@735 f882894a-f735-0410-b71e-b25c423dba1c
plugins/check_load.c | patch | blob | history |
diff --git a/plugins/check_load.c b/plugins/check_load.c
index 58113817008618dfb657e8da9546fb4e8b10d41c..275d0ad6ae7493cdd9c271742236a426101dc68a 100644 (file)
--- a/plugins/check_load.c
+++ b/plugins/check_load.c
printf (_("Could not open stderr for %s\n"), PATH_TO_UPTIME);
}
fgets (input_buffer, MAX_INPUT_BUFFER - 1, child_process);
- sscanf (input_buffer, "%*[^l]load average: %f, %f, %f"), &la1, &la5, &la15);
+ sscanf (input_buffer, "%*[^l]load average: %f, %f, %f", &la1, &la5, &la15);
result = spclose (child_process);
if (result) {