Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Grafana 11.4 for manual install on FreeBSD #4474

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions website/docs/installation/freebsd.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,11 @@ service postgresql initdb
</details>

<details>
<summary>Grafana (v10.4.5+)</summary>

(might be obsolete with Grafana 9, I had no issues with a fresh install) The latest Grafana from ports/pkg has a startup issue with the rc script, starting via rc.local is the workaround.
<summary>Grafana (v11.4.0+)</summary>

```bash
pkg install grafana-10.4.5_1
pkg install grafana
echo grafana_enable="yes" >> /etc/rc.conf
# Only needed if grafana fails to start via rc.conf
echo "cd /tmp && /usr/local/etc/rc.d/grafana onestart" >> /etc/rc.local
```

</details>
Expand Down
Loading