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

#556
No sure what was the approach that you are mentioning.

There is a way to change global defaults for newly created interfaces - it's in Configuration -> Server configuration, parameter Objects.Interfaces.DefaultExpectedState

The other approach is to use scripting - either in configuration poll hook script (that script would go through interfaces of one node and change expected state) or a script that is meant to be executed only once and will go through all nodes and all interfaces of these. I can provide an example
#557
Hi!

Did you try 4.4.1 which is currently the latest version?
#558
In node properties -> Communicaitons there is checkbox "Communication through external gateway". If set, NetXMS will know that this is a forwarded port.
#559
Try opening MIB explorer on this device, expanding [root] in the three and performing walk on "iso" which is under root. Will there be any values there?
#560
Check properties of interfaces - there is expected state which is by default it set according to how interfaces were when device was polled for the first time. If you set expected state to "ignore", alarms should not be created.
#561
Начиная с какой-то версии ноды, к которым применен шаблон не показываются в дереве объектов под этим шаблоном (но по факту шаблон у нод остается родительским объектом и туда наследуются custom attributes например). У шаблона теперь есть закладка targets где должно быть видно, куда шаблон наложен. 
При наложении на infrastructure services видимо так кроме нод были еще какие-то другие объекты и из-за этого возникла ошибка.
#562
А, у нас веб страница не обновлена, самую свежую версия WAR файла можно взять тут:
https://netxms.org/download/releases/4.4/
#563
День добрый,

для начала нужно проверить, какая версия сервера, выполнив
netxmsd -v

Ну и на всякий случай перезапустить сервер
systemctl restart netxmsd
чтоб не было ситуации, чтоб бинарники уже новые, а в памяти все еще работает сервер старой версии.

Для проверки можно поставить десктопного клиента и посмотреть, можно ли подуключиться из него
#564
You can try using https://github.com/netxms/nxmc-web-launcher - it should build one .jar that contains web UI and Jetty 10.
#565
Just in case - how many alarms do you have on your system? (can be checked by issuing
sh st
in Tools -> Server Console
#566
General Support / Re: Cisco Switch port bandwidth
June 26, 2023, 11:24:08 PM
Hi!

Most convenient way to achieve this is if you have your interfaces set as Related Object ("Other options" tab in DCI's properties). Related object is automatically set, if you create your DCIs from context menu of interface(s). Or you can set it manually. Or if you use instance discovery to create your DCIs, Related Object can be set from instance discovery filter script.

Then, in Transformation script of your DCI you can use
return $1 * 8 / $dci->relatedObject->speed;and your threshold should be "last polled value > 90", samples: 5.

There is currently one drawback of this approach - to work with traffic counters, DCI type should be Counter32 or Counter64, and the resulting percentage will be integer (it will be seen as float in last values, but will be integer in history and graphs).
You can have another float DCI with push source and push values from transformation script of the first DCI.
Or just wait for this issue to get resolved: https://track.radensolutions.com/issue/NX-2371 - you can watch it in the bug tracker to get notifications.

Feel free to ask any additional questions.
#567
General Support / Re: EPP Timer not working
June 14, 2023, 12:20:26 AM
Hi!

I've tried on my system, everything works as intended.

Just in case, check that there is no other rule that could be interfering with that timer.

You can check in Configuration -> Scheduled tasks. If you enable showing of system tasks (under three dots menu), during your 120 second delay an entry should be visible with correct value in "Timer key" column.

You can also set debug level 7 for debug tags
event.*
scheduler
to monitor event processing and scheduled task execution in server log
#568
I assume you are installing on Windows.
Check NetXMS configuration file C:\NetXMS\etc\netxmsd.conf - it should contain database credentials for your database. Change these credentials is needed to match your database.
#569
General Support / Re: "Dashboard" Tab for Node
June 12, 2023, 06:16:51 PM
Right, I forgot about that checkbox. Actually, it's not strictly necessary, without it you can still open the dashboard from "Dashboard" menu on a node (we will rename this checkbox somehow to demonstrate that it just opens dashboard in a tab by default).
#570
Yes, {} characters are interpreted as part of regular expression. These fields will be renamed, e.g. "DCI name regular expression" to give more understanding.