Project

General

Profile

Configuration Files - Development » History » Version 4

chin-yeh, 09/13/2010 10:41 AM

1 1 chin-yeh
h1. Configuration Files - Development
2
3 3 chin-yeh
List of nagios configuration files:
4 2 chin-yeh
* @htpasswd.users@ - nagios users
5 4 chin-yeh
* @nagios.cfg@ - Nagios's main configuration file
6
* @cgi.cfg@ - Nagios's CGI configuration file
7
* @resource.cfg@ - Nagios resource file
8
* ecosway
9
** @templates.cfg@ - the templates for host, contact, service definition
10
** commands
11
*** @commands.cfg@ - the check commands
12
*** @db2_commands.cfg@ - DB2 related check commands
13
*** @jboss_commands.cfg@ - Jboss related check commands
14
*** @notification.cfg@ - notification related check commands
15
** contacts
16
*** @contact_groups.cfg@ - the contact groups
17
*** @contacts.cfg@ - list of the contacts
18
*** @timeperiods.cfg@ - defines when contacts can receive notification
19
** hosts
20
*** @host_groups.cfg@ - the host group
21
*** @hosts.cfg@ - list of the hosts
22
** services 
23
*** @db2_services.cfg@ - DB2 services
24
*** @ex_services.cfg@ - external or third party system services
25
*** @local_services.cfg@ - for the Nagios host server only
26
*** @service_groups.cfg@ - the services group
27
*** @ecos_services.cfg@ - eCosway services
28
*** @jboss_services.cfg@ - Jboss services
29
*** @os_services.cfg@ - remote host's services through NRPE
30
* jmx4perl
31
** @jmx4perl.cfg@ - the main configuration of jmx4Perl addon
32
** @servers.cfg@ - stores the JMX URL for the respective hosts
33
** default - the common check commands for jmx4Perl addon 
34