Agent already have such parameter, the only problem is to get this list
from NetXMS console... We distinguish parameters which returns list of
items from parameters which returns only one value. Those which return
list are called "enums". NetXMS agent has enum called
"System.ProcessList". You can try it from your server's command line by
running
nxget.exe -l agent_address System.ProcessList
You should see all running process identifiers and names on target
machine.
For getting such enums from console, there are thing called "Object
Tools". Idea is that you can configure various type of tools - running
command, getting enums, SNMP tables, etc. and run them against specific
node via Tools submenu in popup menu. Unfortunatelly, object tool
configurator is not fully working, and the only possible way to define
new tools is to directly modify SQL database, which is a bit tricky.
I'll try to complete this things till next release.
Best regards,
Victor
-----Original Message-----
From: Sam Deforest [mailto:netxms.srv_at_walpolewood.net]
Sent: Wednesday, 26 July, 2006 17:35
To: NetXMS Users
Subject: [netxms-users] Feature Request
How about an agent parameter that gets a list of all running processes,
similar to the command line.........
windows:
qprocess * /SYSTEM
*nix:
ps -aux
thanks,
Sam
Received on Wed Jul 26 2006 - 20:16:36 EEST
This archive was generated by hypermail 2.2.0 : Wed Jul 26 2006 - 20:28:13 EEST