Something like this was fixed recently, please try v5.2.1
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);
}