~kim0/serverguide/serverguide-review-ch19

« back to all changes in this revision

Viewing changes to build/serverguide/C/nagios.html

  • Committer: Matthew East
  • Date: 2011-05-03 07:11:18 UTC
  • Revision ID: mdke@ubuntu.com-20110503071118-081aatibsr9k2yqy
Add files from ubuntu-docs natty branch, trim to use only those necessary for serverguide

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
3
<html xmlns="http://www.w3.org/1999/xhtml">
 
4
  <head xmlns="http://www.w3.org/1999/xhtml">
 
5
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 
6
    <title xmlns="">Nagios</title>
 
7
    <link rel="stylesheet" href="../../libs/ubuntu-book.css" type="text/css" />
 
8
    <link rel="home" href="index.html" title="Ubuntu Server Guide" />
 
9
    <link rel="up" href="monitoring.html" title="Chapter 9. Monitoring" />
 
10
    <link rel="prev" href="monitoring-overview.html" title="Overview" />
 
11
    <link rel="next" href="munin.html" title="Munin" />
 
12
    <link rel="copyright" href="legal.html" title="Credits and License" />
 
13
  </head>
 
14
  <body>
 
15
    <div id="round">
 
16
      <img id="topcap" alt="" src="https://help.ubuntu.com/htdocs/ubuntunew/img/cap-top.png" />
 
17
      <div id="layout" class="container clear-block">
 
18
        <script xmlns="" src="https://ssl.google-analytics.com/urchin.js" type="text/javascript"></script>
 
19
        <script xmlns="" type="text/javascript">
 
20
_uacct = "UA-1018242-8";
 
21
urchinTracker();
 
22
</script>
 
23
        <div id="header">
 
24
          <div id="logo-floater">
 
25
            <h1>
 
26
              <a href="https://help.ubuntu.com" title="Ubuntu Documentation">
 
27
                <img alt="Ubuntu" id="logo" src="https://help.ubuntu.com/htdocs/ubuntunew/img/logo.png" />
 
28
              </a>
 
29
            </h1>
 
30
          </div>
 
31
          <noscript>
 
32
            <form action="http://www.google.com/cse" id="cse-search-box">
 
33
              <div>
 
34
                <input type="hidden" name="cx" value="003883529982892832976:e2vwumte3fq" />
 
35
                <input type="hidden" name="ie" value="UTF-8" />
 
36
                <input type="text" name="q" size="27" />
 
37
                <input type="submit" name="sa" value="Search" />
 
38
              </div>
 
39
            </form>
 
40
          </noscript>
 
41
          <script>
 
42
 document.write('<form action="https://help.ubuntu.com/search.html" id="cse-search-box">');
 
43
 document.write('  <div>');
 
44
 document.write('    <input type="hidden" name="cof" value="FORID:9" />');
 
45
 document.write('    <input type="hidden" name="cx" value="003883529982892832976:e2vwumte3fq" />');
 
46
 document.write('    <input type="hidden" name="ie" value="UTF-8" />');
 
47
 document.write('    <input type="text" name="q" size="27" />');
 
48
 document.write('    <input type="submit" name="sa" value="Search" />');
 
49
 document.write('  </div>');
 
50
 document.write('</form>');
 
51
</script>
 
52
          <div id="sitename">
 
53
            <a href="https://help.ubuntu.com/">
 
54
              <img alt="Official Documentation" src="https://help.ubuntu.com/htdocs/ubuntunew/img/help-about.png" />
 
55
              <span>Official Documentation</span>
 
56
            </a>
 
57
          </div>
 
58
        </div>
 
59
        <div id="page">
 
60
          <div id="content">
 
61
            <div class="breadcrumbs"><a href="https://help.ubuntu.com/">Ubuntu Documentation</a> &gt; <a href="https://help.ubuntu.com/11.04">Ubuntu 11.04</a> &gt; <span class="breadcrumb-link"><a href="index.html">Ubuntu Server Guide</a></span> &gt; <span class="breadcrumb-link"><a href="monitoring.html">Monitoring</a></span> &gt; <span class="breadcrumb-node">Nagios</span></div>
 
62
            <div xmlns="http://www.w3.org/1999/xhtml" class="sect1" title="Nagios">
 
63
              <div class="titlepage">
 
64
                <div>
 
65
                  <div>
 
66
                    <h2 class="title" style="clear: both"><a id="nagios"></a>Nagios</h2>
 
