From 9aba1556cf8ae821cf5326030a3a8c7d9b40b61b Mon Sep 17 00:00:00 2001 From: IgorKha Date: Tue, 11 May 2021 22:52:13 +0300 Subject: [PATCH] readme add --- prometheus.yml | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/prometheus.yml b/prometheus.yml index 66ead7e..4c25e09 100644 --- a/prometheus.yml +++ b/prometheus.yml @@ -37,34 +37,10 @@ scrape_configs: static_configs: - targets: ['localhost:9090'] - - job_name: node - # If prometheus-node-exporter is installed, grab stats about the local - # machine by default. - scrape_interval: 5s - scrape_timeout: 5s - static_configs: - - targets: ['localhost:9100'] - - - job_name: elk - # If prometheus-node-exporter is installed, grab stats about the local - # machine by default. - scrape_interval: 5s - scrape_timeout: 5s - static_configs: - - targets: ['192.168.5.25:9100'] - - - job_name: proxmox - # If prometheus-node-exporter is installed, grab stats about the local - # machine by default. - scrape_interval: 5s - scrape_timeout: 5s - static_configs: - - targets: ['192.168.5.10:9100'] - - job_name: Mikrotik static_configs: - targets: - - 192.168.5.1 # SNMP device. + - 0.0.0.0 # SNMP device IP. metrics_path: /snmp params: module: [mikrotik]