diff --git a/zabbix-agent-scripts/zabbix-redis.py b/zabbix-agent-scripts/zabbix-redis.py index c9c3f36..7f77159 100644 --- a/zabbix-agent-scripts/zabbix-redis.py +++ b/zabbix-agent-scripts/zabbix-redis.py @@ -1,23 +1,21 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -''' -Note from RCA Systems +# +# Note from RCA Systems +# +# This script is developed by Allenta Consulting and available in Github: -This script is developed by Allenta Consulting and available in Github: +# https://github.com/allenta/zabbix-template-for-redis -https://github.com/allenta/zabbix-template-for-redis +# This is taken from release v14.0 -This is taken from release v14.0 +# https://github.com/allenta/zabbix-template-for-redis/releases/tag/v14.0 -https://github.com/allenta/zabbix-template-for-redis/releases/tag/v14.0 -''' -''' -:url: https://github.com/allenta/zabbix-template-for-redis -:copyright: (c) Allenta Consulting S.L. . -:license: BSD, see LICENSE.txt for more details. -''' +# :url: https://github.com/allenta/zabbix-template-for-redis +# :copyright: (c) Allenta Consulting S.L. . +# :license: BSD, see LICENSE.txt for more details. from __future__ import absolute_import, division, print_function, unicode_literals import json