[Nagiosplug-checkins] CVS: nagiosplug/plugins check_load.c,1.12,1.13

Ton Voon tonvoon at users.sourceforge.net
Wed Sep 17 09:16:10 CEST 2003


Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv20316

Modified Files:
	check_load.c 
Log Message:
- typo


Index: check_load.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_load.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** check_load.c	22 Aug 2003 06:22:37 -0000	1.12
--- check_load.c	17 Sep 2003 16:15:48 -0000	1.13
***************
*** 117,121 ****
  	}
  	fgets (input_buffer, MAX_INPUT_BUFFER - 1, child_process);
! 	sscanf (input_buffer, "%*[^l]load average: %f, %f, %f"), &la1, &la5, &la15);
  
  	result = spclose (child_process);
--- 117,121 ----
  	}
  	fgets (input_buffer, MAX_INPUT_BUFFER - 1, child_process);
! 	sscanf (input_buffer, "%*[^l]load average: %f, %f, %f", &la1, &la5, &la15);
  
  	result = spclose (child_process);





More information about the Commits mailing list