SNMP reporting¶
-
snmpAgent(
enableTraps[,daemonSocket])¶ Enable SNMP support.
- Parameters:¶
enableTraps (
bool) – Indicates whether traps should be sentdaemonSocket (
string) – A string specifying how to connect to the daemon agent. This is a file path to a unix socket, but e.g.tcp:localhost:705can be used as well. By default, SNMP agent’s default socket is used.