Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7d99a5f1c2 | ||
|
|
9e352e14df | ||
|
|
2821410e35 |
2 changed files with 7 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
Name: nagios
|
||||
Version: 4.4.6
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
|
||||
Summary: Host/service/network monitoring program
|
||||
|
||||
|
|
@ -87,6 +87,7 @@ Requires: group(nagios)
|
|||
|
||||
# This plugins are required for localhost monitoring
|
||||
%if ! 0%{?bootstrap}
|
||||
Requires: nagios-plugins-ping
|
||||
Requires: nagios-plugins-load
|
||||
Requires: nagios-plugins-users
|
||||
Requires: nagios-plugins-http
|
||||
|
|
@ -471,6 +472,10 @@ fi
|
|||
%{_libdir}/%{name}/cgi/
|
||||
|
||||
%changelog
|
||||
* Wed Mar 03 2021 Guido Aulisi <guido.aulisi@gmail.com> - 4.4.6-4
|
||||
- Add missing require for nagios-plugins-ping
|
||||
- Fix run path
|
||||
|
||||
* Sat Feb 27 2021 Guido Aulisi <guido.aulisi@gmail.com> - 4.4.6-3
|
||||
- Require plugins needed for localhost monitoring (#1932297)
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
D /var/run/nagios 0755 nagios nagios -
|
||||
D /run/nagios 0755 nagios nagios -
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue