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