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 - Alex Kirhenshtein

#1036
General Support / Re: Problem agent feedback.
January 28, 2013, 09:22:20 PM
Could you please enable crash dump collecting and send us minidump of the crash?

To enable it, you need to add these options in nxagentd.conf:
CreateCrashDumps=yes
FullCrashDumps=yes
DumpDirectory=c:\netxms\dump


You also need to create "c:\netxms\dump" directory.
#1037
General Support / Re: Certificate / 2-way SSL setup
January 28, 2013, 09:16:59 PM
It's yet unsupported.
#1038
General Support / Re: ServiceCheck.HTTP
January 25, 2013, 02:29:14 PM
There were no changes in portcheck subagent since 1.2.2.
Return code 3 means that connection was successful, but reply didn't match regexp.

Could you check request/response with tcpdump?
#1039
Announcements / NxShell
January 25, 2013, 01:36:42 PM
Hello.

After couple of requests we made a  small tool to help automate operations, which are currently available only thru user interface or java api. In essence, it's wrapper around Jython (Java implementation of Python) and NetXMS API, with some glue in between to make it easier to use.

More details in our Wiki: http://wiki.netxms.org/wiki/Using_nxshell_to_automate_bulk_operations
#1041
General Support / Re: Status NORMAL on closed port
January 18, 2013, 01:01:32 PM
Right now it's not possible. Services do not have "expected state", as interfaces do. Right now they are expected to be up, so if normal state for network service is "down", you'll always get critical status.
As a workaround, you can handle SYS_SERVICE_UP / SYS_SERVICE_DOWN (there is default rule for that in Event Processin Policy, so add your rule before that and select "stop processing" checkbox) to create alarm / send notification.
To prevent "critical" status on the node itself as well as whole tree, you can status propagation for service to fixed -> Normal. This way service itself will be shown with red dot, but whole tree will be left intact.
#1045
It looks like that openssl-perl is not updated to newer OpenSSL package and now blocking upgrade of the openssl. Please check, that openssl-perl is latest version available in your distro.
#1046
During which step did got this message?
#1047
General Support / Re: AIX 6.1 Installation
January 18, 2013, 10:36:07 AM
You can use binary build from the site: https://www.netxms.org/download/agent_packages/nxagent-1.2.5-aix.tar.gz
Upgrade package to install thru management console is here: https://www.netxms.org/download/agent_packages/nxagent-1.2.5-aix.apkg

These binaries are build on AIX 5.3 and should run fine on 6.1.
#1048
General Support / Re: Custom Schedule disappearing
January 17, 2013, 05:18:23 PM
Check "General" tab in DCI properties, "Polling mode" should be set to "Custom Schedule", otherwise they are not saved.
#1049
General Support / Re: Custom Schedule disappearing
January 17, 2013, 05:07:00 PM
#1050
Announcements / Re: Bugtracker migration
January 17, 2013, 04:53:35 PM
It's fixed now, thanks for report.