14 lines
		
	
	
		
			510 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			510 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| # A simple configuration file for monitoring the local host
 | |
| # This can serve as an example for configuring other servers;
 | |
| # Custom services specific to this host are added here, but services
 | |
| # defined in nagios2-common_services.cfg may also apply.
 | |
| # 
 | |
| 
 | |
| define host{
 | |
|         use                     generic-host            ; Name of host template to use
 | |
|         host_name               r-int
 | |
|         alias                   Routeur interne
 | |
|         address                 172.16.0.254
 | |
| 	parents			r-ext
 | |
|         }
 |