mg
03d10acea6
Tags angepasst Postfix Rolle erweitert mit Sender-Mail rewrite Port für Strato angepasst Rolle postfix in haertung eingebaut Bugfix: Vars2 Bugfix: Vars Doku postfix angepasst Defaults Postfix aktualisiert f2b Vars in GroupVars Fail2Ban parametrisiert KeePass: Postfix Absenderpasswort aktualisiert Vars und defaults ergänzt Rolle umbenannt in anderen Rollen Rolle umbenannt: mgrote.postfix-gmail --> mgrote.postfix postfix GroupVars auf Strato umgestellt postfix defaults aktualisiert Variablennamen postfix umbenannt Keepass: gmail_nutzer_passwort --> postfix_absender_passwort Co-authored-by: Michael Grote <38253905+quotengrote@users.noreply.github.com> Reviewed-on: mg/ansible#12
25 lines
917 B
Markdown
25 lines
917 B
Markdown
## mgrote.apcupsd
|
|
|
|
### Beschreibung
|
|
Installiert APCUPSD fuer eine APC UPS mit USB Verbindung.
|
|
Benoetigt mgrote.postfix.
|
|
https://linux.die.net/man/5/apcupsd.conf
|
|
|
|
### Funktioniert auf
|
|
- [x] ProxMox 6.1
|
|
|
|
### Variablen + Defaults
|
|
##### Wohin gehen die Benachrichtigungsmails bei Stromausfall
|
|
empfaenger_mail: michael.grote@posteo.de
|
|
|
|
##### Zeitspanne in Sekunden, ab der der Systemdienst einen Stromausfall annimmt. Nuetzlich, um sehr kurze Ausfaelle ignorieren zu koennen.
|
|
ONBATTERYDELAY: 10
|
|
|
|
##### Durch die USV gemeldete Restkapazitaet in Prozent, ab der der Rechner heruntergefahren wird
|
|
BATTERYLEVEL: 50
|
|
|
|
##### apcupsd will shutdown the system during a power failure when the remaining runtime on batteries as internally calculated by the UPS falls below the specified minutes.
|
|
MINUTES: 10
|
|
|
|
##### Specifies when apcupsd should create the nologon file to prevent users from logging on to the system.
|
|
NOLOGON: always
|