News:

We really need your input in this questionnaire

Main Menu
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

#1246
We will add Raspberry to automated release builds, but currently it is built manually from time to time.
#1247
Hi,

real problem here is on proxy side:

2019.07.17 02:34:11.677 *D* [CS-2(19442)] Requesting list "ICMP.ScanRange(10.85.27.5,10.85.27.252)"
2019.07.17 02:34:11.678 *D* [CS-2(19442)] GetListValue(): result is 404 (UNKNOWN_PARAMETER

Parameter ICMP.ScanRange was added in 2.2.12, so you have to upgrade your proxy.

Best regards,
Victor
#1248
Должны быть доступны сетевые устройства - маршрутизаторы для карт 3-го уровня, коммутаторы для карт 2-го уровня. Сервер должен видеть их интерфейсы и данные по топологии (FDB, LLDP, и т.д.)
#1249
This is done in upcoming 3.0 - policies combined with templates and can be exported and imported.

Best regards,
Victor
#1250
Hi,

you have to wrap message (and anything that can have space in it) into double quotes, like this:

C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe c:\scripts\create-inc-from-alarm.ps1 -device  "%n" -sev %s -tyme %c -pd "%(pass)" -msg "%m"

then you should have full message text in msg.

Best regards,
Victor
#1251
Hi,

Do you have minidump file generated that you can share?

Best regards,
Victor
#1252
Hi,

such situation usually can happen when NetXMS server cannot get interface list from node. How interface tab for such node looks like? Does those devices support interface MIB and IP MIB?

Best regards,
Victor
#1253
Hi,

looks like a bug in GUI. What version you are using?

Best regards,
Victor
#1254
General Support / Re: Netxms Service not starting
July 09, 2019, 01:08:56 PM
Hi,

those errors should not cause service to not start. Please try to run netxmsd from shell with -D9 option and post last lines of output.

Best regards,
Victor
#1255
Hi,

yes, if you want average per minute then you put 60 as sample count. You do not need to collect it from agent every second - agent will return average for last 60 seconds whenever value is requested.

Best regards,
Victor
#1256
Try this filter script:


snmp = CreateSNMPTransport($node);
return SNMPGet(snmp, ".1.3.6.1.2.1.31.1.1.1.6." . $1) != null;


It will filter out all instances where SNMP-GET on .1.3.6.1.2.1.31.1.1.1.6.{instance} fails.

Best regards,
Victor
#1257
General Support / Re: TCP proxy functionality
July 08, 2019, 10:46:46 AM
Did you add

EnableTCPProxy = yes

to config of proxy agent? Also, server has to be listed as master server on a proxy.

Best regards,
Victor
#1258
General Support / Re: Stacked switches in rack view
July 07, 2019, 02:35:07 PM
Hi,

one possible option is to create fake nodes without IP address to represent different units and use status DCIs to set unit status. I will also think about implementing some sort of built-in mechanism for representing units of distributed stack as that seems to be quite common task. If you wish you can follow on this ticket: https://track.radensolutions.com/issue/NX-1657

Best regards,
Victor
#1259
Actually, nxpush/nxapush was not designed with "update" option in mind. Server expects that each new push will contain new data. If you don't mind please create feature request in our tracker for "update" functionality for push DCIs.

Best regards,
Victor
#1260
Hi,

there is an option in node communication settings called "Prevent automatic SNMP configuration changes".

Best regards,
Victor