-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactor control handling Introduce answer-file Update wizard * Update README
- Loading branch information
1 parent
ace1dd3
commit d646be7
Showing
34 changed files
with
827 additions
and
426 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,4 @@ jobs: | |
- name: golangci-lint | ||
uses: golangci/golangci-lint-action@v6 | ||
with: | ||
version: v1.61 | ||
version: v1.61.0 |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
general: | ||
outputFile: data.zip | ||
enabledModules: | ||
- all | ||
disabledModules: | ||
- mysql | ||
extraObfuscators: | ||
- Secret:\s*?(.*) | ||
- Pass[:|=]\s*(.+) | ||
detailedCollection: true | ||
commandTimeout: 1m0s | ||
icinga2: | ||
endpoints: | ||
- address: 10.20.140.10 | ||
port: 5665 | ||
username: icinga | ||
password: superStrong1! | ||
- address: 10.20.140.11 | ||
port: 5665 | ||
username: icinga | ||
password: alsoSuperStrong2! |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module github.com/NETWAYS/support-collector | ||
|
||
go 1.22 | ||
go 1.23 | ||
|
||
require ( | ||
github.com/Showmax/go-fqdn v1.0.0 | ||
|
Oops, something went wrong.