This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Replace localhost with your servername | |
#Change username and password accordingly | |
#Alert can be applied on JVM Heap and Queue parameters | |
#Alert format is | |
# param=Name of parameter on whose value you want to put alert | |
# thresholdVal= Value againsts which current value of param will be evaluated as per condition | |
# condition= denotes how to compare thresholdVal and current value of parameter. | |
# Possible values are as below: | |
# lt - Alert will be raised if current value is less than thresholdVal | |
# gt - Alert will be raised if current value is greater than thresholdVal |