Icinga / Icinga/icingaweb2-module-reporting

Set decimal precision for any row in SLA-report, not only in summary

Open
#207 3 comments 1 reaction 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.