summaryrefslogtreecommitdiff
path: root/roles/monitoring/prometheus/exporter/nut/templates
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-07-27 22:19:18 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-07-27 22:19:18 +0200
commita7f837c47621f01723feb96f5fd0d54a13376a01 (patch)
tree67b468c68392e4774922a17364f5365881f95ce4 /roles/monitoring/prometheus/exporter/nut/templates
parentadd prometheus to ele-router (diff)
add nut aka UPS to prometheus monitoring
Diffstat (limited to 'roles/monitoring/prometheus/exporter/nut/templates')
-rw-r--r--roles/monitoring/prometheus/exporter/nut/templates/service.j230
1 files changed, 30 insertions, 0 deletions
diff --git a/roles/monitoring/prometheus/exporter/nut/templates/service.j2 b/roles/monitoring/prometheus/exporter/nut/templates/service.j2
new file mode 100644
index 00000000..ffafcb3c
--- /dev/null
+++ b/roles/monitoring/prometheus/exporter/nut/templates/service.j2
@@ -0,0 +1,30 @@
+[Unit]
+Description=Prometheus nut exporter
+
+[Service]
+Restart=always
+User=prometheus-exporter
+ExecStart=/usr/bin/prometheus-nut-exporter --web.listen-address="127.0.0.1:9199"
+
+# systemd hardening-options
+AmbientCapabilities=
+CapabilityBoundingSet=
+DeviceAllow=/dev/null rw
+DevicePolicy=strict
+LockPersonality=true
+MemoryDenyWriteExecute=true
+NoNewPrivileges=true
+PrivateDevices=true
+PrivateTmp=true
+ProtectControlGroups=true
+ProtectHome=true
+ProtectKernelModules=true
+ProtectKernelTunables=true
+ProtectSystem=strict
+RemoveIPC=true
+RestrictNamespaces=true
+RestrictRealtime=true
+SystemCallArchitectures=native
+
+[Install]
+WantedBy=multi-user.target