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 - Victor Kirhenshtein

#6616
Hi!

Could you please post your parser configuration file? It may be just one rule which is not working.

Best regards,
Victor
#6617
General Support / Re: Timeout of web login
December 02, 2009, 11:04:35 PM
Attached.

Best regards,
Victor
#6618
General Support / Re: Alarm viewer and some questions
December 02, 2009, 01:29:24 AM
Hello!

For now, I have patched nxhttpd so "Alarms" page in web UI refreshes periodically. See this topic: https://www.netxms.org/forum/index.php/topic,780.msg3676.html#msg3676.

Best regards,
Victor
#6619
General Support / Re: Timeout of web login
December 02, 2009, 01:27:02 AM
Hello!

I have patchet nxhttpd so "Alarms" page will refresh automatically every 15 seconds, and so session should not timeout. Replace file src/nxhttpd/alarm.cpp with attached one and recompile. Let me know if you need recompiled Windows binary of nxhttpd.
Hope this helps!

Best regards,
Victor
#6620
A pochemu v pervom sluchae bil katalog netxms-0.2.31, a vo vtorom - netxms-0.2.27? Ja patch delal dlja versii 0.2.31.
#6621
Zamenite src/server/core/netinfo.cpp na prilozennij. Dolzno pomoch'.
#6622
General / Re: problem with development
December 01, 2009, 11:46:48 AM
In general, steps are following:

1. create CSCPMessage object
2. fill it with necessary variables and set correct command code
3. create raw message (CSCP_MESSAGE) vith CSCPMessage::CreateMessage method
4. send raw message to agent as usual
5. receive response using RecvNXCPMessage function
6. create CSCPMessage object from received raw message
7. read variables from message object

Best regards,
Victor
#6623
Hi!

It's really difficult to estimate release time for this feature. We start working on it some time ago (it's called "zoning" in NetXMS), but then development was suspended. In a short time we plan to release stable version 1.0 and focus on developing 1.1 branch. This feature definitely will appear only in 1.1, if I will have enough resources - withing 6 month.

Best regards,
Victor
#6624
During some polls server may not close connection to agent gracefully, which cause this error on agent side. We will fix this in next version. For now, you can safely ignore these errors.

Best regards,
Victor
#6625
General / Re: problem with development
November 25, 2009, 12:24:06 PM
Yes, it could be encrypted, and in that case you should provide correct encryption context. However, if you are not using encryption, you can simple pass NULL.

Best regards,
Victor
#6626
General / Re: problem with development
November 24, 2009, 10:28:16 PM
CSCP is an old name for NXCP, and it's partially replaces in the code. In latest versions, there are no RecvCSCPMessage() function, only RecvNXCPMessage() - but it's the same function anyway.

Best regards,
Victor
#6627
Общие вопросы / Re: Огромная БД
November 24, 2009, 11:29:30 AM
Явно выраженного перекоса в сторону одной из таблиц нет. Можно почистить event log, но это всего лишь 34MB, не думаю что это решит проблему. Попробуйте включить slow query log в MySQL (http://dev.mysql.com/doc/refman/5.1/en/slow-query-log.html) - попробуем посмотреть, какие именно запросы тормозят, и будем их оптимизировать.
#6628
General / Re: problem with development
November 24, 2009, 11:24:10 AM
Hi!

You should create CSCPMessage object from CSCP_MESSAGE structure filled by RecvNXCPMessage function. After that, you can access to variables inside message via GetVariableXxx methods of class CSCPMessage. If you getting parameter's value from agent, you should be interested in variables VID_RCC - DWORD holding response code, and VID_VALUE - received value as string.

Best regards,
Victor
#6629
Hi!

No, it's not possible. We are planning to add this feature in future versions.

Best regards,
Victor
#6630
Currently it is not possible. Most likely such feature will be added in one of the next versions.

Best regards,
Victor