CONTENTS
Lastmodified 2020-01-16 (木) 03:19:48
FreeBSD 10.2-RELEASE Apache24
/usr/local/etc/munin/plugins # munin-node-configure -suggest
Plugin | Used | Suggestions ------ | ---- | ----------- amavis | no | no apache_accesses | no | no apache_processes | no | no apache_volume | no | no
を、
Plugin | Used | Suggestions ------ | ---- | ----------- amavis | no | no apache_accesses | yes | yes apache_processes | yes | yes apache_volume | yes | yes
# munin-run apache_accesses accesses80.value 99
にする。
LoadModule status_module libexec/apache24/mod_status.so
の一行があることを確認。
以下を作成
server-status.conf
<Location /server-status> SetHandler server-status Order Deny,Allow Deny from all Allow from 127.0.0.1 </Location> # ExtendedStatus controls whether Apache will generate "full" status # information (ExtendedStatus On) or just basic information (ExtendedStatus # Off) when the "server-status" handler is called. The default is Off. # ExtendedStatus On # # Allow remote server configuration reports, with the URL of # http://servername/server-info (requires that mod_info.c be loaded). # Change the ".example.com" to match your domain to enable. # <Location /server-info> SetHandler server-info Order deny,allow Deny from all Allow from 127.0.0.1 </Location>
# Apachectl restart # /usr/local/etc/rc.d/munin-node restat
Total access 2224:本日 2:昨日 0