Skip to content

Simple service to work with VCT feature on SNR network switches

Notifications You must be signed in to change notification settings

egor-h/Virtual-cable-test-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple web service for Virtual cable test feature on SNR switches. The service connects to zabbix database and finds all hosts from group named 'Switch.*'

To start service run systemd service:

	systemctl start vct.service

Configuration:

Default configuration looks like this

app:
	dbUrl: "jdbc:mysql://localhost:3306/zabbix"
	dbUser: zabbix
	dbPassword: zabbix