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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Nagios Addons</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">Nagios Addons</h2>
</div>
</p>
<hr>
<p>
Several "addons" are available for Nagios on the Nagios downloads page - <a href="http://www.nagios.org/download/">http://www.nagios.org/download/</a>.
</p>
<p>
Addons are available for:
</p>
<p>
<ul>
<li>Managing the config files through a web interface
<li>Monitoring remote hosts (*NIX, Windows, etc.)
<li>Submitting passive checks from remote hosts
<li>Simplifying/extending the notification logic
<li>...and much more
</ul>
</p>
<hr>
</body>
</html>
|