Changes of Revision 2
[-] | Changed | nagios-rpm-macros.changes |
x 1
2 ------------------------------------------------------------------- 3 +Sat Nov 25 11:03:37 UTC 2017 - ecsos@opensuse.org 4 + 5 +- update to 0.14 6 + + added %icinga_webgroup for icingaweb2 and their modules 7 + 8 +------------------------------------------------------------------- 9 +Sun Jul 26 10:08:19 UTC 2015 - lars@linux-schulserver.de 10 + 11 +- update to 0.13: 12 + + added %plugin_confdir pointing to /etc/monitoring-plugins 13 + 14 +------------------------------------------------------------------- 15 +Mon Mar 9 14:27:44 UTC 2015 - lars@linux-schulserver.de 16 + 17 +- update to 0.12: 18 + + added livestatus_log_dir 19 + 20 +------------------------------------------------------------------- 21 Sat Dec 13 17:08:08 UTC 2014 - lars@linux-schulserver.de 22 23 - update to 0.11: 24 |
||
[-] | Changed | nagios-rpm-macros.spec ^ |
19 1
2 # spec file for package nagios-rpm-macros 3 # 4 # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. 5 -# Copyright (c) 2014 SUSE LINUX GmbH, Nuernberg, Germany. 6 +# Copyright (c) 2014-2015 SUSE LINUX GmbH, Nuernberg, Germany. 7 # 8 # All modifications and additions to the file contributed by third parties 9 # remain the property of their copyright owners, unless otherwise agreed 10
11 Summary: RPM Macros for Nagios based packages 12 License: BSD-3-Clause 13 Group: System/Monitoring 14 -Version: 0.11 15 +Version: 0.14 16 Release: 0 17 Url: http://en.opensuse.org/Nagios 18 Source0: macros.nagios 19 |
||
[+] | Changed | macros.check_mk ^ |
@@ -43,3 +43,5 @@ %livestatus_icinga_confdir %{icinga_sysconfdir}/check_mk.d # rrddir %livestatus_rrddir %{livestatus_libdir}/rrd +# log_dir +%livestatus_log_dir %{_var}/log/check_mk | ||
[+] | Changed | macros.icinga2 ^ |
@@ -76,6 +76,8 @@ %icinga_user icinga # Group, Icinga runs under %icinga_group icinga +# Group, Icingaweb2 runs under +%icinga_webgroup icingaweb2 # User, that can execute commands via %{icinga_command_file} %icinga_command_user wwwrun # Group, that can execute commands via %{icinga_command_file} | ||
[+] | Changed | macros.nagios ^ |
@@ -31,6 +31,11 @@ %nrpe_sysconfdir %{_sysconfdir}/nrpe.d # +# Monitoring Plugins +# +%plugin_confdir %{_sysconfdir}/monitoring-plugins + +# # files # |