7 lines
		
	
	
		
			149 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			149 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/env ssm
 | |
| 
 | |
| cfg_nrpe_config='/etc/nrpe/nrpe.cfg'
 | |
| 
 | |
| service_command=( /usr/bin/nrpe -c "$cfg_nrpe_config" -d )
 | |
| service_pidfile='/run/nrpe.pid'
 |