mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-21 14:08:02 +08:00
Missed changes leftover from removal of getKey()
This commit is contained in:
@@ -1339,7 +1339,7 @@ message HealthCheckResponse {
|
||||
|
||||
// Set default SNMP version
|
||||
if (!this.monitor.snmpVersion) {
|
||||
this.monitor.snmpVersion = "2c";
|
||||
this.monitor.snmpVersion = "1";
|
||||
}
|
||||
|
||||
// Get the game list from server
|
||||
|
Reference in New Issue
Block a user