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
| $Status = 0 | |
| # bitmask | |
| # 0-OK | |
| # 1-Warning | |
| # 2-Error | |
| # 4-Unknown | |
| # then logical or each result for final return code | |
| $ItemName = $null | |
| # This has to be unique per host in NAGIOS |