News:

We really need your input in this questionnaire

Main Menu
Menu

Show posts

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 Menu

Messages - Victor Kirhenshtein

#2116
Hi,

if all those nodes are in some containers, you can safely delete subnet object. Configuration polls will then re-create correct subnets.

Best regards,
Victor
#2117
Hi,

you can set number of polls required for status change. That way polls will still be every 60 seconds, but status will only change when configured number of consecutive polls fails. You can set that on interface level.

Best regards,
Victor
#2118
This is why it's crashing. You should open it from node context menu (right click on node, select Take Screenshot).

Best regards,
Victor
#2119
Да, довольно давно висит запрос: https://track.radensolutions.com/issue/NX-797. Постараюсь успеть добавить в релиз 2.1.
#2120
Как-то у меня вот это:

Quote from: Дым on May 05, 2017, 01:48:50 AM
Но в новых релизах можно ожидать что-то подобное меню "Опрос", только для шаблона/контейнера, а не отдельного узла, или забыть?  :)

не стыкуется с этим:

Quote from: Дым on May 04, 2017, 04:34:03 PM
Хотелось бы возможности лишние проверки отключать не на каждом устройстве, а на основе правил шаблона/контейнера.

Надо отключать проверки или добавить массовый ручной опрос?
#2121
Спасибо, предложения звучат разумно :) Постараемся поправить к стабильному релизу.
#2122
пример 1:

return $node->name like "*SRV*";


или без учета регистра:

return $node->name ilike "*SRV*";


пример 2:

value = AgentReadParameter($node, "System.Uptime");
return (value != null) && (value > 0);


либо если такой параметр собирается как DCI:

value = GetDCIValueByName($node, "System.Uptime");
return (value != null) && (value > 0);

#2123
попробуйте включить опцию "make columns equal width" в свойствах дашборда.
#2124
Например

2017-04-30T02:52:04.748266+00:00 netxms netxmsd[18272]: Error compiling library script Hook::StatusPoll (ID: 11): Error in line 1: Invalid character '\' (0x5C)

означает что в библиотеке скриптов (Configuration -> Script Library) есть скрипт с именем Hook::StatusPoll и он не компилируется. Похоже на баг в инициализации базы, но хотелось бы посмотреть что попало в текст скрипта. Да, и какая база используется?
#2125
Можно написать nxshell скрипт (это python с доступом к NetXMS API - https://wiki.netxms.org/wiki/Using_nxshell_to_automate_bulk_operations).

С портами можно сделать configuration poll hook скрипт, который будет проверять интерфейсы и выставлять unmanage либо expected state = ignore для всех портов кроме 25 и 26.
#2126
Hi,

it's already done for performance tab, we will implement same logic for other tab types (https://track.radensolutions.com/issue/NX-1251).

Best regards,
Victor
#2127
General Support / Re: Auto unbind
May 15, 2017, 11:04:43 PM
You can create scheduled task that will iterate through nodes in given container and call UnbindObject as needed.

Best regards,
Victor
#2128
Hi,

check that your user has access right "all alarm categories" (either directly or via group).

Best regards,
Victor
#2129
Hi,

it's hard to tell anything without more detailed diagnostic. Packet capture of SNMP packets to problematic node may help.

Best regards,
Victor
#2130
Hi,

how did you open it?

Best regards,
Victor