Commit | Line | Data |
---|---|---|
3df64a07 VK |
1 | * |
2 | * 0.1.14 | |
3 | * | |
4 | ||
5 | - Parameters System.Memory.* behaves correctly under Windows | |
6 | ||
7 | ||
e08b1597 VK |
8 | * |
9 | * 0.1.13 | |
10 | * | |
11 | ||
12 | - Fixed bug which cause server to hang when deleting unreacheable node | |
748f71f5 | 13 | - Added basic checking of node and interface objects to nxdbmgr |
e08b1597 VK |
14 | |
15 | ||
7687d42f VK |
16 | * |
17 | * 0.1.12 | |
18 | * | |
19 | ||
20 | - Added new object class - NetworkService, for simplified network service | |
21 | health checking | |
4e839863 VK |
22 | - Server internal synchronization mechanisms improved to increase |
23 | stability and performance | |
24 | - Fixed deadlock sometimes caused by retrieving DCI collected data | |
adf2ae0d VK |
25 | - Added parameters System.Hostname, System.Uname and System.Uptime to |
26 | Solaris subagent | |
b61fe31e | 27 | - Object status now recalculated after binding change |
6c60ff91 | 28 | - Implemented primary IP address selection for nodes |
0ff9b273 | 29 | - Added OSPF support detection |
5eba0220 | 30 | - Fixed bug with StartupDelay parameter handling in core agent |
89d48d8c VK |
31 | - Fixed communication problems on FreeBSD |
32 | - Bug #0000003 fixed | |
8665a594 VK |
33 | - Bug fixed: objects was not marked as modified when platform name or agent |
34 | version changes | |
61593ca8 | 35 | - Windows console: implemented cell edit by double click in policy editor |
5841d520 | 36 | - Implemented external command execution under UNIX |
7687d42f VK |
37 | |
38 | ||
35360ca2 VK |
39 | * |
40 | * 0.1.11 | |
41 | * | |
42 | ||
7687d42f VK |
43 | - Fixed incorrect behavior of Process.Count() parameter under Linux and |
44 | FreeBSD | |
45 | ||
35360ca2 | 46 | |
5be45ff2 VK |
47 | * |
48 | * 0.1.10 | |
49 | * | |
50 | ||
337cb3ad VK |
51 | - Support for centralized upgrade added to agents |
52 | - Implemented agent packages upload to server from console | |
5be45ff2 | 53 | - New parameters added to Solaris subagent |
582b0fdc | 54 | - Alarm deletion implemented |
337cb3ad VK |
55 | - Implemented all delta calculation methods for DCI |
56 | - Implemented thresholds for average values | |
55110817 | 57 | - Fixed bug with policy editor header drawing |
5be45ff2 VK |
58 | |
59 | ||
a1cb335b VK |
60 | * |
61 | * 0.1.9 | |
62 | * | |
63 | ||
64 | - Added support for server modules | |
65 | - Initial version of web interface created (for Microsoft IIS) | |
66 | - Microsoft SQL driver improved | |
67 | - Added file upload to agents (as preparation for centralized agent update) | |
68 | - Client library redesigned to support multiple connections within | |
69 | one process | |
70 | - Windows console: added automatic refresh in graphs | |
71 | - Very basic Solaris subagent added | |
72 | ||
73 | ||
44375123 VK |
74 | * |
75 | * 0.1.8 | |
76 | * | |
77 | ||
78 | - Added support for System.CPU.Count and System.ProcessList parameters | |
79 | under Windows | |
840eb902 | 80 | - Created our own SNMP library (currently SNMP versions 1 and 2c are |
0c050932 | 81 | supported). Server is no longer needs net-snmp library. |
840eb902 VK |
82 | - Component locks moved to RAM from SQL database |
83 | - Added support for SNMP traps | |
0c050932 VK |
84 | - Removed access right "View server configuration" as unneeded |
85 | - Windows console: Added sorting to event selection dialog | |
86 | - Windows console: Objects in object browser are now sorted with respect | |
87 | to IP addresses when object name is an IP address | |
88 | - Windows console: Fixed bug with MDI window position restoration when | |
89 | window is maximized | |
90 | - Windows console: Fixed bug with duplication of child window title in | |
91 | parent's title when child is maximized | |
92 | - Windows console: Status icons now placed over object icons in | |
93 | object browser | |
106e7ae3 | 94 | - Windows console: Policy editor drawing code improved |
2e0596dd VK |
95 | - Added StartupDelay parameter to agent's configuration file |
96 | - Windows console: Added "Save policy" function to policy editor | |
97 | - Fixed deadlock in Queue::GetOrBlock() which sometimes cause communication | |
98 | failures between client and server | |
99 | - Server now can detect that SNMP variable is not supported by agent and | |
100 | change DCI status to "Not supported" accordingly | |
101 | - Added interface status polling via SNMP | |
102 | - Agent: Fixed bug in interface operational status detection under Windows | |
693119d6 VK |
103 | - Added server version checking in client connection procedure. If versions |
104 | mismatch, client will not connect to server. | |
dbba623c VK |
105 | - Windows console: when searching object in object browser, '*' characters |
106 | assumed at the beginning and the end of search string | |
755d1629 | 107 | - Added parameter File.Count(*) to core agent |
662afb8b | 108 | - Added possibility to change status of many DCIs status at once |
44375123 VK |
109 | |
110 | ||
e7b47627 VK |
111 | * |
112 | * 0.1.7 | |
113 | * | |
114 | ||
115 | - Added more customized events for threshold violation | |
544a1c8d | 116 | - Added ability to send Wake-On-LAN packets to managed nodes |
ca4550c4 | 117 | - Fixed serious bug in DCI copy |
e7b47627 VK |
118 | |
119 | ||
38f733bb VK |
120 | * |
121 | * 0.1.6 | |
122 | * | |
123 | ||
124 | - Added parameter System.ServiceState(*) to core agent (Windows only) | |
344e9726 | 125 | - Implemented user-defined counters in WinPerf subagent |
e9ab1622 | 126 | - Added support for macros in e-mail subject |
22c38feb VK |
127 | - Added support for data collection item duplication within same node |
128 | - Now possible to copy DCIs to many nodes at once | |
129 | - Fixed memory management bugs in Windows console DCI editor | |
130 | - Added "instance" field to DCI which can be used as information text in | |
131 | user-defined data collection events and alarms | |
132 | - Client library do cleanup after NXCDisconnect() | |
133 | - User system rights now ORed with its group(s) system rights | |
45945120 | 134 | - Added database checking/upgrade utility (nxdbmgr) |
38f733bb VK |
135 | |
136 | ||
dbe67493 VK |
137 | * |
138 | * 0.1.5 | |
139 | * | |
140 | ||
141 | - Object access mutexes changed to read/write locks in server to | |
142 | improve performance | |
b688074e VK |
143 | - Algorithm of placing nodes into subnets improved |
144 | - System no longer needs network mask when creating new node manually | |
145 | - Detection of incorrect network masks on interfaces added | |
146 | - Windows console: fixed bug in object browser which cause console to crash | |
f1a6cd4a VK |
147 | - Added internal statistics collection for average data collector queue length |
148 | and average database writer queue length | |
9cc9ea72 | 149 | - All IP addresses now stored in database as text |
7cbe553e | 150 | - Added external event sender (nxevent) |
d05b8db7 | 151 | - Fixed bug with user password change (new password was not saved to database) |
38f733bb | 152 | - Configuration script ("configure") improved |
dbe67493 VK |
153 | |
154 | ||
d618c3ae VK |
155 | * |
156 | * 0.1.4 | |
157 | * | |
158 | ||
159 | - Created performance subagent for Windows (winperf.nsm) | |
1a02f6dd | 160 | - Added SNMP OID to node type translation |
18e26ff8 | 161 | - Added support for Nortel Networks Passport routing switches |
dbe67493 | 162 | - "configure" script improved |
d618c3ae VK |
163 | |
164 | ||
b50f1100 VK |
165 | * |
166 | * 0.1.3 | |
167 | * | |
168 | ||
169 | - Added 64-bit string-to-binary conversion | |
170 | - Added MAC address property to interface objects | |
171 | - Added Template and TemplateGroup object classes | |
d618c3ae | 172 | - It's now possible to configure data collection items for templates |
b50f1100 VK |
173 | |
174 | ||
175 | * | |
176 | * 0.1.2 | |
177 | * | |
178 | ||
179 | - Added possibility for copying DCIs from one node to other(s) | |
180 | - Added server's startup script for RedHat Linux | |
181 | - Numerous bug fixes | |
b688074e VK |
182 | |
183 | ||
184 | * | |
185 | * 0.1.1 | |
186 | * | |
187 | ||
188 | - First version number given to system: a lot of things works, and lot | |
189 | of things have to be done. |