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

#3946
General Support / Re: Agent Deployment
February 20, 2014, 08:39:12 PM
Yes, remote installation actually contacts running agent and instructs it to upgrade itself (by running installer in unattended mode). Remote upgrade without running agent is not possible.

Best regards,
Victor
#3947
General / Re: JavaAPI JMX integration
February 20, 2014, 08:03:08 PM
Hi!

There are no ready-to-use solution for JMX integration. Some work is underway, but it's not ready yet. What we currently have is ability to write custom sub-agents in Java - you probably can use it to develop own subagent in Java relatively easy.

Best regards,
Victor
#3948
General Support / Re: WebUI
February 20, 2014, 08:00:56 PM
Hi!

I don't really understand what do you mean by "output window". Can you share a screenshot maybe?

Best regards,
Victor
#3949
General Support / Re: Agents polling
February 20, 2014, 07:58:49 PM
Hi!

Do you have agent's log from this server? Otherwise it's hard to tell what was happening... One of possible issues could be that there was too many connections hanging, so agent stop accepting new connections.

In 1.2.12 it is possible to get node summary per subnet or container - just select subnet in object tree and in object details view you'll have "Nodes" tab where all nodes inside this subnet or container will be listed, including agent version.

Best regards,
Victor
#3950
General Support / Re: Agent Deployment
February 20, 2014, 07:54:06 PM
Hi!

On what OS? If this is Windows, can you try to run installer on one node manually and check it it will report any errors?

Best regards,
Victor
#3951
General Support / Re: Plagued with DCI collection errors
February 20, 2014, 07:53:09 PM
Hi!

Seems like common problem, there are few other very similar bug reports. We are trying to reproduce it and fix.

Best regards,
Victor
#3952
General Support / Re: Node Name in maps
February 20, 2014, 07:51:58 PM
Strange, I have normal size font on my machine. Console is on Windows, right? What is your screen resolution (and DPI if you can get this info)?

Best regards,
Victor
#3953
Скрипт должен быть таким:


return %(true, substr($1,1,2));


Ну и это в принципе не обязательно, все параметры FileSystem.* понимают и формат вида C:\
#3954
Announcements / Re: NetXMS 1.2.12 released
February 20, 2014, 07:45:39 PM
There are two workarounds:
1. use built-in "admin" account - it always has all access rights;
2. Assign access rights directly in database. To do so, stop NetXMS server, then execute query like this:

UPDATE users SET system_access=system_access+134217728 WHERE id=insert_user_id_here

and start server.

Best regards,
Victor
#3955
General Support / Re: Bind - IP Segemnts
February 20, 2014, 06:54:34 PM
Yes, seems like a bug. I'll fix it in 1.2.13 release.

Best regards,
Victor
#3956
Announcements / Re: NetXMS 1.2.12 released
February 20, 2014, 06:45:27 PM
Quote from: Dani@M3T on February 19, 2014, 10:18:56 PM
I just updated to V1.2.12 (on linux 64bit from sources). When I want to upload a new image to the Image Library, I get the error 'Access denied'. I checked then the user group for the new permission 'Manage Image Library', but there is no such item in the list (in java console). See attached printscreen.

Yes, seems that GUI update was forgotten. We will fix it in next patch release.

Best regards,
Victor
#3957
General Support / Re: Windows layout
February 19, 2014, 02:51:54 PM
Hi!

You can drag tabs around using tab header. See this: https://www.netxms.org/documentation/userguide/management-console.html#rearranging-views

Best regards,
Victor
#3958
General Support / Re: netxms with oracle 10+ backend
February 19, 2014, 12:47:58 PM
You have to install Oracle client manually because it's not an open source software and there are no package in Debian repository for it. I recommend using Instant Client (http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html) version 11.2.0.4.0. Recommended location - /opt/instantclient_11_2.

Best regards,
Victor
#3959
Just for information - 1.2.12 available as wheezy build (on web site download page and at https://www.netxms.org/apt/dists/wheezy/main/) and as squeeze build (at https://www.netxms.org/apt/dists/squeeze/main/).
#3960
General Support / Re: Line Graph X-Axis Labels
February 19, 2014, 12:08:20 PM
It should be like this. Attached is an example dashboard from my system showing line charts for different periods. Can you share a screenshot how it looks like on your system?

Best regards,
Victor