mirror of
				https://github.com/nttgin/BGPalerter.git
				synced 2024-05-19 06:50:08 +00:00 
			
		
		
		
	use higher port for syslog to have premission on travis
This commit is contained in:
		@@ -59,7 +59,7 @@ reports:
 | 
			
		||||
      - rpki
 | 
			
		||||
    params:
 | 
			
		||||
      host: 127.0.0.1
 | 
			
		||||
      port: 516
 | 
			
		||||
      port: 1516
 | 
			
		||||
      transport: udp
 | 
			
		||||
      templates: # See here how to write a template https://github.com/nttgin/BGPalerter/blob/master/docs/context.md
 | 
			
		||||
        default: "++BGPalerter-3-${type}: ${summary}|${earliest}|${latest}"
 | 
			
		||||
 
 | 
			
		||||
@@ -56,7 +56,7 @@ describe("Reports", function() {
 | 
			
		||||
                doneCalled = true;
 | 
			
		||||
            }
 | 
			
		||||
        })
 | 
			
		||||
            .listen(516, function(error) {
 | 
			
		||||
            .listen(1516, function(error) {
 | 
			
		||||
                if (error) {
 | 
			
		||||
                    console.log(error)
 | 
			
		||||
                }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user