Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to show Status information in Nagdash? #45

Open
derboehsevincent opened this issue Jan 19, 2015 · 2 comments
Open

How to show Status information in Nagdash? #45

derboehsevincent opened this issue Jan 19, 2015 · 2 comments

Comments

@derboehsevincent
Copy link

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-

@lozzd
Copy link
Owner

lozzd commented Jan 19, 2015

You can hover over the rows to see the full status output :) Most people have too many services to show the full output all the time. Maybe this could be a configuration option.

@derboehsevincent
Copy link
Author

(facepalm) :) Ok, since I don't have a Mouse on my Monitoring-PC is there any chance to make it visible permanently? I tried to crawl through the files to find a line where I can change that but no luck so far....but my Web-Speech skills aren't that great...as you can see ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants