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

#2296
ubnt можно мониторить через агента (он использует http/https) - https://wiki.netxms.org/wiki/Ubiquiti_and_Ligowave_wireless_monitoring
#2297
Общие вопросы / Re: RADIUS Auth protocol
November 08, 2016, 12:48:04 PM
Уже перенесен в 2.0 ветку, будет в релизе 2.0.7.
#2298
General Support / Re: Find text string within log file
November 08, 2016, 12:47:15 PM
Hi,

yes, logwatch is a correct choice. Parser could be following:

<parser>
   <file>/path/to/log/file</file>
   <rules>
      <rule>
         <match>Failed to connect to FX Server</match>
         <event>FX_SERVER_CONNECT_FAILED</event>
      </rule>
   </rules>
</parser>


and add the following to nxagentd.conf:

# this is main section
SubAgent = logwatch.nsm

[LOGWATCH]
Parser = /path/to/parser.xml


you have to create event FX_SERVER_CONNECT_FAILED on server (of course you can name it differently) - it will be generated each time this string will be found in log file.

Best regards,
Victor
#2299
Hi,

there is a bug introduced in 2.1-M1 - SMTP sender do not accept loopback addresses. I'll fix that for next release. In the meantime you can use server's external IP as mail server address.

Best regards,
Victor
#2300
General Support / Re: CLI
November 08, 2016, 11:42:51 AM
Hi,

topology poll can be started via nxadm:

nxadm -c "poll topology <node_id>"

Best regards,
Victor
#2301
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
#2302
Hi,

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

Best regards,
Victor
#2303
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
#2304
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
#2305
Announcements / Re: NetXMS 2.0.6 released
November 03, 2016, 10:08:15 PM
Console and server have to match.

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