File nagios-plugins-disks.changes of Package nagios-plugins-disks
1
-------------------------------------------------------------------
2
Thu Jun 6 06:24:36 UTC 2024 - Carsten <carsten.schoene@internetx.com>
3
4
- version 0.12
5
* change report level of output to 520 (MRZ-998)
6
7
-------------------------------------------------------------------
8
Tue Mar 30 15:32:41 UTC 2021 - Local OBS User <cs@linux-administrator.com>
9
10
- version 0.11
11
* define thresholds for inode warning/critical
12
definition for single volumes can be set like this:
13
create directory /etc/nagios/check_disks/
14
create file for block device name and substitute / with _
15
e.g. _dev_mapper_vg--data-root
16
file format is: <warn>%:<crit>%:<iwarn>%:<icrit>%
17
18
-------------------------------------------------------------------
19
Sat Feb 27 10:33:08 UTC 2016 - cs@linux-administrator.com
20
21
- version 0.10
22
* exlude /dev from list of block devices
23
24
-------------------------------------------------------------------
25
Mon Jul 7 07:00:18 UTC 2014 - cs@linux-administrator.com
26
27
- version 0.9
28
* fix missing default thresholds
29
30
-------------------------------------------------------------------
31
Tue Jun 24 08:16:03 UTC 2014 - cs@linux-administrator.com
32
33
- version 0.8
34
* changed the follow symlink logic, seems to work now
35
36
-------------------------------------------------------------------
37
Mon Jun 23 14:56:55 UTC 2014 - cs@linux-administrator.com
38
39
- version 0.7
40
* disable follow symlinks option from version 0.6
41
42
-------------------------------------------------------------------
43
Fri May 9 14:12:12 UTC 2014 - cs@linux-administrator.com
44
45
- version 0.6
46
* follow links of devices (needed to get real logical volume path
47
* allow to define warn/crit in file for each device in
48
/etc/nagios/check_disks/ directory.
49
Create a file with format <warn>%:<crit>% called like the device
50
name, substitute / with _ in filename
51
e.g. _dev_mapper_vg--data-root
52
53
-------------------------------------------------------------------
54
Wed Mar 27 08:48:57 UTC 2013 - cs@linux-administrator.com
55
56
- version 0.5
57
* filter out '/vz/template:' based mounts
58
59
-------------------------------------------------------------------
60
Wed Feb 6 14:40:35 UTC 2013 - cs@linux-administrator.com
61
62
- version 0.4
63
* bind mount leads to multiple listings of devices, filter with 'sort -u'
64
65
-------------------------------------------------------------------
66
Wed Dec 5 08:48:13 UTC 2012 - cs@linux-administrator.com
67
68
- version 0.3
69
* add vzfs to filesystem type list
70
* better error handling
71
72
-------------------------------------------------------------------
73
Tue Oct 30 12:51:22 UTC 2012 - cs@linux-administrator.com
74
75
- version 0.2
76
* add tmpfs to filesystem type list
77
78