diff --git a/macros.nagios b/macros.nagios index e4029bf..bb10ad2 100644 --- a/macros.nagios +++ b/macros.nagios @@ -30,6 +30,11 @@ # %nrpe_sysconfdir %{_sysconfdir}/nrpe.d +# +# Monitoring Plugins +# +%plugin_confdir %{_sysconfdir}/monitoring-plugins + # # files # diff --git a/nagios-rpm-macros.changes b/nagios-rpm-macros.changes index 9cafbce..b02a37f 100644 --- a/nagios-rpm-macros.changes +++ b/nagios-rpm-macros.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jul 26 10:08:19 UTC 2015 - lars@linux-schulserver.de + +- update to 0.13: + + added %plugin_confdir pointing to /etc/monitoring-plugins + ------------------------------------------------------------------- Mon Mar 9 14:27:44 UTC 2015 - lars@linux-schulserver.de diff --git a/nagios-rpm-macros.spec b/nagios-rpm-macros.spec index bf694f9..4c91acc 100644 --- a/nagios-rpm-macros.spec +++ b/nagios-rpm-macros.spec @@ -2,7 +2,7 @@ # spec file for package nagios-rpm-macros # # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. -# Copyright (c) 2014 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2014-2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ Name: nagios-rpm-macros Summary: RPM Macros for Nagios based packages License: BSD-3-Clause Group: System/Monitoring -Version: 0.12 +Version: 0.13 Release: 0 Url: http://en.opensuse.org/Nagios Source0: macros.nagios