sni / Thruk

Thruk is a multibackend monitoring webinterface for Naemon, Nagios, Icinga and Shinken using the Livestatus API.
http://www.thruk.org
Other
408 stars 148 forks source link

Service status graphs are not shown if 'U' are used as Maximum value #355

Closed jryberg closed 10 years ago

jryberg commented 10 years ago

If performance data contains 'U' for undefined maximum value the graph are not shown.

Thruk could still use Warning and Critical values instead

Example that don't show any graph: OK: Updated 3022 seconds ago|'Last updated'=3022s;172800;345600;0;U

Guide lines: https://nagios-plugins.org/doc/guidelines.html

Using Thruk 1.85-20140515 bundled with daily Naemon 0.8.1

jryberg commented 10 years ago

Work around are to drop the Maximum value since it's also OK to just skip it if it's "NULL" OK: Updated 34 seconds ago|'Last updated'=34s;172800;345600;0

Seems that PNP4Nagios has the same issue as well, would not generate any graphs when using 'U' but that is another issue to report for me to create