Lee Jaeyong
							
						 
						
							 
							
							
							
							
								
							
							
								86b2145272 
								
							 
						 
						
							
							
								
								Add support for IPv6 in the ping plugin ( #4703 )  
							
							 
							
							
							
						 
						
							2018-10-01 17:38:13 -07:00  
						
					 
				
					
						
							
							
								 
								maxunt
							
						 
						
							 
							
							
							
							
								
							
							
								96cb0aaea0 
								
							 
						 
						
							
							
								
								Fix unit tests on Darwin ( #4458 )  
							
							 
							
							
							
						 
						
							2018-07-27 18:29:54 -07:00  
						
					 
				
					
						
							
							
								 
								Mariusz Brzeski
							
						 
						
							 
							
							
							
							
								
							
							
								0768022240 
								
							 
						 
						
							
							
								
								Support busybox ping in the ping input ( #3877 )  
							
							 
							
							
							
						 
						
							2018-04-30 19:20:13 -07:00  
						
					 
				
					
						
							
							
								 
								Margarita Bliznikova
							
						 
						
							 
							
							
							
							
								
							
							
								c377c8fb7c 
								
							 
						 
						
							
							
								
								Add host to ping timeout log message ( #3853 )  
							
							 
							
							
							
						 
						
							2018-03-06 13:10:44 -08:00  
						
					 
				
					
						
							
							
								 
								everpcpc
							
						 
						
							 
							
							
							
							
								
							
							
								3242f97deb 
								
							 
						 
						
							
							
								
								Support deadline in ping plugin ( #3783 )  
							
							 
							
							
							
						 
						
							2018-02-15 20:11:07 -08:00  
						
					 
				
					
						
							
							
								 
								Vladimir S
							
						 
						
							 
							
							
							
							
								
							
							
								88ec171293 
								
							 
						 
						
							
							
								
								Perform DNS lookup before ping ( #3385 )  
							
							 
							
							
							
						 
						
							2017-10-26 13:35:37 -07:00  
						
					 
				
					
						
							
							
								 
								Daniel Nelson
							
						 
						
							 
							
							
							
							
								
							
							
								eb0215c382 
								
							 
						 
						
							
							
								
								Remove log message on ping timeout ( #3126 )  
							
							 
							
							
							
						 
						
							2017-08-16 11:59:41 -07:00  
						
					 
				
					
						
							
							
								 
								Heston Kan
							
						 
						
							 
							
							
							
							
								
							
							
								5d1efdbfda 
								
							 
						 
						
							
							
								
								Add min/max response time on linux/darwin to ping ( #2908 )  
							
							 
							
							
							
						 
						
							2017-06-13 14:09:17 -07:00  
						
					 
				
					
						
							
							
								 
								Patrick Hemmer
							
						 
						
							 
							
							
							
							
								
							
							
								06baf7cf78 
								
							 
						 
						
							
							
								
								use AddError everywhere ( #2372 )  
							
							 
							
							
							
						 
						
							2017-04-24 11:13:26 -07:00  
						
					 
				
					
						
							
							
								 
								alekseyp
							
						 
						
							 
							
							
							
							
								
							
							
								90cec20d1d 
								
							 
						 
						
							
							
								
								Standard deviation (jitter) for Input plugin Ping ( #2078 )  
							
							 
							
							
							
						 
						
							2016-12-16 13:58:27 +00:00  
						
					 
				
					
						
							
							
								 
								Cameron Sparr
							
						 
						
							 
							
							
							
							
								
							
							
								7825df4771 
								
							 
						 
						
							
							
								
								Fix darwin ping tests  
							
							 
							
							
							
						 
						
							2016-06-22 18:21:07 +01:00  
						
					 
				
					
						
							
							
								 
								Cameron Sparr
							
						 
						
							 
							
							
							
							
								
							
							
								3f807a9432 
								
							 
						 
						
							
							
								
								Implement timeouts for all exec command runners  
							
							 
							
							... 
							
							
							
							First is to write an internal CombinedOutput and Run function with a
timeout.
Second, the following instances of command runners need to have timeouts:
    plugins/inputs/ping/ping.go
    125:	out, err := c.CombinedOutput()
    plugins/inputs/exec/exec.go
    91:	if err := cmd.Run(); err != nil {
    plugins/inputs/ipmi_sensor/command.go
    31:	err := cmd.Run()
    plugins/inputs/sysstat/sysstat.go
    194:	out, err := cmd.CombinedOutput()
    plugins/inputs/leofs/leofs.go
    185:	defer cmd.Wait()
    plugins/inputs/sysstat/sysstat.go
    282:	if err := cmd.Wait(); err != nil {
closes  #1067  
							
						 
						
							2016-04-29 12:06:22 -06:00  
						
					 
				
					
						
							
							
								 
								Cameron Sparr
							
						 
						
							 
							
							
							
							
								
							
							
								f5f43e6d1b 
								
							 
						 
						
							
							
								
								ping plugin: use -W for linux, -t for bsd/darwin  
							
							 
							
							... 
							
							
							
							closes  #443  
							
						 
						
							2016-02-06 23:24:47 -07:00  
						
					 
				
					
						
							
							
								 
								Cameron Sparr
							
						 
						
							 
							
							
							
							
								
							
							
								1e03a9440b 
								
							 
						 
						
							
							
								
								Try ping plugin with -n and -s options added  
							
							 
							
							
							
						 
						
							2016-02-06 23:09:29 -07:00  
						
					 
				
					
						
							
							
								 
								Cameron Sparr
							
						 
						
							 
							
							
							
							
								
							
							
								d266dad1f4 
								
							 
						 
						
							
							
								
								Don't compile ping plugin on windows.  
							
							 
							
							... 
							
							
							
							closes  #496  
							
						 
						
							2016-02-01 16:39:53 -07:00  
						
					 
				
					
						
							
							
								 
								Jack Zampolin
							
						 
						
							 
							
							
							
							
								
							
							
								0cdf1b07e9 
								
							 
						 
						
							
							
								
								Fix issue 524  
							
							 
							
							
							
						 
						
							2016-01-20 10:57:35 -08:00  
						
					 
				
					
						
							
							
								 
								Thibault Cohen
							
						 
						
							 
							
							
							
							
								
							
							
								3cc1fecb53 
								
							 
						 
						
							
							
								
								Ping input doesn't return response time metric when timeout  
							
							 
							
							... 
							
							
							
							closes  #506  
							
						 
						
							2016-01-14 10:12:10 -08:00  
						
					 
				
					
						
							
							
								 
								Cameron Sparr
							
						 
						
							 
							
							
							
							
								
							
							
								9c5db1057d 
								
							 
						 
						
							
							
								
								renaming plugins -> inputs  
							
							 
							
							
							
						 
						
							2016-01-07 15:04:30 -07:00