Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement param for strict plugin API compliance #8

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified check_ms_win_disk_load.ps1
Binary file not shown.
17 changes: 17 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,23 @@ Production ready.

Please visit https://outsideit.net/check-ms-win-disk-load for more information on how to use this plugin.

### Parameters added by moschi

```bash
-s | --strict
```

Enforces compliance with montioring-plugins.org definition for Plugin API

```bash
-wrw | --WriteRateWarning
-wrc | --WriteRateCritical
-rrw | --ReadRateWarning
-rrc | --ReadRateCritical
```

Options to declare warning / critical thresholds for Read and Write rate.

### Help

In case you find a bug or have a feature request, please make an issue on GitHub.
Expand Down