File: quickstart.html

package info (click to toggle)
icinga 1.14.2%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 49,264 kB
  • sloc: ansic: 108,564; sql: 9,656; sh: 4,945; perl: 3,439; makefile: 1,213; php: 581; xml: 104
file content (139 lines) | stat: -rw-r--r-- 8,312 bytes parent folder | download
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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>2.3. Quickstart Installation Guides</title>
<link rel="stylesheet" href="../stylesheets/icinga-docs.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
<meta name="keywords" content="Supervision, Icinga, Nagios, Linux">
<link rel="home" href="index.html" title="Icinga Version 1.14 Documentation">
<link rel="up" href="ch02.html" title="Chapter 2. Getting Started">
<link rel="prev" href="newbie.html" title="2.2. I'm a newbie to ...">
<link rel="next" href="quickstart-icinga.html" title="2.4. Icinga Quickstart">
<script src="../js/jquery-min.js" type="text/javascript"></script><script src="../js/icinga-docs.js" type="text/javascript"></script>
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<CENTER><IMG src="../images/logofullsize.png" border="0" alt="Icinga" title="Icinga"></CENTER>
<div class="navheader">
<table width="100%" summary="Navigation header">
<tr><th colspan="3" align="center">2.3. Quickstart Installation Guides</th></tr>
<tr>
<td width="20%" align="left">
<a accesskey="p" href="newbie.html">Prev</a> </td>
<th width="60%" align="center">Chapter 2. Getting Started</th>
<td width="20%" align="right"> <a accesskey="n" href="quickstart-icinga.html">Next</a>
</td>
</tr>
</table>
<hr>
</div>
<div class="section" title="2.3. Quickstart Installation Guides">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="quickstart"></a>2.3. Quickstart Installation Guides</h2></div></div></div>
  

  <p><span class="bold"><strong><a name="introduction_quickstart"></a>Introduction</strong></span></p>

  <p>These quickstart guides will provide you with simple instructions on how to install Icinga from source and have it monitoring
  your local machine within 20 to 30 minutes. Advanced installation options and configuration are discussed elsewhere.</p>

  <p>Links to configuration tools and other addons can be found <a class="link" href="addons.html" title="10.1. Icinga Addons">here</a>.</p>

  <a name="quickstart-packages"></a>
  <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Note">
<tr>
<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../images/note.png"></td>
<th align="left">Note</th>
</tr>
<tr><td align="left" valign="top">
<p>Instead of installing Icinga from scratch you may want to use a package which might be available for your OS. Please
    take a look at the <a class="link" href="https://www.icinga.org/download/packages" target="_top">table of packages</a>.
    </p>
    <p>If you are planning to install from source then please use the official release tarball.</p>
  </td></tr>
</table></div>
  <div class="important" title="Important" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Important">
<tr>
<td rowspan="2" align="center" valign="top" width="25"><img alt="[Important]" src="../images/important.png"></td>
<th align="left">Important</th>
</tr>
<tr><td align="left" valign="top">
<p>Please don't use git snapshots unless you have an issue which might be solved in the current developer version.</p>
  </td></tr>
</table></div>

  <p>Besides, a new quick install guide for using the IDOUtils of Icinga is also available enabling you to use an RDBMS
  based on MySQL, Oracle, or PostgreSQL, respectively.</p>

  <p><span class="bold"><strong><a name="guides_quickstart"></a>Guides</strong></span></p>

  <p>Quickstart installation guides are currently available for various Linux distributions (most common Fedora, Ubuntu,
  openSuSE). Because some distributions are similar you may succeed to use these instructions for RedHat, CentOS,
  Debian and SLES as well. Marcel Hecko provided a quickstart quide for FreeBSD.</p>

  <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Note">
<tr>
<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../images/note.png"></td>
<th align="left">Note</th>
</tr>
<tr><td align="left" valign="top">
    <p>Please note that sometimes names of packages change between different versions of the same OS so if you don't find the packages
    mentioned it might be a good idea to use your favourite search engine to find out the correct name.</p>
  </td></tr>
