File monitoring-plugins-logrotate.spec of Package monitoring-plugins-logrotate
#
# spec file for package monitoring-plugins-logrotate
#
# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: monitoring-plugins-logrotate
Version: 1.2
Release: 0
License: GPL-2.0+
Summary: Plugin for monitoring interface throughput
Group: System/Monitoring
Source: check_logrotate
Source1: nrpe-check_logrotate
Requires: perl(Getopt::Long)
BuildRequires: nagios-rpm-macros
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This package contains monitoring plugins for monitoring logrotate operation
like outdated status file, failed systemd service, uncompressed rotated
files.
%prep
%build
#
%install
install -Dm755 %{S:0} %{buildroot}%{nagios_plugindir}/check_logrotate
install -Dm644 %{S:1} %{buildroot}%{nrpe_sysconfdir}/check_logrotate.cfg
%files
%defattr(-,root,root)
%dir %{nagios_libdir}
%dir %{nagios_plugindir}
%dir %{nrpe_sysconfdir}
%{nagios_plugindir}/*
%config(noreplace) %{nrpe_sysconfdir}/check_logrotate.cfg
%changelog