Puppet Data Type Alias: Sensu::Backend_URL

Defined in:
types/backend_url.pp

Overview

Sensu Backend URL's require protocol of ws:// or wss://. A port is also required. There is logic in sensu::agent class to add the protocol so it's optional.

Alias of

Variant[Pattern[/^[^\s:]+:\d+$/], Pattern[/^ws:\/\/[^\s:]+:\d+$/], Pattern[/^wss:\/\/[^\s:]++:\d+$/]]


# File 'types/backend_url.pp', line 4