Révision 17f78427
Whitespace cleanup
- remove trailing whitespace
- remove empty lines at the end of files
| plugins/php/php_apc_ | ||
|---|---|---|
| 2 | 2 |
################################################################# |
| 3 | 3 |
# |
| 4 | 4 |
# Script to monitor apc usage |
| 5 |
#
|
|
| 5 |
# |
|
| 6 | 6 |
################################################################# |
| 7 | 7 |
# |
| 8 | 8 |
# Parameters understood: config, autoconf and suggest |
| ... | ... | |
| 10 | 10 |
################################################################# |
| 11 | 11 |
# |
| 12 | 12 |
# Configuration section |
| 13 |
#
|
|
| 13 |
# |
|
| 14 | 14 |
# Configuration example |
| 15 |
#
|
|
| 15 |
# |
|
| 16 | 16 |
# [php_apc_*] |
| 17 | 17 |
# user root |
| 18 | 18 |
# env.URL http://localhost/php_apc.php # URL to fetch APC status |
| ... | ... | |
| 30 | 30 |
#%# family=auto |
| 31 | 31 |
#%# capabilities=autoconf suggest |
| 32 | 32 |
|
| 33 |
# URL to the script to check APC status (defaults to
|
|
| 33 |
# URL to the script to check APC status (defaults to |
|
| 34 | 34 |
# 'http://localhost/php_apc.php' if not configured) |
| 35 | 35 |
URL=${URL:-'http://localhost/php_apc.php'}
|
| 36 | 36 |
|
Formats disponibles : Unified diff