We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Version : 2.11.1 link
tar xvfz prometheus-*.tar.gz
nano /etc/prometheus/prometheus.yml :
global: scrape_interval: 15s scrape_configs: - job_name: 'node_exporter' static_configs: - targets: ['master:9100'] - targets: ['slave1:9100'] - targets: ['slave2:9100'] - targets: ['slave3:9100']
https://www.digitalocean.com/community/tutorials/how-to-install-prometheus-on-ubuntu-16-04
then https://grafana.com/docs/installation/debian/
Download Link
--- hostPort: localhost:5555 username: password: rules: - pattern: ".*"
java -javaagent:jmx_prometheus_javaagent-0.12.0.jar=9070:config.yaml -jar your_jar_file.jar
9070 : port
nohup java -javaagent:jmx_prometheus_javaagent-0.12.0.jar=9070:config.yaml -jar crawler-1.0-SNAPSHOT.jar &