Skip to content

Releases: unioslo/zabbix-cli

New version 1.5.1

14 Apr 08:10
Compare
Choose a tag to compare

Changelog:

  • Add new command update_usergroup_permissions to update permissions and keep the command add_usergroup_permissions to add new permissions.
  • Bugfix: Update command create_host.
    Delete duplicated groups when generating hostgroups list in this command.This is necessary just in case the user defines a hostgroup in this command that is already defined in the default_hostgroup parameter in zabbix-cli.conf

1.5.0

01 Apr 12:26
Compare
Choose a tag to compare

Changelog:

  • Zabbix-3.0 compatible
  • Merge changes from the original pyzabbix 0.7.4 into zabbix-cli/pyzabbix
  • Upgrade command create_notification_user to accept a 'remark' string.
  • Upgrade command create_host to use regular expressions in the [proxy] parameter. This can be used to define the group of proxy servers that will be used to find the zabbix proxy that will monitor the new created host.
  • Disable the use of JSON exports until https://support.zabbix.com/browse/ZBX-10607 gets fixed. Only XML exports work now.

New version - 1.4.0

19 Sep 13:23
Compare
Choose a tag to compare
  • A new command to create notification users is available, 'create_notification_user'.
  • New parameters has been defined in the config file, 'use_colors' and 'use_auth_token_file'. Run 'zabbix-cli-init' to get an updated version of the configuration file installed.
  • The code to manage command line arguments has been refactored. --use-csv-format, --use-json-format and --use-colors are not available anymore. Run 'zabbix-cli -h' to check the arguments available now.
  • One can define a custom config file with the parameters '--config ' or '-c ' when starting 'zabbix-cli'.

New version - 1.3.1

27 Aug 14:39
Compare
Choose a tag to compare

Changelog:

  • Change the login procedure to verify the SSL certificate of the server
  • Support to save API-auth-token information between sessions. This is done to avoid having to use username/password everytime we login. This authentication method will work as long as the API-auth-token is active in the system.
  • The unlink_template_from_host command will unlink AND clear the template information from the host.

New version - 1.3.0

18 Jun 14:36
Compare
Choose a tag to compare

Changelog:

  • Add command show_usermacro_template_list
  • Add command update_host_proxy
  • Add command load_balance_proxy_hosts
  • Add command move_proxy_hosts
  • Update show_alarms command with hostgroups search support.
  • Add color support for the show_alarms command.
  • Update documentation
  • Change command name: show_host_macros -> show_host_usermacros
  • Change command name: show_macro_host_list -> show_usermacro_host_list

New version - 1.2.1

07 Apr 12:37
Compare
Choose a tag to compare
Update version number to 1.2.1

New release

26 Mar 07:44
Compare
Choose a tag to compare
1.2.0

Change version file

New version release

03 Mar 12:43
Compare
Choose a tag to compare
1.1.0

New version relased