forked from naemon/naemon.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (43 loc) · 2.06 KB
/
index.html
File metadata and controls
44 lines (43 loc) · 2.06 KB
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
---
layout: raw
title: Monitoring Suite
---
<div class="jumbotron">
<div class="container">
<h1>Naemon</h1>
<p>Naemon is the new monitoring suite that aims to be fast, stable
and innovative while giving you a clear view of the state of your
network and applications.</p>
<p>The latest version of Naemon is <strong>{{ site.release_version }}</strong>,
released <strong>{{ site.release_date }}</strong>.<br />
</p>
<p><a class="btn btn-primary btn-lg" href="/download" role="button" style="line-height: 0.7;">Download v{{ site.release_version }} »<span style="font-size: x-small;"><br>(released {{ site.release_date }})</span></a></p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-4">
<h2>The Core</h2>
<p>The Naemon core is a network monitoring tool based on the Nagios 4 core, but with many bug fixes, new features, and performance enhancements. If you today use Nagios, you should switch to Naemon to get bugfixes, new features, and performance enhancements.</p>
</div>
<div class="col-md-4">
<h2>The Suite</h2>
<p>Rather than the Nagios way of putting everything from UI to check scheduler in one package, we like to keep things more modular. The sum of all the modules that we build and ship will give you a good monitoring suite.</p>
</div>
<div class="col-md-4">
<h2>The Project</h2>
<p>Naemon is created by the community, for the community, and (soon) owned by the community ourselves. This lets us be governed by our needs, rather than corporate profit motives.</p>
</div>
</div>
<div class="row">
<div class="col-md-4">
<p><a class="btn btn-default" href="/documentation/usersguide/whatsnew.html" role="button">View the Changelog »</a></p>
</div>
<div class="col-md-4">
<p><a class="btn btn-default" href="/suite.html" role="button">View Suite Information »</a></p>
</div>
<div class="col-md-4">
<p><a class="btn btn-default" href="/project.html" role="button">View Project Information »</a></p>
</div>
</div>
</div>