Difference between revisions of "Nagios"
From SME Server
Jump to navigationJump to search (Added correct categories, removed Maintainer as this is a HowTo and added Template::Incomplete) |
|||
Line 2: | Line 2: | ||
=== Introduction === | === Introduction === | ||
Nagios is a host and service monitor designed to inform you of network problems before your clients, end-users or managers do. [http://www.nagios.org/about/ Read more...] | Nagios is a host and service monitor designed to inform you of network problems before your clients, end-users or managers do. [http://www.nagios.org/about/ Read more...] | ||
+ | |||
+ | This contribs provides all packgages needed to setup a SME Server as a central Nagios monitoring server and all packages needed to monitor SME Servers via the NRPE (Nagios Remote Plugin Executer). | ||
+ | |||
+ | |||
+ | {| | ||
+ | | [[Image:Nagios-screenshot-8.png]] || Statusmap screenshot of a sample Nagios configuration | ||
+ | |} | ||
+ | |||
+ | |||
+ | The base packages are installed via yum from the Centos and DAG repostiories. Additionally the following packages are included in this contrib: | ||
+ | |||
+ | {| border="1" cellpadding="3" cellspacing=0 | ||
+ | ! Package !! Purpose | ||
+ | |- | ||
+ | | smeserver-nagios || integrates Nagios service into the SME Server | ||
+ | |- | ||
+ | | smeserver-nagios-nrpe || integrates NRPE service into the SME Server | ||
+ | |- | ||
+ | | smeserver-nagios-nsca || integrates NSCA service into the SME Server (needed in a Distributed Installation) | ||
+ | |- | ||
+ | | smeserver-nagios-backup || Nagios backup integration. Includes Nagios configuration and status data into the SME standard backup | ||
+ | |- | ||
+ | | perl-Nagios-Plugin || a family of perl modules to streamline writing Nagios plugins | ||
+ | |- | ||
+ | | nagios-plugins-temptrax || Plugins for the Sensatronics Ethernet Temperature Devices E4/E16/F | ||
+ | |- | ||
+ | | smeserver-nagios-plugins-mysql || Plugin that checks the mysqld service on a smeserver | ||
+ | |- | ||
+ | | nagios-of-plugins || Additional plugins written by Gavin Carr of Open Fusion | ||
+ | |- | ||
+ | | nagios-plugins-generic || A generic plugin [http://www.my-plugin.de/wiki/doku.php/projects:check_generic:start read more...] | ||
+ | |- | ||
+ | | Mail-SendEasy-CLI<br>perl-Mail-SendEasy || Provide /usr/bin/mailsend, a more powerful replacement for the /bin/mail command | ||
+ | |- | ||
+ | | smeserver-ajaxterm || Wb-based terminal. Linked into the Nagios Home menu. See [[Ajaxterm]] | ||
+ | |- | ||
+ | | nagios-nuvola-1.0.3.tar.gz || Nuvola GUI theme | ||
+ | |- | ||
+ | | nagios-icons-nx.tgz || additional useful icons, inlucding the SME logo | ||
+ | |} | ||
+ | |||
+ | |||
=== Download === | === Download === | ||
Line 16: | Line 58: | ||
Basic login in as admin. | Basic login in as admin. | ||
− | + | ||
=== Additional information === | === Additional information === |
Revision as of 17:04, 13 November 2007
Introduction
Nagios is a host and service monitor designed to inform you of network problems before your clients, end-users or managers do. Read more...
This contribs provides all packgages needed to setup a SME Server as a central Nagios monitoring server and all packages needed to monitor SME Servers via the NRPE (Nagios Remote Plugin Executer).
Statusmap screenshot of a sample Nagios configuration |
The base packages are installed via yum from the Centos and DAG repostiories. Additionally the following packages are included in this contrib:
Package | Purpose |
---|---|
smeserver-nagios | integrates Nagios service into the SME Server |
smeserver-nagios-nrpe | integrates NRPE service into the SME Server |
smeserver-nagios-nsca | integrates NSCA service into the SME Server (needed in a Distributed Installation) |
smeserver-nagios-backup | Nagios backup integration. Includes Nagios configuration and status data into the SME standard backup |
perl-Nagios-Plugin | a family of perl modules to streamline writing Nagios plugins |
nagios-plugins-temptrax | Plugins for the Sensatronics Ethernet Temperature Devices E4/E16/F |
smeserver-nagios-plugins-mysql | Plugin that checks the mysqld service on a smeserver |
nagios-of-plugins | Additional plugins written by Gavin Carr of Open Fusion |
nagios-plugins-generic | A generic plugin read more... |
Mail-SendEasy-CLI perl-Mail-SendEasy |
Provide /usr/bin/mailsend, a more powerful replacement for the /bin/mail command |
smeserver-ajaxterm | Wb-based terminal. Linked into the Nagios Home menu. See Ajaxterm |
nagios-nuvola-1.0.3.tar.gz | Nuvola GUI theme |
nagios-icons-nx.tgz | additional useful icons, inlucding the SME logo |
Download
smeserver-nagios-complete-1.0.0.tgz
Installation
Unpack the tarball:
tar xzf smeserver-nagios-complete-1.0.0.tgz
cd smeserver-nagios-complete-1.0.0
Usage
Point your browser to https://nagios_server_ip/nagios/
Basic login in as admin.