-
Notifications
You must be signed in to change notification settings - Fork 11
/
MANIFEST
140 lines (140 loc) · 3.65 KB
/
MANIFEST
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
bin/config_status_demo.pl
bin/decode_flags.pl
bin/parse.pl
bin/statusdat_demo.pl
bin/test_configuration.pl
Build.PL
ChangeLog
lib/Nagios/Config.pm
lib/Nagios/Config/File.pm
lib/Nagios/Object.pm
lib/Nagios/Object/Config.pm
lib/Nagios/StatusLog.pm
lib/Nagios/Template.pm
MANIFEST
MANIFEST.SKIP
META.yml
README
t/00object.t
t/01object-inheritance.t
t/05object_config.t
t/10config_file.t
t/50config.t
t/51config-wildcards.t
t/54dump.t
t/60flexible-attributes.t
t/60flexible-attributes1.cfg
t/60flexible-attributes2.cfg
t/70status.dat
t/70status.t
t/74status.dat
t/74status.t
t/98nagios-sample-config.t
t/99config-extend.t
t/continuation_lines.t
t/find_object-template.cfg
t/find_object-template.t
t/group_membership.cfg
t/group_membership.t
t/hostgroup_hostgroups.cfg
t/hostgroup_hostgroups.t
t/jfrancois.cfg
t/jfrancois.pl
t/multi_type_entries.cfg
t/multi_type_entries.t
t/nagios-missing-file.cfg
t/nagios.cfg
t/nagios2config.t
t/nagios3config.t
t/nagios4config.t
t/nestedtemplates.cfg
t/nestedtemplates.t
t/multipletemplates.cfg
t/multipletemplates.t
t/sample-config-bigger.cfg
t/sample-config-minimal.cfg
t/sample-config-v3.cfg
t/service_escalation.cfg
t/service_escalation.t
t/status.log
t/statuslog.t
t/testconfig.cfg
t/testconfig2.cfg
t/testconfig3.cfg
t/v2_config/cgi.cfg
t/v2_config/checkcommands.cfg
t/v2_config/contactgroups.cfg
t/v2_config/contacts.cfg
t/v2_config/dependencies.cfg
t/v2_config/escalations.cfg
t/v2_config/hostextinfo.cfg
t/v2_config/hostgroups.cfg
t/v2_config/hosts.cfg
t/v2_config/minimal.cfg
t/v2_config/misccommands.cfg
t/v2_config/nagios.cfg
t/v2_config/resource.cfg
t/v2_config/serviceextinfo.cfg
t/v2_config/servicegroups.cfg
t/v2_config/services.cfg
t/v2_config/timeperiods.cfg
t/v2_wildcards.cfg
t/v2log.dat
t/v3_config/cgi.cfg
t/v3_config/cgi.cfg.in
t/v3_config/httpd.conf
t/v3_config/httpd.conf.in
t/v3_config/mrtg.cfg
t/v3_config/mrtg.cfg.in
t/v3_config/nagios.cfg
t/v3_config/nagios.cfg.in
t/v3_config/README
t/v3_config/resource.cfg
t/v3_config/resource.cfg.in
t/v3_config/template-object/.cvsignore
t/v3_config/template-object/commands.cfg
t/v3_config/template-object/commands.cfg.in
t/v3_config/template-object/contacts.cfg
t/v3_config/template-object/contacts.cfg.in
t/v3_config/template-object/localhost.cfg
t/v3_config/template-object/localhost.cfg.in
t/v3_config/template-object/printer.cfg
t/v3_config/template-object/printer.cfg.in
t/v3_config/template-object/README
t/v3_config/template-object/switch.cfg
t/v3_config/template-object/switch.cfg.in
t/v3_config/template-object/templates.cfg
t/v3_config/template-object/templates.cfg.in
t/v3_config/template-object/timeperiods.cfg
t/v3_config/template-object/timeperiods.cfg.in
t/v3_config/template-object/windows.cfg
t/v3_config/template-object/windows.cfg.in
t/v4_config/cgi.cfg
t/v4_config/cgi.cfg.in
t/v4_config/httpd.conf
t/v4_config/httpd.conf.in
t/v4_config/mrtg.cfg
t/v4_config/mrtg.cfg.in
t/v4_config/nagios.cfg
t/v4_config/nagios.cfg.in
t/v4_config/README
t/v4_config/resource.cfg
t/v4_config/resource.cfg.in
t/v4_config/template-object/commands.cfg
t/v4_config/template-object/commands.cfg.in
t/v4_config/template-object/contacts.cfg
t/v4_config/template-object/contacts.cfg.in
t/v4_config/template-object/localhost.cfg
t/v4_config/template-object/localhost.cfg.in
t/v4_config/template-object/printer.cfg
t/v4_config/template-object/printer.cfg.in
t/v4_config/template-object/README
t/v4_config/template-object/switch.cfg
t/v4_config/template-object/switch.cfg.in
t/v4_config/template-object/templates.cfg
t/v4_config/template-object/templates.cfg.in
t/v4_config/template-object/timeperiods.cfg
t/v4_config/template-object/timeperiods.cfg.in
t/v4_config/template-object/windows.cfg
t/v4_config/template-object/windows.cfg.in
META.json