forked from vincentg/Check-SNMP-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
20 lines (18 loc) · 664 Bytes
/
ChangeLog
File metadata and controls
20 lines (18 loc) · 664 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
0.4
- Initial release
0.5
- Change output of check_snmp_disks for better parsing
- No more space in disk_description : "C:\ Label: Serial:" become "C:\"
- Some minor code improvement
0.6
- Bug Fixes : Compilation problem on Centos 4.1
0.8
- Adding performance data output by the option -d
- Bug Fixes : Compilation problem on Red-Hat based systems
- The INSTALL file is now written
- If no arguments provided, print the help and exit
- check_snmp_disk: Alert if >= to the limit instead of strict >
0.9
- Bug Fix : add limits.h header in snmp-common.c (compilation issue)
- Push the limit to 100 disks instead of 20
- Author mailbox changed (vincent@xenbox.fr)