Zabbix monitoring RPM
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 

21 lignes
428 B

[Unit]
Description=Zabbix Proxy
After=syslog.target network.target
[Service]
Type=simple
ExecStart=/usr/sbin/zabbix_proxy --config /etc/zabbix/zabbix_proxy.conf --foreground
ExecReload=/usr/sbin/zabbix_proxy -R config_cache_reload
User=zabbix
Group=zabbix
CPUShares=512
MemoryLimit=500M
BlockIOWeight=500
PrivateTmp=yes
PrivateDevices=yes
ProtectSystem=full
ProtectHome=yes
Restart=always
[Install]
WantedBy=multi-user.target