Skip to content

Update performance data unit of measure#61

Open
dropthemic wants to merge 1 commit intowernerfred:masterfrom
dropthemic:patch-2
Open

Update performance data unit of measure#61
dropthemic wants to merge 1 commit intowernerfred:masterfrom
dropthemic:patch-2

Conversation

@dropthemic
Copy link
Copy Markdown
Contributor

The performance data has the wrong unit, all are marked as "c" which is a continuous counter. Per Nagios guidelines, load averages should have no unit, and memory/storage should be in KB/GB/B units.

When using pnp4nagios, the graphs are incorrectly rendered with the continuous counter UOM, this patch fixes the issue.

Sample perf data before change:
...| /volume1=4998c /volume2=2211c

After change:
...|/volume1=4998GB /volume2=2211GB

The performance data has the wrong unit, all are marked as "c" which is a continuous counter. Per Nagios guidelines, load averages should have no unit, and memory/storage should be in KB/GB/B units.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant