Grafana install: Difference between revisions

From wikinotes
(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 -->")
(No difference)

Revision as of 03:44, 2 September 2022

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