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 - Tatjana Dubrovica

#61
Feature Requests / Re: LDAP Nested Group Membership?
October 05, 2018, 10:48:13 AM
Currently NetXMS supports "Nested Group" functionality, so I'll just add the same for LDAP sync.
#62
It looks like it might be MarinaDB problem we have fixed (we had a lot of problems with MarinaDB recently). Most probably this problem happened due to corrupted DB upgrade. The fix will be included in next release 2.2.9. Now this problem could be fixed only with hands, by manually adding a column to the table or as you did - by recreating the database.
We highly do not recommend SQLite usage, we recommend PostgreSQL as a database.
#64
General Support / Re: netxmsd seg-fault
September 25, 2018, 05:42:17 PM
There are two options. You can set ulimit in console and run netxmsd by hands on this console or edit the netxmsd system file (add LimitCORE=infinity line). More information can be found there: https://unix.stackexchange.com/questions/345595/how-to-set-ulimits-on-service-with-systemd
#65
General Support / Re: Network Service Broken?
September 25, 2018, 05:32:55 PM
Fix will be included in next stable build.
#66
General Support / Re: netxmsd seg-fault
September 14, 2018, 06:17:35 PM
Verify that debug packages for netxms are installed (if installed from the repository), set ulimit to unlimited and provide core dump.
#67
General Support / Re: Timeout Error Terminating Alarms
September 14, 2018, 06:12:57 PM
Debug script is created for the Linux systems. In Windows you can create dumb from Task Manager by right click on the process "Create Dump File". Sorry, that have not asked for the OS first.
#68
General Support / Re: LDAP user groups?
September 04, 2018, 05:28:33 PM
Multiple search bases can be used separated by semicolon (;) symbol.
Configuration looks OK. You can check server log on 4 lvl.
#69
General Support / Re: LDAP user groups?
August 28, 2018, 01:31:53 PM
Yes you can synchronize also groups from LDAP (just use correct LdapSearchFilter and LdapGroupClass). In case of Windows AD LdapGroupClass should be "group". You also can create groups in NetXMS and add LDAP users under NetXMS groups. If as LdapUserUniqueId and LdapGroupUniqueId   "objectGUID" will be used, then even if you will move users or groups in LDAP they will be considered as the same users even though they have different DN.
#70
General Support / Re: NetXMS CPU Usage High
August 27, 2018, 01:44:07 PM
Looks like you have really a lot of object updates and server is unable to delivere all updates to the client so everything just stuck. I'll rework object update messages, but can't promise the release number where it will get in.
#71
General Support / Re: Timeout Error Terminating Alarms
August 27, 2018, 12:59:40 PM
Hi,

Yes it might be the issue. Can you please update your system to 2.2.8 and check poller load by "show threads" command? If "Current load" will be more than 100%, than can you please take thread dump using https://github.com/netxms/netxms/blob/master/tools/capture_netxmsd_threads.sh script? Please check that debug packages are installed if server is installed from repository.

Script usage:
Run script with first parameter - path to netxmsd binary, script will generate thread dump into /tmp folger
#72
General Support / Re: NetXMS CPU Usage High
August 22, 2018, 05:46:20 PM
What is difference between servers? Number of nodes, different OS?
#73
General Support / Re: Cannot access $dci from script
August 22, 2018, 01:48:42 PM
You can use Internal "Dummy" DCI and make all scripting in transformation script section.
#74
Общие вопросы / Re: Java nullpointer
July 17, 2018, 04:11:05 PM
Исправлено в версии 2.2.7. Возможное временное решение для Status map это убрать в настройках элемента фильтр (возможно уберёт проблему).
#75
Please check that group everyone has System Right "View all alarm categories". Node status is not affected by events. It can be affected by status calculation(properties of object), by default status is calculated based on child object status, alarms, and DCI's that have "Use this DCI for node status calculation" option selected.