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

#601
Спасибо за фидбек, обсудим у себя ближе к сентябрю.
Если есть еще замечания - пишите, плс
#602
I've just tried to compile agent on Centos 7, it was successful. I used https://netxms.org/download/releases/4.4/netxms-4.4.1.tar.gz source archive.

I used the following commands (mariadb and postures stuff of cource are not needed for agent)

yum install make libtool gcc gcc-c++ mariadb-devel postgresql-devel pcre-devel expat-devel sqlite-devel openssl-devel libcurl-devel zlib-devel libssh-devel mosquitto-devel

./configure --prefix=/opt/netxms --with-agent
make
make install
#603
Создаются они автоматически в процессе configuration poll. Это отдельный тип объектов - access point.  Повлиять на их создание по-моему сейчас никак нельзя.

В их свойствах на закладке status calculation можно поставтиь propagate status as - fixed to value - normal. Тогда они наверх всегда будут передавать статус Normal.
#604
Change interface expected state не перенесли скорее всего т.к. пытались сократить число пунктов в контекстном меню. Можно поменять значение по умолчанию. Можно в хук скриптах, при создании нового интерфейса или на configuration poll ноды менять expected state. Если эти варианты не подходят, расскажите какой у вас получается бизнес-процесс - в каких ситуация и как часто приходится менять expected state?

С картами - мы приближаемся к моменту, когда legacy клиент будет заброшен - уже есть функционал в 4.4 (asset management) который не переносился в legacy клиент, а в новом клиенте уже почти все есть. Так что время на этот фикс уже не будет тратится.
#605
В системе должен быть установлен пакет libcurl-dev (так он называется на Debian платформах, на других дистрибутивах возможно иначе)

Про ключ --without-curl я постараюсь уточнить, возможно он уже не актуален
#606
General Support / Re: Upgrade from 3.9 to 4.4
August 07, 2023, 09:43:38 AM
Pls check if icons are fixed in 4.4.1

World map in the new client is moved to Tools - the idea is that it can be used to position nodes, after that there's geolocation tab on nodes.
#607
General Support / Re: Object query dashboard component
August 07, 2023, 09:41:22 AM
On a node you need to create "New table", not "New parameter". In properties of that table DCI name of the script from script library is specified. Then you should be able to open "Table last value" - the whole table should be visible there.

Then in Dashboard it's Tables->Table value
#608
General Support / Re: Icmp-only proxy with zoning
August 07, 2023, 09:33:29 AM
Yes, setting proxy on a zone means that this proxy is used for everything - icmp, snmp, etc.

Can you explain your use-case - why it's not desirable that proxy does snmp operations?
#609
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
#610
Hi!

Did you try 4.4.1 which is currently the latest version?
#611
In node properties -> Communicaitons there is checkbox "Communication through external gateway". If set, NetXMS will know that this is a forwarded port.
#612
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?
#613
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.
#614
Начиная с какой-то версии ноды, к которым применен шаблон не показываются в дереве объектов под этим шаблоном (но по факту шаблон у нод остается родительским объектом и туда наследуются custom attributes например). У шаблона теперь есть закладка targets где должно быть видно, куда шаблон наложен. 
При наложении на infrastructure services видимо так кроме нод были еще какие-то другие объекты и из-за этого возникла ошибка.
#615
А, у нас веб страница не обновлена, самую свежую версия WAR файла можно взять тут:
https://netxms.org/download/releases/4.4/