</table></div>

  <p>The <a class="link" href="quickstart-icinga.html" title="2.4. Icinga Quickstart">Quickstart guide for Linux</a> and <a class="link" href="quickstart-icinga-freebsd.html" title="2.5. Icinga Quickstart FreeBSD">Quickstart guide for FreeBSD</a>, resp., provide you with instructions on how to install
  Icinga, basic plugins to check several things and the classical GUI accessible through your web browser. The look and feel is quite
  similar to Nagios although the GUI offers some enhancements (extended CSV export, submit commands for a group of objects, etc.).
  There is no database involved and all information is stored in flat files. Icinga Web is <span class="emphasis"><em>not</em></span> available in this
  setup.</p>

  <p>Using the <a class="link" href="quickstart-idoutils.html" title="2.6. Icinga with IDOUtils Quickstart">Quickstart guide including IDOUtils</a> and <a class="link" href="quickstart-idoutils-freebsd.html" title="2.7. Icinga and IDOUtils Quickstart on FreeBSD">Quickstart guide including IDOUtils on FreeBSD</a>, resp., you will get the things
  mentioned above plus a database (using MySQL, Oracle, or PostgreSQL) to store current and historical information. The
  database is <span class="emphasis"><em>not</em></span> used to enable configuration via a web interface. There are several <a class="link" href="addons.html" title="10.1. Icinga Addons">addons</a> specialised on this and there are no plans for a builtin tool. The new web interface can be installed when
  you use this setup. There are <a class="link" href="icinga-web-scratch.html" title="6.5. Installation of the Icinga Web Frontend">separate instructions</a> on how
  to do this after you installed Icinga and IDOUtils.</p>

  <div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
      <p>See: <a class="link" href="quickstart-icinga.html" title="2.4. Icinga Quickstart">Quickstart guide for Linux</a></p>
    </li>
<li class="listitem">
      <p>See: <a class="link" href="quickstart-icinga-freebsd.html" title="2.5. Icinga Quickstart FreeBSD">Quickstart guide for FreeBSD</a></p>
    </li>
<li class="listitem">
      <p>See: <a class="link" href="quickstart-idoutils.html" title="2.6. Icinga with IDOUtils Quickstart">Quickstart guide including IDOUtils</a></p>
    </li>
<li class="listitem">
      <p>See: <a class="link" href="quickstart-idoutils-freebsd.html" title="2.7. Icinga and IDOUtils Quickstart on FreeBSD">Quickstart guide including IDOUtils on FreeBSD</a></p>
    </li>
</ul></div>

  <p>If you are installing Icinga on an operating system or Linux distribution that isn't listed above, read <a class="link" href="quickstart-icinga.html" title="2.4. Icinga Quickstart">Quickstart guide for Linux</a> for an overview on what you'll need to do.</p>

  <p>Command names, paths, etc. vary widely across different Operating Systems/Distributions, so you'll likely need to tweak the
  installation docs a bit to work for your particular case.</p>

  <a class="indexterm" name="idm140381638418448"></a>

  <a class="indexterm" name="idm140381638416768"></a>
</div>
<div class="navfooter">
<hr>
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left">
<a accesskey="p" href="newbie.html">Prev</a> </td>
<td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td>
<td width="40%" align="right"> <a accesskey="n" href="quickstart-icinga.html">Next</a>
</td>
</tr>
<tr>
<td width="40%" align="left" valign="top">2.2. I'm a newbie to ... </td>
<td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td>
<td width="40%" align="right" valign="top"> 2.4. Icinga Quickstart</td>
</tr>
</table>
</div>
<P class="copyright">© 1999-2009 Ethan Galstad, 2009-2017 Icinga Development Team, https://www.icinga.com</P>
</body>
</html>