diff options
Diffstat (limited to 'monitor/config/prometheus.yaml')
-rw-r--r-- | monitor/config/prometheus.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/monitor/config/prometheus.yaml b/monitor/config/prometheus.yaml index b218711d..4ece441a 100644 --- a/monitor/config/prometheus.yaml +++ b/monitor/config/prometheus.yaml @@ -50,3 +50,11 @@ scrape_configs: static_configs: - targets: ['192.168.114.2:9100'] + + - job_name: 'openstack' + + # Override the global default and scrape targets from this job every 5 seconds. + scrape_interval: 5s + + static_configs: + - targets: ['192.168.114.2:9104'] |