File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ mamonsu (3.5.0-1) stable; urgency=low
15
15
* unified Zabbix objects names;
16
16
* unified config file sections and parameters names;
17
17
* set new color scheme;
18
+ * fixed Windows NSIS installer script;
18
19
19
20
mamonsu (3.4.0-1) stable; urgency=low
20
21
* added Server Version metric;
Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ chown mamonsu.mamonsu /var/log/mamonsu
87
87
- unified Zabbix objects names;
88
88
- unified config file sections and parameters names;
89
89
- set new color scheme;
90
+ - fixed Windows NSIS installer script;
90
91
91
92
*
Mon Feb 21 2022 Alexandra Kuznetsova <[email protected] > - 3.4.0-1
92
93
- added Server Version metric;
Original file line number Diff line number Diff line change 12
12
!define OLD_EXE_FILE " agent.exe"
13
13
!define LOG_FILE " mamonsu.log"
14
14
!define SERVICE_FILE " service_win32.exe"
15
- !define TEMPLATE_FILE " template_win32 .xml"
15
+ !define TEMPLATE_FILE " template_win .xml"
16
16
17
17
!define SERVICE_NAME " mamonsu"
18
18
!define SERVICE_DISPLAY_NAME " Monitoring agent: mamonsu"
You can’t perform that action at this time.
0 commit comments