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

#541
Общие вопросы / Re: Slack Intergration
October 20, 2015, 06:21:38 PM
Глупый вопрос – текст на русском?
#542
Общие вопросы / Re: Slack Intergration
October 20, 2015, 05:17:56 PM
test – послать в private group
@test – послать юзеру
#test – послать в канал
#543
Общие вопросы / Re: Slack Intergration
October 20, 2015, 04:16:12 PM
Да, так и должно быть.
Канал можно не указывать, тогда уйдет в тот, который был в настройках хука.
Имя канала указываете с "#"?
#544
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.
#545
Announcements / Re: NetXMS 2.0-RC2 released
October 19, 2015, 02:01:16 PM
Can you please share nxagent.db from affected system?
#546
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.
#547
RC2 packages are pushed to packages.netxms.org
#548
General Support / Re: DCI stop communicating
October 15, 2015, 04:02:29 PM
Add additional threshold on the DCI with function "data collection error".
#549
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
#550
Я очень рекомендую сменить базу данных (например на PostgreSQL, MySQL). SQLite предназначен для разработки и очень маленьких инсталляций.
Миграция полностью автоматизированна, и делается при помощи nxdbmgr:
1) поставьте базу данных, создайте юзера и базу
2) скопируйте netxmsd.conf в netxmsd.old.conf
3) в netxmsd.conf поменяйте DBDriver, DBName, DBLogin, DBPassword
4) создайте структуру базы: "nxdbmgr init dbinit_pgsql.sql" ("dbinit_pgsql.sql" – пример для PostgreSQL, при необходимости укажите полный путь к файлу)
4) запустите "nxdbmgr migrate netxmsd.old.conf"
#551
General Support / Re: SMS notification via smartphone.
October 09, 2015, 01:32:46 AM
If this Nokia is available over serial port (check device manager for virtual ports), then you can use it with "generic" driver.

The are two server parameters (Configuration -> Server Configuration): SMSDriver и SMSDrvConfig.

Example (port COM1, port speed - 9600, 8 data bits, no flow control, 1 stop bit):

SMSDriver=generic.sms
SMSDrvConfig=COM1:,9600,8,N,1,T

Detailed description: https://www.netxms.org/documentation/adminguide/sms-drivers.html#generic-gsm-modem-driver

#552
General Support / Re: SMS notification via smartphone.
October 08, 2015, 12:51:01 PM
I'm not sure about modern smartphone, but you can use most old school phones as a GSM modem for sending messages.
If it can be connected to serial port (real one or virtual port over USB) – most likely it will work with netxms.
#553
В разработке. В RC2 скорее всего войти не успеет, но в следующем релизе будет.
#554
Какой тип выставлен у DCI?
#555
General Support / Re: mvn package - dependency errors
September 14, 2015, 09:56:55 PM
You missing some of the dependencies. You can either build them yourself, or wait a bit – I'll push them to maven central.