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

#2326
Announcements / Re: NetXMS 2.0.6 released
November 03, 2016, 10:08:15 PM
Console and server have to match.

Best regards,
Victor
#2327
Announcements / Re: NetXMS 2.0.6 released
November 03, 2016, 07:24:04 PM
Hi,

you can upgrade directly to 2.0.6 or even directly to 2.1-M1.

Best regards,
Victor
#2328
Да, найдите nxmc.product в проекте Product, откройте его и выберите "Launch an Eclipse application".
#2329
Надо в настройках Eclipse (Window -> Preferences -> Java -> Compiler) выставить JDK Compliance в 1.7.
#2330
Да, похоже поменялся update site. Попробуйте этот: http://download.eclipse.org/tools/gef/updates/releases.
#2331
На какой платформе нужен Эклипс? Я могы выложить настроенную сборку для Linux x64.
#2332
Добрый день!

А какая версия SNMP используется? Еще можно попробовать поотключать разные типы опросов - routing table, topology, discovery и посмотреть будут ли изменения.
#2333
You can create template and apply it on all nodes. It can also apply automatically using auto-apply script.

Best regards,
Victor
#2334
Hi,

I don't really get an idea. Where it should be displayed that way and how to split command output into columns? And what could be possible use case for that?

Best regards,
Victor
#2335
Hi,

currently it's not possible, GUI code has to be fixed to scale status indicators properly. You can use the following workaround: create DCI for node status, optionally use transformation script to transform status code into text, setup thresholds for each severity, and put it on dashboard using "Gauge" element with gauge type set to "Text". Gauge will scale text to fill all available space.

Best regards,
Victor
#2336
General Support / Re: Ubuntu 16.04 Error on Install
October 26, 2016, 12:14:42 PM
Hi,

did you install server from repository?

Best regards,
Victor
#2337
Hi,

agent will re-resolve server name once per hour.

Best regards,
Victor
#2338
General Support / Re: SNMP polls bring down routers
October 24, 2016, 07:49:07 PM
Hi,

for core routers you may try to disable routing table poll - if routing tables are large reading it over SNMP may cause significant load. We also encounter SNMPv3 specific issues on some devices - switching to SNMPv2 solves them.

Best regards,
Victor
#2339
Hi,

most likely you're right. If you can rebuild server from source, please try attached patch.

Best regards,
Victor
#2340
Hi,

actually server will periodically (every 10th poll) check unsupported DCIs and re-activate them if agent responds. You can also write nxshell script to walk all nodes and re-activate all unsupported DCIs.

Best regards,
Victor