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
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.
|
Targets Status
Go to Status menu and click on targets so we can see
Prometheus health.
Prometheus health.
|
Author