package
0.2.0
Repository: https://github.com/blindspotsoftware/dutctl.git
Documentation: pkg.go.dev

# README

The agent package is a collection of the following dutagent modules:

Status

The Status module prints information about the system on which the dutagent itself is running.

Configuration Options

none

Examples

The agent-status module can be used in a command like so.

cmds:
      system-info:
        desc: "This simple command reports information about the dutagent system via the agent-status module."
        modules:
          - module: agent-status
            main: true

See here for a complete dutagent configuration example.