App-Netsync

 view release on metacpan or  search on metacpan

etc/netsync.ini  view on Meta::CPAN

# default: 3
Version = 3

## Version-Specific Settings

# RetryNoSuch specifies whether automatic repairs are attempted on SNMPv1 queries that return NOSUCH errors.
# options: 0-1
# default: 0
RetryNoSuch = 0

# Community specifies the SNMPv2 community string.
# default: public
Community = public

# SecLevel specifies which SNMPv3 security features to use.
# options: noAuthNoPriv, authNoPriv, authPriv
# default: noAuthNoPriv
SecLevel = noAuthNoPriv

# AuthProto specifies which SNMPv3 authentication algorithm to use.
# options: MD5, SHA
# default: MD5
AuthProto = MD5

# PrivProto specifies which SNMPv3 privacy algorithm to use.
# options: DES, AES
# default: DES
PrivProto = DES

# SecName specifies the SNMPv3 username.
# default: initial
SecName = initial

# AuthPass specifies the SNMPv3 authentication (access) key.
# default: <none>
AuthPass = 

# PrivPass specifies the SNMPv3 privacy (encryption) key.
# default: <none>
PrivPass = 

# SecEngineId specifies the SNMPv3 security engine ID.
# (This value will be automatically detected if not supplied.)
# default: <none>
SecEngineId = 

# ContextEngineId specifies the SNMPv3 context engine ID.
# default: <SecEngineId>
ContextEngineId = 

# Context specifies the SNMPv3 context.
# default: <none>
Context = 

## Advanced Settings

# RemotePort specifies which port to contact nodes on using SNMP.
# default: 161
RemotePort = 161

# Timeout specifies how many microseconds to wait before retrying an unresponsive node.
# default: 1000000
Timeout = 1000000

# Retries specifies how many times a timeout may occur before considering a node inactive.
# default: 5
Retries = 5



( run in 1.079 second using v1.01-cache-2.11-cpan-5837b0d9d2c )