Commit 50dc2b8a7652e67cc36417a7c3c7f61743bfea5b
1 parent
d81fd4f2
Updates chapter1.md
Auto commit by GitBook Editor
Showing
1 changed file
with
2 additions
and
1 deletions
chapter1.md
| ... | ... | @@ -91,7 +91,7 @@ define hostgroup { |
| 91 | 91 | alias 浦东调度系统服务器组 |
| 92 | 92 | members server_147,server_122,server_121,localhost |
| 93 | 93 | } |
| 94 | -...其他group定义同上 | |
| 94 | +... 其他group定义同上 | |
| 95 | 95 | // 重启nagios |
| 96 | 96 | systemctl restart nagios |
| 97 | 97 | |
| ... | ... | @@ -104,6 +104,7 @@ define service { |
| 104 | 104 | check_command check_http!-p 8888 |
| 105 | 105 | notifications_enabled 0 |
| 106 | 106 | } |
| 107 | +... 其他service定义同上 | |
| 107 | 108 | |
| 108 | 109 | |
| 109 | 110 | ... | ... |