~ubuntu-branches/ubuntu/trusty/nagios3/trusty

« back to all changes in this revision

Viewing changes to html/docs/integration.html

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Wirt
  • Date: 2009-08-16 14:14:23 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090816141423-efjzq1r3jekwd7l7
Tags: 3.2.0-1
* New upstream release (Closes: #542957)
  - Timeperiods should work as expected now (Closes: #539882)
  - Recovery notifications fixed (Closes: #543657)
* Update standards version 
  - Add README.source
* Manpage errors fixed (Closes: #540554)
* Split up the webfrontend into its own package (Closes: #479338, #485466)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
 
 
3
 
<html>
4
 
<head>
5
 
<title>Integration Overview</title>
6
 
 
7
 
<STYLE type="text/css">
8
 
<!--
9
 
        .Default { font-family: verdana,arial,serif; font-size: 8pt; }
10
 
        .PageTitle { font-family: verdana,arial,serif; font-size: 16pt; font-weight: bold; }
11
 
-->      
12
 
</STYLE>
13
 
 
14
 
</head>
15
 
 
16
 
<body bgcolor="#FFFFFF" text="black" class="Default">
17
 
 
18
 
<div align="center">
19
 
<img src="images/nagios.jpg" border="0" alt="Nagios" title="Nagios">
20
 
<h1 class="PageTitle">Integration Overview</h1>
21
 
</div>
22
 
 
23
 
<hr>
24
 
 
25
 
<p>
26
 
<img src="images/upto.gif" border="0" align="middle" alt="Up To" title="Up To">Up To: <a href="toc.html">Contents</a><br>
27
 
<img src="images/seealso.gif" border="0" align="middle" alt="See Also" title="See Also"> See Also: <a href="extcommands.html">External Commands</a>, <a href="passivechecks.html">Passive Checks</a>, <a href="eventhandlers.html">Event Handlers</a>, <a href="plugins.html">Plugins</a>
28
 
</p>
29
 
 
30
 
<p>
31
 
<strong><u>Introduction</u></strong>
32
 
</p>
33
 
 
34
 
<p>
35
 
One of the reasons that Nagios is such a popular monitoring application is the fact that it can be easily integrated in your existing infrastructure.  There are several methods of integrating Nagios with the management software you're already using and you can monitor almost any type of new or custom hardware, service, or application that you might have.
36
 
</p>
37
 
 
38
 
<p>
39
 
<strong><u>Integration Points</u></strong>
40
 
</p>
41
 
 
42
 
<img src="images/integrationoverview.png" border="0" style="float: right;" alt="Integration Overview" title="Integration Overview">
43
 
 
44
 
<p>
45
 
To monitor new hardware, services, or applications, check out the docs on:
46
 
</p>
47
 
 
48
 
<ul>
49
 
<li><a href="plugins.html">Plugins</a></li>
50
 
<li><a href="pluginapi.html">Plugin API</a></li>
51
 
<li><a href="passivechecks.html">Passive Checks</a></li>
52
 
<li><a href="eventhandlers.html">Event Handlers</a></li>
53
 
</ul>
54
 
 
55
 
<p>
56
 
To get data into Nagios from external applications, check out the docs on:
57
 
</p>
58
 
 
59
 
<ul>
60
 
<li><a href="passivechecks.html">Passive Checks</a></li>
61
 
<li><a href="extcommands.html">External Commands</a></li>
62
 
</ul>
63
 
 
64
 
<p>
65
 
To send status, performance, or notification information from Nagios to external applications, check out the docs on:
66
 
</p>
67
 
 
68
 
<ul>
69
 
<li><a href="eventhandlers.html">Event Handlers</a></li>
70
 
<li><a href="configmain.html#ocsp_command">OCSP</a> and <a href="configmain.html#ochp_command">OCHP</a> Commands</li>
71
 
<li><a href="perfdata.html">Performance Data</a></li>
72
 
<li><a href="notifications.html">Notifications</a></li>
73
 
</ul>
74
 
 
75
 
<br clear="all">
76
 
 
77
 
 
78
 
<p>
79
 
<strong><u>Integration Examples</u></strong>
80
 
</p>
81
 
 
82
 
<p>
83
 
I've documented some examples on how to integrate Nagios with external applications:
84
 
</p>
85
 
 
86
 
<ul>
87
 
<li><a href="int-tcpwrappers.html">TCP Wrappers</a> (security alerts)</li>
88
 
<li><a href="int-snmptrap.html">SNMP Traps</a> (Arcserve backup job status)</li>
89
 
</ul>
90
 
 
91
 
 
92
 
<hr>
93
 
 
94
 
</body>
95
 
</html>
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 
2
 
 
3
 
 
4
 
 
5
<html>
 
6
 
 
7
<head>
 
8
 
 
9
<title>Integration Overview</title>
 
10
 
 
11
 
 
12
 
 
13
<STYLE type="text/css">
 
14
 
 
15
<!--
 
16
 
 
17
        .Default { font-family: verdana,arial,serif; font-size: 8pt; }
 
18
 
 
19
        .PageTitle { font-family: verdana,arial,serif; font-size: 16pt; font-weight: bold; }
 
20
 
 
21
-->      
 
22
 
 
23
</STYLE>
 
24
 
 
25
 
 
26
 
 
27
</head>
 
28
 
 
29
 
 
30
 
 
31
<body bgcolor="#FFFFFF" text="black" class="Default">
 
32
 
 
33
 
 
34
 
 
35
<div align="center">
 
36
 
 
37
<img src="images/nagios.jpg" border="0" alt="Nagios" title="Nagios">
 
38
 
 
39
<h1 class="PageTitle">Integration Overview</h1>
 
40
 
 
41
</div>
 
42
 
 
43
 
 
44
 
 
45
<hr>
 
46
 
 
47
 
 
48
 
 
49
<p>
 
50
 
 
51
<img src="images/upto.gif" border="0" align="middle" alt="Up To" title="Up To">Up To: <a href="toc.html">Contents</a><br>
 
52
 
 
53
<img src="images/seealso.gif" border="0" align="middle" alt="See Also" title="See Also"> See Also: <a href="extcommands.html">External Commands</a>, <a href="passivechecks.html">Passive Checks</a>, <a href="eventhandlers.html">Event Handlers</a>, <a href="plugins.html">Plugins</a>
 
54
 
 
55
</p>
 
56
 
 
57
 
 
58
 
 
59
<p>
 
60
 
 
61
<strong><u>Introduction</u></strong>
 
62
 
 
63
</p>
 
64
 
 
65
 
 
66
 
 
67
<p>
 
68
 
 
69
One of the reasons that Nagios is such a popular monitoring application is the fact that it can be easily integrated in your existing infrastructure.  There are several methods of integrating Nagios with the management software you're already using and you can monitor almost any type of new or custom hardware, service, or application that you might have.
 
70
 
 
71
</p>
 
72
 
 
73
 
 
74
 
 
75
<p>
 
76
 
 
77
<strong><u>Integration Points</u></strong>
 
78
 
 
79
</p>
 
80
 
 
81
 
 
82
 
 
83
<img src="images/integrationoverview.png" border="0" style="float: right;" alt="Integration Overview" title="Integration Overview">
 
84
 
 
85
 
 
86
 
 
87
<p>
 
88
 
 
89
To monitor new hardware, services, or applications, check out the docs on:
 
90
 
 
91
</p>
 
92
 
 
93
 
 
94
 
 
95
<ul>
 
96
 
 
97
<li><a href="plugins.html">Plugins</a></li>
 
98
 
 
99
<li><a href="pluginapi.html">Plugin API</a></li>
 
100
 
 
101
<li><a href="passivechecks.html">Passive Checks</a></li>
 
102
 
 
103
<li><a href="eventhandlers.html">Event Handlers</a></li>
 
104
 
 
105
</ul>
 
106
 
 
107
 
 
108
 
 
109
<p>
 
110
 
 
111
To get data into Nagios from external applications, check out the docs on:
 
112
 
 
113
</p>
 
114
 
 
115
 
 
116
 
 
117
<ul>
 
118
 
 
119
<li><a href="passivechecks.html">Passive Checks</a></li>
 
120
 
 
121
<li><a href="extcommands.html">External Commands</a></li>
 
122
 
 
123
</ul>
 
124
 
 
125
 
 
126
 
 
127
<p>
 
128
 
 
129
To send status, performance, or notification information from Nagios to external applications, check out the docs on:
 
130
 
 
131
</p>
 
132
 
 
133
 
 
134
 
 
135
<ul>
 
136
 
 
137
<li><a href="eventhandlers.html">Event Handlers</a></li>
 
138
 
 
139
<li><a href="configmain.html#ocsp_command">OCSP</a> and <a href="configmain.html#ochp_command">OCHP</a> Commands</li>
 
140
 
 
141
<li><a href="perfdata.html">Performance Data</a></li>
 
142
 
 
143
<li><a href="notifications.html">Notifications</a></li>
 
144
 
 
145
</ul>
 
146
 
 
147
 
 
148
 
 
149
<br clear="all">
 
150
 
 
151
 
 
152
 
 
153
 
 
154
 
 
155
<p>
 
156
 
 
157
<strong><u>Integration Examples</u></strong>
 
158
 
 
159
</p>
 
160
 
 
161
 
 
162
 
 
163
<p>
 
164
 
 
165
I've documented some examples on how to integrate Nagios with external applications:
 
166
 
 
167
</p>
 
168
 
 
169
 
 
170
 
 
171
<ul>
 
172
 
 
173
<li><a href="int-tcpwrappers.html">TCP Wrappers</a> (security alerts)</li>
 
174
 
 
175
<li><a href="int-snmptrap.html">SNMP Traps</a> (Arcserve backup job status)</li>
 
176
 
 
177
</ul>
 
178
 
 
179
 
 
180
 
 
181
 
 
182
 
 
183
<hr>
 
184
 
 
185
 
 
186
 
 
187
</body>
 
188
 
 
189
</html>
 
190