@@ -4,6 +4,95 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## [ 1.0.7]
8+
9+ - remove output help if parametr is set incorrectly in check_sec_update
10+
11+ - update output for check_mysql_replication
12+
13+ - update version info
14+
15+ - first realise check_hpstorage
16+
17+ - rename check_hpstorage to check_hpstorage_linux
18+
19+ - fix help for check_hpstorage_linux
20+
21+ - add sleep metric in check_mysql_connections
22+
23+ - add tmp dir
24+
25+ - update update.sh for create /tmp dir in monopus dir
26+
27+ - fix error copy tmp in update.sh
28+
29+ - fix erro in update.sh
30+
31+ - fix error update.sh ti create tmp dir
32+
33+ - fix error in update.sh to create tmp dir (definitely the last one)
34+
35+ - first realese check_mysql_queries
36+
37+ - add long update to check_mysql_queries
38+
39+ - fix semicolon in check_mysql_queries
40+
41+ - change output value in check_mysql_queries
42+
43+ - change perfdata format in check_mysql_connections
44+
45+ - add utilization on check_disk_io
46+
47+ - fix error in num long queries for check_mysql_queries
48+
49+ - fix utilization on debian in check_disk_io
50+
51+ - add 500 error in check_nginx_error
52+
53+ - align in file check_nginx_errors
54+
55+ - fix error calculate sleep more 60sec in check_mysql_connections
56+
57+ - fix error in calculate errors 50x for check_nginx_errors
58+
59+ - Removed the dependency on the speed of checking security updates in check_sec_update
60+
61+ - add case if packet manager in error
62+
63+ - fix errors in check_sec_update
64+
65+ - fix logical error in check_sec_update
66+
67+ - Total rewrite check_oom_killer
68+
69+ - Correction of storage of temporary files to the directory of monopos for check_apache2 and pidstat.sh
70+
71+ - update path to security-update.sh in check_sec_update
72+
73+ - update path in pidstat.sh
74+
75+ - update path in pidstat.sh
76+
77+ - fix error check_apache2
78+
79+ - fix error in check_apache2
80+
81+ - fix path in security-update.sh
82+
83+ - fix path check_mysql_queries
84+
85+ - apsolute path in check_sec_update
86+
87+ - absolute path tmp-file in check_mysql_queries
88+
89+ - absolute path to tmp-file in check_apache2
90+
91+ - fix log-error and format log for debian-like system
92+
93+ - fix logic error in check_oom_killer
94+
95+
796## [ 1.0.6]
897
998### Changed
@@ -184,3 +273,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
184273## [ 1.0.0-beta] - 2021-02-09
185274
186275
276+
0 commit comments