You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The nagios parser does not support ranges in the performance data. Ranges are
used with the critical and warning fields, there is more detail in this documentation: https://nagios-plugins.org/doc/guidelines.html#AEN200
Bug report
The nagios parser does not support ranges in the performance data. Ranges are
used with the critical and warning fields, there is more detail in this documentation: https://nagios-plugins.org/doc/guidelines.html#AEN200
Relevant telegraf.conf:
System info:
Telegraf 1.6.1
Steps to reproduce:
Expected behavior:
The range data should be encoded in some form, there are a few options:
Use
_lt
,_gt
,_le
,_ge
as less than, greater than, less than or equal,and greater than or equal:
Put the range unaltered as a tag, this could be acceptable if the value changes infrequently and does not need graphed.
Actual behavior:
The text was updated successfully, but these errors were encountered: