[uwsgi/f21] Adding all -stats-pusher-* plugins

Jorge A Gallegos kad at fedoraproject.org
Sun Sep 7 20:23:01 UTC 2014


commit 62ebdee334bf2d5617c9c61c333d94ecb2a8e1b5
Author: Jorge Gallegos <kad at fedoraproject.org>
Date:   Fri Sep 5 19:39:35 2014 -0700

    Adding all -stats-pusher-* plugins

 fedora.ini |    2 +-
 uwsgi.spec |   44 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+), 1 deletions(-)
---
diff --git a/fedora.ini b/fedora.ini
index 3b02ff0..8f6e8e4 100644
--- a/fedora.ini
+++ b/fedora.ini
@@ -9,4 +9,4 @@ routing = auto
 ssl = auto
 malloc_implementation = libc
 embedded_plugins = corerouter, echo, ping
-plugins = alarm_curl, alarm_xmpp, airbrake, cache, carbon, cgi, coroae, cplusplus, curl_cron, dumbloop, fastrouter, fiber, forkptyrouter, gccgo, geoip, gevent, glusterfs, graylog2, greenlet, gridfs, http, jvm, jwsgi, ldap, logcrypto, logfile, logpipe, logsocket, logzmq, lua, mongodblog, mongrel2, mono, msgpack, nagios, pam, php, psgi, pty, python, rack, rawrouter, rbthreads, redislog, ring, router_access, router_basicauth, router_cache, router_expires, router_hash, router_http, router_memcached, router_metrics, router_radius, router_redirect, router_redis, router_rewrite, router_spnego, router_static, router_uwsgi, router_xmldir, rpc, rrdtool, rsyslog, ruby19, spooler, sqlite3, ssi, sslrouter, syslog, systemd_logger, ugreen, zergpool
+plugins = alarm_curl, alarm_xmpp, airbrake, cache, carbon, cgi, coroae, cplusplus, curl_cron, dumbloop, fastrouter, fiber, forkptyrouter, gccgo, geoip, gevent, glusterfs, graylog2, greenlet, gridfs, http, jvm, jwsgi, ldap, logcrypto, logfile, logpipe, logsocket, logzmq, lua, mongodblog, mongrel2, mono, msgpack, nagios, pam, php, psgi, pty, python, rack, rawrouter, rbthreads, redislog, ring, router_access, router_basicauth, router_cache, router_expires, router_hash, router_http, router_memcached, router_metrics, router_radius, router_redirect, router_redis, router_rewrite, router_spnego, router_static, router_uwsgi, router_xmldir, rpc, rrdtool, rsyslog, ruby19, spooler, sqlite3, ssi, sslrouter, stats_pusher_file, stats_pusher_mongodb, stats_pusher_socket, stats_pusher_statsd, syslog, systemd_logger, ugreen, zergpool
diff --git a/uwsgi.spec b/uwsgi.spec
index bb27704..136477c 100644
--- a/uwsgi.spec
+++ b/uwsgi.spec
@@ -87,6 +87,36 @@ Requires: %{name}
 This package contains the most common plugins used with uWSGI. The
 plugins included in this package are: cache, CGI, RPC, uGreen
 
+# Stats pushers
+
+%package -n %{name}-stats-pusher-file
+Summary:    uWSGI - File Stats Pusher for uWSGI
+Requires:   %{name}-plugins-common
+
+%description -n %{name}-stats-pusher-file
+This package contains the stats_pusher_file plugin for uWSGI
+
+%package -n %{name}-stats-pusher-mongodb
+Summary:    uWSGI - MongoDB Stats Pusher for uWSGI
+Requires:   %{name}-plugins-common
+
+%description -n %{name}-stats-pusher-mongodb
+This package contains the stats_pusher_mongodb plugin for uWSGI
+
+%package -n %{name}-stats-pusher-socket
+Summary:    uWSGI - Socket Stats Pusher for uWSGI
+Requires:   %{name}-plugins-common
+
+%description -n %{name}-stats-pusher-socket
+This package contains the stats_pusher_socket plugin for uWSGI
+
+%package -n %{name}-stats-pusher-statsd
+Summary:    uWSGI - StatsD Stats Pusher for uWSGI
+Requires:   %{name}-plugins-common
+
+%description -n %{name}-stats-pusher-statsd
+This package contains the stats_pusher_statsd plugin for uWSGI
+
 # Alarms
 
 %package -n %{name}-alarm-curl
@@ -818,6 +848,20 @@ exit 0
 %{_libdir}/%{name}/http_plugin.so
 %{_libdir}/%{name}/cgi_plugin.so
 
+# Stats pushers
+
+%files -n %{name}-stats-pusher-file
+%{_libdir}/%{name}/stats_pusher_file_plugin.so
+
+%files -n %{name}-stats-pusher-mongodb
+%{_libdir}/%{name}/stats_pusher_mongodb_plugin.so
+
+%files -n %{name}-stats-pusher-socket
+%{_libdir}/%{name}/stats_pusher_socket_plugin.so
+
+%files -n %{name}-stats-pusher-statsd
+%{_libdir}/%{name}/stats_pusher_statsd_plugin.so
+
 # Alarms
 
 %files -n %{name}-alarm-curl


More information about the scm-commits mailing list