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

#571
General Support / Re: "Dashboard" Tab for Node
June 08, 2023, 12:03:48 PM
There is context dashboard functionality, added quite recently, somewhere in 4.x. It could be that it could be improved to be simpler to use, comments are welcome.


If you open data sources of dashboard element, there is button "Add template". There you can specify how to choose what DCI to display - by metric name or description.

The second step is to apply dashboard to a node. This could be done either by auto-apply script in dashboard properties, or manually in properties of a node.
#572
I was not able to replicate this. What kind of ID do you have in m variable, is it decimal number or hex?

I'd try a few things:

- executing this script via "Execute server script" from node context menu. May be you'll see some errors there.
- you can try removing the dot from the beginning of custom attribute name - in this case custom attribute will be visible in node properties. Does setCustomAttribute actually add custom attribute to the node?
#573
Импорт из .xml можно запускать через nxshell. Но вообще вопрос в чем именно задача, возможно можно обойтись без импорта:

 - можно с помощью auto-bind script автоматически назначать шаблоны на ноды, т.е. можно иметь в системе пачку шаблонов и назначать нужный
- можно создавать DCI с помощью instance discovery - это можно делать скриптом
- можно использовать макросы в качестве пороговых значений, интервала сбора и пр. 
#574
Во-первых можно взглянуть на Object Tools - их можно в виде кнопок размещать на дешбордах. У object tools есть intput fields, возможно их будет достаточно чтоб организовать что-то типа меню
Ну и дальше есть два варианта
- Rest API - там не все реализовано. Есть например возможность менять custom attributes, а в DCI можно испольвать %{custom_attribute_name} в качестве порогового значения https://www.netxms.org/documentation/adminguide/rest-api.html#update-object
- nxshell / Java API - там доступено все, что можно делать через nxmc
#575
В версии 4.3 добавили
#576
С версии 4.3 поддерживает
#577
SMTP Authentication was added in 4.3, please see updated documentation: https://www.netxms.org/documentation/adminguide/event-processing.html#notification-channels
#578
General Support / Re: Netxms and smtp port 587
May 22, 2023, 06:02:22 PM
SMTP Authentication was added in 4.3, so now it should work without email forwarder. Please see updated documentation: https://www.netxms.org/documentation/adminguide/event-processing.html#notification-channels
#579
General Support / Re: SMTP Setup
May 22, 2023, 06:01:27 PM
SMTP Authentication was added in 4.3, so now it should work without mail relay software. Please see updated documentation: https://www.netxms.org/documentation/adminguide/event-processing.html#notification-channels
#580
Аутентификация была добавлена в 4.3: https://www.netxms.org/documentation/adminguide/event-processing.html#notification-channels
#582
General Support / Re: TLS SMTP problem
May 22, 2023, 05:54:39 PM
SMTP Authentication was added in 4.3, please see updated documentation: https://www.netxms.org/documentation/adminguide/event-processing.html#notification-channels
#583
General Support / Re: SMTP Authentication
May 22, 2023, 05:54:18 PM
SMTP Authentication was added in 4.3, please see updated documentation: https://www.netxms.org/documentation/adminguide/event-processing.html#notification-channels
#584
Feature Requests / Re: SMTP authentication
May 22, 2023, 05:54:08 PM
SMTP Authentication was added in 4.3, please see updated documentation: https://www.netxms.org/documentation/adminguide/event-processing.html#notification-channels
#585
General Support / Re: How to send mail notify
May 22, 2023, 05:53:47 PM
SMTP Authentication was added in 4.3, please see updated documentation: https://www.netxms.org/documentation/adminguide/event-processing.html#notification-channels