67
                  </div>
 
68
                </div>
 
69
              </div>
 
70
              <div class="sect2" title="Installation">
 
71
                <div class="titlepage">
 
72
                  <div>
 
73
                    <div>
 
74
                      <h3 class="title"><a id="nagios-installation"></a>Installation</h3>
 
75
                    </div>
 
76
                  </div>
 
77
                </div>
 
78
                <p>
 
79
      First, on <span class="emphasis"><em>server01</em></span> install the <span class="application"><strong>nagios</strong></span> package.  In a terminal
 
80
      enter:
 
81
      </p>
 
82
                <pre class="screen">
 
83
<span class="command"><strong>sudo apt-get install nagios3 nagios-nrpe-plugin</strong></span>
 
84
</pre>
 
85
                <p>
 
86
      You will be asked to enter a password for the <span class="emphasis"><em>nagiosadmin</em></span> user.  The user's credentials are
 
87
      stored in <code class="filename">/etc/nagios3/htpasswd.users</code>.  To change the <span class="emphasis"><em>nagiosadmin</em></span> password, or
 
88
      add additional users to the Nagios CGI scripts, use the <span class="application"><strong>htpasswd</strong></span> that is part of the 
 
89
      <span class="application"><strong>apache2-utils</strong></span> package.
 
90
      </p>
 
91
                <p>
 
92
      For example, to change the password for the <span class="emphasis"><em>nagiosadmin</em></span> user enter:
 
93
      </p>
 
94
                <pre class="screen">
 
95
<span class="command"><strong>sudo htpasswd /etc/nagios3/htpasswd.users nagiosadmin</strong></span>
 
96
</pre>
 
97
                <p>
 
98
      To add a user:
 
99
      </p>
 
100
                <pre class="screen">
 
101
<span class="command"><strong>sudo htpasswd /etc/nagios3/htpasswd.users steve</strong></span>
 
102
</pre>
 
103
                <p>
 
104
      Next, on <span class="emphasis"><em>server02</em></span> install the <span class="application"><strong>nagios-nrpe-server</strong></span> package.  From a terminal on 
 
105
      server02 enter:
 
106
      </p>
 
107
                <pre class="screen">
 
108
<span class="command"><strong>sudo apt-get install nagios-nrpe-server</strong></span>
 
109
</pre>
 
110
                <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
 
111
                  <table border="0" summary="Note">
 
112
                    <tr>
 
113
                      <td rowspan="2" align="center" valign="top" width="25">
 
114
                        <img alt="[Note]" src="../../libs/admon/note.png" />
 
115
                      </td>
 
116
                      <th align="left"></th>
 
117
                    </tr>
 
118
                    <tr>
 
119
                      <td align="left" valign="top">
 
120
                        <p>
 
121
        <span class="application"><strong>NRPE</strong></span> allows you to execute local checks on remote hosts.  There are other ways of accomplishing
 
122
        this through other Nagios plugins as well as other checks.  
 
123
        </p>
 
124
                      </td>
 
125
                    </tr>
 
126
                  </table>
 
127
                </div>
 
128
              </div>
 
129
              <div class="sect2" title="Configuration Overview">
 
130
                <div class="titlepage">
 
131
                  <div>
 
132
                    <div>
 
133
                      <h3 class="title"><a id="nagios-configuration-overview"></a>Configuration Overview</h3>
 
134
                    </div>
 
135
                  </div>
 
136
                </div>
 
137
                <p>
 
138
      There are a couple of directories containing <span class="application"><strong>Nagios</strong></span> configuration and check files.
 
139
      </p>
 
140
                <div class="itemizedlist">
 
141
                  <ul class="itemizedlist" type="disc">
 
142
                    <li class="listitem">
 
143
                      <p>
 
144
          <code class="filename">/etc/nagios3</code>: contains configuration files for the operation of the <span class="application"><strong>nagios</strong></span>
 
145
          daemon, CGI files, hosts, etc.
 
146
          </p>
 
147
                    </li>
 
148
                    <li class="listitem">
 
149
                      <p>
 
150
          <code class="filename">/etc/nagios-plugins</code>: houses configuration files for the service checks. 
 
151
          </p>
 
152
                    </li>
 
153
                    <li class="listitem">
 
154
                      <p>
 
