]> git.uio.no Git - check_openmanage.git/blob - check_openmanage.spec
* version 3.6.4-beta3
[check_openmanage.git] / check_openmanage.spec
1 Summary:   Nagios plugin to monitor hardware health on Dell servers
2 Name:      check_openmanage
3 Version:   3.6.0
4 Release:   1%{?dist}
5 License:   GPL
6 Packager:  Trond Hasle Amundsen <t.h.amundsen@usit.uio.no>
7 Group:     Applications/System
8 BuildRoot: %{_tmppath}/%{name}-%{version}-root
9 URL:       http://folk.uio.no/trondham/software/%{name}.html
10 Source0:   http://folk.uio.no/trondham/software/files/%{name}-%{version}.tar.gz
11 BuildRequires: perl
12
13 Requires: perl >= 5.6.0
14 Requires: perl(POSIX)
15 Requires: perl(Getopt::Long)
16
17 %description
18 check_openmanage is a plugin for Nagios which checks the hardware
19 health of Dell servers running OpenManage Server Administrator
20 (OMSA). The plugin can be used remotely with SNMP or locally with
21 NRPE, check_by_ssh or similar, whichever suits your needs and
22 particular taste. The plugin checks the health of the storage
23 subsystem, power supplies, memory modules, temperature probes etc.,
24 and gives an alert if any of the components are faulty or operate
25 outside normal parameters.
26
27 %prep
28 %setup -q
29
30 %build
31 pod2man -s 8 -r "%{name} %{version}" -c "Nagios plugin" %{name}.pod %{name}.8
32 gzip %{name}.8
33
34 %install
35 mkdir -p %{buildroot}/%{_libdir}/nagios/plugins
36 mkdir -p %{buildroot}/%{_mandir}/man8
37 install -p -m 0755 %{name} %{buildroot}/%{_libdir}/nagios/plugins
38 install -m 0644 %{name}.8.gz %{buildroot}/%{_mandir}/man8
39
40 %clean
41 rm -rf %{buildroot}
42
43 %files
44 %defattr(-, root, root, -)
45 %doc README COPYING CHANGES
46 %{_libdir}/nagios/plugins/%{name}
47 %attr(0755, root, root) %{_mandir}/man8/%{name}.8.gz
48
49
50 %changelog
51 * Mon Aug 30 2010 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.6.0-1
52 - Version 3.6.0
53
54 * Wed Jul 14 2010 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.5.10-1
55 - Version 3.5.10
56
57 * Tue Jun 29 2010 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.5.9-1
58 - Version 3.5.9
59
60 * Thu Jun 17 2010 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.5.8-1
61 - Version 3.5.8
62
63 * Wed Mar 19 2010 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.5.7-1
64 - Version 3.5.7
65
66 * Tue Feb 23 2010 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.5.6-1
67 - Version 3.5.6
68
69 * Fri Jan 22 2010 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.5.5-1
70 - Version 3.5.5
71
72 * Wed Jan 13 2010 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.5.4-1
73 - Version 3.5.4
74
75 * Thu Dec 17 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.5.3-1
76 - Version 3.5.3
77
78 * Tue Nov 17 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.5.2-1
79 - Version 3.5.2
80
81 * Thu Oct 22 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.5.1-1
82 - Version 3.5.1
83
84 * Tue Oct 13 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.5.0-1
85 - Version 3.5.0
86 - New location for the manual page (section 3 -> 8)
87
88 * Fri Aug  7 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.4.9-1
89 - Version 3.4.9
90
91 * Fri Jul 31 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.4.8-1
92 - Version 3.4.8
93
94 * Fri Jul 24 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.4.7-1
95 - Version 3.4.7
96
97 * Tue Jul  7 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.4.6-1
98 - Version 3.4.6
99
100 * Mon Jun 22 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.4.5-1
101 - Version 3.4.5
102
103 * Mon Jun 22 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.4.4-1
104 - Version 3.4.4
105
106 * Thu Jun 11 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.4.3-1
107 - Version 3.4.3
108
109 * Wed Jun  3 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.4.2-1
110 - Version 3.4.2
111
112 * Mon May 27 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.4.1-1
113 - Version 3.4.1
114
115 * Mon May 25 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.4.0-1
116 - Version 3.4.0
117
118 * Tue May  5 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.3.2-1
119 - Version 3.3.2
120
121 * Tue Apr 28 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.3.1-1
122 - Version 3.3.1
123
124 * Tue Apr  7 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.3.0-1
125 - Version 3.3.0
126
127 * Sun Mar 29 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.2.7-1
128 - Version 3.2.7
129
130 * Thu Mar  5 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.2.6-1
131 - Version 3.2.6
132
133 * Tue Feb 24 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.2.5-1
134 - Version 3.2.5
135 - take 64bit (other libdir) into consideration
136
137 * Tue Feb 17 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.2.4-1
138 - Version 3.2.4
139
140 * Mon Feb  9 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.2.3-1
141 - Version 3.2.3
142
143 * Tue Feb  3 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.2.2-1
144 - Version 3.2.2
145
146 * Tue Feb  3 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.2.1-1
147 - Version 3.2.1
148
149 * Tue Jan 27 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.2.0-1
150 - Version 3.2.0
151
152 * Sat Dec 20 2008 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.0.2-1
153 - Version 3.0.2
154
155 * Thu Dec  4 2008 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.0.0-1
156 - Version 3.0.0
157
158 * Wed Nov 19 2008 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 2.1.0-0
159 - first RPM release