go-zabbix-get

command module
v0.0.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2014 License: MIT Imports: 6 Imported by: 0

README

go-zabbix-get

zabbix-get compatible command (Golang version)

Usage

$ go-zabbix-get -s <hostname or IP> -p <port> -k <key>

  -k="": key
  -p=10050: port
  -s="127.0.0.1": hostname or IP
  -t=30: timeout
  -f="zabbix": output format (zabbix or sensu)
  -o="": output key string (format=sensu only)

Output format

"zabbix" (default)

zabbix-get compatible format.

[value]\n

"sensu"

sensu plugin compatible format.

[key]\t[value]\t[unixtime]\n

When you use option -o KEYNAME with -f sensu, go-zabbix-get prints it with a result.

$ go-zabbix-get -o listen.http -f sensu -k "net.tcp.listen[80]" -s 127.0.0.1

listen.http\t[value]\t[unixtime]\n

LICENCE

The MIT License (MIT)

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL