https://github.com/nordcloud/klarity-scanner-vmware-cli
Klarity self-hosted scanner for your VMware environments
https://github.com/nordcloud/klarity-scanner-vmware-cli
pat-devops vmware
Last synced: 5 months ago
JSON representation
Klarity self-hosted scanner for your VMware environments
- Host: GitHub
- URL: https://github.com/nordcloud/klarity-scanner-vmware-cli
- Owner: nordcloud
- License: other
- Created: 2020-11-23T16:00:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-06T11:24:13.000Z (over 4 years ago)
- Last Synced: 2024-12-30T22:15:37.276Z (over 1 year ago)
- Topics: pat-devops, vmware
- Language: Go
- Homepage: https://www.nordcloud.com
- Size: 24.4 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Nordcloud Klarity Scanner for VMware
This repository contains source code for Klarity's self-hosted scanner of your VMware environments. It's distributed as single self-contained binaries (see Releases) to deploy and schedule in your internal network - so it can access VMware vCenter APIs.
## Prerequisites
- Windows or Linux machines (amd64) with access to vCenter API
- Read-only API credentials for VMware vCenter
- Nordcloud Klarity Cloud Account credentials for VMware
## Other platforms
Binaries for other platforms and architectures are not officialy supported, but you are allowed to compile the scanner with applicable `GOOS` and `GOARCH` variables for Golang compiler and test it.
## Supported versions
Nordcloud Klarity Scanner for VMware should work with vCenter 7
## Installation
1. [Download latest version](https://github.com/nordcloud/klarity-scanner-vmware-cli/releases) of Nordcloud Klarity Scanner for VMware for your platform from Releases tab in GitHub repository.
2. Upload the binary to your virtual machine.
3. Update `config.json` with correct parameters from Nordcloud Klarity and your vCenter environment.
4. Run the binary to check for any issues.
5. Use system scheduler (crontab / Windows Task Scheduler) to run the binary once per day.
## Config description
TODO
## Task scheduler example configuration
TODO