Commit | Line | Data |
---|---|---|
e7b47627 VK |
1 | * |
2 | * 0.1.7 | |
3 | * | |
4 | ||
5 | - Added more customized events for threshold violation | |
544a1c8d | 6 | - Added ability to send Wake-On-LAN packets to managed nodes |
e7b47627 VK |
7 | |
8 | ||
38f733bb VK |
9 | * |
10 | * 0.1.6 | |
11 | * | |
12 | ||
13 | - Added parameter System.ServiceState(*) to core agent (Windows only) | |
344e9726 | 14 | - Implemented user-defined counters in WinPerf subagent |
e9ab1622 | 15 | - Added support for macros in e-mail subject |
22c38feb VK |
16 | - Added support for data collection item duplication within same node |
17 | - Now possible to copy DCIs to many nodes at once | |
18 | - Fixed memory management bugs in Windows console DCI editor | |
19 | - Added "instance" field to DCI which can be used as information text in | |
20 | user-defined data collection events and alarms | |
21 | - Client library do cleanup after NXCDisconnect() | |
22 | - User system rights now ORed with its group(s) system rights | |
45945120 | 23 | - Added database checking/upgrade utility (nxdbmgr) |
38f733bb VK |
24 | |
25 | ||
dbe67493 VK |
26 | * |
27 | * 0.1.5 | |
28 | * | |
29 | ||
30 | - Object access mutexes changed to read/write locks in server to | |
31 | improve performance | |
b688074e VK |
32 | - Algorithm of placing nodes into subnets improved |
33 | - System no longer needs network mask when creating new node manually | |
34 | - Detection of incorrect network masks on interfaces added | |
35 | - Windows console: fixed bug in object browser which cause console to crash | |
f1a6cd4a VK |
36 | - Added internal statistics collection for average data collector queue length |
37 | and average database writer queue length | |
9cc9ea72 | 38 | - All IP addresses now stored in database as text |
7cbe553e | 39 | - Added external event sender (nxevent) |
d05b8db7 | 40 | - Fixed bug with user password change (new password was not saved to database) |
38f733bb | 41 | - Configuration script ("configure") improved |
dbe67493 VK |
42 | |
43 | ||
d618c3ae VK |
44 | * |
45 | * 0.1.4 | |
46 | * | |
47 | ||
48 | - Created performance subagent for Windows (winperf.nsm) | |
1a02f6dd | 49 | - Added SNMP OID to node type translation |
18e26ff8 | 50 | - Added support for Nortel Networks Passport routing switches |
dbe67493 | 51 | - "configure" script improved |
d618c3ae VK |
52 | |
53 | ||
b50f1100 VK |
54 | * |
55 | * 0.1.3 | |
56 | * | |
57 | ||
58 | - Added 64-bit string-to-binary conversion | |
59 | - Added MAC address property to interface objects | |
60 | - Added Template and TemplateGroup object classes | |
d618c3ae | 61 | - It's now possible to configure data collection items for templates |
b50f1100 VK |
62 | |
63 | ||
64 | * | |
65 | * 0.1.2 | |
66 | * | |
67 | ||
68 | - Added possibility for copying DCIs from one node to other(s) | |
69 | - Added server's startup script for RedHat Linux | |
70 | - Numerous bug fixes | |
b688074e VK |
71 | |
72 | ||
73 | * | |
74 | * 0.1.1 | |
75 | * | |
76 | ||
77 | - First version number given to system: a lot of things works, and lot | |
78 | of things have to be done. |