Skip to content

Commit

Permalink
#6 #7 #8
Browse files Browse the repository at this point in the history
  • Loading branch information
franklupo committed May 27, 2022
1 parent 9986f8c commit 237d93b
Show file tree
Hide file tree
Showing 18 changed files with 2,056 additions and 1,985 deletions.
8 changes: 5 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ ClientBin/
*.publishsettings
orleans.codegen.cs

# Including strong name files can present a security risk
# Including strong name files can present a security risk
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
#*.snk

Expand Down Expand Up @@ -317,7 +317,7 @@ __pycache__/
# OpenCover UI analysis results
OpenCover/

# Azure Stream Analytics local run output
# Azure Stream Analytics local run output
ASALocalRun/

# MSBuild Binary and Structured Log
Expand All @@ -326,5 +326,7 @@ ASALocalRun/
# NVidia Nsight GPU debugger configuration file
*.nvuser

# MFractors (Xamarin productivity tool) working folder
# MFractors (Xamarin productivity tool) working folder
.mfractor/

*.Parm
677 changes: 663 additions & 14 deletions LICENSE.md

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ this software collect data from Proxmox VE and output list of Warning/Critical/I
* Custom settings from file --settings-file
* Ignore issue from file --ignored-issues-file
* Use Api token --api-token parameter
* Execution with file parameter e.g. @FileParameter.parm

## Api token

Expand Down Expand Up @@ -144,3 +145,18 @@ The regex rule is used for match in Id,SubContext,Description.
}
]
```

## Execution with file parameter

Is possible execute with file parameter

```sh
root@debian:~# cv4pve-diag @FileParameter.parm
```

File **FileParameter.parm**
```
--host=192.168.0.100
--username=root@pam
--password=fagiano
```
674 changes: 0 additions & 674 deletions gpl-3.0.txt

This file was deleted.

Loading

0 comments on commit 237d93b

Please sign in to comment.