< Back
LimitMinError
Post
NAME LimitMinError
SYNOPSIS
Generates a <LimitMinError></LimitMinError> XML tag for specifying the default lower error limit threshold of a
channel in a custom PRTG Network Monitor EXE/XML Sensor.
SYNTAX
LimitMinError [[-Value] <String>] [<CommonParameters>]
DESCRIPTION
The LimitMinError tag specifies the minimum value a channel's value must stay above to avoid going into an error
state. A sensor will enter an error state when a channel's value goes below this threshold.
If LimitMode is not set to 1 when this channel is created, this value will not take effect until limits are
manually enabled in the PRTG UI.
This tag can be used in conjunction with LimitMaxError and LimitErrorMsg.
This tag will only be considered when the channel is initially created. Once created, the lower error limit can be
adjusted under the channel's settings.
PARAMETERS
-Value <String>
The value to use.
Required? false
Position? 0
Default value None
Accept pipeline input? False
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
NOTES
-------------------------- EXAMPLE 1 --------------------------
Prtg {
Result {
Channel "My channel"
Value 3
LimitMode 1
LimitMinError 3
}
}
Specify a lower error limit for a channel.
RELATED LINKS
Online Version: https://github.com/lordmilko/PrtgXml/bl ... inError.md
Prtg
Result
LimitMode
LimitMaxError
LimitErrorMsg
LimitMinWarning
LimitMaxWarning
LimitWarningMsg
SYNOPSIS
Generates a <LimitMinError></LimitMinError> XML tag for specifying the default lower error limit threshold of a
channel in a custom PRTG Network Monitor EXE/XML Sensor.
SYNTAX
LimitMinError [[-Value] <String>] [<CommonParameters>]
DESCRIPTION
The LimitMinError tag specifies the minimum value a channel's value must stay above to avoid going into an error
state. A sensor will enter an error state when a channel's value goes below this threshold.
If LimitMode is not set to 1 when this channel is created, this value will not take effect until limits are
manually enabled in the PRTG UI.
This tag can be used in conjunction with LimitMaxError and LimitErrorMsg.
This tag will only be considered when the channel is initially created. Once created, the lower error limit can be
adjusted under the channel's settings.
PARAMETERS
-Value <String>
The value to use.
Required? false
Position? 0
Default value None
Accept pipeline input? False
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
NOTES
-------------------------- EXAMPLE 1 --------------------------
Prtg {
Result {
Channel "My channel"
Value 3
LimitMode 1
LimitMinError 3
}
}
Specify a lower error limit for a channel.
RELATED LINKS
Online Version: https://github.com/lordmilko/PrtgXml/bl ... inError.md
Prtg
Result
LimitMode
LimitMaxError
LimitErrorMsg
LimitMinWarning
LimitMaxWarning
LimitWarningMsg