Add syslog-ng. Update telegraf

This commit is contained in:
2022-02-20 12:07:56 +01:00
parent a3216e225b
commit ba3b87e73b
14 changed files with 198 additions and 9 deletions

View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
# ==============================================================================
# Home Assistant Community Add-on: Glances
# This file turns s6-nuke into a NOOP to prevent total termination
# of the host system since the add-on runs in the same PID namespace.
# ==============================================================================
echo "S6-NUKE: NOOP"
exit 0