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

Topics - jamesof

#1
General Support / snmp
May 11, 2013, 02:36:29 PM
i have this is in config->scripting library
script name : test

sub main()
{
   return ret = SNMPSet("2c", .1.3.6.1.2.1.25.1.6.0, 10);
if (!ret)
{
    trace(1,"SNMPSet failed");
    return -1;
}

}

and when trying to execute it from console it says
error : script test not found .
what should i do?
and is it enough for snmp set? isn't it necessary to install net-snmp?
#2
Feature Requests / User Manual
May 09, 2013, 07:00:02 PM
this is great program but it should have a better user manual . it suffers lack of documentation .
it is great, better than opennms, nagios and ... but it is very confusing.great features but lack of suffice explanation.

it should have a better user manual .

cheers.
#3
General Support / config db
May 09, 2013, 06:48:36 PM
i need to have an inventory and configuration db for my objects which collect all configuration about my devices.
could i read this from netxms db ? in which table they are collected?
#4
General Support / trigger action on remote host
May 07, 2013, 10:08:55 PM
hi guys
i am new to netxms
i have a problem with action on remote agent
on agent i have this
#
# NetXMS agent configuration file
# Created by agent installer at Tue May 07 02:57:49 2013
#

ConfigIncludeDir = C:\NetXMS\etc\nxagentd.conf.d
LogFile = {syslog}
FileStore = C:\NetXMS\var
SubAgent = ecs.nsm
SubAgent = ping.nsm
SubAgent = logwatch.nsm
SubAgent = portcheck.nsm
SubAgent = winperf.nsm
*WinPerf
Action= dir:cmd.exe /c "dir c:\ > c:\1.txt"
SubAgent = wmi.nsm
SubAgent = ups.nsm

and in object tools
i have a action with properties

Name :dir
agent action:
cmd.exe /c "dir c:\ > c:\1.txt"

but nothing happens. what is wrong?
is there any documentation about actions?
Best regards.