diff options
Diffstat (limited to 'net-analyzer/nagios/metadata.xml')
-rw-r--r-- | net-analyzer/nagios/metadata.xml | 27 |
1 files changed, 20 insertions, 7 deletions
diff --git a/net-analyzer/nagios/metadata.xml b/net-analyzer/nagios/metadata.xml index 2d3d8a2c9243..2228f02f1849 100644 --- a/net-analyzer/nagios/metadata.xml +++ b/net-analyzer/nagios/metadata.xml @@ -1,11 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>netmon</herd> -<maintainer> - <email>mboman@gentoo.org</email> - <name>Michael Boman</name> - <description>Interim Maintainer</description> -</maintainer> -<longdescription>The Nagios metapackage - merge this to pull install all of the nagios packages.</longdescription> + <herd>netmon</herd> + <maintainer> + <email>eldad@gentoo.org</email> + <name>Eldad Zack</name> + </maintainer> + <maintainer> + <email>ramereth@gentoo.org</email> + <name>Lance Albertson</name> + </maintainer> + <longdescription>Nagios is a host and service monitor designed to inform you + of network problems before your clients, end-users or managers do. It + has been designed to run under the Linux operating system, but works + fine under most *NIX variants as well. The monitoring daemon runs + intermittent checks on hosts and services you specify using external + "plugins" which return status information to Nagios. When problems are + encountered, the daemon can send notifications out to administrative + contacts in a variety of different ways (email, instant message, SMS, + etc.). Current status information, historical logs, and reports can all + be accessed via a web browser. + </longdescription> </pkgmetadata> |