FreeBSD에서 Prometheus & Grafana를 실행해보십시오.

FreeBSD11.2에서 Prometheus와 Grafana를 움직여보십시오.
(이동만 하면 됩니다)

환경




소프트웨어
버전


FreeBSD
11.2

Prometheus
2.5.0

Grafana
5.3.4


pkg에서 prometheus 설치


$ sudo pkg install -y prometheus grafana5

※prometheus1계의 경우는 prometheus1이 있으므로 이쪽을 인스톨
※grafana는 5 이외에 grafana(1계), grafana2, grafana3, grafana4가 있습니다

Prometheus & Grafana 시작


$ sudo sysrc prometheus_enable="YES"
$ sudo sysrc grafana_enable="YES"
$ sudo /usr/local/etc/rc.d/prometheus start
$ sudo /usr/local/etc/rc.d/grafana start

Prometheus 설정 파일은/usr/local/etc/prometheus.yml
Grafana 설정 파일은/usr/local/etc/grafana.conf

Prometheus에 브라우저에서 액세스



http://서버 IP 주소:9090/


Grafana에 브라우저에서 액세스



http://서버 IP 주소:3000/
ID:admin, PASS: admin으로 로그인할 수 있습니다.

좋은 웹페이지 즐겨찾기