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

#391
Действительно не работает. Только что исправили, в следующем патч релизе будет работать.
#392
Перепутал немного, называется "translucent":
#393
Try using utf-8, it could be issue with character set transformation internally. Most mail clients should understand utf-8 encoded emails correctly.

Best regards,
Victor
#394
Hi,

you can turn off automatic layout for map by right click - selecting "layout" - unchecking "enable automatic layout".

Best regards,
Victor
#395
General Support / Re: Trigger Action on remote host
March 22, 2022, 08:53:14 AM
Hi,

try using

ActionShellExec = kill_qv:c:\NetXMS\batches\kill_qv.bat

in agent configuration file.

Best regards,
Victor
#396
Yes, you are correct - it is interval between instance discovery polls. You can set it to larger value without missing anything else.

Best regards,
Victor
#397
Quote from: hayarm on March 21, 2022, 03:14:42 PM
Здравствуйте, поменялись цвета в графах,  не совподает с выбранным.
Там полупрозрачная заливка, попробуйте убрать опцию "transparent" в свойствах графика.
#398
Hi,

in version 4 SMTP was re-implemented as notification channel, and I suspect that there is a bug in configuration conversion. Could you please share configuration for SMTP channel on your system?

Best regards,
Victor
#399
General / Re: Control element on the dashboard panel
March 09, 2022, 08:58:29 PM
Hi,

you can create object tool that will execute NXSL script, and use SNMPSet function or set method in SNMP transport object (see reference here: https://www.netxms.org/documentation/nxsl-latest/#func-snmpset).

Best regards,
Victor
#400
General / Re: Control element on the dashboard panel
March 08, 2022, 12:36:20 PM
Yes, you can add element of type "object tools" - it will display button for each configured tool and execute it when button is pressed.

Best regards,
Victor
#401
Announcements / Re: NetXMS 4.0 released
March 08, 2022, 12:32:30 PM
It will be there, just not moved from old UI yet.

Best regards,
Victor
#402
Hi,

there are two independent polls that produce those two events. One is status poll, that checks node connectivity using agent, SNMP, and finally ICMP if neither SNMP agent nor NetXMS agent are responding. This poll can generate events SYS_SNMP_UNREACHABLE, SYS_AGENT_UNREACHABLE, SYS_NODE_UNREACHABLE, and SYS_NODE_DOWN. Difference between SYS_NODE_UNREACHABLE and SYS_NODE_DOWN is that "unreachable" generated when server can detect network failure between itself and target node.
Another poll is ICMP poll, it was added in version 4.0. It's main use is to do regular ICMP pings and collect response time and packet loss statistic. In addition, it will generate event SYS_ICMP_UNREACHABLE when node is not responding to ICMP. If that happen after SYS_NODE_DOWN then ICMP unreachable event will be correlated to node down event, but because those two types of poll run asynchronously it is possible that node became actually unreachable after last status poll run and before next ICMP poll run, thus generating ICMP unreachable event that cannot be correlated to node down event.
You can effectively hide those ICMP unreachable events by disabling or removing rules that generate alarms from them, and unchecking "write to event log" option in event template configuration for SYS_ICMP_UNREACHABLE and SYS_ICMP_OK.

Best regards,
Victor
#403
General Support / Re: ActionShellExec Confusion...
March 02, 2022, 09:20:57 AM
Hi,

what server version you are using? Also, try to set debug level to 5 on server and check server log for lines starting with NXSL: F_AgentExecuteAction.

Best regards,
Victor
#404
Hi,

what exact server version you are using? There was a bug in auto-apply functionality, but it should be fixed in latest patch release.

Best regards,
Victor
#405
Hi,

if nodes already classified into one of two containers, all you need to do is to change relevant rules in event processing policy to only trigger for nodes in "critical" container (just add that container as source filter in the rule).

Best regards,
Victor