发布时间:2020-07-17 17:41:08来源:阅读:
我们需要启动mod_status来监控apache,执行如下命令:
a2enmod status
然后找到status.conf来配置mod_status,如果使用的是Debian发行版本,status.conf文件应该在/etc/apache2/mods-enabled/status.conf,配置如下:
<IfModule mod_status.c>
#
# Allow server status reports generated by mod_status,
# with the URL of http://servername/server-status
# Uncomment and change the ".example.com" to allow
# access from other hosts.
#
ExtendedStatus On
<Location /server-status>
SetHandler server-status
Order deny,allow
Deny from all
Allow from 127.0.0.1
</Location>
Listen 61709
NameVirtualHost 127.0.0.1:61709
<VirtualHost 127.0.0.1:61709>
</VirtualHost>
</IfModule>
然后重启apache
/etc/init.d/apache2 restart
并添加如下行到zabbix的/etc/zabbix/zabbix_agentd.conf:
# Apache Keys
UserParameter=apache.status[*],wget -q -O /dev/null "http://localhost:61709/server-status?auto" && wget -q -O - "http://localhost:61709/server-status?auto" | awk '/$1: / {print $NF}'
现在重启zabbix agent。
/etc/init.d/zabbix-agent restart
之后就可以在zabbix看到apache的监控数据了。
上一篇:启天
服务器安全工具下载
329.2K
BIGEMAP离线地图服务器(离线地图开发者工具) v15.4.0.0 破解版
48.9M
C-Lodop云打印服务器下载
9.3M
Cerberus FTP Server Enterprise(FTP服务器软件) v12.0 免费版
28.7M
HeidiSQL(MySQL服务器数据管理工具) v11.0.0.6055 免费版
10.1M
Titan FTP Server(SFTP服务器软件) v19.00.3537 免费版
50.1M
tomcat7.0 (Web 应用服务器)官方版
9.3M
xp iis(Web服务器)6.0 中文版
13.4M
护卫神主机大师(服务器软件) v3.2 最新版
222MB
深蓝群Ping工具 V2.1 绿色版 多服务器多线程群ping工具
487 KB
Nektra SpyStudio(代码拦截监控程序) v2.9.2 免费版
39.0M
OpenWebMonitor(网页监控软件) v4.3.5 破解版
51.1M
TP-LINK安防系统(远程视频监控软件) v2.10.5.138 电脑版
107.4M
dvr4000监控软件下载
17.5M
securecrt(SSH远程终端服务软件) v9.0 破解版
67.7MB
tftpd32(网络服务包) V32.452 官方版
0.52MB
word字体(word字体服务软件) 2021 免费版
225MB
局域网查看工具(局域网监控软件) 1.75 绿色版
0.33MB
海康播放器(监控录像专用的视频播放器)V7.4.2 官方版
24.9M
网路岗(网络监控软件)9.03.60 免费版
28.3M
2020-02-15
两台或多台智享无线搭建WDS方法
gitlab数据的备份及恢复方法
Linux 的系统服务及其配置
Windows7传真功能无法使用,如何重新安装传真功能
昭阳1200系列驱动程序安装(WINDOWS NT 4.0)
小新AirPro 14的快速充电功能如何打开?
linux系统中/bin、/usr/bin/与/sbin、/usr/sbin/的区别和用途
MySQL笔记之数据备份与还原的使用详解
Ubuntu系统配置Nginx Node.js MongoDB环境