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

#3361
General Support / Re: Agent's Connectivity
November 18, 2014, 11:55:49 PM
Hi,

can you check if TCP port 4700 is listening on this machine after initial agent bootup? If yes, is it reachable from server machine?

Best regards,
Victor

#3362
General Support / Re: Link ports (not on Map)
November 18, 2014, 11:52:56 PM
Hi,

currently it's not possible. It is planned though.

Best regards,
Victor
#3363
General Support / Re: H3C device driver
November 18, 2014, 11:52:21 PM
Hi,

looks like we test our driver on quite old H3C models - they report OIDs in .1.3.6.1.4.1.43 subtree. Can you please check if your switches supports .1.3.6.1.4.1.43.45.1.2.23.1.18.4.5.1.3 OIDs?

Best regards,
Victor
#3364
General Support / Re: Threshold script
November 18, 2014, 11:45:53 PM
Hi,

can you show a screenshot of DCI "MUXD_CurrentPA" configuration?

Best regards,
Victor
#3365
General Support / Re: Windows Event Log parser
November 18, 2014, 11:44:26 PM
Hi,

unfortunately you problem cannot be solved by configuration. We will need to make changes in log monitoring subagent, so you'll have to wait for release with a fix.

Best regards,
Victor
#3366
General Support / Re: User Permission Problems
November 18, 2014, 11:43:14 PM
Hi!

1. I think that separate those two will be better. I'll do this for next release.
2. Yes, this is a bug. Also notifications sometimes not filtered properly.
3. You can turn on object-level access control in logs by setting server configuration variable ExtendedLogQueryAccessControl to 1. You can try that, but depending on number of objects that could lead to complicated and ineffective SQL queries.
4. Yes, it's planned.

Best regards,
Victor
#3367
General Support / Re: Problem with SNMP
November 18, 2014, 11:33:19 PM
Could you please turn on debug level 6 and filter out all records in server log containing name or IP address of this switch?

Best regards,
Victor
#3368
General Support / Re: Any setDCIValue?
November 18, 2014, 11:30:12 PM
Hi,

currently it's not possible in a straight way. In not very straight way, it could be like call PostEvent from script, put an external script action for this new event, and use nxpush from that internal script.
There is a feature request for push data function in NXSL. Most likely it will be implemented in 2.0-M1 or 2.0-M2.

Best regards,
Victor
#3369
А могли бы мне прислать файл базы (оригинальный, до обновления)? Попробую с ним разобратся.
#3370
Можно написать свой скрипт который получит данные и разберет все на поля. Дальше несколько вариантов:
1) использовать nxpush или nxapush для передачи нового значения на сервер;

или

2) сделать external parameter который сможет читать полученные значения.
#3371
Попробуйте добавить CPPFLAGS=-march=i686 перед configure:


CPPFLAGS=-march=i686 ./configure --with-server --with-mysql --with-agent --disable-lmsensors --with-internal-libtre

#3372
А что в логах агентов, работающих как прокси?
#3373
Ну вообщем-то только стандартные - делать бэкапы, останавливать все по сигналу от упса...

По поводу восстановления карты - скорее нет чем да, но надо смотреть что за ошибки при загрузке сервера, возможно сами данные карты и сохранились. Объект совсем исчез или только контента нет?
#3374
А есть объект subnet "1.1.0.0/22" в Entire Networks?
#3375
Hi,

I recommend you to switch to DBQuery subagent as ODBC subagent is deprecated. It is very similar but allows using DB drivers (as server do) so you can avoid ODBC altogether. Configuration is described here: https://www.netxms.org/documentation/adminguide/subagents.html#dbquery.

Best regards,
Victor