Threshold fault in configfiles

Issue #86 resolved
Anders Welen repo owner created an issue

In the config files there seems to be a "cut-and-paste" error regarding thresholds greater than 1 (that should be greater than 0)

For example thresholds checks for DLQ in JBoss is specified to:

<warningHighThreshold>1</warningHighThreshold>

But should be

<warningHighThreshold>0</warningHighThreshold>

Comments (1)

  1. Log in to comment