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

#1216
Do those nodes respond to SNMP or only send traps? If interface list can be read then theoretically NetXMS server should match discovered node to existing one by MAC address.
Also, nodes discovered via traps pass through same discovery filter script, so you may do additional filtering here - for example, get DNS name from IP address and check if it is name of existing node. If your DNS is consistent that should prevent duplicate creation.

Best regards,
Victor
#1217
Hi,

did you check what events were processed during spike? That can gave an idea where to look. Also, do you have filter scripts in your event processing policy?

Best regards,
Victor
#1218
What version you are using?
#1219
General Support / Re: User bandwidth per interval
July 29, 2019, 09:58:38 AM
Hi,

it is possible using transformation script or script DCI. One way is to collect bandwidth usage as usual (like inbound/outbound traffic delta), and then in transformation script return previous value + current delta. To reset it at period start check current time and if it is period start return 0.
Another approach could be to create separate script DCI and use GetSumDCIValue function to calculate to calculate total value over required period for normal bandwidth usage DCI.

Best regards,
Victor
#1220
You can manually bind nodes to containers. For manual subnet binding you can try to manually create interface on node with correct IP address.

Best regards,
Victor
#1221
Yes. You have to have

SubAgent = ping.nsm

in nxagentd.conf.
#1222
Did you load ping subagent on proxy?
#1223
We will add Raspberry to automated release builds, but currently it is built manually from time to time.
#1224
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
#1225
Должны быть доступны сетевые устройства - маршрутизаторы для карт 3-го уровня, коммутаторы для карт 2-го уровня. Сервер должен видеть их интерфейсы и данные по топологии (FDB, LLDP, и т.д.)
#1226
This is done in upcoming 3.0 - policies combined with templates and can be exported and imported.

Best regards,
Victor
#1227
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
#1228
Hi,

Do you have minidump file generated that you can share?

Best regards,
Victor
#1229
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
#1230
Hi,

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

Best regards,
Victor