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

#256
Quote from: jbriseno on December 04, 2020, 09:16:54 PM
Finally, I check the netXMS server log file. I attach the latest lines.

2020.12.04 16:43:18.937 *I* [logger             ] Log file opened (rotation policy 2, max size 4194304)
2020.12.04 16:43:18.937 *I* [logger             ] Log rotation policy set to 2 (size=16777216, count=4)
2020.12.04 16:43:18.937 *I* [                   ] Core agent version 3.6-300-g287f599693
2020.12.04 16:43:18.937 *I* [                   ] Additional configuration files was loaded from /etc/nxagentd.conf.d
2020.12.04 16:43:18.937 *I* [logger             ] Debug level set to 0
...


that's agent log file, not server.
#257
This hook is executed on every configuration poll (by default it's once an hour)
#258
Add to configuration pool hook (Scripting Liibrary -> Hook::ConfigurationPoll):

$object->enableEtherNetIP(false);
#259
Общие вопросы / Re: Gauge Chart
October 23, 2020, 08:30:44 AM
В edit mode не все компоненты доступны (там вообще есть проблемы с этим режимом).
Правый клик на дешборде в дереве -> Properties -> Dashboard Elements
#260
На данный момент - только изменением статуса объекта (алармом или скриптовывм DCI который возвращает статус ноды)
#261
Thank you, I've registered issue as https://track.radensolutions.com/issue/NX-1968.
#262
General Support / Re: Not all Interfaces are appearing
October 16, 2020, 11:00:27 AM
switch to "Last Values" tab, there will be list of all active DCIs. You can access history / charts from there.
#263
Announcements / Re: NetXMS 3.5 released
October 15, 2020, 10:32:13 PM
Try now, I've resigned repository.

Quote from: mdirks on October 15, 2020, 04:34:10 PM
On ubuntu 16 or 18 it is still 3.5.133

M. Dirks - ITeeCo

Quote from: Victor Kirhenshtein on October 14, 2020, 10:51:49 AM
3.5.136 is now available in repository.

Best regards,
Victor
#264
General Support / Re: Not all Interfaces are appearing
October 15, 2020, 03:55:56 PM
Check script "Hook::CreateInterface" in scripting library (Configuration -> Scripting Library). Script is executed on configuration poll and if it returns true - interface is created, if false - creation is blocked.
#265
Try adding
/MERGETASKS="fspermissions,sessionagent,useragent"
to command line
#266
General Support / Re: Active sessions from Grafana
September 18, 2020, 04:11:41 PM
thanks for clarification, I'll check it.
#267
General Support / Re: Active sessions from Grafana
September 18, 2020, 01:22:14 PM
You are testing version 1.2.3, correct?
#268
Похоже на проблему с категориямим алармов и правами доступа. Зайдите юзером "system"  и проверьте список алармов.
#269
На большинстве систем, которые я видел, по умолчанию syslog работает с отключенной сетевой частью (и порт 514/UDP свободен) - и не будет мешать netxmsd.
Если же сетевой коллектор включен, то возможное решение - поменять порт для netexmsd (параметр SyslogListenPort) и настроить форвард сообщений на порт netxmsd (https://www.rsyslog.com/sending-messages-to-a-remote-syslog-server/).
#270
General Support / Re: blank MIB tree
September 10, 2020, 04:42:50 PM
Make sure you have  "connection over slow link" is unchecked in login dialog.