-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathch02-Monitoring_Reporting_and_Troubleshooting.txt
63 lines (43 loc) · 1.88 KB
/
ch02-Monitoring_Reporting_and_Troubleshooting.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[[chapter02]]
== 监控、报告和排错
[quote, Error message,]
Found problem more than one. However, this does not mean that relevant part
is thing by mistake. Could be fertilized by special purpose in other application
program.
在本章中,我们将学习如下内容:
- {Recipe201}
- {Recipe202}
- {Recipe203}
- {Recipe204}
- {Recipe205}
- {Recipe206}
- {Recipe207}
- {Recipe208}
- {Recipe209}
- {Recipe210}
- {Recipe211}
- {Recipe212}
- {Recipe213}
- {Recipe214}
- {Recipe215}
大家都有这样的经验:当看到一些新技术时会莫名的兴奋,急着赶回家进行实验。
当然,一旦你开始尝试使用它,马上就会遇到问题。
这是怎么回事呢?它为什么不工作呢?我怎么能看到引擎盖下发生了什么呢?
本章将帮助你回答这些问题,并为你介绍解决常见的 Puppet 问题的工具。
我们还会看到:如何对你的 Puppet 基础设施生成有用的报告,
以及 Puppet 如何帮你对整个网络进行监视和故障排查。
include::recipes/ch02sec01-generating_reports.txt[]
include::recipes/ch02sec02-e-mailing_log_messages_containing_specific_tags.txt[]
include::recipes/ch02sec03-creating_graphical_reports.txt[]
include::recipes/ch02sec04-producing_automatic_html_documentation.txt[]
include::recipes/ch02sec05-drawing_dependency_graphs.txt[]
include::recipes/ch02sec06-testing_your_puppet_manifests.txt[]
include::recipes/ch02sec07-doing_a_dry_run.txt[]
include::recipes/ch02sec08-detecting_compilation_errors.txt[]
include::recipes/ch02sec09-understanding_puppet_errors.txt[]
include::recipes/ch02sec10-logging_command_output.txt[]
include::recipes/ch02sec11-logging_debug_messages.txt[]
include::recipes/ch02sec12-inspecting_configuration_settings.txt[]
include::recipes/ch02sec13-using_tags.txt[]
include::recipes/ch02sec14-using_run_stages.txt[]
include::recipes/ch02sec15-using_environments.txt[]