Create check_mk.conf
This commit is contained in:
		
							parent
							
								
									42a284cdde
								
							
						
					
					
						commit
						07716a757d
					
				
							
								
								
									
										28
									
								
								files/check_mk.conf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										28
									
								
								files/check_mk.conf
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,28 @@
 | 
			
		||||
service check_mk
 | 
			
		||||
{
 | 
			
		||||
        type           = UNLISTED
 | 
			
		||||
        port           = 6556
 | 
			
		||||
        socket_type    = stream
 | 
			
		||||
        protocol       = tcp
 | 
			
		||||
        wait           = no
 | 
			
		||||
        user           = root
 | 
			
		||||
        server         = /usr/bin/check_mk_agent
 | 
			
		||||
 | 
			
		||||
        # listen on IPv4 AND IPv6 when available on this host
 | 
			
		||||
        #flags          = IPv6
 | 
			
		||||
 | 
			
		||||
        # If you use fully redundant monitoring and poll the client
 | 
			
		||||
        # from more then one monitoring servers in parallel you might
 | 
			
		||||
        # want to use the agent cache wrapper:
 | 
			
		||||
        #server         = /usr/bin/check_mk_caching_agent
 | 
			
		||||
 | 
			
		||||
        # configure the IP address(es) of your Nagios server here:
 | 
			
		||||
        only_from      = 78.47.37.172
 | 
			
		||||
 | 
			
		||||
        # Don't be too verbose. Don't log every check. This might be
 | 
			
		||||
        # commented out for debugging. If this option is commented out
 | 
			
		||||
        # the default options will be used for this service.
 | 
			
		||||
        log_on_success =
 | 
			
		||||
 | 
			
		||||
        disable        = no
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user