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

#2221
Hi,

you can create nxshell script that will move multiple nodes.

Best regards,
Victor
#2222
Hi,

seems to be a bug. We will investigate it further. I've created issue in our tracker (https://track.radensolutions.com/issue/NX-1148).

Best regards,
Victor
#2223
General Support / Re: LogWatch EventRecordId
January 24, 2017, 08:18:16 PM
Hi,

currently no. Feel free to register feature request for that.

Best regards,
Victor
#2224
Hi,

just tested in on Windows - works as expected. Please provide exact details - process name and command line and how you specify Process.CountEx parameter.

Best regards,
Victor
#2225
General Support / Re: False Agent Detection
January 24, 2017, 08:04:58 PM
Hi,

seems to be a bug. It could also be misconfiguration in NAT - if switch IP address NAT'ed to some node with agent you'll get this effect. Try to access switch IP address with nxget tool (nxget ip_addr Agent.Version) - will it respond? I also suggest to upgrade top latest stable version (2.0.8).

Best regards,
Victor
#2226
Hi,

I'm not sure I understand the issue. On screenshots I see core numbers, not full OIDs. What do you expect there? Maybe also attach screenshots of DCi configuration.

Starting with version 2.1-M2 you can specify performance tab group ID (which can be any string) for DCIs. All DCIs with matching group ID will be shown on one chart.

Best regards,
Victor
#2227
Hi,

currently screenshot requires read access. We can change it to separate access right in next release. I've added it as feature request: https://track.radensolutions.com/issue/NX-1147.

Best regards,
Victor
#2228
Hi,

try to use $dci->instance like this:


In = GetDCIValue($node, FindDCIByDescription($node, "Inbound traffic on " . $dci->instance . " (bits/sec)"));
[code]

Best regards,
Victor
#2229
General Support / Re: After Update to V2.1-M2 No Alarms
January 20, 2017, 10:18:20 PM
Hi,

check that all users have access right "view all alarms" (which actually means "access to all alarm categories", we will fix the text). It should be granted either directly or via group, you can add this right to "everyone" group to give it to all users. As we introduce alarm categories in 2.1-M2, by default user only see alarms belonging to categories it has access to. This access right supposed to be set by upgrade procedure but probably there is a bug in it.

Best regards,
Victor
#2230
А в логах сервера нет никаких ошибок при обработке этой команды? Сервер вытаскивает историю событий из базы, возможно медленный доступ к базе?
#2231
"изменения статуса Alram ( Ack, Sticky ack, resolved, terminated ) через nxshell" - это есть уже сейчас, через методы acknowledgeAlarm, resolveAlarm, terminateAlarm. Комментарии также можно добавлять/смотреть. Единственно что нельзя - напрямую менять helpdesk status и helpdek reference.
#2232
Announcements / NetXMS 2.1-M2 released
January 18, 2017, 06:40:46 PM
Hi all,

NetXMS 2.1-M2 is out. It's next milestone release in 2.1 branch. It should be considered beta version and used with caution, although we do our best to ensure it's stability. Changes since 2.1-M1 are following:

- Added alarm category functionality to manage which alarms are seen by what users
        - EPP rules can be configured to generate categorised alarms
        - Alarm categories can be created and configured in Alarm Category Configurator
        - By default view_all_alarms acl added to Everyone group
- Server can be configured to periodically send alarm summary emails
- Added template graphs
- New NXSL functions: mktime, GetSyslogRuleCheckCount, GetSyslogRuleMatchCount
- New NXSL "Node" class attributes: isInMaintenanceMode, lastAgentCommTime
- New NXSL "Table" class attribute "rows"
- Access to object's alarms in NXSL via "alarms" attribute in "NetObj" class
- Operator "new" in NXSL which can be used to instantiate objects if object class supports it
- Template auto-apply and container auto-bind works for clusters
- H3C driver correctly reads IPv6 addresses on interfaces
- Improved HP ProCurve driver
- SMS driver for Nexmo service
- SMS driver for SMSEagle gateway
- SMS driver for MyMobile service
- Fixed FDB handling on Cisco switches
- Added support for CHAP, MS-CHAPv1, and MS-CHAPv2 in RADIUS authentication
- MySQL monitoring subagent
- Fixed FreeBSD 11 compatibility issues
- Implemented interrupt and context switch counters in platform subagents
- Implemented CPU interrupt time parameters on Windows
- JMX subagent
- Event sending by agent do not restricted to master servers only anymore
- Launcher for nxshell
- Log monitoring subagent supports pre-allocated log files
- Management console:
        - File manager improvements
        - Option to save graph as image
        - Added multipliers support in data format string for gauges
- Fixed issues: #42, #106, #130, #174, #179, #185, #496, #526, #569, #633, #637, #784, #876, #951, #953, #1031, #1043, #1069, #1079, #1087, #1090, #1097, #1123, #1156, #1192, #1201, #1205, #1206, #1208, #1233, #1258, #1285, #1292, #1300, #1310, #1311, #1312, #1314, #1318, #1320, #1323, #1326, #1329, #1332, #1338, #1341, #1348, #1349, #1351, #1352, #1354, #1357, #1360, #1361, #1362, #1363, #1366, #1367, #1368, #1374, #1376, #1379, #1389, #1396, #1397

Best regards,
Victor
#2233
Проверьте что в конфиге агента правильно прописаны адреса всех серверов, которые к нему обращаются.
#2234
hdlink - это по сути драйвер интерфейса тикет системы. Сейчас есть для Jira. Я посмотрю API ManageEngines - возможно мы сможем добавить драйвер для них тоже.
#2235
Hi,

server currently ignores "dormant" state. I'll add support for that (https://dev.raden.solutions/issues/1401).

Best regards,
Victor