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 - Alex Kirhenshtein

#106
Fixed
#107
General Support / Re: Threshold Question
September 14, 2024, 12:27:34 AM
add threshold "diff != 0", it will trigger on value change
#108
Этот скрипт из вики расчитан на запуск при помощи nxshell (python).
Execute script в консоли запускает nxsl скрипты.

Из NXSL можно отключить таким скриптом:

$node->enableSsh(false);
$node->enableConfigurationPolling(false);
$node->enableRoutingTablePolling(false);
$node->enableTopologyPolling(false);
$node->enableDiscoveryPolling(false);

Можно запустить на ноде, или добавить в Hook::ConfigurationPoll.

Ну или можно обойти ноды скриптом:

for (n : GetAllNodes())  {
    n->enableSsh(false);
    n->enableConfigurationPolling(false);
    n->enableRoutingTablePolling(false);
    n->enableTopologyPolling(false);
    n->enableDiscoveryPolling(false);
}
#109
General Support / Re: Should Agent IDs be unique?
September 10, 2024, 06:01:11 PM
It's mostly important when you have tunnels (connection from agnet to the server instead of the default). 
You can reset it by running "nxagentd -T"
#110
Well, you can send PR on the GitHub
#111
Just install full package, then disable "netxms core" service in service manager
#112
dnf update should be sufficient
#113
You are running second instance of the netxmsd. Only once instance of the netxmsd should access database at the same time.

If you want to keep reporting server separate, change parameter ReportingServer.Hostname to remote IP of the reporting server.
#114
В новой консоли: перспектива Tools, закладка Server Debug Console:

Screenshot 2024-08-05 at 16.33.15.png


В legacy: меню Tools -> Server Console:

Screenshot 2024-08-05 at 16.33.06.png

Legacy веб не поддерживает этот функционал, можно поменять с командной строки на сервере:

nxadm -i
debug ncd.telegram 6
debug # проверить текущий уровень
exit
#115
Quote from: eugene1 on August 05, 2024, 04:02:43 PMгде и как посмотреть лог ошибок телеграмм-бота ? при отправке сообщения через tools -> Send notification, пишет Status failure и Driver error
Tools->server debug console, там дать команду
debug ncd.telegram 6
И смотреть лог netxmsd
#116
Quote from: andy on August 02, 2024, 01:17:10 PMHello again, I still couldn't solve this driver issue myself, any help would be appreciated  :-[
add

[MySQL]
Driver=mariadb

to nxagentd.conf
#117
General Support / Re: Where is current node status
August 01, 2024, 11:54:59 AM
It's status column in table object_properties (https://www.netxms.org/documentation/datadictionary/#t-object-properties)
#119
Provide more details. Logs, exact error messages, etc.
#120
Announcements / Version 5.0.5 released
June 30, 2024, 04:36:47 PM
Hi

New patch release is available. 
RPM build is in progress and will be pop published soon. 

Changes:

  • L2 network map seeds with no SNMP or L2 data will not prevent network map from update
  • Server performance improvements
  • Server actions of types "agent command" and "SSH command" executed asynchronously (partial fix for NX-2541)
  • Fixed server crash during LDAP synchronization
  • Subnets bound to containers correctly displayed in infrastructure perspective
  • Predefined maps with default size and background image resized automatically to be no less than image size