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-
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
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-