News:

We really need your input in this questionnaire

Main Menu
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

#991
Yes, Postgres should be installed prior to installing NetXMS. https://www.enterprisedb.com/downloads/postgres-postgresql-downloads
During installation of Posgres you will enter password for super user named "postgres". When installing NetXMS, use DBA login name "postgres" and the password that you entered.

Login name, database name and password could be anything - the installed will create postgres uses with that login name and password and will create a database. These credential will be written to NetXMS server configuration file (netxmsd.conf), so when it starts, it will use this information to communication to the database.
#992
Watchdog process is checking if all threads are running by communicating with them. There is some timeout, if watchdog does not receive reply within that timeout, these events are generated. In this case after 15 milliseconds after the error was generated watchdog received reply from the thread which resolved the error.
This could be if there's high CPU and/or RAM usage on the system. Check monitoring data on CPU and RAM consumption on your server.
#993
Общие вопросы / Re: SNMP и UFT-8
September 03, 2021, 05:21:36 PM
В планах есть мысли сделать NXSL функции для конвертации текста в разных кодировках.

#994
Общие вопросы / Re: SNMP и UFT-8
September 03, 2021, 12:30:51 PM
На линуксах это определяется CodePage в конфигурационном файле сервера.
#995
What database are you using? What's the contents of netxmsd.conf? Did you install or upgrade?
#996
General Support / Re: ERROR LOAD DATABASE MYSQL
September 02, 2021, 06:03:33 PM
Try installing mysql-libs package.

Also, it could be easier to use Debian or Ubuntu, as we provide packages for these systems.
#997
General Support / Re: Poll WebService through "proxy"
September 01, 2021, 11:38:09 PM
Looks that without zoning only agent running on netxms server is user for web service queries.
So you need to enable zoning, create a zone, configure that agent that has permissions as proxy for that zone and put the node that has the DCIs to that zone.
#998
General Support / Re: Mass agent config update
September 01, 2021, 11:31:20 PM
You can make add an Agent configuration policy to a template and apply that template to these nodes. Agent merges lines in it's configuration file with lines coming in configuration policy.
#999
General Support / Re: Action Configuration
September 01, 2021, 11:29:21 PM
It all depends on the user under which netxmsd process is running. You can see that by issuing
ps aux | grep netxmsd

If netxms is installed from packages on Debian, it install systemd startup script and from there it runs under root.
#1000
General Support / Re: ERROR LOAD DATABASE MYSQL
September 01, 2021, 11:18:51 PM
Was netxms compiled? Try adding --with-mysql to ./configure command. There's also ./configure --help that might be helpful.
#1001
Yes, it's so for some historical reasons. Will stay so in 3.x versions, but hopefully will be reworked in 4.0
#1002
General Support / Re: Export Topology Map?
August 26, 2021, 01:51:09 AM
You can use the desktop app on any machine, not necessarily it should run on the server. It just connects to the server on TCP port 4701.

#1003
General Support / Re: Export Topology Map?
August 25, 2021, 12:51:30 PM
Try using desktop console. It might work much faster with maps.
There also is an option to export map to image in desktop console.
#1004
Имя лог файла задается в конфиге сервера - netxmsd.conf. Под линуксом это обычно /var/log/netxmsd

В клиенте зайти в Tools -> Server Console. Там дать команду
debug 6
сервер перейдет на 6 уровень отладки. В лог при этом будет сыпаться очень много строк.
Выполнить опрос и дать команду на уменьшения уровня отладки
debug 0

Еще там есть команда logmark, она добавляет в лог "******* MARK *******". По этим отметкам удобнее искать, какая часть лог файла нужна.
#1005
General Support / Re: Export Topology Map?
August 24, 2021, 11:44:42 PM
Are you using desktop console or web console?