155
          <code class="filename">/etc/nagios</code>: on the remote host contains the <span class="application"><strong>nagios-nrpe-server</strong></span> configuration files. 
 
156
          </p>
 
157
                    </li>
 
158
                    <li class="listitem">
 
159
                      <p>
 
160
          <code class="filename">/usr/lib/nagios/plugins/</code>: where the check binaries are stored.  To see the options of a check use the
 
161
          <span class="emphasis"><em>-h</em></span> option.  
 
162
          </p>
 
163
                      <p>   
 
164
          For example: <span class="command"><strong>/usr/lib/nagios/plugins/check_dhcp -h</strong></span>
 
165
          </p>
 
166
                    </li>
 
167
                  </ul>
 
168
                </div>
 
169
                <p>
 
170
      There are a plethora of checks <span class="application"><strong>Nagios</strong></span> can be configured to execute for any given host.  For this example Nagios
 
171
      will be configured to check disk space, DNS, and a MySQL hostgroup.  The DNS check will be on <span class="emphasis"><em>server02</em></span>, and the 
 
172
      MySQL hostgroup will include both <span class="emphasis"><em>server01</em></span> and <span class="emphasis"><em>server02</em></span>.
 
173
      </p>
 
174
                <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
 
175
                  <table border="0" summary="Note">
 
176
                    <tr>
 
177
                      <td rowspan="2" align="center" valign="top" width="25">
 
178
                        <img alt="[Note]" src="../../libs/admon/note.png" />
 
179
                      </td>
 
180
                      <th align="left"></th>
 
181
                    </tr>
 
182
                    <tr>
 
183
                      <td align="left" valign="top">
 
184
                        <p>
 
185
        See <a class="xref" href="httpd.html" title="HTTPD - Apache2 Web Server">the section called “HTTPD - Apache2 Web Server”</a> for details on setting up Apache, <a class="xref" href="dns.html" title="Chapter 7. Domain Name Service (DNS)">Chapter 7, <i>Domain Name Service (DNS)</i></a> for DNS, and <a class="xref" href="mysql.html" title="MySQL">the section called “MySQL”</a> for MySQL.
 
186
        </p>
 
187
                      </td>
 
188
                    </tr>
 
189
                  </table>
 
190
                </div>
 
191
                <p>
 
192
      Additionally, there are some terms that once explained will hopefully make understanding Nagios configuration easier:
 
193
      </p>
 
194
                <div class="itemizedlist">
 
195
                  <ul class="itemizedlist" type="disc">
 
196
                    <li class="listitem">
 
197
                      <p>
 
198
          <span class="emphasis"><em>Host</em></span>: a server, workstation, network device, etc that is being monitored.
 
199
          </p>
 
200
                    </li>
 
201
                    <li class="listitem">
 
202
                      <p>
 
203
          <span class="emphasis"><em>Host Group</em></span>: a group of similar hosts.  For example, you could group all web servers, file server, etc.
 
204
          </p>
 
205
                    </li>
 
206
                    <li class="listitem">
 
207
                      <p>
 
208
          <span class="emphasis"><em>Service</em></span>: the service being monitored on the host.  Such as HTTP, DNS, NFS, etc.
 
209
          </p>
 
210
                    </li>
 
211
                    <li class="listitem">
 
212
                      <p>
 
213
          <span class="emphasis"><em>Service Group</em></span>: allows you to group multiple services together.  This is useful for grouping multiple HTTP
 
214
          for example.
 
215
          </p>
 
216
                    </li>
 
217
                    <li class="listitem">
 
218
                      <p>
 
219
          <span class="emphasis"><em>Contact</em></span>: person to be notified when an event takes place.  Nagios can be configured to send emails, SMS messages, etc.
 
220
          </p>
 
221
                    </li>
 
222
                  </ul>
 
223
                </div>
 
224
                <p>
 
225
      By default Nagios is configured to check HTTP, disk space, SSH, current users, processes, and load on the <span class="emphasis"><em>localhost</em></span>.
 
226
      Nagios will also <span class="application"><strong>ping</strong></span> check the <span class="emphasis"><em>gateway</em></span>.
 
227
      </p>
 
228
                <p>
 
229
      Large Nagios installations can be quite complex to configure.  It is usually best to start small, one or two hosts, get things configured the way you like
 
230
      then expand.
 
231
      </p>
 
232
              </div>
 
233
              <div class="sect2" title="Configuration">
 
234
                <div class="titlepage">
 
235
                  <div>
 
236
                    <div>
 
237
                      <h3 class="title"><a id="nagios-configuration"></a>Configuration</h3>
 
238
                    </div>
 
239
                  </div>
 
240
                </div>
 
241
                <div class="itemizedlist">
 
242
                  <ul class="itemizedlist" type="disc">
 
243
                    <li class="listitem">
 
244
                      <div class="procedure">
 
245
                        <ol class="procedure" type="1">
 
246
                          <li class="step" title="Step 1">
 
247
                            <p>
 
248
              First, create a <span class="emphasis"><em>host</em></span> configuration file for <span class="emphasis"><em>server02</em></span>.
 
249
              Unless otherwise specified, run all these commands on <span class="emphasis"><em>server01</em></span>.
 
250
              In a terminal enter:
 
251
             </p>
 
252
                            <pre class="screen">
 
253
<span class="command"><strong>sudo cp /etc/nagios3/conf.d/localhost_nagios2.cfg /etc/nagios3/conf.d/server02.cfg</strong></span>
 
254
</pre>
 
255
                            <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
 
256
                              <table border="0" summary="Note">
 
257
                                <tr>
 
258
                                  <td rowspan="2" align="center" valign="top" width="25">
 
259
                                    <img alt="[Note]" src="../../libs/admon/note.png" />
 
260
                                  </td>
 
261
                                  <th align="left"></th>
 
262
                                </tr>
 
263
                                <tr>
 
264
                                  <td align="left" valign="top">
 
265
                                    <p>
 
266
               In the above and following command examples, replace <span class="emphasis"><em>"server01"</em></span>, <span class="emphasis"><em>"server02"</em></span>
 
267
               <span class="emphasis"><em>172.18.100.100</em></span>, and <span class="emphasis"><em>172.18.100.101</em></span> with the host names and IP addresses
 
268
               of your servers.
 
269
               </p>
 
270
                                  </td>
 
271
                                </tr>
 
272
                              </table>
 
273
                            </div>
 
274
                          </li>
 
275
                          <li class="step" title="Step 2">
 
276
                            <p>
 
277
             Next, edit <code class="filename">/etc/nagios3/conf.d/server02.cfg</code>:
 
278
             </p>
 
279
                            <pre class="programlisting">
 
280
define host{
 
281
        use                     generic-host            ; Name of host template to use
 
282
        host_name               server02
 
283
        alias                   Server 02
 
284
        address                 172.18.100.101
 
285
}
 
286
 
 
287
# check DNS service.
 
288
define service {
 
289
        use                             generic-service
 
290
        host_name                       server02
 
291
        service_description             DNS
 
292
        check_command                   check_dns!172.18.100.101
 
293
}
 
294
</pre>
 
295
                          </li>
 
296
                          <li class="step" title="Step 3">
 
297
                            <p>
 
298
             Restart the <span class="application"><strong>nagios</strong></span> daemon to enable the new configuration:
 
299
             </p>
 
300
                            <pre class="screen">
 
301
<span class="command"><strong>sudo /etc/init.d/nagios3 restart</strong></span>
 
302
</pre>
 
303
                          </li>
 
304
                        </ol>
 
305
                      </div>
 
306
                    </li>
 
307
                    <li class="listitem">
 
308
                      <div class="procedure">
 
309
                        <ol class="procedure" type="1">
 
310
                          <li class="step" title="Step 1">
 
311
                            <p>
 
312
             Now add a service definition for the MySQL check by adding the following to <code class="filename">/etc/nagios3/conf.d/services_nagios2.cfg</code>:
 
313
             </p>
 
314
                            <pre class="programlisting">
 
315
# check MySQL servers.
 
316
define service {
 
317
        hostgroup_name                  mysql-servers
 
318
        service_description             MySQL
 
319
        check_command                   check_mysql_cmdlinecred!nagios!secret!$HOSTADDRESS
 
320
        use                             generic-service
 
321
        notification_interval           0 ; set &gt; 0 if you want to be renotified
 
322
}
 
323
</pre>
 
324
                          </li>
 
325
                          <li class="step" title="Step 2">
 
326
                            <p>
 
327
             A <span class="emphasis"><em>mysql-servers</em></span> hostgroup now needs to be defined.  Edit 
 
328
             <code class="filename">/etc/nagios3/conf.d/hostgroups_nagios2.cfg</code> adding:
 
