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

#2281
Hi,

just noticed from

JAVA: using JVM C:\Program Files (x86)\Java\jre1.8.0_101\jre\bin\server\jvm.dll

that you seems to be using 32 bit JVM, but most likely you have 64 bit agent. You should use 64 bit JVM with 64 bit agent and 32 bit JVM with 32 bit agent.

Best regards,
Victor
#2282
Hi,

can you read this oid using nxsnmpget? Are you using proxy agent?

Best regards,
Victor
#2283
General Support / Re: DCI Hosts Down
November 08, 2016, 11:36:42 AM
Hi,

currently it's not possible to count alarms from script. I'll add access to that information in next release.

Best regards,
Victor
#2284
General Support / Re: Read external web API as DCI
November 08, 2016, 11:30:58 AM
Hi,

you can create external parameter in agent and use curl to get this number, like this:

nxagentd.conf:

ExternalParameter = QueueSize:curl https://example.org/status/queueSize


and then your agent will have parameter QueueSize which you will be able to monitor as usual.

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

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

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

Best regards,
Victor
#2293
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
#2294
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
#2295
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