unified all README.*BSD on a single README.BSD file

This commit is contained in:
Jordi Sanfeliu 2020-12-22 11:27:15 +01:00
parent a8e463de8e
commit 51690c98c3
6 changed files with 48 additions and 61 deletions

View File

@ -142,10 +142,8 @@ install-docs:
$(INSTALL_DATA) Changes "$(DESTDIR)$(DOCDIR)/Changes"
$(INSTALL_DATA) COPYING "$(DESTDIR)$(DOCDIR)/COPYING"
$(INSTALL_DATA) README "$(DESTDIR)$(DOCDIR)/README"
$(INSTALL_DATA) README.FreeBSD "$(DESTDIR)$(DOCDIR)/README.FreeBSD"
$(INSTALL_DATA) README.BSD "$(DESTDIR)$(DOCDIR)/README.BSD"
$(INSTALL_DATA) README.nginx "$(DESTDIR)$(DOCDIR)/README.nginx"
$(INSTALL_DATA) README.OpenBSD "$(DESTDIR)$(DOCDIR)/README.OpenBSD"
$(INSTALL_DATA) README.NetBSD "$(DESTDIR)$(DOCDIR)/README.NetBSD"
$(INSTALL_DATA) docs/$(PN)-lighttpd.conf "$(DESTDIR)$(DOCDIR)/$(PN)-lighttpd.conf"
$(INSTALL_DATA) docs/$(PN)-apache.conf "$(DESTDIR)$(DOCDIR)/$(PN)-apache.conf"

46
README.BSD Normal file
View File

@ -0,0 +1,46 @@
Notes to read after installation of Monitorix in FreeBSD systems
===============================================================================
Please take some time to adjust the options in the monitorix.conf file.
See the monitorix.conf(5) man page for a detailed help of each configuration
option.
Make sure that the default ipfw(8) rule numbers defined in the monitorix.conf
file doesn't conflict with any other rule number in your firewall:
- In <port> configuration section: rule = 24000
- In <nginx> configuration section: rule = 24100
This is the list of module names that still need attention:
[traffacct] - Network activity is not supported yet. Help is needed!
[serv] - Some services may not work.
[hptemp] - Temperatures may not work because of the lack of HP support.
[nfsc] - NFS client is not supported yet.
Notes to read after installation of Monitorix in OpenBSD systems
===============================================================================
This is the list of module names that still need attention:
Same as in FreeBSD, plus:
[proc] - Per processor kernel usage graph is not available because the
command 'sysctl kern.cp_time2' doesn't work yet.
[nfss] - NFS server is not supported yet.
Notes to read after installation of Monitorix in NetBSD systems
===============================================================================
This is the list of module names that still need attention:
Same as in OpenBSD, plus:
IP filter not supported yet, hence some network activity graphs won't work.
File usage in 'VFS usage' graph doesn't work.
[port] - Network port activity not supported yet.
[int] - Device interrupt activity not supported yet.
Other module names might not work because they are specific to Linux systems.

View File

@ -1,18 +0,0 @@
Notes to read after installation of Monitorix 2.4+ in FreeBSD systems
===============================================================================
Please take some time adjusting the options in the monitorix.conf file.
See the monitorix.conf(5) man page for a detailed help of each configuration
option.
Make sure that the default ipfw(8) rule numbers defined in the monitorix.conf
file doesn't conflict with any other rule number in your firewall:
- In <port> configuration section: rule = 24000
- In <nginx> configuration section: rule = 24100
This is the list of things that still need attention:
[TRAFFACCT] - Network activity is not supported yet. Help is needed!
[SERV] - Some services may not work.
[HPTEMP] - Temperatures may not work because of the lack of HP support.
[NFSS] - NFS server is not supported yet.
[NFSC] - NFS client is not supported yet.

View File

@ -1,19 +0,0 @@
Notes to read after installation of Monitorix 2.6+ in NetBSD systems
===============================================================================
Please take some time adjusting the options in the monitorix.conf file.
See the monitorix.conf(5) man page for a detailed help of each configuration
option.
This is the list of things that still need attention:
IP filter not supported yet, hence some network activity graphs won't work.
File usage in 'VFS usage' graph doesn't work.
[PROC] - Per processor kernel usage graph is not available because the
command 'sysctl kern.cp_time2' doesn't work yet.
[PORT] - Network port activity not supported yet.
[TRAFFACCT] - Network activity is not supported yet. Help is needed!
[SERV] - Some services may not work.
[HPTEMP] - Temperatures may not work because of the lack of HP support.
[NFSS] - NFS server is not supported yet.
[NFSC] - NFS client is not supported yet.
[INT] - Device interrupt activity not supported yet.

View File

@ -1,20 +0,0 @@
Notes to read after installation of Monitorix 2.4+ in FreeBSD systems
===============================================================================
Please take some time adjusting the options in the monitorix.conf file.
See the monitorix.conf(5) man page for a detailed help of each configuration
option.
Make sure that the default ipfw(8) rule numbers defined in the monitorix.conf
file doesn't conflict with any other rule number in your firewall:
- In <port> configuration section: rule = 24000
- In <nginx> configuration section: rule = 24100
This is the list of things that still need attention:
[PROC] - Per processor kernel usage graph is not available because the
command 'sysctl kern.cp_time2' doesn't work yet.
[TRAFFACCT] - Network activity is not supported yet. Help is needed!
[SERV] - Some services may not work.
[HPTEMP] - Temperatures may not work because of the lack of HP support.
[NFSS] - NFS server is not supported yet.
[NFSC] - NFS client is not supported yet.

View File

@ -91,7 +91,7 @@ rm -rf %{buildroot}
%{_localstatedir}/lib/monitorix/reports/*.html
%doc %{_mandir}/man5/monitorix.conf.5.gz
%doc %{_mandir}/man8/monitorix.8.gz
%doc Changes COPYING README README.nginx README.FreeBSD README.OpenBSD README.NetBSD docs/monitorix-alert.sh docs/monitorix-apache.conf docs/monitorix-lighttpd.conf docs/monitorix.service docs/htpasswd.pl
%doc Changes COPYING README README.nginx README.BSD docs/monitorix-alert.sh docs/monitorix-apache.conf docs/monitorix-lighttpd.conf docs/monitorix.service docs/htpasswd.pl
%changelog
* Thu Sep 01 2005 Jordi Sanfeliu <jordi@fibranet.cat>