329
             </p>
 
330
                            <pre class="programlisting">
 
331
# MySQL hostgroup.
 
332
define hostgroup {
 
333
        hostgroup_name  mysql-servers
 
334
                alias           MySQL servers
 
335
                members         localhost, server02
 
336
        }
 
337
</pre>
 
338
                          </li>
 
339
                          <li class="step" title="Step 3">
 
340
                            <p>
 
341
             The Nagios check needs to authenticate to MySQL.  To add a <span class="emphasis"><em>nagios</em></span> user to MySQL enter:
 
342
             </p>
 
343
                            <pre class="screen">
 
344
<span class="command"><strong>mysql -u root -p -e "create user nagios identified by 'secret';"</strong></span>
 
345
</pre>
 
346
                            <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
 
347
                              <table border="0" summary="Note">
 
348
                                <tr>
 
349
                                  <td rowspan="2" align="center" valign="top" width="25">
 
350
                                    <img alt="[Note]" src="../../libs/admon/note.png" />
 
351
                                  </td>
 
352
                                  <th align="left"></th>
 
353
                                </tr>
 
354
                                <tr>
 
355
                                  <td align="left" valign="top">
 
356
                                    <p>
 
357
               The <span class="emphasis"><em>nagios</em></span> user will need to be added all hosts in the <span class="emphasis"><em>mysql-servers</em></span> hostgroup.
 
358
               </p>
 
359
                                  </td>
 
360
                                </tr>
 
361
                              </table>
 
362
                            </div>
 
363
                          </li>
 
364
                          <li class="step" title="Step 4">
 
365
                            <p>
 
366
             Restart <span class="application"><strong>nagios</strong></span> to start checking the MySQL servers.
 
367
             </p>
 
368
                            <pre class="screen">
 
369
<span class="command"><strong>sudo /etc/init.d/nagios3 restart</strong></span>
 
370
</pre>
 
371
                          </li>
 
372
                        </ol>
 
373
                      </div>
 
374
                    </li>
 
375
                    <li class="listitem">
 
376
                      <div class="procedure">
 
377
                        <ol class="procedure" type="1">
 
378
                          <li class="step" title="Step 1">
 
379
                            <p>
 
380
             Lastly configure NRPE to check the disk space on <span class="emphasis"><em>server02</em></span>.
 
381
             </p>
 
382
                            <p>
 
383
             On <span class="emphasis"><em>server01</em></span> add the
 
384
             service check to <code class="filename">/etc/nagios3/conf.d/server02.cfg</code>:
 
385
             </p>
 
386
                            <pre class="programlisting">
 
387
# NRPE disk check.
 
388
define service {
 
389
        use                             generic-service
 
390
        host_name                       server02
 
391
        service_description             nrpe-disk
 
392
        check_command                   check_nrpe_1arg!check_all_disks!172.18.100.101
 
393
}
 
394
</pre>
 
395
                          </li>
 
396
                          <li class="step" title="Step 2">
 
397
                            <p>
 
398
             Now on <span class="emphasis"><em>server02</em></span> edit <code class="filename">/etc/nagios/nrpe.cfg</code> changing:
 
399
             </p>
 
400
                            <pre class="programlisting">
 
401
allowed_hosts=172.18.100.100
 
402
</pre>
 
403
                            <p>
 
404
             And below in the command definition area add:
 
405
             </p>
 
406
                            <pre class="programlisting">
 
407
command[check_all_disks]=/usr/lib/nagios/plugins/check_disk -w 20% -c 10% -e
 
408
</pre>
 
409
                          </li>
 
410
                          <li class="step" title="Step 3">
 
411
                            <p>
 
412
             Finally, restart <span class="application"><strong>nagios-nrpe-server</strong></span>:
 
413
             </p>
 
414
                            <pre class="screen">
 
415
<span class="command"><strong>sudo /etc/init.d/nagios-nrpe-server restart</strong></span>
 
416
</pre>
 
417
                          </li>
 
418
                          <li class="step" title="Step 4">
 
419
                            <p>
 
420
             Also, on <span class="emphasis"><em>server01</em></span> restart <span class="application"><strong>nagios</strong></span>:
 
421
             </p>
 
422
                            <pre class="screen">
 
423
<span class="command"><strong>sudo /etc/init.d/nagios3 restart</strong></span>
 
424
</pre>
 
425
                          </li>
 
426
                        </ol>
 
