File: configobject.html

package info (click to toggle)
nagios2 2.6-2%2Betch5
  • links: PTS
  • area: main
  • in suites: etch
  • size: 6,856 kB
  • ctags: 4,475
  • sloc: ansic: 64,870; sh: 4,676; makefile: 787; perl: 722
file content (72 lines) | stat: -rw-r--r-- 1,726 bytes parent folder | download | duplicates (2)
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
<title>Object Definitions</title>

<STYLE type="text/css">
<!--
        .Default { font-family: verdana,arial,serif; font-size: 8pt; }
        .PageTitle { font-family: verdana,arial,serif; font-size: 12pt; font-weight: bold; }
-->      
</STYLE>

</head>

<body bgcolor="#FFFFFF" text="black" class="Default">

<p>
<div align="center">
<h2 class="PageTitle">Object Definitions</h2>
</div>
</p>
<hr>

<p>
<strong><u>What is Object Data?</u></strong>
</p>

<p>
Object data is simply a generic term I use to describe various data definitions you need in order to monitor anything.  Types of object definitions include:
</p>

<p>
<ul>
<li>Services
<li>Service Groups
<li>Hosts
<li>Host Groups
<li>Contacts
<li>Contact Groups
<li>Commands
<li>Time Periods
<li>Service Escalations
<li>Service Dependencies
<li>Host Escalations
<li>Host Dependencies
<li>Extended Host Information
<li>Extended Service Information
</ul>
</p>

<p>
<strong><u>Where Is Object Data Defined?</u></strong>
</p>

<p>
Object data is defined in one or more configuration files that you specify using the <a href="configmain.html#cfg_file">cfg_file</a> and/or <a href="configmain.html#cfg_dir">cfg_dir</a> directives in the <a href="configmain.html">main configuration file</a>.  You can include multiple object configuration files and/or directories by using multiple <i>cfg_file</i> and/or <i>cfg_dir</i> directives.
</p>

<p>
<strong><u>How Is Object Data Defined?</u></strong>
</p>

</p>
Object definitions are defined in a template format.  <a href="xodtemplate.html">Click here</a> for more information on defining object data using this method.
</p>


<hr>

</body>
</html>