summaryrefslogtreecommitdiffstats
path: root/packaging/installer
diff options
context:
space:
mode:
authorelectropup42 <62898424+electropup42@users.noreply.github.com>2020-05-19 14:52:55 -0700
committerGitHub <noreply@github.com>2020-05-20 07:52:55 +1000
commitf1ae38f11a6c1c4f17ec0180b9073149e27e83a1 (patch)
tree027538e46a462e08fc5c3eb31ce0a7b1b0377dcb /packaging/installer
parent000197b770d4eeae10c6841bc6228e07a690c524 (diff)
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 <joel.g.hans@gmail.com>
Diffstat (limited to 'packaging/installer')
-rw-r--r--packaging/installer/methods/pfsense.md4
1 files changed, 3 insertions, 1 deletions
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`.