Opened 3 years ago
#926 new defect
GCTime module of the jmx_ plugin tries to write DERIVED value with fractional part
| Reported by: | jsa | Owned by: | nobody |
|---|---|---|---|
| Priority: | normal | Milestone: | Munin 2.0.0 |
| Component: | plugins | Version: | 1.4.3 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
DERIVED values must be integer values but the GCTime module tries to write the time in seconds with a fractional part, which results in the module never successfully reporting any values.
The easiest solution would be to switch the module to store milliseconds and let scaling take care of it.
Attachments (1)
Note: See
TracTickets for help on using
tickets.

simple patch