更新 运维监控系统部署:Nightingale
parent
9a04545171
commit
d764504513
@ -39,5 +39,21 @@ cd /opt/n9e
|
||||
mysql -uroot -p < n9e.sql
|
||||
```
|
||||
|
||||
- 创建服务:`vi /etc/systemd/system/n9e.service`
|
||||
```
|
||||
[Unit]
|
||||
Description=Nightingale Service
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/opt/n9e/n9e --configs /opt/n9e/etc
|
||||
WorkingDirectory=/opt/n9e/
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
```
|
||||
# 三、时序数据库部署与对接
|
||||
# 四、采集器Agent部署
|
Loading…
x
Reference in New Issue
Block a user