adc893de6e
- Updated README with detailed instructions for creating a dedicated Ansible user on Linux, including SSH key setup and passwordless sudo. - Added userConfigurations.json for Steam ROM Manager with configurations for various gaming consoles. - Introduced scripts for managing Gamescope and Steam sessions, including launch scripts for various emulators (Genesis, PSP, RPCS3, SNES). - Created systemd service for Gamescope session management. - Developed Ansible playbook for configuring Fedora for optimized Sunshine and Gamescope streaming, including user setup and system configurations. - Updated Prometheus configuration to reflect changes in exporter targets. - Commented out the Devolo exporter module in Terraform configuration for future reference.
24 lines
631 B
YAML
24 lines
631 B
YAML
scrape_configs:
|
|
- job_name: node-exporter
|
|
scrape_interval: 10s
|
|
static_configs:
|
|
- targets:
|
|
- "node-exporter.prometheus.svc.cluster.local:9100"
|
|
- "10.19.4.1:9100"
|
|
- labels:
|
|
cluster: "dev-01"
|
|
- job_name: auth-exporter
|
|
scrape_interval: 10s
|
|
static_configs:
|
|
- targets:
|
|
- " -exporter.prometheus.svc.cluster.local:9100"
|
|
- labels:
|
|
cluster: "dev-01"
|
|
- job_name: disk-exporter
|
|
scrape_interval: 120s
|
|
static_configs:
|
|
- targets:
|
|
- "disk-exporter.prometheus.svc.cluster.local:9100"
|
|
- labels:
|
|
cluster: "dev-01"
|