« Pfsense » : différence entre les versions
Aucun résumé des modifications |
|||
(4 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
= INstaller SpeedTest = | |||
pkg search speedtest | |||
pkg install py37-speedtest-cli.x.y.z 'comme renvoyé par la commande précédente | |||
== Faire fonctionner Speedtest sur pfSense 2.5.2 == | |||
# CONFIRM VERSION | |||
: speedtest --version | |||
speedtest-cli 2.1.2 | |||
Python 3.7.9 (default, Feb 5 2021, 20:17:58) [Clang 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611a | |||
# CHANGE TO PYTHON PACKAGE DIRECTORY | |||
: cd /usr/local/lib/python3.8/site-packages | |||
# MANUALLY DOWNLOAD NEWEST .PY FILE | |||
: curl -Lo speedtest.py https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | |||
# CONFIRM VERSION | |||
: speedtest --version | |||
speedtest-cli 2.1.4b1 | |||
Python 3.8.10 (default, Jun 24 2021, 21:21:25) [Clang 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611a | |||
=Superviser avec NetData= | =Superviser avec NetData= | ||
Voir pfSense dans la page https://github.com/firehol/netdata/wiki/Installation | Voir pfSense dans la page https://github.com/firehol/netdata/wiki/Installation | ||
Ligne 5 : | Ligne 25 : | ||
* http://www.amassi-network.com/306-fonctionalit%C3%A9-%C3%A0-venir-de-pfsense-2-1.html | * http://www.amassi-network.com/306-fonctionalit%C3%A9-%C3%A0-venir-de-pfsense-2-1.html | ||
= | == Superviser avec Grafana == | ||
* https://grafana.com/grafana/dashboards/9937 | |||
* https://grafana.com/grafana/dashboards/9806 | |||
* https://grafana.com/grafana/dashboards/5438 | |||
== Rebooter son pfSense automatiquement == | |||
Quand c'est nécessaire : https://www.l4y.at/en/pfsense-automatischen-reboot-einrichten/ | |||
=Authentification par LDAP= | =Authentification par LDAP= |