Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 388 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 388 Bytes

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