I've modified the script above, pls try again
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);
}