mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
Add some metadata to some plugins (#98)
* Quagga: add dependency to install quagga SNMP: Add a minimal package description
This commit is contained in:
parent
dd23de4a32
commit
685c848acb
3 changed files with 13 additions and 2 deletions
4
net-mgmt/snmp/pkg-descr
Normal file
4
net-mgmt/snmp/pkg-descr
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
The snmp plugin allows you to query information about your OPNsense appliance about
|
||||
memory, load and CPU utilization and system statistics by using the bsnmp-ucd module as well as
|
||||
to create counters from log files, program output and other text data via the bsnmp-regex module.
|
||||
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
PLUGIN_NAME= quagga
|
||||
PLUGIN_VERSION= 0.0.2
|
||||
PLUGIN_COMMENT= Quagga Routing Suite
|
||||
PLUGIN_DEPENDS= quagga
|
||||
PLUGIN_MAINTAINER= franz.fabian.94@gmail.com
|
||||
PLUGIN_DEVEL = yes
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,8 @@
|
|||
Manage the Quagga Routing Software Suite, which offers routing protocols
|
||||
like RIP, IS-IS and OSPF to guide your packets through the sea.
|
||||
Quagga is a routing software suite, providing implementations of
|
||||
OSPFv2, OSPFv3, RIP v1 and v2, RIPv3, BGPv4 and experemental ISIS
|
||||
for Unix platforms, particularly FreeBSD and Linux and also NetBSD,
|
||||
to mention a few. Quagga is a fork of GNU Zebra which was developed
|
||||
by Kunihiro Ishiguro. The Quagga tree aims to build a more involved
|
||||
community around Quagga than the current centralised model of GNU Zebra.
|
||||
|
||||
WWW: http://www.quagga.net/
|
||||
|
|
|
|||
Loading…
Reference in a new issue