go-zabbix icon indicating copy to clipboard operation
go-zabbix copied to clipboard

Go bindings for the Zabbix API

Results 22 go-zabbix issues
Sort by recently updated
recently updated
newest added

go version: 1.18 ``` package main import ( "crypto/tls" "fmt" "log" "net/http" "github.com/cavaliercoder/go-zabbix" ) func main() { // Default approach - without session caching session, err := zabbix.NewSession("http://zabbix/api_jsonrpc.php", "Admin", "zabbix")...

Hi, Could you please provide example code for disabling Zabbix monitoring for a particular host by passing hostname...

Data is populated then when `SelectInventory` on `HostGetParams` is used. The Zabbix documentation says that all fields are strings.

OS: Windows 10 Corporate (20H2) Zabbix: 4.4.3 Сonnection: via Checkpoint VPN I am trying to get an Event with a given event_id from Zabbix. An event with this id exists...

Why is this a private variable - https://github.com/cavaliercoder/go-zabbix/blob/1cdce18187105939d6bf17abfc32c3e2bea563b3/maintenance_json.go#L43

Hello, (This pull request is re-open https://github.com/cavaliercoder/go-zabbix/pull/33 because from branch was changed.) I added new code to supporting proxy.get . I've tested with Zabbix 4.0.9. It works fine. If no...

If I have an existing token, there seems to be no way to create a session with a token and a *http.Client If I construct a *Session manually i can...