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

#1336
General Support / Re: Web console installation
October 02, 2020, 03:16:41 PM
I had error when tried to connect to 8080 via https. Should just use http.
#1337
General Support / Re: Web console installation
October 02, 2020, 03:08:55 PM
Hi!

Just tried your installation sequence on fresh ubuntu 20.04, nxmc correctly opens on port 8080
#1338
General Support / Re: Create new Zone using nxshell
October 01, 2020, 06:22:10 PM
nxshell allows to do anything the management console can do.

Zone creation should be similar to node creation (see examples here: https://wiki.netxms.org/wiki/Using_nxshell_to_automate_bulk_operations#Create_Container_and_some_nodes)
you just need to specify another object class
#1339
General Support / Re: Reporting in NetXMS 3.5
October 01, 2020, 04:52:28 PM
Hi!

most recent manuals are maintained in NetXMS Admin docs: https://www.netxms.org/documentation/adminguide/reporting.html#installation-manual

Reporting currently is not actively developed, so nothing much changes in the documentation.

Some information and a couple of report definition examples are available in this forum post:
https://www.netxms.org/forum/general-support/reporting-server-4315/
#1340
General Support / Re: Connection problem server console
September 30, 2020, 05:54:07 PM
On Windows you can create Dump file for netxms process from task manager. Please do this right after you see that  'show sessions' stopped halfway.
#1341
Тогда надо искать и удалять записи из таблицы ALARMS в базе.
https://www.netxms.org/documentation/datadictionary-latest/#t-alarms
#1343
Точки доступа идеологически сейчас сродни интерфейсам - нодам они не являются. NXSL скрипты на них тоже нельзя запускать, как и на интерфейсах. Гипотетически скрипт мог бы запускаться в контексте точки доступа, не знаю, есть ли в этом необходимость. Сейчас можно запускать скрипт на контроллере и из этого скрипта обходить точки доступа под этим контроллером.
Будет добавлена возможность назначать шаблоны на точки доступа: https://track.radensolutions.com/issue/NX-1956

Еще, в принципе, есть возможность автоматизировать все действия, которые можно сделать через управляющую консоль через nxshell - там можно запускать jython скрипты. Вещь довольно сложная.

#1344
General Support / Re: Server Certificate
September 25, 2020, 03:30:28 PM
#1345
General Support / Re: NetXMS WebAdmin Error
September 25, 2020, 03:28:27 PM
What is Jetty version?
#1346
General Support / Re: Connection problem server console
September 25, 2020, 02:04:33 PM
Is your server running on Linux? If yes, can you try getting some more debug information - when you see client hanging on "show sessions", try running
https://github.com/netxms/netxms/blob/master/tools/capture_netxmsd_threads.sh
script on the server. The script requires gdb to be installed on server.
Please run this script 3 times with interval about 30 seconds between.
Each run should produce a file in /tmp
Please share these files.
#1347
Also, in 3.5 there's now an ability to skip action, if a particular timer is running. So your condition should now fit into 2 EPP rules.
#1348
В 3.5 в свойствах действий добавлена проверка - если существует таймер, то не выполнять действие. Теперь можно обойтись двумя правилами - в правиле node up проверять, если таймер, заведенный в node_down еще не истек, то не слать оповещение про node up.

#1349
Тогда ищите во View -> Alarm Log, фильтруя по времени создания.
#1350
It was just fixed, will be available in next patch release.