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.

17 lignes
315 B

il y a 7 ans
[Unit]
Description=Zabbix Monitoring Agent
After=syslog.target network.target
[Service]
Type=simple
ExecStart=/usr/sbin/zabbix_agentd --config /etc/zabbix/zabbix_agentd.conf --foreground
il y a 7 ans
Restart=always
User=zabbix
Group=zabbix
CPUShares=512
MemoryLimit=150M
BlockIOWeight=500
[Install]
WantedBy=multi-user.target