Skip to content

How to show Status information in Nagdash? #45

@derboehsevincent

Description

@derboehsevincent

Hi there,

If my brain isn't fooling me, nagdash showed the "Status Information" returned by the plugin in the overview in a prvious version

if [ "$rdp_run" -eq "0" ]; then
        echo "OK: NO Session running"
        exit $STATE_OK
fi
if [ "$rdp_run" -gt "0" ]; then
        echo "WARNING: RDP Session running"
        exit $STATE_WARNING
fi

So I could see "WARNING: RDP Session running" in the Servicetab (in yellow) but at the momentI only see the Service name, which I defined in the host-config-file.
It's logical to the see the Servicename in the Service column ;), but I realy like to see the "Status Information" Data somehow

Hope you can give me a hint
-dbv-

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions