NetBIOS user/logged on user

Hi guys,

I seem to be unable to find this anywhere on the forum, let alone in the manual..

Can someone tell me how I configure The Dude to show the NetBIOS user or the logged on user (Windows device) in the label?
There is a variable available [Device.UserName] but that one is not supplying the correct results.
I can’t find another variable or way to do this, anyone with suggestions?

Hope someone can help with this, need to test something.

Regards,
Minollie

I logged into a windows server then I did a quick snmp walk and looked for my username with the find function and did not find the value in the snmp results. This makes me think that logged in usernames are not added to snmp. I believe that yu would need to find an extension to windows snmp that adds logged in users to SNMP. I don’t know of a program that adds this value to snmp results but if you find one then you can change the apperance of the device.

User:[oid(“1.3.6.1.4.whatever the exact oid is…”)]

On the label of the device…

That is a bummer that snmp in windows is really not very extensive.

On linux it is not a problem you can just extend SNMP with a shell script… That is very cool.

On the bottom of this web site you can see how to do it, too bad your not trying to do it in linux.
http://heygoodbuddy.com/notes/snmp/

A good read anyhow.