]> git.uio.no Git - check_openmanage.git/blob - check_openmanage.spec
foo
[check_openmanage.git] / check_openmanage.spec
1 Summary:   Nagios plugin to check hardware health on Dell servers
2 Name:      check_openmanage
3 Version:   3.5.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 Requires: perl
12
13 %description
14 check_openmanage is a plugin for Nagios which checks the hardware
15 health of Dell servers running OpenManage Server Administrator
16 (OMSA). The plugin can be used remotely with SNMP or locally with
17 NRPE, check_by_ssh or similar, whichever suits your needs and
18 particular taste. The plugin checks the health of the storage
19 subsystem, power supplies, memory modules, temperature probes etc.,
20 and gives an alert if any of the components are faulty or operate
21 outside normal parameters.
22
23 %prep
24 %setup -q
25
26 %build
27 gzip %{name}.3pm
28 mkdir -p %{buildroot}/%{_libdir}/nagios/plugins
29 mkdir -p %{buildroot}/%{_mandir}/man3
30
31 %install
32 install -D -p -m 0755 %{name} %{buildroot}/%{_libdir}/nagios/plugins
33 install -m 0644 %{name}.3pm.gz %{buildroot}/%{_mandir}/man3
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(-, root, root, -)
40 %doc README COPYING CHANGES
41 %{_libdir}/nagios/plugins/%{name}
42 %attr(0755, root, root) %{_mandir}/man3/%{name}.3pm.gz
43
44 %changelog
45 * Fri Aug  7 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.4.9-1
46 - Version 3.4.9
47
48 * Fri Jul 31 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.4.8-1
49 - Version 3.4.8
50
51 * Fri Jul 24 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.4.7-1
52 - Version 3.4.7
53
54 * Tue Jul  7 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.4.6-1
55 - Version 3.4.6
56
57 * Mon Jun 22 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.4.5-1
58 - Version 3.4.5
59
60 * Mon Jun 22 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.4.4-1
61 - Version 3.4.4
62
63 * Thu Jun 11 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.4.3-1
64 - Version 3.4.3
65
66 * Wed Jun  3 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.4.2-1
67 - Version 3.4.2
68
69 * Mon May 27 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.4.1-1
70 - Version 3.4.1
71
72 * Mon May 25 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.4.0-1
73 - Version 3.4.0
74
75 * Tue May  5 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.3.2-1
76 - Version 3.3.2
77
78 * Tue Apr 28 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.3.1-1
79 - Version 3.3.1
80
81 * Tue Apr  7 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.3.0-1
82 - Version 3.3.0
83
84 * Sun Mar 29 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.2.7-1
85 - Version 3.2.7
86
87 * Thu Mar  5 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.2.6-1
88 - Version 3.2.6
89
90 * Tue Feb 24 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.2.5-1
91 - Version 3.2.5
92 - take 64bit (other libdir) into consideration
93
94 * Tue Feb 17 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.2.4-1
95 - Version 3.2.4
96
97 * Mon Feb  9 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.2.3-1
98 - Version 3.2.3
99
100 * Tue Feb  3 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.2.2-1
101 - Version 3.2.2
102
103 * Tue Feb  3 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.2.1-1
104 - Version 3.2.1
105
106 * Tue Jan 27 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.2.0-1
107 - Version 3.2.0
108
109 * Sat Dec 20 2008 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.0.2-1
110 - Version 3.0.2
111
112 * Thu Dec  4 2008 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.0.0-1
113 - Version 3.0.0
114
115 * Wed Nov 19 2008 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 2.1.0-0
116 - first RPM release