service monitor info

hello, i have made a probes how describe in a post.
the indintacion are for outlook.exe and i have modified for a my program.
the probe tel the program ever not running.

i heve install snmp, also on the pc but no have resolution.
can you help me?

thank best reguards

Can you ‘SNMP-walk’ the PC from the Dude? If not: first fix the SNMP service/settings on the PC and The Dude (did you set a community name, etc.?). If so: tell us exactly what you entered in your probe.

Hi , thank for you response.

Yes smnpwalk is true .... i see the process list in.

snmpwalk report
.
Oid Type Value
...
....
iso.3.6.1.2.1.25.4.2.1.2.1032 octet string PServe32.exe
.....
....

Probe

Name : test
Available: if(array_find(oid_column("1.3.6.1.2.1.25.4.2.1.2"),"PServe32.exe")>0, 1, -1)

Error: if(array_find(oid_column("1.3.6.1.2.1.25.4.2.1.2"),"PServe32.exe")>0, "", "PServe32.exe not detected by SNMP probe")

Value: 1
Unit: running
Rate: none

in the device PC in setting i added the probe "test" in services

flag Type Problem notes
netbios ok
ping ok
windows ok
test PServe32.exe not detected by SNMP probe


i have omissis anything?

thank best reguard

If you simply add

[oid_column(“1.3.6.1.2.1.25.4.2.1.2”)]

to the appearance of your device, it should list all running processes of your device on the device label. Now you can easily check if a) the SNMP query works and b) if your process is actually listed.

I have tried this on both MT boxes and on windows servers, but so far have nothing. I have got the name to display, then NOTHING behind it.

Suggestions

By default you perform the SNMP walk from the PC you’re working on. However, for The Dude to work properly, the SNMP needs to work from the Dude Server. When doing the SNMP walk (to test), you can change ‘from local workstation’ to ‘from Dude server’. Does that work?

The walk work perfectly form the server. No issues there. Just can’t get the data to display in the lable field. I can do a device.preformance , and I get a crap load of stuff, really only want CPU time on my windows servers. I can monitor it via the services tab, and when I scroll over the server, it shows the graph. ut was hoping to get it in the acutal label.

Simply use the built in function if you want to display just the CPU usage on the device label. Add this to the Appearance → Label of your device:

CPU: [cpu_usage()]%