Commit 57518151df2104f46480afcea00f3dd4019d7423
1 parent
27a863ee
Updates 02_nagios/nagios_install.md
Auto commit by GitBook Editor
Showing
1 changed file
with
1 additions
and
1 deletions
02_nagios/nagios_install.md
| @@ -36,7 +36,7 @@ systemctl start nrpe | @@ -36,7 +36,7 @@ systemctl start nrpe | ||
| 36 | ``` | 36 | ``` |
| 37 | // 安装同上,防火墙配置略 | 37 | // 安装同上,防火墙配置略 |
| 38 | // 启动服务,开机自启 | 38 | // 启动服务,开机自启 |
| 39 | -chkconfig --add=nrpe | 39 | +chkconfig --add nrpe |
| 40 | chkconfig nrpe on | 40 | chkconfig nrpe on |
| 41 | service nrpe start | 41 | service nrpe start |
| 42 | // 注这里有时候会碰到一个问题,使用service方式启动不起来 | 42 | // 注这里有时候会碰到一个问题,使用service方式启动不起来 |