Prometheus Connector for HPE SimpliVity
155
Docker Image based on HewlettPackard's Github Repository for HPE SimpliVIty (all credits belong to them).
docker run -d --name svt-exporter \
-e OVC_IPADDRESS='<ovc-ip-address>' \
-e OVC_USERNAME='<ovc-username>' \
-e OVC_PASSWORD='<ovc-password>' \
gprakosa/svtconnect:v1.0
apiVersion: v1
kind: ConfigMap
metadata:
name: svt-exporter-config
namespace: svt-exporter
data:
OVC_IPADDRESS: "<ovc-ip-address>"
OVC_USERNAME: "<ovc-username>"
---
kind: Secret
apiVersion: v1
data:
OVC_PASSWORD: echo -n <ovc-password> | base64
metadata:
name: svt-exporter-password
namespace: svt-exporter
| Parameter | Description | Variable | Required | Default Value |
|---|---|---|---|---|
| OVC | OmniStack Virtual Controller IP Address | OVC_IPADDRESS | Yes | - |
| Username | Username for the SimpliVity federation | OVC_USERNAME | Yes | - |
| Password | Password for the SimpliVity federation | OVC_PASSWORD | Yes | - |
| Timerange | Time range in seconds | APP_TIME_RANGE | Optional | '20' |
| Resolution | Resolution in SECONDS or MINUTES | APP_RESOLUTION | Optional | 'SECOND' |
| Monitoring | Monitoring interval in seconds | APP_MONITORING | Optional | '5' |
| Port | http server port that should be used | APP_HTTP_PORT | Optional | '9091' |
Content type
Image
Digest
sha256:b416eb2f5…
Size
39.9 MB
Last updated
over 3 years ago
docker pull gprakosa/svtconnect:v1.0