Skip to content

Comments

allow dots in the hostnames#20

Open
skrobul wants to merge 1 commit intotulak:masterfrom
skrobul:allow-dot-in-hostname
Open

allow dots in the hostnames#20
skrobul wants to merge 1 commit intotulak:masterfrom
skrobul:allow-dot-in-hostname

Conversation

@skrobul
Copy link

@skrobul skrobul commented Aug 18, 2016

Without this, the arguments array is populated incorrectly.
For example:

!host server.xyz.com

would execute Zabbix::Host.get('search' => { name: 'server' }) which would
obviously return incorrect number of results, because it would match both
server.xyz.com and server.abc.com.

Without this, the arguments array is populated incorrectly.
For example:

!host server.xyz.com

would execute `Zabbix::Host.get('search' => { name: 'server' })` which would
obviously return incorrect number of results, because it would match both
`server.xyz.com` and `server.abc.com.`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant