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

#2311
Добрый день!

А какая версия SNMP используется? Еще можно попробовать поотключать разные типы опросов - routing table, topology, discovery и посмотреть будут ли изменения.
#2312
You can create template and apply it on all nodes. It can also apply automatically using auto-apply script.

Best regards,
Victor
#2313
Hi,

I don't really get an idea. Where it should be displayed that way and how to split command output into columns? And what could be possible use case for that?

Best regards,
Victor
#2314
Hi,

currently it's not possible, GUI code has to be fixed to scale status indicators properly. You can use the following workaround: create DCI for node status, optionally use transformation script to transform status code into text, setup thresholds for each severity, and put it on dashboard using "Gauge" element with gauge type set to "Text". Gauge will scale text to fill all available space.

Best regards,
Victor
#2315
General Support / Re: Ubuntu 16.04 Error on Install
October 26, 2016, 12:14:42 PM
Hi,

did you install server from repository?

Best regards,
Victor
#2316
Hi,

agent will re-resolve server name once per hour.

Best regards,
Victor
#2317
General Support / Re: SNMP polls bring down routers
October 24, 2016, 07:49:07 PM
Hi,

for core routers you may try to disable routing table poll - if routing tables are large reading it over SNMP may cause significant load. We also encounter SNMPv3 specific issues on some devices - switching to SNMPv2 solves them.

Best regards,
Victor
#2318
Hi,

most likely you're right. If you can rebuild server from source, please try attached patch.

Best regards,
Victor
#2319
Hi,

actually server will periodically (every 10th poll) check unsupported DCIs and re-activate them if agent responds. You can also write nxshell script to walk all nodes and re-activate all unsupported DCIs.

Best regards,
Victor
#2320
Общие вопросы / Re: vmgr.nsm
October 21, 2016, 01:48:40 PM
Добрый день!

По ошибке собрали пакеты без vmgr.nsm. В течении нескольких дней выложим обновленные пакеты.
#2321
Общие вопросы / Re: SSH subagent
October 20, 2016, 01:29:25 PM
В конфиге агента должна быть строка вида

SubAgent = ssh.nsm
#2322
В скриптах можно получить доступ через функцию GetCustomAttribute, в сообщениях - через макрос %{attribute}. На дашборд напрямую вывести нельзя, надо делать метрику.
#2323
General Support / Re: Parser file name
October 20, 2016, 10:40:30 AM
You can use strftime patterns in file name. For example, to match dd-mm-yy.txt you can use %d-%m-%y.txt as file name. If hour is included, for example yymmddhh.txt - %y%m%d%H.txt. As time changes system will check different file names. If you need something even more complicated you can call external script to determine part of file name, like this: log-`script.cmd`.txt - it will call script.cmd and use it's output as part of file name.

Best regards,
Victor
#2324
Добрый день,

для всякой доп. информации предназначены произвольные атрибуты. Их можно использовать в скриптах, сообщениях, и т.д.

Метрика "Заглушка" (Dummy) используется когда реальные данные получаются в transformation script - по сути используется просто как таймер. Но в последних версиях в таких ситуациях лучше использовать тип параметра "скрипт" и явно указывать скрипт для сбора данных.
#2325
Общие вопросы / Re: SSH subagent
October 20, 2016, 10:03:09 AM
На серверном агенте загружен ssh.nsm?