diff options
author | 2013-08-15 02:39:22 +0000 | |
---|---|---|
committer | 2013-08-15 02:39:22 +0000 | |
commit | 464db9977e66d68752a1750f1c18d51814f814d6 (patch) | |
tree | 017a9728624a99df2584a03073179638601f3732 /net-analyzer | |
parent | Add phpmyadmin to the overlay. Add 3.5.8.2 and 4.0.5 versions. (diff) | |
download | jmbsvicetto-464db9977e66d68752a1750f1c18d51814f814d6.tar.gz jmbsvicetto-464db9977e66d68752a1750f1c18d51814f814d6.tar.bz2 jmbsvicetto-464db9977e66d68752a1750f1c18d51814f814d6.zip |
Update metadata.xml to assume sole responsability for all packages in the repo.
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/cacti-spine/metadata.xml | 25 | ||||
-rw-r--r-- | net-analyzer/cacti/metadata.xml | 33 | ||||
-rw-r--r-- | net-analyzer/nagios-plugins/metadata.xml | 111 | ||||
-rw-r--r-- | net-analyzer/ocsng/metadata.xml | 14 |
4 files changed, 93 insertions, 90 deletions
diff --git a/net-analyzer/cacti-spine/metadata.xml b/net-analyzer/cacti-spine/metadata.xml index f63f41b..3e0d2cf 100644 --- a/net-analyzer/cacti-spine/metadata.xml +++ b/net-analyzer/cacti-spine/metadata.xml @@ -1,18 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>netmon</herd> - <maintainer> - <email>ramereth@gentoo.org</email> - <name>Lance Albertson</name> - </maintainer> - <longdescription lang="en"> - Spine (formerly known as Cactid) is a poller for Cacti that primarily - strives to be as fast as possible. For this reason it is written in - native C, makes use of POSIX threads, and is linked directly against the - net-snmp library for minmumal SNMP polling overhead. Spine is a - replacement for the default cmd.php poller so you must decide if using - Spine makes sense for your installation. - </longdescription> +<maintainer> + <email>jmbsvicetto@gentoo.org</email> + <name>Jorge Manuel B. S. Vicetto</name> +</maintainer> +<longdescription lang="en"> + Spine (formerly known as Cactid) is a poller for Cacti that primarily + strives to be as fast as possible. For this reason it is written in + native C, makes use of POSIX threads, and is linked directly against the + net-snmp library for minmumal SNMP polling overhead. Spine is a + replacement for the default cmd.php poller so you must decide if using + Spine makes sense for your installation. +</longdescription> </pkgmetadata> diff --git a/net-analyzer/cacti/metadata.xml b/net-analyzer/cacti/metadata.xml index 2ade181..76addb7 100644 --- a/net-analyzer/cacti/metadata.xml +++ b/net-analyzer/cacti/metadata.xml @@ -1,21 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>netmon</herd> - <maintainer> - <email>pva@gentoo.org</email> - <name>Peter Volkov</name> - </maintainer> - <longdescription lang="en"> - Cacti is a complete network graphing solution designed to harness the - power of RRDTool's data storage and graphing functionality. Cacti - provides a fast poller, advanced graph templating, multiple data - acquisition methods, and user management features out of the box. All of - this is wrapped in an intuitive, easy to use interface that makes sense - for LAN-sized installations up to complex networks with hundreds of - devices. - </longdescription> - <use> - <flag name='doc'>install html documentation</flag> - </use> +<maintainer> + <email>pva@gentoo.org</email> + <name>Peter Volkov</name> +</maintainer> +<longdescription lang="en"> + Cacti is a complete network graphing solution designed to harness the + power of RRDTool's data storage and graphing functionality. Cacti + provides a fast poller, advanced graph templating, multiple data + acquisition methods, and user management features out of the box. All of + this is wrapped in an intuitive, easy to use interface that makes sense + for LAN-sized installations up to complex networks with hundreds of + devices. +</longdescription> +<use> + <flag name='doc'>install html documentation</flag> +</use> </pkgmetadata> diff --git a/net-analyzer/nagios-plugins/metadata.xml b/net-analyzer/nagios-plugins/metadata.xml index 1173385..c0f1346 100644 --- a/net-analyzer/nagios-plugins/metadata.xml +++ b/net-analyzer/nagios-plugins/metadata.xml @@ -1,59 +1,62 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>sysadmin</herd> - <use> - <flag name='nagios-dns'> - Install <pkg>net-dns/bind-tools</pkg> required for monitoring - DNS servers. Disabling the flag does not remove any plugin file. - </flag> - <flag name='nagios-game'> - Install <pkg>games-util/qstat</pkg> required for monitoring FPS - servers. Disabling the flag does not remove any plugin file. - </flag> - <flag name='nagios-ntp'> - Install <pkg>net-misc/ntp</pkg> required for monitoring NTP - servers and drifts. Disabling the flag does not remove any - plugin file. - </flag> - <flag name='nagios-ping'> - Install <pkg>net-analyzer/fping</pkg> required for fancy ping - monitoring. Disabling the flag does not remove any plugin file. - </flag> - <flag name='nagios-ssh'> - Install <pkg>net-misc/openssh</pkg> required for monitoring SSH - servers. Disabling the flag does not remove any plugin file. - </flag> - <flag name='ups'> - Install <pkg>sys-power/nut</pkg> required for monitoring - compatible UPS units. Disabling the flag does not remove any - plugin file. - </flag> - <flag name='jabber'> - Install the script for sending IM notifications over Jabber with - Nagios. - </flag> - <flag name='snmp' restrict='>=net-analyzer/nagios-plugins-1.4.16-r1'> - Install <pkg>dev-perl/Net-SNMP</pkg> required for monitoring - SNMP values. Disabling the flag does not remove any plugin file. - </flag> - <flag name='suid'> - Give root privileges to the ICMP, DHCP and IDE S.M.A.R.T. check - binaries. This allows them to ignore the access controls that - would disallow the nagios user from running the check. - </flag> - <flag name='sudo'> - Install a file to allow the nagios user to execute some commands - via <pkg>app-admin/sudo</pkg>, so that the scripts can access - devices and features that wouldn't be otherwise allowed by - nagios. - </flag> - <flag name='smart'> - Install <pkg>sys-apps/smartmontools</pkg> required for - S.M.A.R.T. disk monitoring. Disabling the flag removes the - plugin file. This plugin also requires the sudo flag to be - enable. - </flag> - </use> +<maintainer> + <email>jmbsvicetto@gentoo.org</email> + <name>Jorge Manuel B. S. Vicetto</name> +</maintainer> +<use> + <flag name='nagios-dns'> + Install <pkg>net-dns/bind-tools</pkg> required for monitoring + DNS servers. Disabling the flag does not remove any plugin file. + </flag> + <flag name='nagios-game'> + Install <pkg>games-util/qstat</pkg> required for monitoring FPS + servers. Disabling the flag does not remove any plugin file. + </flag> + <flag name='nagios-ntp'> + Install <pkg>net-misc/ntp</pkg> required for monitoring NTP + servers and drifts. Disabling the flag does not remove any + plugin file. + </flag> + <flag name='nagios-ping'> + Install <pkg>net-analyzer/fping</pkg> required for fancy ping + monitoring. Disabling the flag does not remove any plugin file. + </flag> + <flag name='nagios-ssh'> + Install <pkg>net-misc/openssh</pkg> required for monitoring SSH + servers. Disabling the flag does not remove any plugin file. + </flag> + <flag name='ups'> + Install <pkg>sys-power/nut</pkg> required for monitoring + compatible UPS units. Disabling the flag does not remove any + plugin file. + </flag> + <flag name='jabber'> + Install the script for sending IM notifications over Jabber with + Nagios. + </flag> + <flag name='snmp' restrict='>=net-analyzer/nagios-plugins-1.4.16-r1'> + Install <pkg>dev-perl/Net-SNMP</pkg> required for monitoring + SNMP values. Disabling the flag does not remove any plugin file. + </flag> + <flag name='suid'> + Give root privileges to the ICMP, DHCP and IDE S.M.A.R.T. check + binaries. This allows them to ignore the access controls that + would disallow the nagios user from running the check. + </flag> + <flag name='sudo'> + Install a file to allow the nagios user to execute some commands + via <pkg>app-admin/sudo</pkg>, so that the scripts can access + devices and features that wouldn't be otherwise allowed by + nagios. + </flag> + <flag name='smart'> + Install <pkg>sys-apps/smartmontools</pkg> required for + S.M.A.R.T. disk monitoring. Disabling the flag removes the + plugin file. This plugin also requires the sudo flag to be + enable. + </flag> +</use> </pkgmetadata> diff --git a/net-analyzer/ocsng/metadata.xml b/net-analyzer/ocsng/metadata.xml index 5607092..2913701 100644 --- a/net-analyzer/ocsng/metadata.xml +++ b/net-analyzer/ocsng/metadata.xml @@ -3,13 +3,15 @@ <pkgmetadata> <herd></herd> <maintainer> - <email>jmbsvicetto@gentoo.org</email> - <name>Jorge Manuel B. S. Vicetto</name> + <email>jmbsvicetto@gentoo.org</email> + <name>Jorge Manuel B. S. Vicetto</name> </maintainer> <use> - <flag name="comm">Enable the communication server that clients contact using - <pkg>dev-lang/perl</pkg> to send the inventory information.</flag> - <flag name="admin">Enable the administration console for ocsng.</flag> - <flag name="logrotate">Install the logrotate file.</flag> + <flag name="comm"> + Enable the communication server that clients contact using + <pkg>dev-lang/perl</pkg> to send the inventory information. + </flag> + <flag name="admin">Enable the administration console for ocsng.</flag> + <flag name="logrotate">Install the logrotate file.</flag> </use> </pkgmetadata> |