Skip to content
New issue

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

Update performance data unit of measure #61

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dropthemic
Copy link
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