Give better examples, and rewrite options parsing to be more consistent across examples. Make it more obvious that you can use "--user" and "--api-key" with our python examples. This bumps our python bindings to v0.1.9 (imported from commit 297468088f864b7d585e567dc45523ea681f1856)
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			198 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			198 B
		
	
	
	
		
			Text
		
	
	
	
	
	
# Fill these values in with the appropriate values for your realm, and
 | 
						|
# then install this value at /etc/nagios3/humbugrc
 | 
						|
[api]
 | 
						|
email = nagios-bot@example.com
 | 
						|
key = 0123456789abcdef0123456789abcdef
 |