mirror of
				https://github.com/lopes/netbox-scanner.git
				synced 2025-10-31 19:44:02 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			30 lines
		
	
	
		
			608 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			608 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| [NETBOX]
 | |
| address    = <server>
 | |
| token      = <token>
 | |
| logs       = logs/
 | |
| # use lowercase no if you want to skip ssl verification.
 | |
| # any other value will verify the server ssl certificate.
 | |
| ssl_verify = no
 | |
| 
 | |
| [NMAP]
 | |
| path     = ./
 | |
| unknown  = autodiscovered:netbox-scanner
 | |
| tag      = nmap
 | |
| cleanup  = no
 | |
| 
 | |
| [NETXMS]
 | |
| address    = https://netxms.domain
 | |
| username   =
 | |
| password   =
 | |
| unknown    = autodiscovered:netbox-scanner
 | |
| tag        = netxms
 | |
| cleanup    = yes
 | |
| 
 | |
| [PRIME]
 | |
| address    = https://prime.domain/webacs/api/v4
 | |
| username   =
 | |
| password   =
 | |
| unknown    = autodiscovered:netbox-scanner
 | |
| tag        = prime
 | |
| cleanup    = yes
 |