Skip to content

Commit

Permalink
veeam-status: Add new parameters --insecure --no-proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
markuslf committed Mar 14, 2024
1 parent 28fa47f commit 2b9092d
Show file tree
Hide file tree
Showing 4 changed files with 202 additions and 70 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ Monitoring Plugins:
* sap-open-concur: Add new parameters `--insecure`
* statuspal: Add new parameters `--insecure` `--no-proxy` `--timeout`
* swap-usage: Report the top 3 processes causing the usage (Linux only)
* veeam-status: Add new parameters `--insecure` `--no-proxy`
* xml: Add new parameter `--insecure`


Expand Down
10 changes: 7 additions & 3 deletions check-plugins/veeam-status/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@ Help
usage: veeam-status [-h] [-V] [--always-ok] [-c CRIT]
[--failed-job-runs FAILED_JOB_RUNS]
[--failed-vm-lastest-states FAILED_VM_LASTEST_STATES]
[--insecure]
[--max-backup-job-duration MAX_BACKUP_JOB_DURATION]
[--max-replica-job-duration MAX_REPLICA_JOB_DURATION] -p
PASSWORD [--test TEST] [--timeout TIMEOUT] [--url URL]
--username USERNAME [-w WARN]
[--max-replica-job-duration MAX_REPLICA_JOB_DURATION]
[--no-proxy] -p PASSWORD [--test TEST] [--timeout TIMEOUT]
[--url URL] --username USERNAME [-w WARN]
[--warnings-job-runs WARNINGS_JOB_RUNS]
[--warning-vm-lastest-states WARNING_VM_LASTEST_STATES]
Expand All @@ -67,12 +68,15 @@ Help
--failed-vm-lastest-states FAILED_VM_LASTEST_STATES
Veeam threshold for `FailedVmLastestStates`. Default:
> 0
--insecure This option explicitly allows to perform "insecure"
SSL connections. Default: True
--max-backup-job-duration MAX_BACKUP_JOB_DURATION
Veeam threshold for `MaxBackupJobDuration`. Default: >
86400
--max-replica-job-duration MAX_REPLICA_JOB_DURATION
Veeam threshold for `MaxDurationReplicaJobName`.
Default: > 86400
--no-proxy Do not use a proxy. Default: False
-p PASSWORD, --password PASSWORD
Veeam API password.
--test TEST For unit tests. Needs "path-to-stdout-file,path-to-
Expand Down
Loading

0 comments on commit 2b9092d

Please sign in to comment.