This is why it's crashing. You should open it from node context menu (right click on node, select Take Screenshot).
Best regards,
Victor
Best regards,
Victor
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 MenuQuote from: Дым on May 05, 2017, 01:48:50 AM
Но в новых релизах можно ожидать что-то подобное меню "Опрос", только для шаблона/контейнера, а не отдельного узла, или забыть?
Quote from: Дым on May 04, 2017, 04:34:03 PM
Хотелось бы возможности лишние проверки отключать не на каждом устройстве, а на основе правил шаблона/контейнера.
Постараемся поправить к стабильному релизу.
return $node->name like "*SRV*";
return $node->name ilike "*SRV*";
value = AgentReadParameter($node, "System.Uptime");
return (value != null) && (value > 0);
value = GetDCIValueByName($node, "System.Uptime");
return (value != null) && (value > 0);