MyNixOS website logo
option

services.pdudaemon.pdus

Structural pdus section of PDUDaemon's pdudaemon.conf. Refer to https://github.com/pdudaemon/pdudaemon/blob/main/share/pdudaemon.conf for more examples.

Declarations
Type
attribute set of anything
Default
{ }
Example
{
  cbs350-poe-switch = {
    driver = "snmpv1";
    community = "private";
    oid = ".1.3.6.1.2.1.105.1.1.1.3.1.*;
    onsetting = 1;
    offsetting = 2;
  };
  energenie = {
    driver = "EG-PMS";
    device = "aa:bb:cc:xx:yy";
  };
  local = {
    driver = "localcmdline";
  };
};