check-mirroring: Enable authentic sending.
(imported from commit dc71ac6d8c7b7b3a6a380eb3ea4c9e177ecfb691)
This commit is contained in:
		
							parent
							
								
									dec91dfe8d
								
							
						
					
					
						commit
						1ffc2c1cb7
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -80,13 +80,13 @@ if child_pid == 0: | |||
|     zephyr.init() | ||||
|     zsig = "Timothy Good Abbott" | ||||
| 
 | ||||
|     zeph = zephyr.ZNotice(sender=mit_user, auth=False, recipient=mit_user, | ||||
|     zeph = zephyr.ZNotice(sender=mit_user, auth=True, recipient=mit_user, | ||||
|                           cls="message", instance="personal") | ||||
|     zeph.setmessage("%s\0%s" % (zsig, zhkey1)) | ||||
|     zeph.send() | ||||
|     time.sleep(0.2) | ||||
| 
 | ||||
|     zeph = zephyr.ZNotice(sender=mit_user, auth=False, | ||||
|     zeph = zephyr.ZNotice(sender=mit_user, auth=True, | ||||
|                           cls="tabbott-nagios-test", instance="test") | ||||
|     zeph.setmessage("%s\0%s" % (zsig, zhkey2)) | ||||
|     zeph.send() | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Tim Abbott
						Tim Abbott