netsnmp_leaf(3) - Linux man page

Name

leaf_handlers - Process individual leaf objects A group of handlers to implement individual leaf objects and instances (both scalar objects, and individual objects and instances within a table).

Modules

instance
Process individual MIB instances easily.
scalar
Process scalars easily.
scalar_group
Process groups of scalars.
watcher
Watch a specified variable and process it as an instance or scalar object.

Detailed Description

Process individual leaf objects A group of handlers to implement individual leaf objects and instances (both scalar objects, and individual objects and instances within a table).

These handlers will typically allow control to be passed down to a lower level, user-provided handler, but this is (usually) optional.