Closed lazyfrosch closed 2 years ago
Reverting an uncoordinated and little bit chaotic change...
Reverts NETWAYS/go-check#38
Spec lists only an example but doesn't explain the semicolons.
'label'=value[UOM];[warn];[crit];[min];[max]
Best practice is to remove trailing ; as they are fully redundant. Many plugins do this and usually only add empty thresholds, when min/max is set.
;
Reverting an uncoordinated and little bit chaotic change...
Reverts NETWAYS/go-check#38
Explanation
Spec lists only an example but doesn't explain the semicolons.
Best practice is to remove trailing
;
as they are fully redundant. Many plugins do this and usually only add empty thresholds, when min/max is set.