You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add-Content-Path $PluginDocFile-Value 'Below you will find a documentation for every single available plugin provided by this repository';
46
+
Add-Content-Path $PluginDocFile-Value 'Below you will find a documentation for every single available plugin provided by this repository. Most of the plugins allow the usage of default Icinga threshold range handling, which is defined as follows:';
47
+
Add-Content-Path $PluginDocFile-Value '';
48
+
Add-Content-Path $PluginDocFile-Value '| Argument | Throws error on | Ok range |';
Add-Content-Path $PluginDocFile-Value '| 30:40 | < 30 or > 40 | between {30 .. 40} |';
54
+
Add-Content-Path $PluginDocFile-Value '| `@30:40 | ≥ 30 and ≤ 40 | outside -∞ .. 29 and 41 .. ∞ |';
55
+
Add-Content-Path $PluginDocFile-Value '';
56
+
Add-Content-Path $PluginDocFile-Value 'Please ensure that you will escape the `@` if you are configuring it on the Icinga side. To do so, you will simply have to write an *\`* before the `@` symbol: \``@`';
57
+
Add-Content-Path $PluginDocFile-Value '';
58
+
Add-Content-Path $PluginDocFile-Value 'To test thresholds with different input values, you can use the Framework Cmdlet `Get-IcingaHelpThresholds`.';
0 commit comments