We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In #133, the default $listenip value was removed. When this is not present, the following error is observed:
$listenip
Error: Could not set 'present' on ensure: Server answer API error: { "code": -32602, "message": "Invalid params.", "data": "Incorrect arguments passed to function." } on request: { "method": "host.create", "params": [ { "host": "zabbix.nelson.va", "interfaces": [ { "type": 1, "main": 1, "ip": null, "dns": "zabbix.nelson.va", "port": "10050", "useip": 1 } ], "status": 0, "available": 1, "groups": [ { "groupid": 2 } ], "proxy_hostid": null, "templates": [ 10001, 10102 ] } ], "id": 8903, "jsonrpc": "2.0", "auth": "752a36e6c48997194ee8b7ecb813fc40" } at 27:/etc/puppetlabs/code/environments/zabbix/modules/zabbix/manifests/resources/agent.pp
By replacing the else{} block, this functions properly. PR forthcoming.
else{}
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
In #133, the default
$listenip
value was removed. When this is not present, the following error is observed:By replacing the
else{}
block, this functions properly. PR forthcoming.The text was updated successfully, but these errors were encountered: