forked from pool/munin
Accepting request 161017 from home:vjt:ifad
Hello, I've added an SNMP plugin to monitor the Google Search Appliance. OBS-URL: https://build.opensuse.org/request/show/161017 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/munin?expand=0&rev=6
This commit is contained in:
parent
1e10801db8
commit
d456dad667
3
gsa-munin.zip
Normal file
3
gsa-munin.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ff0ddbff6ba6f0bfbbafedb1554c6fce62f582be9410c3c438e2ed3394830477
|
||||||
|
size 2988
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 25 16:23:53 UTC 2013 - vjt@openssl.it
|
||||||
|
|
||||||
|
- Add an SNMP wildcard plugin to monitor the Google Search Appliance
|
||||||
|
https://github.com/ifad/munin-gsa
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 13 18:46:16 UTC 2013 - vjt@openssl.it
|
Wed Mar 13 18:46:16 UTC 2013 - vjt@openssl.it
|
||||||
|
|
||||||
|
@ -29,6 +29,8 @@ Source9: munin-node.service
|
|||||||
%endif
|
%endif
|
||||||
# https://github.com/ifad/nginx-munin/archive/master.zip
|
# https://github.com/ifad/nginx-munin/archive/master.zip
|
||||||
Source10: nginx-munin.zip
|
Source10: nginx-munin.zip
|
||||||
|
# https://github.com/ifad/gsa-munin/archive/master.zip
|
||||||
|
Source11: gsa-munin.zip
|
||||||
# https://svn.koumbit.net/koumbit/trunk/munin-plugins/quota-usage
|
# https://svn.koumbit.net/koumbit/trunk/munin-plugins/quota-usage
|
||||||
Patch: munin-plugin-quota_usage_warnings.patch
|
Patch: munin-plugin-quota_usage_warnings.patch
|
||||||
BuildRequires: perl-HTML-Template perl-Log-Log4perl perl-Net-Server perl-Net-SNMP
|
BuildRequires: perl-HTML-Template perl-Log-Log4perl perl-Net-Server perl-Net-SNMP
|
||||||
@ -103,6 +105,7 @@ RRDtool. To see a real example of Munin in action, take a peek at
|
|||||||
%setup -q
|
%setup -q
|
||||||
cp %{SOURCE1} .
|
cp %{SOURCE1} .
|
||||||
unzip %{SOURCE10}
|
unzip %{SOURCE10}
|
||||||
|
unzip %{SOURCE11}
|
||||||
%patch
|
%patch
|
||||||
|
|
||||||
|
|
||||||
@ -148,6 +151,9 @@ unzip %{SOURCE10}
|
|||||||
%__install -m0755 nginx-munin-master/nginx_* %{buildroot}/%{plugindir}
|
%__install -m0755 nginx-munin-master/nginx_* %{buildroot}/%{plugindir}
|
||||||
ln nginx-munin-master/README.org README.nginx
|
ln nginx-munin-master/README.org README.nginx
|
||||||
|
|
||||||
|
%__install -m0755 munin-gsa-master/snmp_* %{buildroot}/%{plugindir}
|
||||||
|
ln munin-gsa-master/README.md README.gsa
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
%{__rm} -rf %{buildroot}
|
%{__rm} -rf %{buildroot}
|
||||||
|
|
||||||
@ -288,7 +294,7 @@ fi
|
|||||||
|
|
||||||
%files node
|
%files node
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc README.nginx
|
%doc README.nginx README.gsa
|
||||||
%{_sbindir}/munin-run
|
%{_sbindir}/munin-run
|
||||||
%{_sbindir}/munin-sched
|
%{_sbindir}/munin-sched
|
||||||
%{_sbindir}/munin-node
|
%{_sbindir}/munin-node
|
||||||
|
Loading…
Reference in New Issue
Block a user