Skip to content

Commit f973f6d

Browse files
committed
docs: update README
1 parent 861e170 commit f973f6d

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

check-plugins/by-ssh/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ usage: by-ssh [-h] [-V] [--always-ok] --command COMMAND
3030
[--severity-timeout {ok,warn,crit,unknown}]
3131
[--skip-stderr SKIP_STDERR] [--skip-stdout SKIP_STDOUT]
3232
[--ssh-option SSH_OPTION] [--shell] [--test TEST] [-u USERNAME]
33-
[-w WARN] [--warning-pattern WARN_PATTERN]
33+
[--verbose] [-w WARN] [--warning-pattern WARN_PATTERN]
3434
[--warning-regex WARN_REGEX]
3535
3636
This plugin uses SSH to execute a command on a remote host, returning STDOUT
@@ -127,6 +127,9 @@ options:
127127
stderr-file,expected-retc".
128128
-u, --username USERNAME
129129
SSH: Username. Default: root
130+
--verbose Makes this plugin verbose during the operation. Useful
131+
for debugging and seeing what's going on under the
132+
hood. Default: False
130133
-w, --warning WARN WARN threshold for single numeric return values.
131134
Supports Nagios ranges. Example: `@10:20` alerts if
132135
STDOUT is in range 10..20.

check-plugins/by-winrm/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ usage: by-winrm [-h] [-V] [--always-ok] --command COMMAND [-c CRIT]
3434
[--skip-stderr SKIP_STDERR] [--skip-stdout SKIP_STDOUT]
3535
[--test TEST] [--verbose] [-w WARN]
3636
[--warning-pattern WARN_PATTERN] [--warning-regex WARN_REGEX]
37+
[--winrm-configuration-name WINRM_CONFIGURATION_NAME]
3738
[--winrm-domain WINRM_DOMAIN] --winrm-hostname WINRM_HOSTNAME
3839
[--winrm-password WINRM_PASSWORD]
3940
[--winrm-transport {basic,ntlm,kerberos,credssp,plaintext}]
@@ -93,6 +94,9 @@ options:
9394
Any line matching this python regex (case-insensitive)
9495
will count as a warning. Can be specified multiple
9596
times.
97+
--winrm-configuration-name WINRM_CONFIGURATION_NAME
98+
PowerShell session configuration name (JEA endpoint).
99+
Only supported with pypsrp.
96100
--winrm-domain WINRM_DOMAIN
97101
WinRM Domain Name. Default: None
98102
--winrm-hostname WINRM_HOSTNAME

check-plugins/fs-ro/icingaweb2-module-director/fs-ro.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
"fs_ro_ignore": [
8181
"/dev/loop",
8282
"/proc",
83+
"/run/credentials",
8384
"/snap",
8485
"/sys/fs"
8586
]

0 commit comments

Comments
 (0)