Skip to content

Representing State in Values #147

@hwinkel

Description

@hwinkel

Whats the best way to representing a given state of a managed object? In example in SNMP you have
Integers representing a given state on an interface:

ifOperStatus
INTEGER
Value   Label/Meaning
1   up
2   down
3   testing
4   unknown
5   dormant
6   notPresent
7   lowerLayerDown

http://www.net-snmp.org/docs/mibs/interfaces.html

should we use an exometer_function or (ab)use a gauge for that?

further, can a exometer_function represent any datatype or only numerical values?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions