Logoj0ke.net Open Build Service > Projects > internetx > nagios-plugins-drbd > Changes
Sign Up | Log In

Changes of Revision 2

[-] Added nagios-plugins-drbd.spec
x
 
1
@@ -0,0 +1,46 @@
2
+#
3
+# spec file for package nagios-plugins-drbd (Version 1.1)
4
+#
5
+#
6
+
7
+# norootforbuild
8
+
9
+
10
+Name:           nagios-plugins-drbd
11
+Summary:        Checks the state of DRBD devices
12
+Version:        0.5.3
13
+Release:        1
14
+Url:            http://www.monitoringexchange.org/cgi-bin/jump.cgi?ID=1771&view=File3;d=1
15
+License:        GPL
16
+Group:          System/Monitoring
17
+Source0:   check_drbd
18
+
19
+BuildArch:      noarch
20
+Requires:  perl
21
+
22
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
23
+%define            libexecdir %_prefix/lib/nagios/plugins
24
+
25
+%description
26
+Checks the state of DRBD devices.
27
+
28
+%prep
29
+
30
+%build
31
+
32
+%install
33
+install -D -m755 %{SOURCE0} %buildroot/%libexecdir/check_drbd
34
+
35
+%clean
36
+rm -rf %buildroot
37
+
38
+%files 
39
+%defattr(-,root,root)
40
+# avoid build dependecy of nagios - own the dirs
41
+%dir %_prefix/lib/nagios
42
+%dir %libexecdir
43
+%libexecdir/check_drbd
44
+
45
+%changelog
46
+* Fri Oct 02 2009 Carsten Schoene <cs@linux-administrator.com> - 0.5.3-1
47
+- initial build
48
[+] Added check_drbd ^