tar xzvf prometheus-1.5.2.linux-*.tar.gz cd prometheus-1.5.2.linux-amd64/ ./prometheus tar xzvf node_exporter-0.14.0.*.tar.gz cd node_exporter-0.14.0.linux-amd64 ./node_exporter echo my_batch_completion_time $(date +%s) > .prom.$$ mv .prom.$$ .prom - job_name: 'node' static_configs: - targets: ['localhost:9100'] http_requests_total{status="200",method="GET"}@1434317560938 = 94355 node_network_receive_bytes node_network_receive_bytes{device='eth0'} node_network_receive_bytes{device='eth0'}[5m] rate(node_network_receive_bytes{device='eth0'}[5m]) sum(rate(node_network_receive_bytes[5m])) by (device) speedtest_latency_ms 22.632 speedtest_bits_per_second {direction="downstream"} 52650000speedtest_bits_per_second{direction="upstream"} 29170000