From 8acfa41254091865746073c8848b37245cfe7478 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 1 Feb 2021 13:46:22 +0100 Subject: [PATCH] Framework: do not hardcode CATEGORIES --- Makefile | 4 ++-- README.md | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Makefile b/Makefile index 2b9da252c..6c21da0d9 100644 --- a/Makefile +++ b/Makefile @@ -28,8 +28,8 @@ all: .include "Mk/defaults.mk" -CATEGORIES= benchmarks databases devel dns mail misc net-mgmt \ - net security sysutils vendor www +CATEGORIES!= ls -1d [a-z0-9]* +CATEGORIES:= ${CATEGORIES:Nruleset.xml} .for CATEGORY in ${CATEGORIES} _${CATEGORY}!= ls -1d ${CATEGORY}/* diff --git a/README.md b/README.md index 11d06a1e1..e970151c0 100644 --- a/README.md +++ b/README.md @@ -44,15 +44,6 @@ misc/theme-cicada -- The cicada theme - dark grey misc/theme-rebellion -- A suitably dark theme misc/theme-tukan -- The tukan theme - blue/white misc/theme-vicuna -- The vicuna theme - dark anthrazit -net-mgmt/collectd -- Collect system and application performance metrics periodically -net-mgmt/lldpd -- LLDP allows you to know exactly on which port is a server -net-mgmt/net-snmp -- Net-SNMP is a daemon for the SNMP protocol -net-mgmt/netdata -- Real-time performance monitoring -net-mgmt/nrpe -- Execute nagios plugins -net-mgmt/telegraf -- Agent for collecting metrics and data -net-mgmt/zabbix-agent -- Zabbix monitoring agent -net-mgmt/zabbix4-proxy -- Zabbix Proxy enables decentralized monitoring -net-mgmt/zabbix5-proxy -- Zabbix Proxy enables decentralized monitoring net/chrony -- Chrony time synchronisation net/firewall -- Firewall API supplemental package net/freeradius -- RADIUS Authentication, Authorization and Accounting Server @@ -73,6 +64,15 @@ net/vnstat -- vnStat is a console-based network traffic monitor net/wireguard -- WireGuard VPN service net/wol -- Wake on LAN Service net/zerotier -- Virtual Networks That Just Work +net-mgmt/collectd -- Collect system and application performance metrics periodically +net-mgmt/lldpd -- LLDP allows you to know exactly on which port is a server +net-mgmt/net-snmp -- Net-SNMP is a daemon for the SNMP protocol +net-mgmt/netdata -- Real-time performance monitoring +net-mgmt/nrpe -- Execute nagios plugins +net-mgmt/telegraf -- Agent for collecting metrics and data +net-mgmt/zabbix-agent -- Zabbix monitoring agent +net-mgmt/zabbix4-proxy -- Zabbix Proxy enables decentralized monitoring +net-mgmt/zabbix5-proxy -- Zabbix Proxy enables decentralized monitoring security/acme-client -- Let's Encrypt client security/clamav -- Antivirus engine for detecting malicious threats security/etpro-telemetry -- ET Pro Telemetry Edition