From 51690c98c3f068f9883402b4234c93aae73c8fe9 Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Tue, 22 Dec 2020 11:27:15 +0100 Subject: [PATCH] unified all README.*BSD on a single README.BSD file --- Makefile | 4 +--- README.BSD | 46 +++++++++++++++++++++++++++++++++++++++++++++ README.FreeBSD | 18 ------------------ README.NetBSD | 19 ------------------- README.OpenBSD | 20 -------------------- docs/monitorix.spec | 2 +- 6 files changed, 48 insertions(+), 61 deletions(-) create mode 100644 README.BSD delete mode 100644 README.FreeBSD delete mode 100644 README.NetBSD delete mode 100644 README.OpenBSD diff --git a/Makefile b/Makefile index 4ce9552..a4f96dc 100644 --- a/Makefile +++ b/Makefile @@ -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" diff --git a/README.BSD b/README.BSD new file mode 100644 index 0000000..50bf59a --- /dev/null +++ b/README.BSD @@ -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 configuration section: rule = 24000 + - In 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. + diff --git a/README.FreeBSD b/README.FreeBSD deleted file mode 100644 index c4ac047..0000000 --- a/README.FreeBSD +++ /dev/null @@ -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 configuration section: rule = 24000 - - In 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. - diff --git a/README.NetBSD b/README.NetBSD deleted file mode 100644 index 649bc17..0000000 --- a/README.NetBSD +++ /dev/null @@ -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. - diff --git a/README.OpenBSD b/README.OpenBSD deleted file mode 100644 index 1457c03..0000000 --- a/README.OpenBSD +++ /dev/null @@ -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 configuration section: rule = 24000 - - In 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. - diff --git a/docs/monitorix.spec b/docs/monitorix.spec index 51dc59e..efa5803 100644 --- a/docs/monitorix.spec +++ b/docs/monitorix.spec @@ -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