git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/nagios-plugins-contrib-24.20190301~bpo9+1/check_lm_sensors/check_lm_sensors-4.1.1/Changes
blob: bebef0701f5a1f4b2a5894e2296a3595a11c1c1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
2016-01-08  Matteo Corti  <matteo@corti.li>

	* check_lm_sensors: dynamic usage of the deprecated Nagios:: or Monitoring:: plugins

2015-11-23  Martin Schulze

	* check_lm_sensors: fixed an issue with device names on new kernels 

2011-04-18 Matteo Corti <matteo.corti@id.ethz.ch>

        * Makefile.PL: fixed some dependencies

2011-01-28  Matteo Corti  <matteo.corti@id.ethz.ch>

	* check_lm_sensors: applied a patch from Giles Westwood to support multiple --rename
	                    arguments

2008-10-17  Matteo Corti  <matteo.corti@id.ethz.ch>

	* check_lm_sensors: added 0.2s pause before reading the output of 'sensors'

2007-12-13  Matteo Corti  <matteo.corti@id.ethz.ch>

	* check_lm_sensors: removed all the reference to the (no more existing) unknown subroutine

2007-10-04  Matteo Corti  <matteo.corti@id.ethz.ch>

	* check_lm_sensors: fixed a problem in the variable initialization which
			    created a nagios plugin object with the wrong name

2007-10-03  Matteo Corti  <matteo.corti@id.ethz.ch>

	* check_lm_sensors: several changes to make the plugin compatible with ePN

2007-07-10  Matteo Corti  <matteo.corti@id.ethz.ch>

	* check_lm_sensors: deprecated the --check option and added separated
	                    --low, --high and --range options
	* check_lm_sensors: added the sensor(s) output to the status string

2007-06-20  Matteo Corti  <matteo.corti@id.ethz.ch>

	* check_lm_sensors: added the --nosensors and --nodrives options
	* check_lm_sensors: the path for hddtemp and sensors is dynamic (retrieved with 'which')
	* check_lm_sensors: fixed a bug that make the checker ignore the --sensors_bin and --hddtemp_bin options

2007-06-19  Matteo Corti  <matteo.corti@id.ethz.ch>

	* check_lm_sensors: added the --rename option to rename sensors
	* check_lm_sensors: fixed the program name in --version ouput

2007-06-18  Matteo Corti  <matteo.corti@id.ethz.ch>

	* check_lm_sensors: output only the checked values
	* check_lm_sensors: added the --sanitize option to remove spaces in sensor names
	* check_lm_sensors: initial release