MUNIN de Apache マルチドメイン編
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
[[Munin de Apache]]
CONTENTS
#contents
----
Lastmodified &lastmod;
----
*MUNIN de Apache マルチドメイン編 [#e0161e65]
複数のIP Based Vertual host を運用しているサーバのhttpsd ...
munin-node-configure -suggest
すると、
Plugin | Used | Suggestions
------ | ---- | -----------
amavis | no | yes
apache_accesses | no | no [Port 80: Protoco...
apache_processes | no | no [Port 80: Protoco...
apache_volume | no | no [Port 80: Protoco...
言われるので、
# portinstall www/p5-LWP-Protocol-https
して、もう一回 -suggest したら、今度は、
apache_accesses | no | no [Port 80: Can't c...
apache_processes | no | no [Port 80: Can't c...
apache_volume | no | no [Port 80: Can't c...
言われた。
ググルと、https://rougeref.hatenablog.com/entry/20170519/...
しかし、本質は別のところにあったのでした。
/usr/local/etc/apache24/extra/httpd-vhosts.conf へ、
########################################################...
<VirtualHost *:80>
ServerAdmin webmaster@hotshot.smb.net
DocumentRoot "/usr/local/www/apache24/data"
ServerName hotshot.smb.net
ServerAlias mail.smb.net
</VirtualHost>
########################################################...
と書き込むことで、127.0.0.1:80へアクセスできるようになっ...
# munin-node-configure -suggest
で、
apache_accesses | yes | yes
apache_processes | yes | yes
apache_volume | yes | yes
となりました。
# munin-node-configure --shell | sh
----
Total access &counter(total);:本日 &counter(today);:昨...
#counter([total|today|yesterday]);
終了行:
[[Munin de Apache]]
CONTENTS
#contents
----
Lastmodified &lastmod;
----
*MUNIN de Apache マルチドメイン編 [#e0161e65]
複数のIP Based Vertual host を運用しているサーバのhttpsd ...
munin-node-configure -suggest
すると、
Plugin | Used | Suggestions
------ | ---- | -----------
amavis | no | yes
apache_accesses | no | no [Port 80: Protoco...
apache_processes | no | no [Port 80: Protoco...
apache_volume | no | no [Port 80: Protoco...
言われるので、
# portinstall www/p5-LWP-Protocol-https
して、もう一回 -suggest したら、今度は、
apache_accesses | no | no [Port 80: Can't c...
apache_processes | no | no [Port 80: Can't c...
apache_volume | no | no [Port 80: Can't c...
言われた。
ググルと、https://rougeref.hatenablog.com/entry/20170519/...
しかし、本質は別のところにあったのでした。
/usr/local/etc/apache24/extra/httpd-vhosts.conf へ、
########################################################...
<VirtualHost *:80>
ServerAdmin webmaster@hotshot.smb.net
DocumentRoot "/usr/local/www/apache24/data"
ServerName hotshot.smb.net
ServerAlias mail.smb.net
</VirtualHost>
########################################################...
と書き込むことで、127.0.0.1:80へアクセスできるようになっ...
# munin-node-configure -suggest
で、
apache_accesses | yes | yes
apache_processes | yes | yes
apache_volume | yes | yes
となりました。
# munin-node-configure --shell | sh
----
Total access &counter(total);:本日 &counter(today);:昨...
#counter([total|today|yesterday]);
ページ名: