Adding all -stats-pusher-* plugins
This commit is contained in:
parent
fe6fb1bbe1
commit
62ebdee334
@ -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
|
||||
|
44
uwsgi.spec
44
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
|
||||
|
Loading…
Reference in New Issue
Block a user