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

#511
General Support / Re: Rediscovering my discovery
November 20, 2015, 10:30:50 PM
flags==3 is DFF_ALLOW_AGENT + DFF_ALLOW_SNMP – automatically generated filter, which will accept any node with agent or with active snmp.
bResult==0 means "false", this filter was no matched (0 - false, anything else - true).
#512
Общие вопросы / Re: NXAgent & OpenWRT
October 30, 2015, 03:44:53 AM
Вынес в внешний feed – https://github.com/netxms/openwrt-feed, там же инструкция
#513
General Support / Re: One table is growing very fast
October 23, 2015, 11:16:25 AM
Hello

This table hold rows for table DCI (with large result set). Check DCI settings – how often it's collected and retention time.
1178 in table name is DCI id, you can either find it in user interface by looking at ID column in last values, or query database directly:

select op.name,d.name from dc_tables d join object_properties op on op.object_id=d.node_id where d.item_id=1178
#514
Общие вопросы / Re: Slack Intergration
October 21, 2015, 01:24:15 PM
Нашел проблему – была только в сборке без unicode.
Фикс: http://git.netxms.org/public/netxms.git/commitdiff/b010a63c51a151d121bef28ab5056a2de5e7c1f8
#515
Общие вопросы / Re: Slack Intergration
October 21, 2015, 04:24:29 AM
В message text случаем не прописан канал вместо текста сообщения?
Я просмотрел код и проверил на нашем сервере, название канала не должно дублироваться.
#516
Общие вопросы / Re: Slack Intergration
October 20, 2015, 07:09:23 PM
В коде нет дебага для самого сообщения, к сожалению.
Сделайте пожалуйста так:

запустите netcat: nc -l 12345
потом  попробуйте что-то отослать с такой конфигурацией:

SMSDrvConfig: url=http://localhost:12345/

в netcat должен быть виден полный запрос.
#517
Общие вопросы / Re: Slack Intergration
October 20, 2015, 06:21:38 PM
Глупый вопрос – текст на русском?
#518
Общие вопросы / Re: Slack Intergration
October 20, 2015, 05:17:56 PM
test – послать в private group
@test – послать юзеру
#test – послать в канал
#519
Общие вопросы / Re: Slack Intergration
October 20, 2015, 04:16:12 PM
Да, так и должно быть.
Канал можно не указывать, тогда уйдет в тот, который был в настройках хука.
Имя канала указываете с "#"?
#520
Announcements / Re: NetXMS 2.0-RC2 released
October 19, 2015, 02:49:25 PM
Thank you, we found the bug. Patch will be available shortly.
#521
Announcements / Re: NetXMS 2.0-RC2 released
October 19, 2015, 02:01:16 PM
Can you please share nxagent.db from affected system?
#522
Announcements / Re: NetXMS 2.0-RC2 released
October 19, 2015, 01:59:20 PM
Hello

Check now, it should be avaiable

Quote from: multix on October 17, 2015, 12:13:39 PM
Hi.
Thanks for new version.

I can't download management console for mac.
#523
RC2 packages are pushed to packages.netxms.org
#524
General Support / Re: DCI stop communicating
October 15, 2015, 04:02:29 PM
Add additional threshold on the DCI with function "data collection error".
#525
General Support / Re: Server Crashed
October 15, 2015, 04:00:22 PM
Hello.

Everything is stored in the database – just install new NetXMS instance (same version or newer) and point it to existing database.
Do NOT initialise database using wizard, just click cancel it and then create configuration file by hand.

Sample config (netxmsd.conf):
LogFile=C:\NetXMS\netxmsd.log
DebugLevel=3
DBDriver=mssql.ddr
DBServer=DB1
DBName=netxms
DBLogin=netxms
DBPassword=netxms