kovetskiy / zabbixctl

Most effective way for operating in Zabbix Server
MIT License
139 stars 28 forks source link

Need to get item lists #7

Open otheus opened 7 years ago

otheus commented 7 years ago

I understand this is under development and so not all the API is yet implemented. There's a particular set of uses I was hoping zabbixctl would provide for me, but does not yet:

In the long-run, I strongly suggest zabbixctl evolve to a "sub-command" structure, like we see with systemd, puppet, ruby-gems, etc, etc. So maybe...

zabbixctl <show|list|add|remove|update> [host|template|item|trigger]
zabbixctl <show|list|add|remove|update> [host|template|item|trigger]
...

Where "show" means "show current data" and "list" means "show current configuration". Add/Remove/update operate on the configuration.