feat(mon/synology): scrape DS1821+ via snmp_exporter

This commit is contained in:
2026-06-29 14:58:06 +03:00
parent 58ad6f1162
commit 2a7c0030ff
4 changed files with 140 additions and 0 deletions
@@ -0,0 +1,17 @@
apiVersion: v1
kind: Service
metadata:
name: snmp-exporter
namespace: monitoring
labels:
app.kubernetes.io/name: snmp-exporter
app.kubernetes.io/instance: snmp-exporter
spec:
type: ClusterIP
selector:
app.kubernetes.io/name: snmp-exporter
ports:
- name: metrics
port: 9116
targetPort: metrics
protocol: TCP