Grafana install

From wikinotes
Revision as of 03:44, 2 September 2022 by Will (talk | contribs) (Created page with " = FreeBSD = <blockquote> <syntaxhighlight lang="bash"> pkg install grafana9 </syntaxhighlight> <syntaxhighlight lang="bash"> # /etc/rc.conf grafana_enable="YES" </syntaxhighlight> <syntaxhighlight lang="yaml"> - open 'http://foo.com:3000 - login: user: admin pass: admin # follow prompt and change password </syntaxhighlight> </blockquote><!-- FreeBSD -->")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

FreeBSD

pkg install grafana9
# /etc/rc.conf

grafana_enable="YES"
- open 'http://foo.com:3000
- login:
    user: admin
    pass: admin
  # follow prompt and change password