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

#976
In context menu of that node you can select "Execute server script" and try your script there; The node that you right-clicked will be available as $node, so all the attributes will be there.
You can do
println $node->snmpOID;

to see what's actually in there.

Match operation ~= looks to be correct, but you could just use simple comparison with == , then you'd not need to escape with backslashes.
In out-of-the-box templates there's e.g. SNMP->UPS->APC that has automatic apply rule that is checking some SNMP data.

The other debugging approach is to use
PollerTrace("your text");
or
trace(0, "your text");
First one will produce debug output in nxmc when you do Poll-> Configuration poll from node context menu.
Second will put debug to server log (at debug level 0 in this example)
#977
General Support / Re: Dashboards and templates
September 17, 2021, 12:04:32 AM
A dashboard is typically something that displays data about some business-critical things - e.g. condition of all web servers, etc. So generally there are not many dashboards and it's hard to automate their creation, so yes, dashboards are created manyally (also some tweaks are possible, e.g. export dashboard's .xml, modifying it and importing back).

But dashboards are not the only way to see data in NetXMS. You can open last values for any node, you set up summary tables - in that a table with multiple predefined columns is displays for all nodes added to a specific container (that's folder of nodes, one node can be present in multiple containers). From last values you can easily open graph and history for each metric. And there's performance tab that allows to display graphs for one node - it's configuration is coming from templates, so e.g. for web servers you could have additional template that's collecting nginx metrics, these metrics could have checkbox "display in performance tab".
#978
General Support / Re: Customizing Port View
September 15, 2021, 12:33:55 PM
Currently not possible, created issue for that: https://track.radensolutions.com/issue/NX-2120
There's no exact time when this could be implemented, but eventually it should get done.
#979
Общие вопросы / Re: SNMP и UFT-8
September 15, 2021, 12:29:45 PM
Похоже, что этот принтер отдает в UTF-8. На windows поскольку мы берем кодировку из control panel, а там нет варианта utf-8, то там пока никак. Или перебираться на линукс, или через какое-то время будет или поддержка кодировки в свойствах ноды, или NXSL функции для перекодировки (тогда их можно будет в transformation script использовать).
#980
А какой тип элемента добавляете на dashboard?
#981
Общие вопросы / Re: SNMP и UFT-8
September 14, 2021, 06:59:53 PM
А что в Control Panel -> Regional settings -> Language for non-unicode programs?
#982
What's exactly version of Netxms? What version of Postgres and Timescale addon? Is Timescale addon actually installed?

If you connect to your Postgres database, what's the output of:

\d+ tdata_sc_default;



#983
General Support / Re: What I need to send mails??
September 14, 2021, 06:51:21 PM
Email sending is configured in Configuration->Server configuration. Look for parameters that start from SMTP.

Netxms currently works only with SMTP servers that do not require encryption.
You can use email relay software, e.g. http://emailrelay.sourceforge.net/ for Windows. For linux it could be e.g. postfix.

#984
General Support / Re: SMTP Setup
September 14, 2021, 06:47:59 PM
Netxms currently works only with SMTP servers that do not require encryption. You can use email relay software, e.g. http://emailrelay.sourceforge.net/ for Windows. For linux it could be e.g. postfix.
#985
General Support / Re: Debian bullseye release
September 14, 2021, 06:38:42 PM
Packages for bullseye should be available now.
#986
This was fixed in development branch today, fix will be included in next patch release.
#987
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.
#988
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.
#989
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.
#990
General Support / Re: Performance tab graphs - Auto color
September 08, 2021, 12:46:21 AM
Просто достаточно много других задач, в том числе заказанных коммерческими клиентами. В какой-то момент будет, но точно нельзя сказать когда.