Christian Wiese
14 years ago
committed by
Christian Wiese
4 changed files with 70 additions and 1 deletions
@ -0,0 +1,24 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../nginx/config.hlp |
||||
# Copyright (C) 2011 The OpenSDE Project |
||||
# |
||||
# More information can be found in the files COPYING and README. |
||||
# |
||||
# This program is free software; you can redistribute it and/or modify |
||||
# it under the terms of the GNU General Public License as published by |
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
||||
# GNU General Public License can be found in the file COPYING. |
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
MENU_PKG_NGINX |
||||
Additional config options for the nginx package. |
||||
|
||||
SDECFG_PKG_NGINX_ADDON_MOD_RRDGRAPH |
||||
Enable RRD Graph Module |
||||
|
||||
This module provides an HTTP interface to RRDtool's graphing facilities. |
||||
|
||||
http://wiki.nginx.org/NgxRRDGraph |
||||
https://github.com/evanmiller/mod_rrd_graph |
@ -0,0 +1,25 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../nginx/config.in |
||||
# Copyright (C) 2011 The OpenSDE Project |
||||
# |
||||
# More information can be found in the files COPYING and README. |
||||
# |
||||
# This program is free software; you can redistribute it and/or modify |
||||
# it under the terms of the GNU General Public License as published by |
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
||||
# GNU General Public License can be found in the file COPYING. |
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
if pkgcheck nginx X; then |
||||
menu_begin MENU_PKG_NGINX 'Nginx Package Options' |
||||
|
||||
comment 'Addon modules (not officially supported)' |
||||
if pkgcheck rrdtool X; then |
||||
bool "RRD Graph Module" SDECFG_PKG_NGINX_ADDON_MOD_RRDGRAPH 0 |
||||
fi |
||||
|
||||
menu_end |
||||
fi |
||||
|
Loading…
Reference in new issue