427
                      </div>
 
428
                    </li>
 
429
                  </ul>
 
430
                </div>
 
431
                <p>
 
432
      You should now be able to see the host and service checks in the Nagios CGI files.  To access them point a 
 
433
      browser to http://server01/nagios3.  You will then be prompted for the <span class="emphasis"><em>nagiosadmin</em></span> username 
 
434
      and password.
 
435
      </p>
 
436
              </div>
 
437
              <div class="sect2" title="References">
 
438
                <div class="titlepage">
 
439
                  <div>
 
440
                    <div>
 
441
                      <h3 class="title"><a id="nagios-references"></a>References</h3>
 
442
                    </div>
 
443
                  </div>
 
444
                </div>
 
445
                <p>
 
446
      This section has just scratched the surface of Nagios' features.  The <span class="application"><strong>nagios-plugins-extra</strong></span> and 
 
447
      <span class="application"><strong>nagios-snmp-plugins</strong></span> contain many more service checks.
 
448
      </p>
 
449
                <div class="itemizedlist">
 
450
                  <ul class="itemizedlist" type="disc">
 
451
                    <li class="listitem">
 
452
                      <p>
 
453
          For more information see <a class="ulink" href="http://www.nagios.org/" target="_top">Nagios</a> website.
 
454
          </p>
 
455
                    </li>
 
456
                    <li class="listitem">
 
457
                      <p>
 
458
          Specifically the <a class="ulink" href="http://nagios.sourceforge.net/docs/3_0/" target="_top">Online Documentation</a> site.
 
459
          </p>
 
460
                    </li>
 
461
                    <li class="listitem">
 
462
                      <p>
 
463
          There is also a list of <a class="ulink" href="http://www.nagios.org/propaganda/books/" target="_top">books</a> related to Nagios
 
464
          and network monitoring:
 
465
          </p>
 
466
                    </li>
 
467
                    <li class="listitem">
 
468
                      <p>
 
469
          The <a class="ulink" href="https://help.ubuntu.com/community/Nagios" target="_top">Nagios Ubuntu Wiki</a> page also has more details.
 
470
          </p>
 
471
                    </li>
 
472
                  </ul>
 
473
                </div>
 
474
              </div>
 
475
            </div>
 
476
          </div>
 
477
          <div xmlns="http://www.w3.org/1999/xhtml" class="navfooter">
 
478
            <hr />
 
479
            <table width="100%" summary="Navigation footer">
 
480
              <tr>
 
481
                <td width="40%" align="left"><a accesskey="p" href="monitoring-overview.html"><img src="../../libs/navig/prev.png" alt="Prev" /></a> </td>
 
482
                <td width="20%" align="center">
 
483
                  <a accesskey="u" href="monitoring.html">
 
484
                    <img src="../../libs/navig/up.png" alt="Up" />
 
485
                  </a>
 
486
                </td>
 
487
                <td width="40%" align="right"> <a accesskey="n" href="munin.html"><img src="../../libs/navig/next.png" alt="Next" /></a></td>
 
488
              </tr>
 
489
              <tr>
 
490
                <td width="40%" align="left" valign="top">Overview </td>
 
491
                <td width="20%" align="center">
 
492
                  <a accesskey="h" href="index.html">
 
493
                    <img src="../../libs/navig/home.png" alt="Home" />
 
494
                  </a>
 
495
                </td>
 
496
                <td width="40%" align="right" valign="top"> Munin</td>
 
497
              </tr>
 
498
            </table>
 
499
          </div>
 
500
          <hr />
 
501
          <div id="footer">
 
502
            <div id="ubuntulinks">
 
503
              <p>The material in this document is available under a free license, see <a href="/legal.html">Legal</a> for details<br />
 
504
        For information on contributing see the <a href="https://wiki.ubuntu.com/DocumentationTeam">Ubuntu Documentation Team wiki page</a>. To report a problem, visit the <a href="https://bugs.launchpad.net/ubuntu/+source/ubuntu-docs">bug page for Ubuntu Documentation</a></p>
 
505
            </div>
 
506
          </div>
 
507
          <div id="bottomcap">
 
508
            <img src="https://help.ubuntu.com/htdocs/ubuntunew/img/cap-bottom.png" alt="" />
 
509
          </div>
 
510
        </div>
 
511
      </div>
 
512
    </div>
 
513
  </body>
 
514
</html>