Add Prometheus setup for Windows: implement playbook, tasks, and Grafana dashboard configuration
This commit is contained in:
@@ -9,3 +9,21 @@ game_user: "GameUser"
|
||||
game_password: "{{ lookup('env', 'WIN_GAME_PASSWORD') }}"
|
||||
game_default_groups:
|
||||
- Administradores # This is mandatory to install games
|
||||
|
||||
grafana_prometheus_sources:
|
||||
- 10.19.4.136
|
||||
windows_exporter_collectors:
|
||||
- cache
|
||||
- cpu
|
||||
- cpu_info
|
||||
- gpu
|
||||
- diskdrive
|
||||
- logical_disk
|
||||
- memory
|
||||
- net
|
||||
- os
|
||||
- process
|
||||
- service
|
||||
- tcp
|
||||
- time
|
||||
- update
|
||||
|
||||
Reference in New Issue
Block a user