Showing posts with label grafan prometheus. Show all posts
Showing posts with label grafan prometheus. Show all posts

Friday, July 23, 2021

Prometheus installation on Windows

Prometheus is an open-source system monitoring and alerting toolkit.



Download and Extract

 


Go to Prometheus download page and download latest version.

 


https://prometheus.io/download/

 


Direct Links as follows

 


https://github.com/prometheus/prometheus/releases/download/v2.28.1/prometheus-2.28.1.windows-amd64.zip

 


Extract in local Drive





Start “Prometheus”



Open command prompt and locate to “Prometheus” root directory. Use following start command and pass web listen address and config file default Prometheus yml file as options.

 




 

 


prometheus.exe --config.file prometheus.yml --web.listen-address ":9090" --storage.tsdb.path "data"


 

 




 

Verify Installation



Access “Prometheus” web interface with following URL and its running on 9090 port.


 

 

http://localhost:9090/

 

 

 


 



 

Targets Status



Go to Status menu and click on targets so we can see Prometheus health.

 




 

Prometheus health.

 

 


http://localhost:9090/targets

 


 

 





Author

 

 

Thursday, July 22, 2021

Grafana Installation on Windows

Grafana is open-source analytics and visualization solution. It provides charts, graphs and alerts.  It connects to multiple data sources and fetch the metrics data and monitor in Grafana visualization dashboards.


It can be integrated with Prometheus monitoring tool to create dashboard and monitor alerts.



Download and Extract


Go to Grafana download page and download Grafana binary compressed version.



https://grafana.com/grafana/download?platform=windows



 Direct Link is below



https://dl.grafana.com/oss/release/grafana-8.0.6.windows-amd64.zip

 


Extract downloaded zip file in local drive.

 





Start Grafana



Open command prompt and locate to Grafana bin directory and start Grafana by executing “grafana-server.exe

 




 

Logs it will show startup details and it will start on port 3000.

 





 

Access Grafana with below URL

 

 

 

http://localhost:3000/

 

 

 


 

Use default credentials to login to Grafana

 

 

User Name:  admin

Password:     admin

 

 






Author

Recent Posts

Recent Posts Widget

Popular Posts