Adding -alarm-curl

This commit is contained in:
Jorge Gallegos 2014-08-29 16:28:56 -07:00
parent 7d205ee2a2
commit 2c45522e89
2 changed files with 15 additions and 1 deletions

View File

@ -9,4 +9,4 @@ routing = auto
ssl = auto
malloc_implementation = libc
embedded_plugins = corerouter, echo, ping
plugins = airbrake, cache, carbon, cgi, fastrouter, forkptyrouter, greenlet, http, jvm, logcrypto, logfile, logpipe, logsocket, logzmq, lua, mongodblog, nagios, pam, php, psgi, python, rack, rawrouter, redislog, 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, sslrouter, syslog, systemd_logger, ugreen, zergpool
plugins = alarm_curl, airbrake, cache, carbon, cgi, fastrouter, forkptyrouter, greenlet, http, jvm, logcrypto, logfile, logpipe, logsocket, logzmq, lua, mongodblog, nagios, pam, php, psgi, python, rack, rawrouter, redislog, 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, sslrouter, syslog, systemd_logger, ugreen, zergpool

View File

@ -84,6 +84,15 @@ Requires: %{name}
This package contains the most common plugins used with uWSGI. The
plugins included in this package are: cache, CGI, RPC, uGreen
# Alarms
%package -n %{name}-alarm-curl
Summary: uWSGI - Curl alarm plugin
Group: System Environment/Daemons
Requires: %{name}-plugin-common, libcurl
%description -n %{name}-alarm-curl
This package contains the alarm_curl alarm plugin for uWSGI
# Loggers
%package -n %{name}-logger-crypto
@ -619,6 +628,11 @@ exit 0
%{_libdir}/%{name}/http_plugin.so
%{_libdir}/%{name}/cgi_plugin.so
# Alarms
%files -n %{name}-alarm-curl
%{_libdir}/%{name}/alarm_curl_plugin.so
# Loggers
%files -n %{name}-logger-crypto