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 - Ēriks Jenkēvics

#31
The Everyone group includes all users, even if there are not any listed, it`s sort of like the built in System user which has all privileges. Anyway, the issue should be solved once and for all in the new release :).

Regards,
Eriks
#32
Hi!
You have to use the built-in super user to achieve this. Log in with admin and in User manager, enable the user System and set a password to it, then login using the System user and delete the dashboard. Afterwards you can disable the System user.

Regards,
Eriks
#33
This will be fixed in the upcoming 2.1.2 release.

Regards,
Eriks
#34
CrUser and Turslops, have you made any changes to the Everyone group? If not, could you, please, verify that it exists in your DB? You can run this query to find out:
" SELECT * FROM user_groups WHERE name='Everyone' "

Regards,
Eriks
#35
General Support / Re: How to change display value
September 14, 2017, 01:45:08 PM
Hi! In the Last Values view, by right clicking on the table, you will find an option called "Use multipliers", if you deselect it, you will see all the values without multipliers (K, M, G etc...).

Hope this helps!
#36
General Support / Re: [Windows] Web Api install?
September 08, 2017, 05:11:49 PM
Great work! Thanks for the detailed instructions, I will definitely reference this post in the future :)

EDIT: I`ll actually do one better, I`ll add these instructions to our Wiki :)
#37
General Support / Re: [Windows] Web Api install?
September 08, 2017, 03:37:04 PM
You can following the guide here https://wiki.eclipse.org/Jetty/Howto/Using_Jetty_Runner, it explains how to use the Jetty Runner which comes with the installation of the WebUI. The jetty-runner.jar file should be within the directory where the WebUI is installed.
#38
General Support / Re: [Windows] Web Api install?
September 06, 2017, 01:09:10 PM
Hi! You can find the .war file for the WebAPI on the NetXMS download page --> https://netxms.org/download/, under the Integration Tools section, then you need to add it to your already configured and running web server or if you`re already running the Web Console, you can deploy it on the same server.
#39
General Support / Re: Problem after update
September 04, 2017, 03:45:36 PM
What database are you using?
#40
Hmm... That`s very interesting. I just tested the DB upgrade from 2.0 to 2.1 and it worked for me, it also worked when initialising a new DB. Could you please verify that the group "Everyone" has the "View all alarms" access right set? And if it changes anything if you disable it (or enable it)?
#41
The "View all alarm categories" permission should automatically be added to the Everyone user group after performing the DB upgrade when upgrading to 2.1
#42
For instructions regarding the installation of the WebUI, please follow the steps covered in our Wiki page: https://wiki.netxms.org/wiki/Web_Interface_Installation_Guide

From the console output you posted, it looks like you`re trying to remove a directory, not a file. What you should be using is either rm -r (the recursive option), or rmdir
#43
What errors are you receiving when trying to log in and which version of the server and console are you using?
Regarding the status from systemctl, it is showing that the NetXMS Server service is up and running.
#44
Looks like the linux subagent can only monitor a maximum of 64 cores. I have added it as a bug in the bugtracker https://track.radensolutions.com/issue/NX-1257

Regards,
Eriks
#45
Great! One of the things that the script does is it updates your local m2 repository to the latest version which is what you needed to be able to build the current WebAPI.