From f1ae38f11a6c1c4f17ec0180b9073149e27e83a1 Mon Sep 17 00:00:00 2001 From: electropup42 <62898424+electropup42@users.noreply.github.com> Date: Tue, 19 May 2020 14:52:55 -0700 Subject: Update pfsense.md (#8544) * Update pfsense.md Note about Python package when installing on pfSense 2.4.5 * Update packaging/installer/methods/pfsense.md Co-authored-by: Joel Hans --- packaging/installer/methods/pfsense.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'packaging/installer') diff --git a/packaging/installer/methods/pfsense.md b/packaging/installer/methods/pfsense.md index 5df7ed227c..01c9db89f2 100644 --- a/packaging/installer/methods/pfsense.md +++ b/packaging/installer/methods/pfsense.md @@ -32,7 +32,9 @@ pkg add http://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/netdata-1.20.0_3.txz **Note:** If you receive a `Not Found` error during the last two commands above, you will either need to manually look in the [repo folder](http://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/) for the latest available package and use its -URL instead, or you can try manually changing the netdata version in the URL to the latest version. +URL instead, or you can try manually changing the Netdata version in the URL to the latest version. + +**Note:** On pfSense 2.4.5, Python version 3.7 may be installed by the system, in which case you should should not install Python from the FreeBSD repository as instructed above. You must edit `/usr/local/etc/netdata/netdata.conf` and change `bind to = 127.0.0.1` to `bind to = 0.0.0.0`. -- cgit v1.2.3