CiscoCloud / distributive

Unit testing for the cloud
Apache License 2.0
147 stars 20 forks source link

Port check looking for opened udp ports #85

Closed orimarti closed 8 years ago

orimarti commented 8 years ago

The port healthcheck is now checking for opened ports on /proc/net/udp This solves #81 issue.

langston-barrett commented 8 years ago

@orimarti Looks awesome! I'll test soon. A next step may be having two additional checks, one just for TCP and one for UDP.

langston-barrett commented 8 years ago

Passes automated tests and looks like it does what it says! Thanks @orimarti!