e.akka-snmp4j.akka-snmp4j_2.11.0.12.2.source-code.reference.conf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of akka-snmp4j_2.11 Show documentation
Show all versions of akka-snmp4j_2.11 Show documentation
Library to aid usage of SNMP4J in Scala + Akka
The newest version!
akkasnmp4j {
get-defaults {
port = 161
retries = 2
timeout = 5 seconds
}
cred-defaults {
version = "v1"
security-level = "noAuthNoPriv"
auth-protocol = "NONE"
privacy-protocol = "NONE"
privacy-passphrase = "public"
auth-passphrase = "public"
user = ""
read-community = "public"
write-community = "private"
context-name = ""
}
}