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

#2281
Hi,

that probably means that you don't have startup script for netxmsd or it is not registered for auto start. You should consult manuals for your OS/distribution on how to enable autostart. IN NetXMS source code ynder contrib/startup you can find startup scripts for various platforms.

Best regards,
Victor
#2282
General Support / Re: "Maintenance" mode permissions
December 12, 2016, 06:28:05 PM
Hi,

I think it is good to have those rights separated. Added it as feature request: https://dev.raden.solutions/issues/1360.

Best regards,
Victor
#2283
Hi,

you put

SubAgent = ping.nsm

into wrong section. It should be in main section of config but it is in FILEMGR section.

Best regards,
Victor
#2284
Hi,

before 2.0.7/2.1-M2 NetXMS only supported PAP for RADIUS authentication. As we added support for other authentication methods default was set to CHAP, which is probably wrong because it breaks backward compatibility.

Best regards,
Victor
#2285
Feature Requests / Re: Server Configuration
December 11, 2016, 10:05:15 PM
Yes, it's planned.

Best regards,
Victor
#2286
Feature Requests / Re: network discovery
December 11, 2016, 10:04:06 PM
Hi,

I'll try to. I've added as feature request to our bug tracker so it should not be forgotten (splitted into two issues: https://dev.raden.solutions/issues/1358 and https://dev.raden.solutions/issues/1359).

Best regards,
Victor
#2287
Переделал на poll - изменения внесены как в ветку develop, так и в stable-2.0. Можно пробовать.
#2288
Общие вопросы / Re: ServiceCheck.HTTPS
December 11, 2016, 04:30:03 PM
У субагента ограничение на размер буфера - 10МБ. Но вряд-ли документ больше 10МБ? Ече можно включить сохранение полученых страниц, добавив параметр FailedDirectory в секцию PortCheck в конфиге агента - тогда на каждый неудачный запрос будет сохранен html, можно будет проверить что в нем реально находилось.
#2289
Посмотрел дамп - единственно что вижу - много вызовов kevent. Похоже мы как-то неправильно его используем. Сегодня-завтра переделаю, можно будет попробовать.
#2290
Announcements / Re: NetXMS 2.0.7 released
December 11, 2016, 04:22:25 PM
Hi,

so weird, it was supposed to be there... Seems to be backport issue. I've fixed it in current 2.0 branch, it will be part of 2.0.8 release if it will happen.

Best regards,
Victor
#2291
Try to set server debug level to at least 5 and check what is going on during login.

Best regards,
Victor
#2292
Hi,

you can try to reset admin password first (with netxmsd stopped) using nxdbmgr resetadmin command, and then try to login with admin/netxms.

Best regards,
Victor
#2293
Registered as feature request: https://dev.raden.solutions/issues/1354
#2294
Feature Requests / Re: network discovery
December 06, 2016, 11:36:45 AM
Hi,

yes, it can be done. Could be fairly easy on node level - is just another poll, like status or configuration. On a subnet level will take a bit more work, although not much.

Best regards,
Victor
#2295
Hi,

it seems that agent is not responding to the server on that machine. Please check what IP addresses are listed as MasterServers in nxagentd.conf. If you have multiple interfaces on management server make sure you list them all. Also check what is set as "primary host name" in communication properties for that node.

Best regards,
Victor