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 - Filipp Sudanov

#1546
Yes, I just tested a SYS_NODE_DOWN event and it made sound in the Android app.
Do you have alarm generation configured in Event processing policy for your event?
#1547
Server console is not analyzing double quotes - enquoted arguments are just passed to the script as string having quotes on both ends, that's why it's not matching.
#1548
In android app in settings -> Alarms there is section "Customize alarms by severity". If you click, e.g. critical alarms there, you can select sound for that severity level. By default it is set to "Silent".
#1549
Hi!

The first thing to check is if netsvc subagent is loaded on the agent that is performing the check.
It's the concept of NetXMS that agent performs only a part of checks and many checks are done by subagents that have to be congigured in agent configuration file: https://www.netxms.org/documentation/adminguide/agent-management.html#agent-configuration-files
#1550
А какая сейчас выдача при полном запросе конфигурации ноды?
#1551
What happens, if you restart management console? If you restart netxms server?
#1552
Общие вопросы / Re: Icmp.PacketLoss()
October 18, 2019, 04:20:52 PM
Можно попробовать для этих двух хостов собирать данные с помощью Icmp.Ping() и дальше результаты как-то обрабатывать на сервере.
Еще можно, конечно, поднять ради них вторую копию агента на другом порту.
#1553
General Support / Re: Locked myself out
October 18, 2019, 03:18:49 PM
You can enable system user from the command line, for that:
1) stop netxms server
2) run
nxdbmgr reset-system-account
3) login specifying user system and password netxms
4) enable admin back
5) disable system user
#1554
Должно быть так:
[18.10.2019 12:20:17]    Checking NetXMS agent...
[18.10.2019 12:20:17]    NetXMS native agent is active

проверяйте есть ли связь, файрвол и т.д.
на сервере можно запустить telnet <адрес_агента> порт
если связь есть, то он должен поключиться и показать черный экран
#1555
Пришлите весь текст, что консоль пишет, когда делаете полный опрос конфигурации.
#1556
Currently NetXMS does not support this. In Postgres terms the thing you need is called search path - it defines in which schemas Postgres will search for a database with a give name.
One (complicated) way could be to add -csearch_path option to the connection function in /src/db/dbdrv/pgsql/pgsql.cpp

But it looks like it's possible to specify default search path in Postgres for each user - some information could be found here: https://stackoverflow.com/a/49930672
#1557
Общие вопросы / Re: Icmp.PacketLoss()
October 17, 2019, 06:33:19 PM
Имеется в виду, вероятно, пингование с помощью субагента. Там можно задать параметры работы в конфиг файле агента: https://www.netxms.org/documentation/adminguide/icmp-ping.html#configuration-file
Таймаут лучше сделать меньше, чем получится интервал между пингами, иначе когда нода не будет отвечать, то пингов в минуту получится меньше, чем когда она отвечает.
#1558
Общие вопросы / Re: Карта сети
October 17, 2019, 05:46:25 PM
Вроде бы в MS SQL 2019 добавили работу с UTF-8
#1559
We've managed to replicate similar behavior that could be related to what is happening on your system - when node is removed from template, the .xml does not get deleted from that node. You can follow resolution progress here: https://track.radensolutions.com/issue/NX-1704
#1560
/etc/nxagentd.conf.d - это директория, куда можно в отдельных файлах класть кусочки конфига агента. Агент эти кусочки соберет и добавит к своему основному конфигу. Этим пользоваться не обязательно - просто так удобнее когда серверов много и разных. Так что эта строчка в логе - это не ошибка.

Есть смысл посмотреть выдачу команды
netstat -lptun
там будет видно, кто из процессов какой порт занял.