Skip to content

Commit

Permalink
aguia-pescadora-bravo (#16), grafana (#50): instalado Grafana
Browse files Browse the repository at this point in the history
  • Loading branch information
fititnt committed May 28, 2019
1 parent a140919 commit 73c487d
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions logbook/aguia-pescadora-bravo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,25 @@ vnstat -l


#------------------------------------------------------------------------------#
# temp...
# O que estiver a partir daqui são comandos que foram realizadas e ainda não
# foram propriamente documentados (fititnt, 2019-05-19 05:04 BRT)
# SEÇÃO: OUTROS #
# TL;DR: Itens ainda não formalmente documentados e/ou em período de teste #
#------------------------------------------------------------------------------#

### Fish ("the friendly interactive shel" ______________________________________
# ...
apt-get install fish

### Grafana ____________________________________________________________________
# @see https://github.com/fititnt/cplp-aiops/issues/50

# @see https://grafana.com/docs/installation/debian/#apt-repository
curl https://packages.grafana.com/gpg.key | sudo apt-key add -
sudo add-apt-repository "deb https://packages.grafana.com/oss/deb stable main"
sudo apt-get update
sudo apt-get install grafana

sudo systemctl daemon-reload
sudo systemctl start grafana-server
sudo systemctl status grafana-server

sudo systemctl enable grafana-server.service

0 comments on commit 73c487d

Please sign in to comment.