Icinga / Icinga/icingaweb2-module-reporting
Set decimal precision for any row in SLA-report, not only in summary
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 71
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
When I define a SLA-report, there is a field named "sla_precision".
After run this SLA report there are a lot of rows of services or hosts - depents from your filter - which shown the SLA only in full decimal values (like 100, 99, 85...) any only in the last summary row in pdf report the SLA is shown with decimal places (e.g. 98,45%)
It would by nice to have this precision for any row of the report, also in csv export.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the sla_precision field through SLA-report generation and its PDF and CSV output paths; the payload names no specific files or tests. Done means every service or host row, as well as the summary row, uses the configured decimal precision in both formats.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- analytics
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100