Closed AllardKrings closed 3 years ago
The ZabbixAgent.java source code it says:
public void setServerAddress(String serverAddress) { this.serverAddress = serverAddress; }
In the ZabbixAgent.class contains the code:
public void setServerAddress(InetAddress serverAddress) { this.serverAddress = serverAddress;
This makes the ExampleActiveAgent causing an error.
What's in the repository is a newer version than what's in Maven Central. Either build from source and use that version, or use the version in Maven Central?
The ZabbixAgent.java source code it says:
In the ZabbixAgent.class contains the code:
This makes the ExampleActiveAgent causing an error.