Articles of munin

Nginx:来自远程munin服务器的代理图表

我试图在一系列nginx托pipe的域下创build一个/图表文件夹(所以我试图使用代理…),从远程munin服务器的graphics将显示。 这个munin服务器把几个域名服务器作为外部节点,并且工作得很好…(我已经在一个专门的nginx服务器上设置了它,并且使用了CGI)现在我想让最终的域用户监视它们的“部分”慕尼黑图树。 我正在使用: location /graphs/ { proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $remote_addr; proxy_set_header Host my-graphs-server.example.com; proxy_pass http://my-graphs-server.example.com./munin/clients/Servers/client1/; } 这样,我可以达到目标的munin服务器的HTML网站,但我没有图像,没有CSS …不可用… Munin生成的代码是充满的../ ../ .. ../../ ..所以我想有一个方法来重写基本path,手动目标munin /静态文件夹,所以…我findnginx代理+重写非常密集… 有没有人实现代理一个munin服务器?

获取Pango-WARNING:传递给pango_layout_set_text()的无效的UTF-8string

大约三天前,我注意到exim邮件队列开始填满我的一台服务器,并且使用# exim -Mvb $ID检查了一些电子邮件,我注意到他们被发送到了某个系统的电子邮件地址(这不是真实地址),邮件正文如下: (进程:8259):Pango-WARNING **:传递给pango_layout_set_text()的无效的UTF-8string 我想知道可能是什么原因导致这个奇怪的问题,因为我从来没有听说过“pango”……我从来没有见过在我有生之年使用过的function! 看起来进程ID(PID)是用于apache进程的,因为当我使用# ps -aux来查找它们时,pid总是不见了。 编辑:哎呀! 忘了包括这个主题 – 看起来像是实际上是提出这个问题的munin-cron: 主题:Cron / usr / bin / munin-cron –force-root

Apache Muningraphics/ Mod-Server-Status:为什么会出现一个Spike,但不会在访问中出现Spike

我们的系统经历了巨大的连接浪潮。 我们的负载平衡器图反映了这种连接的激增。 Netstat图反映了这种连接的激增。 我们的Apache进程图反映了这种连接的激增。 但是“Apache访问”图并不是。 什么会导致在apache进程秒杀,但不是阿帕奇访问? 我曾经假定“apache访问”意味着“请求apache”。

VPS(LAMP)经常出现内存不足

我在CentOS 5上有一个运行LAMP的VPS。 在过去的3个月中,有两次服务器因为内存不足而不得不重新启动。 停机时间结束了一个小时,有人可以看看它。 我正在运行munin创build一些图表,并试图找出在哪里寻找(哪些日志),以找出哪里出了问题。 有一些迹象表明,当发生事故时它很忙,但需要更多/更好的诊断。 看到下面的munin图: 防火墙和磁盘之间的差距很大,重启后,munin不会自动启动,这就是为什么有一个缺口。

我如何使用基本authentication使用munin-node apache_?

munin-node-configure –suggest告诉我, apache_*节点不能使用: apache_accesses | no | no [Port 80: Authorization Required] apache_processes | no | no [Port 80: Authorization Required] apache_volume | no | no [Port 80: Authorization Required] 这是正确的:虚拟主机是唯一可访问的网站,并被放在一个简单的.htaccesslogin。 如何configurationapache_*节点以基本身份validationlogin? 这是可能的吗?

用于跟踪Munin的Apache响应代码的最佳插件

我想监视我的Apache日志与穆宁404,403,500等错误的速度,但我找不到一个插件来做到这一点。 当然存在?

如何configurationMunin montior Microsoft SQL Server 2008

是否可以configurationMunin montior Microsoft SQL Server 2008? 在Windows 2003 Server上。

穆宁:聚合networkingstream量

我在我的服务器上有3个默认configuration的munin-node,我想创build一个显示总输出带宽的摘要图表。 这是我做minin.conf: [example.com;aggregation] update no total_bandwidth.graph_title Aggregated bandwidth total_bandwidth.upload.label upload total_bandwidth.upload.sum \ serv1.example.com:if_eth0:up \ serv2.example.com:if_eth0:up \ serv3.example.com:if_eth0:up 但它不工作,我只能得到破碎的图像,而不是graphics。 在munin-graph.log中: [RRD ERROR] Unable to graph /var/www/munin/example.com/aggregation/total_bandwidth-month.png : opening '': No such file or directory 编辑: 遵循http://waste.mandragor.org/munin_tutorial/munin.html ,我已经尝试过,这不起作用更好: [example.com;aggregation] update no total_bandwidth.graph_title Our total bandwidth total_bandwidth.out.sum example.com;serv1.example.com:if_eth0:up example.com;serv2.example.com:if_eth0:up total_bandwidth.out.draw STACK total_bandwidth.out.label Out bandwidth total_bandwidth.in.sum example.com;serv1.example.com:if_eth0:down example.com;serv2.example.com:if_eth0:down total_bandwidth.in.draw […]

具有基本authentication的munin-node apache_请更具体一些

有人可以向我解释这个: 在这个答案: 我如何使用基本authentication使用munin-node apache_? 有一句话说: 如果您需要对URL进行身份validation访问,则可以在URL中指定用户名和密码。 例如: [apache_volume] <env.url http://munin:spamalot@localhost/server-status?auto> 我不明白。 例如,如果用户名是xxxx ,密码是yyyy ,我将如何将<env.url http://munin:spamalot@localhost/server-status?auto>更改为用户名xxxx和密码yyyy <env.url http://munin:spamalot@localhost/server-status?auto> ?

在Web和数据库服务器上监视什么(关键指标)

我刚刚安装了Munin来监视我的Web和数据库服务器。 我大量的插件是开箱即用的,但是我可以使用一些build议来确定哪个是关键指标。 Disk IOs per device Disk latency per device Disk usage in percent Inode usage in percent Throughput per device Utilization per device Fork rate Number of threads Processes Processes priority VMstat CPU usage File table usage Inode table usage Load average Memory usage Swap in/out 所以我的问题是, 哪些参数是关键指标,有什么值得监测? 注:我也使用Apache和MySQL的插件,但在这里我对磁盘/系统/进程插件感兴趣。 我已经询问了关于在数据库pipe理员的数据库上监视什么的build议: https : //dba.stackexchange.com/questions/77162/what-to-monitor-key-indicators-for-mysql-server