Hi,
as far as I remember it was fixed in 2.1 branch, but I'll double check.
Best regards,
Victor
as far as I remember it was fixed in 2.1 branch, but I'll double check.
Best regards,
Victor
We really need your input in this questionnaire
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);