# my global config global: scrape_interval: 15s # Set the scrape interval to every 15 seconds. Default is every 1 minute. evaluation_interval: 15s # Evaluate rules every 15 seconds. The default is every 1 minute. # scrape_timeout is set to the global default (10s). # Alertmanager configuration alerting: alertmanagers: - static_configs: - targets: # - alertmanager:9093 # Load rules once and periodically evaluate them according to the global 'evaluation_interval'. rule_files: # - "first_rules.yml" # - "second_rules.yml" # A scrape configuration containing exactly one endpoint to scrape: # Here it's Prometheus itself. scrape_configs: # The job name is added as a label `job=` to any timeseries scraped from this config. - job_name: 'prometheus' # metrics_path defaults to '/metrics' # scheme defaults to 'http'. static_configs: - targets: ['0.0.0.0:9090'] - job_name: 'ceph-larry' static_configs: - targets: ['larry.ciberterminal.net:9283'] - job_name: 'node-exporter' static_configs: - targets: [ 'bvmlm-osd-001.ciberterminal.net:9100', 'bvmlm-osd-019.ciberterminal.net:9100', 'bvmlm-osd-013.ciberterminal.net:9100', 'bvmlm-osm-003.ciberterminal.net:9100', 'bvmlm-osd-005.ciberterminal.net:9100', 'bvmlm-oslb-001.ciberterminal.net:9100', 'bvmlm-osd-010.ciberterminal.net:9100', 'bvmlm-osd-003.ciberterminal.net:9100', 'bvmlm-osd-020.ciberterminal.net:9100', 'bvmlm-osfs-003.ciberterminal.net:9100', 'bvmlm-osd-002.ciberterminal.net:9100', 'bvmlm-osm-001.ciberterminal.net:9100', 'bvmlm-osm-004.ciberterminal.net:9100', 'bvmlm-osd-015.ciberterminal.net:9100', 'bvmlm-osd-018.ciberterminal.net:9100', 'bvmlm-osgw-001.ciberterminal.net:9100', 'bvmlm-osd-017.ciberterminal.net:9100', 'bvmlm-osd-011.ciberterminal.net:9100', 'bvmlm-osd-007.ciberterminal.net:9100', 'bvmlm-osgw-004.ciberterminal.net:9100', 'bvmlm-osgw-003.ciberterminal.net:9100', 'bvmlm-osd-006.ciberterminal.net:9100', 'bvmlm-osfs-004.ciberterminal.net:9100', 'bvmlm-osm-002.ciberterminal.net:9100', 'bvmlm-osd-008.ciberterminal.net:9100', 'bvmlm-osfs-002.ciberterminal.net:9100', 'bvmlm-osfs-001.ciberterminal.net:9100', 'bvmlm-osd-004.ciberterminal.net:9100', 'bvmlm-oslb-002.ciberterminal.net:9100', 'bvmlm-osd-012.ciberterminal.net:9100', 'bvmlm-osd-009.ciberterminal.net:9100', 'bvmlm-osgw-002.ciberterminal.net:9100', 'bvmlm-osd-014.ciberterminal.net:9100', 'bvmlm-osm-005.ciberterminal.net:9100', 'bvmlm-osnx-002.ciberterminal.net:9100', 'bvmlm-osd-016.ciberterminal.net:9100' ]