# GuruRMM Agent Configuration # Client: Glaztech Industries # Site: SLC - Salt Lake City # Site Code: DARK-GROVE-7839 [server] # WebSocket URL for the GuruRMM server url = "wss://rmm-api.azcomputerguru.com/ws" # API key for this site api_key = "grmm_Qw64eawPBjnMdwN5UmDGWoPlqwvjM7lI" [metrics] # Interval between metrics reports (in seconds) interval_seconds = 60 # Enable/disable specific metric types collect_cpu = true collect_memory = true collect_disk = true collect_network = true [watchdog] # Enable service/process monitoring enabled = true # Interval between watchdog checks (in seconds) check_interval_seconds = 30 # Datto RMM Agent Service [[watchdog.services]] name = "CagService" action = "restart" max_restarts = 3 restart_cooldown_seconds = 60 # Syncro Agent Service [[watchdog.services]] name = "Syncro" action = "restart" max_restarts = 3 restart_cooldown_seconds = 60