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

#526
General Support / Re: MIB Import bug
November 20, 2015, 11:46:45 PM
Works for me.
Make sure that you updating correct file – we've changed filesytem layout a bit, now it's in $prefix/var/lib/netxms.
Start server with debug level 1 or higher and search for this line in log:
[20-Nov-2015 23:45:12.379] [DEBUG] Data directory set to /opt/netxms/var/lib/netxms
#527
General Support / Re: MIB Import bug
November 20, 2015, 11:30:36 PM
Please attach mib file
#528
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).
#529
Общие вопросы / Re: NXAgent & OpenWRT
October 30, 2015, 03:44:53 AM
Вынес в внешний feed – https://github.com/netxms/openwrt-feed, там же инструкция
#530
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
#531
Общие вопросы / Re: Slack Intergration
October 21, 2015, 01:24:15 PM
Нашел проблему – была только в сборке без unicode.
Фикс: http://git.netxms.org/public/netxms.git/commitdiff/b010a63c51a151d121bef28ab5056a2de5e7c1f8
#532
Общие вопросы / Re: Slack Intergration
October 21, 2015, 04:24:29 AM
В message text случаем не прописан канал вместо текста сообщения?
Я просмотрел код и проверил на нашем сервере, название канала не должно дублироваться.
#533
Общие вопросы / Re: Slack Intergration
October 20, 2015, 07:09:23 PM
В коде нет дебага для самого сообщения, к сожалению.
Сделайте пожалуйста так:

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

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

в netcat должен быть виден полный запрос.
#534
Общие вопросы / Re: Slack Intergration
October 20, 2015, 06:21:38 PM
Глупый вопрос – текст на русском?
#535
Общие вопросы / Re: Slack Intergration
October 20, 2015, 05:17:56 PM
test – послать в private group
@test – послать юзеру
#test – послать в канал
#536
Общие вопросы / Re: Slack Intergration
October 20, 2015, 04:16:12 PM
Да, так и должно быть.
Канал можно не указывать, тогда уйдет в тот, который был в настройках хука.
Имя канала указываете с "#"?
#537
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.
#538
Announcements / Re: NetXMS 2.0-RC2 released
October 19, 2015, 02:01:16 PM
Can you please share nxagent.db from affected system?
#539
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.
#540
RC2 packages are pushed to packages.netxms.org