diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-02-18 23:21:55 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-02-18 23:21:55 +0800 |
commit | f095d32b5c81d3af6961a91d12b6e9382a6ba169 (patch) | |
tree | 3db6fd35e2fd07b173770dbaa6929f4236a96d8a /net-mgmt/Makefile | |
parent | 90432353dfb3c585fbf311217855762058a00c54 (diff) | |
download | freebsd-ports-gnome-f095d32b5c81d3af6961a91d12b6e9382a6ba169.tar.gz freebsd-ports-gnome-f095d32b5c81d3af6961a91d12b6e9382a6ba169.tar.zst freebsd-ports-gnome-f095d32b5c81d3af6961a91d12b6e9382a6ba169.zip |
bsnmp-regex is a module for bsnmpd which allows creation of counters from log
files, program output or other text data. The counters use regular expressions
to count the number of matches, or parse out specific text/numbers. The
resulting data can then be queried or graphed with the usual SNMP tools.
PR: ports/109103
Submitted by: brock at cotcomsol.com
Diffstat (limited to 'net-mgmt/Makefile')
-rw-r--r-- | net-mgmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index f4bcb771204e..49ea245f7bcd 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -28,6 +28,7 @@ SUBDIR += bpft SUBDIR += braa SUBDIR += bsd-airtools + SUBDIR += bsnmp-regex SUBDIR += bsnmpd SUBDIR += bsnmptools SUBDIR += bwm-ng |