We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ada2b4c commit f40a688Copy full SHA for f40a688
lib/icinga/plugin/New-IcingaCheck.psm1
@@ -66,7 +66,7 @@ function New-IcingaCheck()
66
$this.__TimeInterval = $SetArg;
67
break;
68
}
69
- if ($SetArg -eq '-ThresholdInterval') {
+ if ($SetArg -eq '-ThresholdInterval' -Or $SetArg -eq '-ThresholdInterval:') {
70
$FoundInterval = $TRUE;
71
continue;
72
0 commit comments