Mercurial > code > home > repos > victoriametrics
changeset 85:b5cea75d68dd
metrics updates
author | drewp@bigasterisk.com |
---|---|
date | Wed, 14 Aug 2024 10:20:48 -0700 |
parents | 4809a249d43f |
children | ce7c4a918832 |
files | create_scrape_configs.py |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/create_scrape_configs.py Wed Aug 14 10:20:19 2024 -0700 +++ b/create_scrape_configs.py Wed Aug 14 10:20:48 2024 -0700 @@ -34,11 +34,9 @@ jobConfig(name='net-traffic', targets=['pipe:8080']), jobConfig(name='ping', targets=ping_hosts, scrape_interval='2m', ping_job=True), jobConfig(name='power-eagle', targets=['power-eagle:80'], scrape_interval='8s'), # from powerEagle/private_config.periodSec - jobConfig(name='powermeter-exporter', targets=['powermeter-exporter'], scrape_interval='10s'), jobConfig(name='smartctl', targets=[f'{h}:9633' for h in smartctl_hosts]), jobConfig(name='wifi', targets=['wifi:80']), jobConfig(name='zfs-exporter', targets=['ditto:9634']), - jobConfig(name='zigbee2mqtt-exporter', targets=['zigbee2mqtt-exporter:80']), jobConfig(name='zpool-exporter', targets=['ditto:9986']), jobConfig(name='octoprint', targets=['octoprint'], metrics_path='/plugin/prometheus_exporter/metrics', @@ -48,7 +46,7 @@ recent_jobs = [ jobConfig(name="dnsmasq-log", targets=['pipe:9991']), - jobConfig(name="filebeat", targets=[f'{h}:5067' for h in all_hosts]), +# might not serve metrics- todo jobConfig(name="filebeat", targets=[f'{h}:5067' for h in all_hosts]), jobConfig(name="kube-state-metrics", targets=['kube-state-metrics.kube-system:8080']), jobConfig(name="net-routes", targets=['pipe:9999']), jobConfig(name="net-traffic", targets=['pipe:8080']), @@ -112,7 +110,9 @@ 'mongodb', 'mqtt1', 'mqtt2', + 'nginx-static', 'nodered', + 'paperless', 'photoprism', 'plik', 'projects',