Logoj0ke.net Open Build Service > Projects > server:monitoring > nagios-plugins-sign > Changes
Sign Up | Log In

Changes of Revision 3

[-] Added nagios-plugins-sign.spec
x
 
1
@@ -0,0 +1,45 @@
2
+#
3
+# spec file for package nagios-plugins-sign
4
+#
5
+# This file and all modifications and additions to the pristine
6
+# package are under the same license as the package itself.
7
+#
8
+
9
+# norootforbuild
10
+
11
+Name:           nagios-plugins-sign
12
+Summary:        Nagios plugin to check the status of a sign server
13
+Version:        0.92
14
+Release:        1
15
+License:        GPL v2 only
16
+Group:          System/Monitoring
17
+Source0:        check_sign
18
+BuildArch:      noarch
19
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
20
+%define            libexecdir %_prefix/lib/nagios/plugins
21
+
22
+%description
23
+Nagios plugin (script) to check the availability of a sign server on a 
24
+host.
25
+
26
+Script returns OK if it gets an acceptable answer, CRITICAL if not.
27
+
28
+
29
+%prep
30
+
31
+%build
32
+
33
+%install
34
+install -Dm755 %{SOURCE0} %buildroot/%libexecdir/check_sign
35
+
36
+%clean
37
+rm -rf %buildroot
38
+
39
+%files 
40
+%defattr(-,root,root)
41
+# avoid build dependecy of nagios - own the dirs
42
+%dir %_prefix/lib/nagios
43
+%dir %libexecdir
44
+%libexecdir/check_sign
45
+
46
+%changelog
47