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

#91
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.
#92
В новой консоли: перспектива 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
#93
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
#94
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
#95
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)
#97
Provide more details. Logs, exact error messages, etc.
#98
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
#99
There are multiple approaches, but I preffer this one:

in EPP set custom attribute on the node with timestamp of the last log event (either via script action, or directly in rule's filter script), then add scheduled task with the script, which iterates over nodes and check if time in custom attribute is older than a threshold. If it's too old - use PostEvent to inject another event in to the system.

#100
Prefix /usr/local usually indicates that you built it from source. Run configure with additional "—with-oracle=/path/to/cliebt/library" and rebuild. 
Same for netsvc, looks like you are missing libcurl 
#101
Quote from: lroytman on May 17, 2024, 10:45:39 PMHi Victor,

Please, see here: https://netxms.org/documentation/nxsl-latest/#func-right
It says:  [color=rgba(0, 0, 0, 0.6)]This function is deprecated starting from version 5.0.[/color][color=rgba(0, 0, 0, 0.6)] Please use [/color]String::right()

Regards,

Leo

I've updated documentation to be more descriptive.
#102
Quote from: Maddog on May 20, 2024, 01:20:58 PMHi. Version 5.0.3 ( nxmc-5.0.3-aarch64.dmg ) is not available. Error 404 on download.
Thanks, fixed.
#103
Check MariaDB logs, it looks like a database problem (maybe just out of space?)
#104
Check windows event log, maybe nxdbmgr crashed
#105
5.0.2 is now available. Most likely this will be the last release of the legacy console, we'll push app for the new console in next few days.