]> git.uio.no Git - check_openmanage.git/blame - nagios-plugins-check-openmanage.spec
bugfix
[check_openmanage.git] / nagios-plugins-check-openmanage.spec
CommitLineData
66939d62 1# Definitions used throughout the spec file
2%global plugin check_openmanage
3%global nagiospluginsdir %{_libdir}/nagios/plugins
4
5# No binaries here, do not build a debuginfo package
6%global debug_package %{nil}
7
8Name: nagios-plugins-check-openmanage
a5adaf60 9Version: 3.7.0
8c0ae233 10Release: 1%{?dist}
66939d62 11Summary: Nagios plugin to monitor hardware health on Dell servers
12
13Group: Applications/System
14License: GPLv3+
15URL: http://folk.uio.no/trondham/software/%{plugin}.html
16Source0: http://folk.uio.no/trondham/software/files/%{plugin}-%{version}.tar.gz
17
18BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
19
283787fe 20BuildRequires: perl
21
66939d62 22Obsoletes: check_openmanage <= 3.6.3-1
4078196b 23
24%description
25check_openmanage is a plugin for Nagios which checks the hardware
26health of Dell servers running OpenManage Server Administrator
27(OMSA). The plugin can be used remotely with SNMP or locally with
28NRPE, check_by_ssh or similar, whichever suits your needs and
29particular taste. The plugin checks the health of the storage
30subsystem, power supplies, memory modules, temperature probes etc.,
31and gives an alert if any of the components are faulty or operate
32outside normal parameters.
33
34%prep
66939d62 35%setup -q -n %{plugin}-%{version}
4078196b 36
37%build
66939d62 38pod2man -s 8 -r "%{plugin} %{version}" -c "Nagios plugin" %{plugin}.pod %{plugin}.8
cdcf9262 39pod2man -s 5 -r "%{plugin} %{version}" -c "Nagios plugin" %{plugin}.conf.pod %{plugin}.5
4078196b 40
41%install
8c0ae233 42%{__rm} -rf %{buildroot}
a5adaf60 43%{__install} -d -m 0755 %{buildroot}%{nagiospluginsdir}
44%{__install} -d -m 0755 %{buildroot}%{_mandir}/man8
45%{__install} -d -m 0755 %{buildroot}%{_mandir}/man5
8c0ae233 46%{__install} -pD -m 0755 %{plugin} %{buildroot}%{nagiospluginsdir}
47%{__install} -pD -m 0644 %{plugin}.8 %{buildroot}%{_mandir}/man8
a5adaf60 48%{__install} -pD -m 0644 %{plugin}.conf.5 %{buildroot}%{_mandir}/man5
4078196b 49
50%clean
8c0ae233 51%{__rm} -rf %{buildroot}
4078196b 52
53%files
54%defattr(-, root, root, -)
7d9bc54c 55%doc README COPYING CHANGES
66939d62 56%{nagiospluginsdir}/*
57%{_mandir}/man8/*.8*
a5adaf60 58%{_mandir}/man5/*.5*
4078196b 59
e684f6e3 60
4078196b 61%changelog
9f8e84aa 62* Mon Aug 15 2011 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.7.0-1
a5adaf60 63- Version 3.7.0
64
0afbf042 65* Tue Jun 06 2011 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.6.8-1
66- Version 3.6.8
67
18daf036 68* Thu May 12 2011 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.6.7-1
d3bdeb10 69- Version 3.6.7
70
8d9e6e5b 71* Thu Apr 28 2011 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.6.6-1
72- Version 3.6.6
73
8c0ae233 74* Wed Feb 9 2011 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.6.5-1
75- Version 3.6.5
76
f7b37fd0 77* Tue Jan 4 2011 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.6.4-2
78- Don't compress the man page, rpmbuild takes care of that. Thanks to
79 Jose Pedro Oliveira for a patch that fixes this.
80
66939d62 81* Tue Jan 4 2011 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.6.4-1
82- Version 3.6.4
83- Initial build with new spec file
84- Spec file adapted to Fedora/EPEL standards
85
86* Mon Dec 13 2010 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.6.3-1
87- Version 3.6.3
88
89* Thu Nov 25 2010 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.6.2-1
90- Version 3.6.2
91
92* Tue Nov 2 2010 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.6.1-1
93- Version 3.6.1
94
191b4b4c 95* Mon Aug 30 2010 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.6.0-1
96- Version 3.6.0
97
48170958 98* Wed Jul 14 2010 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.5.10-1
99- Version 3.5.10
100
8afc93d8 101* Tue Jun 29 2010 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.5.9-1
102- Version 3.5.9
103
b13258d5 104* Thu Jun 17 2010 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.5.8-1
105- Version 3.5.8
106
c800e799 107* Wed Mar 19 2010 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.5.7-1
afe6d35a 108- Version 3.5.7
109
e4c099e3 110* Tue Feb 23 2010 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.5.6-1
111- Version 3.5.6
112
113* Fri Jan 22 2010 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.5.5-1
114- Version 3.5.5
115
3254e20f 116* Wed Jan 13 2010 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.5.4-1
117- Version 3.5.4
118
119* Thu Dec 17 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.5.3-1
120- Version 3.5.3
121
9ce403f8 122* Tue Nov 17 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.5.2-1
123- Version 3.5.2
124
125* Thu Oct 22 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.5.1-1
126- Version 3.5.1
127
b50f025e 128* Tue Oct 13 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.5.0-1
129- Version 3.5.0
130- New location for the manual page (section 3 -> 8)
131
4078196b 132* Fri Aug 7 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.4.9-1
133- Version 3.4.9
134
135* Fri Jul 31 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.4.8-1
136- Version 3.4.8
137
138* Fri Jul 24 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.4.7-1
139- Version 3.4.7
140
141* Tue Jul 7 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.4.6-1
142- Version 3.4.6
143
144* Mon Jun 22 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.4.5-1
145- Version 3.4.5
146
147* Mon Jun 22 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.4.4-1
148- Version 3.4.4
149
150* Thu Jun 11 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.4.3-1
151- Version 3.4.3
152
153* Wed Jun 3 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.4.2-1
154- Version 3.4.2
155
156* Mon May 27 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.4.1-1
157- Version 3.4.1
158
159* Mon May 25 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.4.0-1
160- Version 3.4.0
161
162* Tue May 5 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.3.2-1
163- Version 3.3.2
164
165* Tue Apr 28 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.3.1-1
166- Version 3.3.1
167
168* Tue Apr 7 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.3.0-1
169- Version 3.3.0
170
171* Sun Mar 29 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.2.7-1
172- Version 3.2.7
173
174* Thu Mar 5 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.2.6-1
175- Version 3.2.6
176
177* Tue Feb 24 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.2.5-1
178- Version 3.2.5
179- take 64bit (other libdir) into consideration
180
181* Tue Feb 17 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.2.4-1
182- Version 3.2.4
183
184* Mon Feb 9 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.2.3-1
185- Version 3.2.3
186
187* Tue Feb 3 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.2.2-1
188- Version 3.2.2
189
190* Tue Feb 3 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.2.1-1
191- Version 3.2.1
192
193* Tue Jan 27 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.2.0-1
194- Version 3.2.0
195
196* Sat Dec 20 2008 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.0.2-1
197- Version 3.0.2
198
199* Thu Dec 4 2008 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.0.0-1
200- Version 3.0.0
201
202* Wed Nov 19 2008 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 2.1.0-0
203- first RPM release