このページの2つのバージョン間の差分を表示します。
次のリビジョン | 前のリビジョン | ||
50_dialy:2024:05:02 [2024/05/02 08:23] – 作成 matsui | 50_dialy:2024:05:02 [2024/08/15 23:56] (現在) – [ログフォルダ用意] matsui | ||
---|---|---|---|
行 39: | 行 39: | ||
tar zxvf zabbix-6.0.29.tar.gz | tar zxvf zabbix-6.0.29.tar.gz | ||
cd zabbix-6.0.29/ | cd zabbix-6.0.29/ | ||
- | chkconfig | + | ./ |
make | make | ||
make install | make install | ||
+ | |||
+ | cp misc/ | ||
+ | chkconfig --add zabbix_agentd | ||
+ | chkconfig zabbix_agentd on | ||
+ | chkconfig --list zabbix_agentd | ||
</ | </ | ||