Articles of munin

munin-node已经死了,但是子房却被locking了

我有Linux服务器rhel 6.9发行版与Munin应用程序。 每当启动时我都会收到这个错误 munin-node service munin-node restart Stopping Munin Node agents: kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec … or kill -l [sigspec] [FAILED] Starting Munin Node: Use of uninitialized value $current_pid in pattern match (m//) at /usr/share/perl5/vendor_perl/Net/Server/Daemonize.pm line 48. Couldn't find pid in existing pid_file at /usr/share/perl5/vendor_perl/Net/Server/Daemonize.pm line […]

与穆宁问题的Apache日志

在Munin图中: “apache访问”和“apache进程”的含义是什么? 他们之间有什么关系?

如果removedpike.pl找不到,则从rrdtool中删除一个尖峰

我知道rrdtool图(使用rrdtool 1.4)networkingstream量和主机重新启动一个秒杀是一个非常正常的事情看到。 在过去,我刚刚运行由作者托pipe的removapike.pl脚本,它剥去了秒杀,我很高兴。 最近几次重新启动removapi.pl发现没有尖峰,但很明显,有尖峰。 所以我的问题是,我怎样才能轻松删除这些尖峰,让我的图表再次使用? 现在它是如此歪曲,这是没有意义的。

本地主机上的Munin(telnet只显示期限)

我build立了munin以root身份运行testing,我的相关configuration如下: munin.conf: [localhost] address 127.0.0.1 use_node_name yes 我试过fqnd.mysite.com(但它不能连接),localhost.localdomain这也运行,但我会解释在一秒 穆宁-node.conf: allow ^127\.0\.0\.1$ # Which address to bind to; host 127.0.0.1 host_name localhost port 4949 现在一切正常,如果我inputmunin-run cpu并列出myspecs,但是当我telnet到localhost:4949时,会话将如下所示: # munin node at localhost list cpu df df_inode entropy exim_mailstats forks fw_conntrack fw_forwarded_local fw_packets http_loadtime if_err_eth0 if_eth0 interrupts iostat iostat_ios irqstats load memory munin_stats nfs4_client nfsd nfsd4 ntp_kernel_err ntp_kernel_pll_freq […]

调整Munin的接受超时

我有一个目前正在联系5个节点的Munin主,我在munin-update.log中看到了这样的一个到两个警告。 [WARNING] Call to accept timed out. Remaining workers: xyz;abc 有没有办法调整更新工作者遵守的“接受超时”?

RPM云服务器上的RPM错误

我试图添加一个rpm回购为了百胜安装一个Munin节点,但是我不断收到以下错误: rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm Retrieving http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm error: skipping http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm – transfer failed – Unknown or unexpected error warning: u 0x117ce80 ctrl 0x117e1f0 nrefs != 0 (download.fedora.redhat.com http) 你有什么可能会导致这个问题的任何意见或build议..谷歌似乎没有太多的帮助,以确定问题.. 先谢了,李先生

Munin:服务'fw_conntrack'超时

几个小时后,munin的fw_conntrack插件总是出现超时错误。 看起来超时只是因为它花费了太多的时间来处理,就像在图中发生过几次那样。 这个插件超过10秒钟完成是否正常? 有一个varnish代理http请求到一个nginx。

Munin:图表不绘制一个标签

我已经build立了munin来监控EC2实例。 现在我的CPU使用情况图(使用未经修改的cpu插件)如下所示: 问题是“iowait”参数被正确地返回(参见图下面的文本),但是它从不被绘制。 在其他非EC2机器上,我从来没有见过这个问题。 在munin日志文件中也没有显示错误。 我怎样才能解决这个问题?

Munin图表被打破

我的munin图突然显示n / a 我试图删除RRD文件,但他们仍然显示不适用。 我已经运行了munin-check,它说没关系。 如何重置munin或可能导致此行为?

Munin不产生任何输出

安装munin我做了以下几点: yum install munin munin-node -y 然后设置 htmldir /var/www/virtualhosts/ssl.foo.com/bar [foo.com] address 127.0.0.1 use_node_name yes 在/etc/munin/munin.conf 。 我保持用户为munin根。 重新启动munin( /etc/init.d/munin-node restart )。 穆宁正在奔跑: [root@server ~]# ps aux | grep munin root 41077 0.1 0.0 143236 8508 ? Ss 10:48 0:00 /usr/sbin/munin-node root 41432 0.0 0.0 103268 828 pts/0 S+ 10:48 0:00 grep munin [root@server ~]# netstat […]