We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be great if we can attach images from external sources (i.e. Grafana).
The text was updated successfully, but these errors were encountered:
Yes, good idea
Sorry, something went wrong.
#71, added support of external images, availably by adding 'external_…
fb36a8b
…image' into action and specify link to that image
Test: python zbxtg.py ableev test1 "$(echo -e 'test2\nzbxtg;zbxtg;external_image:https://www.zabbix.com/img/zabbix_logo.png\nzbxtg;graphs')"
python zbxtg.py ableev test1 "$(echo -e 'test2\nzbxtg;zbxtg;external_image:https://www.zabbix.com/img/zabbix_logo.png\nzbxtg;graphs')"
Just realized that this feature doesn't work with python 3
#71, fixed Python3 compatibility
d34d164
ableev
No branches or pull requests
It would be great if we can attach images from external sources (i.e. Grafana).
The text was updated successfully, but these errors were encountered: