Store in settings, i.e. array with defined colours or codes
Set in actions as setting with codes
Your ideas are welcomed here.
Contributor guide
Tech stack
python
Domain
backend
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-3 hours
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
needs investigation
Prerequisites
Zabbix basicsPython
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
20
Research direction
This issue is from 2016 with no activity. To implement configurable graph colors, first examine the current settings storage mechanism (likely a config file or database). Then locate the graph generation code (probably in a module related to Telegram message formatting). Investigate if there are any existing color related parameters in the Zabbix API integration. Since there are no comments or linked PRs, the approach should be discussed with maintainers to clarify desired settings format and storage preferences.