-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathnagios-plugin-check-supervisord.spec
120 lines (86 loc) · 3.66 KB
/
nagios-plugin-check-supervisord.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
# nagios-check-supervisord
# nagios-plugin-check-supervisord.spec
%global _unpackaged_files_terminate_build 0
%global original_name nagios-check-supervisord
%global debug_package %{nil}
Summary: Check supervisord programs status Nagios plugin
Name: nagios-plugins-check-supervisord
Version: 2.2.1
Release: 1%{?dist}
Source0: %{original_name}-%{version}.tar.gz
License: GPLv3 or later
Group: Applications/System
BuildRequires: python-setuptools
Requires: python >= 2.7
Requires: nagios-plugins
Requires: supervisor
Packager: Alexei Andrushievich <[email protected]>
Url: https://github.com/vint21h/nagios-check-supervisord/
%description
Check supervisord programs status Nagios plugin.
%prep
%setup -n %{original_name}-%{version}
%install
mkdir -p %{buildroot}%{_libdir}/nagios/plugins
install -p -m 755 check_supervisord.py %{buildroot}%{_libdir}/nagios/plugins/check_supervisord
%files
%defattr(-,root,root)
%doc README.rst COPYING AUTHORS
%{_libdir}/nagios/plugins/check_supervisord
%changelog
* Tue May 18 2021 Alexei Andrushievich <[email protected]> - 2.2.0-1
- Updated to new version
* Wed May 26 2021 Alexei Andrushievich <[email protected]> - 2.2.1-1
- Updated to new version
* Thu May 13 2021 Alexei Andrushievich <[email protected]> - 2.1.1-1
- Updated to new version
* Sun May 9 2021 Alexei Andrushievich <[email protected]> - 2.1.0-1
- Updated to new version
* Tue Mar 16 2021 Alexei Andrushievich <[email protected]> - 2.0.4-1
- Updated to new version
* Sun Mar 14 2021 Alexei Andrushievich <[email protected]> - 2.0.3-1
- Updated to new version
* Wed Mar 10 2021 Alexei Andrushievich <[email protected]> - 2.0.2-1
- Updated to new version
* Sun Mar 7 2021 Alexei Andrushievich <[email protected]> - 2.0.1-1
- Updated to new version
* Mon Feb 15 2021 Alexei Andrushievich <[email protected]> - 2.0.0-1
- Updated to new version
* Sun Feb 14 2021 Alexei Andrushievich <[email protected]> - 1.1.1-1
- Updated to new version
* Thu Feb 11 2021 Alexei Andrushievich <[email protected]> - 1.1.0-1
- Updated to new version
* Sat Oct 24 2020 Alexei Andrushievich <[email protected]> - 1.0.1-1
- Updated to new version
* Tue Oct 20 2020 Alexei Andrushievich <[email protected]> - 1.0.0-1
- Updated to new version
* Wed Apr 18 2018 Alexei Andrushievich <[email protected]> - 0.6.1-1
- Updated to new version
* Wed Apr 18 2018 Alexei Andrushievich <[email protected]> - 0.6.0-1
- Updated to new version
* Wed Apr 18 2018 Alexei Andrushievich <[email protected]> - 0.5.2-1
- Updated to new version
* Mon Dec 18 2017 Alexei Andrushievich <[email protected]> - 0.5.1-1
- Updated to new version
* Mon Dec 18 2017 Alexei Andrushievich <[email protected]> - 0.5.0-1
- Updated to new version
* Mon Oct 10 2017 Alexei Andrushievich <[email protected]> - 0.4.0-1
- Updated to new version
* Thu Sep 29 2016 Alexei Andrushievich <[email protected]> - 0.3.1-1
- Updated to new version
* Fri Jul 29 2016 Alexei Andrushievich <[email protected]> - 0.3.0-1
- Updated to new version
* Wed May 25 2016 Alexei Andrushievich <[email protected]> - 0.2.7-1
- Updated to new version
* Wed May 25 2016 Alexei Andrushievich <[email protected]> - 0.2.6-1
- Updated to new version
* Sat Sep 5 2015 Alexei Andrushievich <[email protected]> - 0.2.5-1
- Updated to new version
* Mon Jun 1 2015 Alexei Andrushievich <[email protected]> - 0.2.0-1
- Updated to new version
* Fri Feb 13 2015 Alexei Andrushievich <[email protected]> - 0.1.9-1
- Version up
* Fri Feb 13 2015 Alexei Andrushievich <[email protected]> - 0.1.8-1
- Update spec changelog
* Wed Feb 11 2015 Alexei Andrushievich <[email protected]> - 0.1.4-1
- Init