mirror of
				https://github.com/Icinga/icingaweb2.git
				synced 2025-10-31 19:34:16 +01:00 
			
		
		
		
	This applies a new structure for the main doc/ and modules/*/doc tree with 01-About.md 02-Installation.md ... This allows us to link from the main doc directory into module specific documentation entries. Furthermore table formatting, examples, and missing settings have been added where applicable. This patch also takes care about proper URL anchors and file names and directories. fixes #2950
		
			
				
	
	
		
			16 lines
		
	
	
		
			436 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			436 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # Monitoring Module Installation <a id="monitoring-module-installation"></a>
 | |
| 
 | |
| This module is provided with the Icinga Web 2 package and does
 | |
| not need any extra installation step.
 | |
| 
 | |
| ## Enable the Module <a id="monitoring-module-enable"></a>
 | |
| 
 | |
| Navigate to `Configuration` -> `Modules` -> `monitoring` and enable
 | |
| the module.
 | |
| 
 | |
| You can also enable the module during the setup wizard, or on the CLI:
 | |
| 
 | |
| ```
 | |
| icingacli module enable monitoring
 | |
| ```
 |