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

#1066
This was fixed in development branch today, fix will be included in next patch release.
#1067
General Support / Re: MongoDB SubAgent
September 09, 2021, 01:04:07 AM
Currently there's no .deb package for mongodb subagent. It requires some dependencies, that's why it's not included along in agent package.
I've created an issue for that https://track.radensolutions.com/issue/NX-2112 so one day that package will be available. As for now you can compile agent.
#1068
General Support / Re: Poll WebService through "proxy"
September 09, 2021, 12:59:22 AM
Yes, as we have option to configure proxy on node basis for other services, it makes sence to have it also for web services. An issue was created for that: https://track.radensolutions.com/issue/NX-2111 so one day this will be implemented.
#1069
General Support / Re: Poll WebService through "proxy"
September 08, 2021, 12:48:33 AM
Enabling zoning does not change much things, just one hierarchy level appears above subnets in the tree. There are thoughts to have it on by default in future versions anyways.

I'll check with developers, if manual specification of web service proxy per node could be considered.
#1070
General Support / Re: Performance tab graphs - Auto color
September 08, 2021, 12:46:21 AM
Просто достаточно много других задач, в том числе заказанных коммерческими клиентами. В какой-то момент будет, но точно нельзя сказать когда.
#1071
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.
#1072
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.
#1073
Общие вопросы / Re: SNMP и UFT-8
September 03, 2021, 05:21:36 PM
В планах есть мысли сделать NXSL функции для конвертации текста в разных кодировках.

#1074
Общие вопросы / Re: SNMP и UFT-8
September 03, 2021, 12:30:51 PM
На линуксах это определяется CodePage в конфигурационном файле сервера.
#1075
What database are you using? What's the contents of netxmsd.conf? Did you install or upgrade?
#1076
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.
#1077
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.
#1078
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.
#1079
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.
#1080
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.