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

#76
Announcements / Re: NetXMS 2.2.10 released
November 09, 2018, 03:48:34 PM
Quote from: viafree on November 09, 2018, 11:44:33 AM
I think I found a Bug.

In dashboard element type Gauge, when using a table as Data source, if I choose the type of gauge as Text, it does not show the value, showing only "0.0".If I choose the type as Dial or Bar, it shows okay, even shows the value in the Dial legend.

I was unable to reproduce the problem.

Can you please provide detailed information about dashboard configuration that is on the screenshot (you can just do dashboard export), configuration of used DCI and log of the console(location for rich console should be like this: ~/.nxmc/data/.metadata/.log).
#77
Do you have EnableReportingServer=1 in netxms server configuration(netxmsd.conf)?
This section describes possible additional configuration options: https://www.netxms.org/documentation/adminguide/reporting.html#netxms-server
#78
Агент сам создаст лоакльную SQLite базу под DataDirectory каталогом.
#79
What version of MySQL are you using? We do not support MySQL 8.
#80
The only option I see is to set custom attributes with maintenance entrance time on EnterMaintenance($node) function execution. Create a script that will go through all nodes every minute and will check the custom attribute with maintenance start and will initiate maintenance leave in case if the note is in maintenance more than an hour.
#81
General Support / Re: False alarms monitoring disks
October 22, 2018, 11:33:17 AM
And what DCI metric is used?
#82
General Support / Re: Sum values from nodes
October 22, 2018, 11:03:58 AM
Find template function using https://wiki.netxms.org/wiki/NXSL:FindObject function and then iterate over children using https://wiki.netxms.org/wiki/NXSL:GetObjectChildren function and for every netObject with type Node execute GetDCIValueByDescription.
#83
General Support / Re: False alarms monitoring disks
October 19, 2018, 05:36:57 PM
Please show screenshots of threshold configuration.
#84
Will be included in 2.2.9
#85
Feature Requests / Re: LDAP Nested Group Membership?
October 10, 2018, 03:04:23 PM
Fixed issue in nested group sync, mostly it was working before my change.
Read again your request. We advice you so sync all intermediate groups. I have not found easy way to get all groups also nested in response under "member" attribute. Otherwise it is too big change.
#86
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.
#87
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.
#89
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
#90
General Support / Re: Network Service Broken?
September 25, 2018, 05:32:55 PM
Fix will be included in next stable build.