How to install grafana tool in Linux

0 votes

Hi Guys,

I am new in Monitoring tools. I want to monitor Prometheus server using grafana. Can anyone help me, how can I configure grafana server? 

May 28, 2020 in DevOps & Agile by akhtar
• 38,230 points
848 views

1 answer to this question.

0 votes

Hi@akhtar,

To download Grafana in Linux system, you can follow the below given steps.

  • Download the software from internet.

$ wget https://dl.grafana.com/oss/release/grafana-7.0.1-1.x86_64.rpm
  • Install Grafana software.

$ yum install grafana-7.0.1-1.x86_64.rpm
  • Reload your daemons and start Grafana service.

$ systemctl daemon-reload
$ systemctl start grafana-server
  • Now you can browse your Grafana from any browser.

$ localhost:3000

Hope this will help.

    answered May 29, 2020 by MD
    • 95,440 points

    Related Questions In DevOps & Agile

    0 votes
    1 answer

    How to simplify or automate task group creation in TFS?

    You can easily import or export task ...READ MORE

    answered Apr 25, 2018 in DevOps & Agile by ajs3033
    • 7,300 points
    1,551 views
    0 votes
    1 answer

    How to disable linux user authentication on ldap server

    You can try the below steps: passwd -l ...READ MORE

    answered Apr 27, 2018 in DevOps & Agile by shubham
    • 7,340 points
    1,672 views
    0 votes
    1 answer

    How to disable auto-restart task in TeamCity

    There is a parameter which can be ...READ MORE

    answered Apr 29, 2018 in DevOps & Agile by DareDev
    • 6,890 points
    1,448 views
    0 votes
    1 answer

    How to a run deployed app in Docker for Windows?

    To deploy an ASP.NET web application to ...READ MORE

    answered Aug 30, 2018 in DevOps & Agile by Tyrion anex
    • 8,700 points
    905 views
    +15 votes
    2 answers

    Git management technique when there are multiple customers and need multiple customization?

    Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

    answered Mar 27, 2018 in DevOps & Agile by DragonLord999
    • 8,450 points
    3,523 views
    +2 votes
    1 answer
    0 votes
    1 answer

    How to get the file count in amazon bucket linux cli

    Hi@Shahzeb, You can do this task using the ...READ MORE

    answered Apr 27, 2020 in DevOps & Agile by MD
    • 95,440 points
    3,320 views
    0 votes
    2 answers

    How to configure Prometheus server in linux?

    Hi there , Setup Prometheus Configuration All the prometheus ...READ MORE

    answered Jul 9, 2020 in DevOps & Agile by Suhana
    • 340 points
    889 views
    webinar REGISTER FOR FREE WEBINAR X
    REGISTER NOW
    webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP