Extra Arguments to driver: ``` port={x.x.x.x} snmp_version=v3 secName={ups-snmp-v3-name} secLevel=authNoPriv authProtocol=SHA256 authPassword={abc123xyz} mibs=eaton_pw_nm2 desc=EatonNetworkM2 ``` Additional configuration lines for upsmon.conf: ``` MONITOR {upsname} 1 local-monitor {uvwxyz0987654321uvwx} primary ``` Additional configuration lines for upsd.conf: ``` LISTEN {x.x.x.x} ``` Additional configuration lines for upsd.users: ``` [local-monitor] password={uvwxyz0987654321uvwx} upsmon master actions=set instcmds=all ``` The only remaining setting that I had manually made was to the nut.conf file where I used: ``` MODE=standalone ```