File: Changes

package info (click to toggle)
nagios-plugins-contrib 21.20170222
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,764 kB
  • ctags: 1,895
  • sloc: perl: 36,233; sh: 11,977; python: 2,435; php: 593; lex: 582; makefile: 456; ansic: 281; ruby: 149; awk: 81
file content (57 lines) | stat: -rw-r--r-- 2,066 bytes parent folder | download | duplicates (8)
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