This commit is contained in:
2026-03-14 13:07:49 +00:00
parent c49564eaff
commit 703fd0ee5b
3 changed files with 32 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
#Victorfia Monitoring
#Victoria Monitoring
Incredibly fast time series database and easy-to-use high performance monitoring solutions simple and reliable for everyone. VictoriaMetrics Database

View File

@@ -0,0 +1,12 @@
kind: VMAlertmanager
metadata:
name: demo
namespace: vm
spec:
configRawYaml: |
route:
receiver: 'demo-app'
receivers:
- name: 'demo-app'
webhook_configs:
- url: 'http://demo-app.default.svc:8080/alerting/webhook'

View File

@@ -0,0 +1,19 @@
apiVersion: operator.victoriametrics.com/v1beta1
kind: VMStaticScrape
metadata:
name: proxmox-node-exporter
namespace: vm
spec:
jobName: proxmox-node
targetEndpoints:
- targets:
- hyper1.undercloud.local:9100
- hyper2.undercloud.local:9100
- hyper3.undercloud.local:9100
- hyper4.undercloud.local:9100
- hyper5.undercloud.local:9100
- hyper6.undercloud.local:9100
- pbs.undercloud.local:9100
labels:
service: node-exporter
role: proxmox