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

#3406
General Support / Re: Agent Session option
November 04, 2014, 11:10:04 AM
Hi,

it is a process that started within each desktop session, and can be used to take screenshots from workstations (via "take screenshot" option in node's context menu).

Best regards,
Victor
#3407
Hi,

as previously noted, you can select one or more DCIs with "Use this DCI for node status calculation". Server expects such DCI to return numeric value in range 0 .. 4 which indicates status (0 =  normal, 1 = warning, 2= minor, 3 = major, 4 = critical). Most critical status of all status DCIs and active alarms will be taken as current node status.

Best regards,
Victor
#3408
General Support / Re: error while upgrading to 1.2.17
October 20, 2014, 04:46:25 PM
Hi,

try to find and kill all netxmsd.exe processes that are running. I also recommend to reboot the OS after installer finishes.

Best regards,
Victor
#3409
General Support / Re: Templates & Instance Discovery
October 20, 2014, 04:44:03 PM
That's very strange. I just test it just in case, and it works as expected. Let's try to delete all DCIs already created and create new one from scratch to be sure that everything is correct, and then run configuration poll so instance discovery will occur.

Best regards,
Victor
#3410
General Support / Re: Templates & Instance Discovery
October 20, 2014, 02:56:47 PM
It could be that your agent does not support 64 bit interface counters (they are supported only on Windows Vista and later). Then you have to use Net.Interface.BytesIn.

Best regards,
Victor
#3411
Hi,

seems like some file(s) was not updated. Can you please find out what file in bin directory contains string "getKeyByIndex"?

Best regards,
Victor
#3412
Announcements / NetXMS 1.2.17 released
October 19, 2014, 11:53:32 PM
Hi all!

NetXMS version 1.2.17 is out. Changes since previous release:

- New DCI source: NXSL script executed on server
- Configurable node matching policy for built-in syslog server (controlled by SyslogNodeMatchingPolicy configuration parameter)
- Oracle monitoring subagent improved (bugs fixed, new metrics)
- nxalarm tool supports commands add-comment and get-comments
- Source port number added to events generated from SNMP trap (available via "sourcePort" named parameter)
- Jira link: added possibility to set project's component for issues being created
- ICMP proxy can be set for nodes
- New methods in NXSL classes Node, Interface, and NetObj: setStatusCalculation and setStatusPropagation
- New attributes "slot" and "port" in NXSL class Interface
- Can execute arbitrary NXSL script in context of node, cluster, subnet, or container object from management console
- Improved network topology changes detection
- Added driver for H3C switches
- Management console:
    - Can show alarms for multiple selected objects
    - Fixed non-working ordering in event list in alarm details view
    - Fixed bug with LDAP user system rights
    - Added default search string for LDAP to select all objects: "(objectClass=*)"
    - Added device geolocation tracking and display on map
    - Filter in event processing policy editor
    - Fixed bug with deletion of subnet with corrected IP
    - Added command line option to open specific dashboard after login
- Android console:
   - Fixed issue #661
   - Added node boot time to overview tab
   - Fix bug in notifying connection point not found
   - Fix bug in computing interface expanded list size (removed hardcoded values)
   - Added manage, unmanage, set expected state (up, down, ignore) and find switch port to interface list
   - Fix aesthetic problems in expandable list (graphs and interfaces list)
   - Integration of new support library
   - Target to new API version (20)
- Fixed issues: #51, #91, #324, #359, #409, #532, #542, #571, #563, #590, #593, #613, #617, #624, #626, #629, #632, #635, #638, #639, #641, #642, #649, #658, #663

Best regards,
Victor
#3413
That's the historical problem - event parameters for recovery event goes in different order than for activation event. If you want to use single policy you should access them by names instead of positions, like %<dciDescription> instead of %2. You can use the following names: dciId, dciName, dciDescription, thresholdValue, currentValue, instance, isRepeatedEvent.

Best regards,
Victor
#3414
yes, I've made changes in topology discovery module. Now it should correctly remove outdated information (it does on my tests).

Best regards,
Victor
#3415
Hi,

so you didn't get WARNING message when disk space increased let's say from 4% to 7%? That's strange because your setup looks correct and you should get WARNING event when threshold "< 5" deactivates. How did you check that you got messages?

Best regards,
Victor
#3416
Hi,

I've added configuration option EscapeLocalCommands. If it is set to 1, tab, carriage return, and new line characters will be replaced by \t, \r, and \n in commands. It will be available in release 1.2.17.

Best regards,
Victor
#3417
3 секунды.
#3418
General Support / Re: Template DCI's disappear
October 16, 2014, 10:25:31 PM
Yes, thank you. There was a bug (related to MS SQL only), I've fixed it. Release 1.2.17 will contain this fix (we plan to release it tomorrow).

Best regards,
Victor
#3419
General Support / Re: Template DCI's disappear
October 16, 2014, 08:58:08 PM
Hi,

can you please send definition of table "items" as it is created in your database?

Best regards,
Victor
#3420
Hi,

currently it's not possible. We can add appropriate hooks in the future, as idea looks useful. I'll regsiter this as feature request.

Best regards,
Victor