diff --git a/README.md b/README.md index 6d6a92303..9ae4e6a7a 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,8 @@ 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 (development only) net/firewall -- Firewall API supplemental package net/freeradius -- RADIUS Authentication, Authorization and Accounting Server net/frr -- The FRRouting Protocol Suite diff --git a/net-mgmt/zabbix5-proxy/src/opnsense/scripts/OPNsense/Zabbixproxy/setup.sh b/net-mgmt/zabbix5-proxy/src/opnsense/scripts/OPNsense/Zabbixproxy/setup.sh old mode 100644 new mode 100755 diff --git a/net/chrony/pkg-descr b/net/chrony/pkg-descr index 0fd3f4ae5..de8195fad 100644 --- a/net/chrony/pkg-descr +++ b/net/chrony/pkg-descr @@ -1,5 +1,5 @@ -An alternative to native ntpd daemon. In some edge cases chrony works -better in virtual environments. +An alternative to native ntpd daemon. In some edge cases chrony works +better in virtual environments. Plugin Changelog ---------------- @@ -8,7 +8,7 @@ Plugin Changelog * Allow to adjust the listening port * Allow setting of up to three peers -* Use of allowed networks +* Use of allowed networks WWW: https://chrony.tuxfamily.org/ diff --git a/net/chrony/src/opnsense/scripts/OPNsense/Chrony/setup.sh b/net/chrony/src/opnsense/scripts/OPNsense/Chrony/setup.sh old mode 100644 new mode 100755