initial commit

This commit is contained in:
Anry Das
2025-02-16 12:38:35 +02:00
commit 954f607c5a
21 changed files with 1793 additions and 0 deletions

14
dasExporter.service Normal file
View File

@@ -0,0 +1,14 @@
[Unit]
Description = Das Simple Exporter for Prometheus
[Service]
User = das
Group = das
WorkingDirectory = /path/to/DasExporter
ExecStart = /path/to/DasExporter/start.sh
Restart = always
RestartSec = 5
SyslogIdentifier = DasExporter
[Install]
WantedBy = multi-user.target