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
Hello
Is it possible to have an example on how use GetHostt ?
I have hard time to use it.
Best regards
The text was updated successfully, but these errors were encountered:
Get a list of hosts by their hostname:
// ... filter := make(map[string]interface{}) filter["host"] = "MyComputerName" hosts, err := session.GetHosts(zabbix.HostGetParams{ GetParameters: zabbix.GetParameters{ Filter: filter, }}) if err != nil { log.Fatalf("%v\n", err) } log.Printf("%v\n", hosts)
Of cause hostname should be unique and the list only contain on element.
Sorry, something went wrong.
No branches or pull requests
Hello
Is it possible to have an example on how use GetHostt ?
I have hard time to use it.
Best regards
The text was updated successfully, but these errors were encountered: