This list was not updated for some time. NetXMS does not use any features specific to certain version of MariaDB, so you can just use the latest version of it.
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 Menuif ($node) {
$node.enableSnmp(false);
}Это чтоб для всех нод запретить. Проверка в первой строчке - потому что кроме нод configuration poll бывает еще у сенсоров, кластеров...if ($node and $node.isAgent) {
$node.enableSnmp(false);
}