mirror of
				https://github.com/alexreinert/homematic_check_mk.git
				synced 2023-10-10 11:37:02 +00:00 
			
		
		
		
	removed excessive syslog output uses to stop flooding with just
informational messages.
This commit is contained in:
		@@ -6,7 +6,7 @@ source [file join [file dirname [info script]] common.tcl]
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
proc handle_connection { channelId clientAddress clientPort } {
 | 
					proc handle_connection { channelId clientAddress clientPort } {
 | 
				
			||||||
  if { [catch {
 | 
					  if { [catch {
 | 
				
			||||||
    log "connection accepted from $clientAddress:$clientPort"
 | 
					    #log "connection accepted from $clientAddress:$clientPort"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    puts $channelId "<<<check_mk>>>"
 | 
					    puts $channelId "<<<check_mk>>>"
 | 
				
			||||||
    puts $channelId "Version: [get_version]"
 | 
					    puts $channelId "Version: [get_version]"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user