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 - Filipp Sudanov

#1171
It's advised to upgrade your system - current version is 3.8. There could have been changes since 3.5 that would fix this issue.

Would this behavior countinue in 3.8, try partially disabling DCIs to isolate ones that are causing the issue.

BTW, do you have any external parameters / providers where agent would be calling some other commands?
#1172
I will try to replicate this next week, no need for the issue for now. BTW, we don't use github tracker much, issues are tracked in track.radensolutions.com/
#1173
General Support / Re: UTF-8 in syslog
February 23, 2021, 07:52:22 PM
Currently on windows it's sending in encoding specified in control panel - language for non-unicode programs.

We plan to make configuration option that would turn on UTF-8 sending - progress can be tracked in this issue
https://track.radensolutions.com/issue/NX-2013
#1174
General Support / Re: Error installing nxmc 3.8
February 23, 2021, 11:22:09 AM
We plan to pack a JRE along with the console to simplify all this.
#1175
General Support / Re: UTF-8 in syslog
February 22, 2021, 07:32:09 PM
You mean when setting log file as syslog, right? (LogFile = {syslog})
#1176
Replicated that. It's related to interface loading optimization that was done a few versions ago - information about all interfaces is not being loaded on console start to make the startup faster.
#1177
В следующем релизе планируется паковать нужную версию JRE вместе с nxmc
#1178
The report engine used is Jasper Reports: https://en.wikipedia.org/wiki/JasperReports

An example of report could be found, e.g., in this forum message: https://www.netxms.org/forum/general-support/reporting-server-4315/msg20117/#msg20117
#1179
General Support / Re: Web Service DCI howto?
February 17, 2021, 07:19:45 AM
For Debuan/Ubuntu the best practice is to install and upgrade by means of OS package manager (apt / apt-get). There are tools to automate deployment of packages like Puppet, Chef, etc.

Installing using apt and upgrading from NetXMS Package Manager should not be done - location of binary/configuration/log file could be different and there'll be mess on the target system.
#1180
Попробуйте 3.8, она вышла только что
#1181
Еще можно указать в nxmc.ini:

-vm
/usr/lib/jvm/java-11-openjdk-amd64/bin/java

Опция -vm должна быть после других опций Eclipse ( -product, --launcher.* и т.д.), но до -vmargs т.к. они напрямую передаются в JVM.
https://wiki.eclipse.org/Eclipse.ini
#1182
General Support / Re: node status
February 12, 2021, 04:26:30 PM
Try checking alarm log (View -> Alarm log) to see what was happening - what was the event that triggered the alarm and what is the alarm key.
#1183
General Support / Re: Web Service DCI howto?
February 12, 2021, 04:20:56 PM
Ah, I was thinking of .deb packages.

Generic builds are limited to use only dependencies that are available everywhere. That's why curl, ssh and asterisk stuff is not included. Web services are depending on curl.

We will try to prepare a build that would be suitable for Centos 7/8.
#1184
The basic approach is data collection via SSH - you just create a DCI with SSH origin, its running a command on the remote system and saves first line of output as DCI value.
https://www.netxms.org/documentation/adminguide/ssh-monitoring.html

Please inform, if this suits your needs.
#1185
General Support / Re: Scatter delay on DCI’s?
February 12, 2021, 04:11:03 PM
You can try using Custom schedule and specifying exact seconds for various DCIs: https://www.netxms.org/documentation/adminguide/appendix.html#cron-format

Other possible approach could be network traffic throttling: https://man7.org/linux/man-pages/man8/tc-tbf.8.html