-
Notifications
You must be signed in to change notification settings - Fork 1
/
matrix_zabbix_bot.service
45 lines (40 loc) · 1.19 KB
/
matrix_zabbix_bot.service
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[Unit]
Description=ZABBIX matrix bot
After=syslog.target network.target nss-lookup.target
[Service]
Type=notify
#Type=forking
ExecStartPre=/bin/true
ExecStart=/opt/matrix_zabbix/matrix_zabbix_bot.py
ExecReload=/bin/true
KillSignal=SIGTERM
TimeoutSec=30
RestartSec=30
#WatchdogSec=1m
LimitNOFILE=32768
# watchdog:
WatchdogSec=5m
NotifyAccess=all
Restart=on-failure
# предельное количество попыток перезапуска:
StartLimitBurst=30
# интервал времени, в течение которого они подсчитываются
StartLimitInterval=60min
# юнит, который запустится при сбое этого юнита:
#OnFailure=
# что делать, если слишком часто сбоит: none, reboot, reboot-force и reboot-immediate
#StartLimitAction=none
User=zabbix
# Hardening
DeviceAllow=/dev/null rw
DeviceAllow=/dev/urandom r
ProtectHome=yes
ProtectSystem=full
ReadOnlyDirectories=/opt/matrix_zabbix
ReadOnlyDirectories=/run
ReadOnlyDirectories=/var
ReadWriteDirectories=/opt/matrix_zabbix/log
#CapabilityBoundingSet=CAP_SETUID CAP_SETGID CAP_NET_BIND_SERVICE
PermissionsStartOnly=yes
[Install]
WantedBy = multi-user.target