News:

We really need your input in this questionnaire

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - rnr

#1
Another question. I can run shell command on agent. So how can i get the result of command and show on Windows console.
Ex: i defined in nxagentd.conf
ActionShellExec = FWStatus:iptables -L

How can i get the result of this command?
#2
General / Re: Does anyone have developer document?
August 05, 2009, 07:55:44 PM
Many thanks for reply.
Can you help me in agent API. I want to read, edit some system file in my agent (ex. /etc/passwd, /etc/system-config/iptables....). After edit those, in console i want to send a command to force agent-peer restart specific services.
Some additions, i want to store on server some ralated-informations of agent-peers such as route, iptables config or other configurations.


#3
General / Does anyone have developer document?
August 03, 2009, 10:52:10 AM
Now i have intend to write a new specific feature for my network. I feel very hard to read and understand all in source code. Somebody can help me?