forked from pool/munin
Accepting request 787130 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/787130 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/munin?expand=0&rev=19
This commit is contained in:
commit
761c470395
7
munin-node.xml
Normal file
7
munin-node.xml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<service>
|
||||||
|
<short>munin-node</short>
|
||||||
|
<description>munin-node listens on that port for incoming queries from the munin monitoring instance.</description>
|
||||||
|
<port protocol="tcp" port="4949"/>
|
||||||
|
</service>
|
||||||
|
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 21 11:04:27 UTC 2020 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||||
|
|
||||||
|
- add service definition for firewalld
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 21 23:05:43 UTC 2020 - Wolfgang Rosenauer <wr@rosenauer.org>
|
Fri Feb 21 23:05:43 UTC 2020 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||||
|
|
||||||
|
@ -36,6 +36,7 @@ Source2: munin-node.rc
|
|||||||
Source3: munin.cron.d
|
Source3: munin.cron.d
|
||||||
Source4: munin.logrotate
|
Source4: munin.logrotate
|
||||||
Source5: munin-node.logrotate
|
Source5: munin-node.logrotate
|
||||||
|
Source6: munin-node.xml
|
||||||
Source7: plugins.conf
|
Source7: plugins.conf
|
||||||
Source8: munin-node.tmpfiles
|
Source8: munin-node.tmpfiles
|
||||||
Source9: munin-node.service
|
Source9: munin-node.service
|
||||||
@ -48,6 +49,7 @@ Source13: gsa-munin.zip
|
|||||||
Source14: munin-cron.timer
|
Source14: munin-cron.timer
|
||||||
Source15: munin-cron.service
|
Source15: munin-cron.service
|
||||||
Patch1: perl526.patch
|
Patch1: perl526.patch
|
||||||
|
BuildRequires: firewall-macros
|
||||||
BuildRequires: html2text
|
BuildRequires: html2text
|
||||||
BuildRequires: perl-HTML-Template
|
BuildRequires: perl-HTML-Template
|
||||||
BuildRequires: perl-Log-Log4perl
|
BuildRequires: perl-Log-Log4perl
|
||||||
@ -198,6 +200,9 @@ ln nginx-munin-master/README.org README.nginx
|
|||||||
%__install -m0755 munin-gsa-master/snmp_* %{buildroot}/%{plugindir}
|
%__install -m0755 munin-gsa-master/snmp_* %{buildroot}/%{plugindir}
|
||||||
ln munin-gsa-master/README.md README.gsa
|
ln munin-gsa-master/README.md README.gsa
|
||||||
|
|
||||||
|
# firewalld
|
||||||
|
install -D -m 644 %{SOURCE6} %{buildroot}%{_libexecdir}/firewalld/services/munin-node.xml
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
%{__rm} -rf %{buildroot}
|
%{__rm} -rf %{buildroot}
|
||||||
|
|
||||||
@ -265,6 +270,7 @@ chown root:root %{logdir}/munin-node.log*
|
|||||||
chown -R nobody:nobody %{dbdir}/plugin-state/* >/dev/null 2>&1
|
chown -R nobody:nobody %{dbdir}/plugin-state/* >/dev/null 2>&1
|
||||||
%tmpfiles_create /usr/lib/tmpfiles.d/munin-node.conf
|
%tmpfiles_create /usr/lib/tmpfiles.d/munin-node.conf
|
||||||
%service_add_post munin-node.service
|
%service_add_post munin-node.service
|
||||||
|
%firewalld_reload
|
||||||
|
|
||||||
%preun node
|
%preun node
|
||||||
%service_del_preun munin-node.service
|
%service_del_preun munin-node.service
|
||||||
@ -436,5 +442,8 @@ chown -R nobody:nobody %{dbdir}/plugin-state/* >/dev/null 2>&1
|
|||||||
%attr(0755, munin, munin) %dir %{dbdir}
|
%attr(0755, munin, munin) %dir %{dbdir}
|
||||||
%attr(0775, nobody, nobody) %dir %{dbdir}/plugin-state
|
%attr(0775, nobody, nobody) %dir %{dbdir}/plugin-state
|
||||||
%ghost /run/munin
|
%ghost /run/munin
|
||||||
|
%dir %{_libexecdir}/firewalld
|
||||||
|
%dir %{_libexecdir}/firewalld/services
|
||||||
|
%{_libexecdir}/firewalld/services/munin-node.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user