服务器监控工具 Munin

发布时间:2026/9/11 13:52:03

服务器监控工具 Munin 穆宁Munin是一个用 Perl 编写的资源监控工具。 使用 RRDtool 创建图表。版本信息稳定版本为2.0.34于2017年10月21日发布可在EPEL仓库中获取。最新的评估版本是2.99.3于2017年1月21日发布。在 CentOS 上2.0.33 可以从 EPEL 仓库安装。由来穆宁发音为“Munin”指的是伴随北欧神祇奥丁的一对渡鸦的“记忆”。 两只鸟在黎明时分被派到外面收集情报夜间回来悄悄向奥丁传达消息。1 作为一个资源监控工具这个名字相当巧妙。所以标志图案其实是一只乌鸦。Munin node client安装yum install epel-release yum install munin-nodeEPEL 仓库提供的软件包将是最新的稳定版本 2.0.25。插件坚振礼munin-node-configure --suggest输出示例Plugin | Used | Suggestions ------ | ---- | ----------- acpi | no | no [cannot read [] amavis | no | no apache_accesses | no | no [apache server-status not found. check if mod_status is enabled] apache_processes | no | no [apache server-status not found. check if mod_status is enabled] apache_volume | no | no [apache server-status not found. check if mod_status is enabled] apc_envunit_ | no | no [no units to monitor] bonding_err_ | no | no [No /proc/net/bonding] courier_mta_mailqueue | no | no [spooldir not found] courier_mta_mailstats | no | no [could not find executable] courier_mta_mailvolume | no | no [could not find executable] cps_ | no | no cpu | yes | yes cpuspeed | no | no [missing /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state] cupsys_pages | no | no [could not find logdir] df | yes | yes df_inode | yes | yes diskstats | yes | yes entropy | yes | yes exim_mailqueue | no | no [no exiqgrep] exim_mailstats | no | no [/usr/sbin/exim -bP log_file_path returned an error] fail2ban | no | no [/usr/bin/fail2ban-client not found] forks | yes | yes fw_conntrack | no | no fw_forwarded_local | no | no fw_packets | yes | yes hddtemp_smartctl | no | no http_loadtime | no | no if_ | yes | yes (enp0s3 enp0s8) if_err_ | yes | yes (enp0s3 enp0s8) interrupts | yes | yes ip_ | no | no [could not run iptables as user nobody] ipmi_ | no | no [missing ipmitool command] irqstats | yes | yes load | yes | yes lpstat | no | no [lpstat not found] memory | yes | yes munin_stats | no | yes mysql_ | no | no netstat | no | no [netstat program not found] nfs4_client | no | no [no /proc/net/rpc/nfs] nfs_client | no | no nfsd | no | no [no /proc/net/rpc/nfsd] nfsd4 | no | no [no /proc/net/rpc/nfsd] nginx_request | no | no [no nginx status on http://localhost/nginx_status] nginx_status | no | no [no nginx status on http://localhost/nginx_status] ntp_kernel_err | no | no ntp_kernel_pll_freq | no | no ntp_kernel_pll_off | no | no ntp_offset | no | no [no ntpq program] ntp_states | no | no [ntpq not found] nvidia_ | no | no [no nvclock executable at /usr/bin/nvclock, please configure] open_files | yes | yes open_inodes | yes | yes pgbouncer_connections | no | no pgbouncer_requests | no | no postfix_mailqueue | yes | yes postfix_mailvolume | yes | yes postgres_autovacuum | no | no postgres_bgwriter | no | no postgres_cache_ | no | no postgres_checkpoints | no | no postgres_connections_ | no | no postgres_connections_db | no | no postgres_locks_ | no | no postgres_oldest_prepared_xact_ | no | no postgres_prepared_xacts_ | no | no postgres_querylength_ | no | no postgres_scans_ | no | no postgres_size_ | no | no postgres_transactions_ | no | no postgres_tuples_ | no | no postgres_users | no | no postgres_xlog | no | no proc | no | no proc_pri | yes | yes processes | yes | yes ps_ | no | no qmailqstat | no | no selinux_avcstat | no | no [missing /selinux/avc/cache_stats file] sendmail_mailqueue | no | no sendmail_mailstats | no | no [no mailstats command] sendmail_mailtraffic | no | no [no mailstats command] slapd_ | no | no [Net::LDAP not found] slapd_bdb_cache_ | no | no [Cant execute db_stat file /usr/bin/db4.6_stat] slony_lag_ | no | no smart_ | no | no [smartmontools not found] snort_alerts | no | no [/var/snort/snort.stats not readable] snort_bytes_pkt | no | no [/var/snort/snort.stats not readable] snort_drop_rate | no | no [/var/snort/snort.stats not readable] snort_pattern_match | no | no [/var/snort/snort.stats not readable] snort_pkts | no | no [/var/snort/snort.stats not readable] snort_traffic | no | no [/var/snort/snort.stats not readable] squeezebox_ | no | no [no connection on localhost port 9090] squid_cache | no | no [could not connect: Connection refused] squid_objectsize | no | no [could not connect: Connection refused] squid_requests | no | no [could not connect: Connection refused] squid_traffic | no | no [could not connect: Connection refused] swap | yes | yes threads | yes | yes uptime | yes | yes users | yes | yes varnish_ | no | no [varnishstat could not be found] vmstat | yes | yes vserver_cpu_ | no | no [/proc/virtual/info not found] vserver_loadavg | no | no [/proc/virtual/info not found] vserver_resources | no | no [/proc/virtual/info not found] yum | no | no [Could not find statefile. Please read munindoc yum]启用Apache状态cat _EOF_ /etc/httpd/conf.d/server-status.conf Location /server-status SetHandler server-status Require host localhost /Location _EOF_systemctl restart httpd启用服务器状态对于Apache监控是必要的。从 Apache 2.3.6 起mod_status 模块在加载时默认切换。ExtendedStatusOn附加内容munin-node-configure -shell | sh自动启动设置和启动systemctl enable munin-node systemctl start munin-nodeMunin 主服务器安装yum install httpd munin设置调整chown apache:munin /var/log/munin如果你后来安装Apache就无法再查看放大后的图表所以请更改日志目录的所有者。性能改进处理 cron 的分割sed -i /munin-cron/s/^/#/ /etc/cron.d/munin cat _EOF_ /etc/cron.d/munin */5 * * * * munin test -x /usr/bin/munin-cron /usr/share/munin/munin-update 5 */1 * * * munin test -x /usr/bin/munin-cron /usr/share/munin/munin-graph --cron 10 07 * * * munin test -x /usr/bin/munin-cron /usr/share/munin/munin-html _EOF_通过将图的生成频率从每5分钟改为每小时HTML生成从每5分钟改为每天从而提升性能。如果您想查看最新图表只需点击该图表即可查看放大后的图表。移除不必要的插件unlink /etc/munin/plugins/entropy unlink /etc/munin/plugins/interrupts unlink /etc/munin/plugins/irqstats排除很少见的图表可以减轻负担。自动启动设置和启动systemctl enable httpd systemctl start httpdBASIC认证htpasswd /etc/munin/munin-htpasswd username默认屏幕示例模板蒙斯特拉普curl -L https://github.com/jonnymccullagh/munstrap/archive/master.tar.gz -o munstrap.tar.gz mkdir /etc/munin/munstrap tar vzxf munstrap.tar.gz --strip1 -C /etc/munin/munstrap sed -i /etc/munin/munin.conf -e /^tmpldir/s/^/#/ -e /^staticdir/s/^/#/ sed -i /#tmpldir/a tmpldir /etc/munin/munstrap/templates /etc/munin/munin.conf sed -i /#staticdir/a staticdir /etc/munin/munstrap/static /etc/munin/munin.conf分类被标记后界面更清晰了一些。munin_dynamic_templatecurl -L https://github.com/DaveMDS/munin_dynamic_template/archive/master.tar.gz -o munin_dynamic_template.tar.gz mkdir /etc/munin/munin_dynamic_template tar vzxf munin_dynamic_template.tar.gz --strip1 --excludemunin1 -C /etc/munin/munin_dynamic_template sed -i /etc/munin/munin.conf -e /^tmpldir/s/^/#/ -e /^staticdir/s/^/#/ sed -i /#tmpldir/a tmpldir /etc/munin/munin_dynamic_template/munin2 /etc/munin/munin.conf sed -i /#staticdir/a staticdir /etc/munin/munin_dynamic_template/munin2/static /etc/munin/munin.conf现代文忍curl -L https://github.com/sjoudry/modern-munin/archive/master.tar.gz -o modern-munin.tar.gz mkdir /etc/munin/modern-munin tar vzxf modern-munin.tar.gz --strip1 -C /etc/munin/modern-munin sed -i /etc/munin/munin.conf -e /^tmpldir/s/^/#/ -e /^staticdir/s/^/#/ sed -i /#tmpldir/a tmpldir /etc/munin/modern-munin /etc/munin/munin.conf sed -i /#staticdir/a staticdir /etc/munin/modern-munin/static /etc/munin/munin.confMunin-B3curl -L https://code.not-your-server.de/munin-b3.git/tags/0.3.2.tar.gz -o munin-b3.tar.gz mkdir /etc/munin/munin-b3 tar vzxf munin-b3.tar.gz --strip1 -C /etc/munin/munin-b3 sed -i /etc/munin/munin.conf -e /^tmpldir/s/^/#/ -e /^staticdir/s/^/#/ sed -i /#tmpldir/a tmpldir /etc/munin/munin-b3/templates /etc/munin/munin.conf sed -i /#staticdir/a staticdir /etc/munin/munin-b3/static /etc/munin/munin.confMunin JQuery 模板curl -L https://github.com/mallocator/Munin-JQuery-Template/archive/master.tar.gz -o munin-jquery-template.tar.gz mkdir /etc/munin/munin-jquery-template tar vzxf munin-jquery-template.tar.gz --strip1 -C /etc/munin/munin-jquery-template sed -i /etc/munin/munin.conf -e /^tmpldir/s/^/#/ -e /^staticdir/s/^/#/ sed -i /#tmpldir/a tmpldir /etc/munin/munin-jquery-template/templates /etc/munin/munin.conf ln -s /etc/munin/munin-jquery-template/templates/assets /var/www/html/munin/ ln -s /etc/munin/munin-jquery-template/templates/style.css /var/www/html/munin/拖放功能作为实验很有趣但设置和易用性有些令人失望。看起来放大后的图表没有关联。相关监测文章服务器监控工具 Munin服务器监控工具 Xymon服务器监控工具Zabbix
延伸阅读

更多相关文章

2026/9/11 13:52:03

Flume事务机制解析与高可靠数据采集实践

1. 项目概述:为什么Flume事务机制值得深挖在数据采集领域,Flume作为Apache顶级项目早已成为ETL管道的标准组件。但真正让Flume在金融交易日志、电信话单等关键场景站稳脚跟的,是其独树一帜的事务设计。去年某电商大促期间,我们通过…

2026/9/11 13:52:03

自媒体账号封禁机制解析与应对策略

1. 事件背景与现象解析上周日中午,我正像往常一样登录头条号后台准备更新内容,突然发现账号无法登录。系统提示"该账号因违反平台规则已被永久封禁",这个运营了3年多、积累14.3万粉丝的账号就这样毫无征兆地被冻结了。查看最近发布…

2026/9/11 13:47:02

Domino数据库ACL权限管理与安全配置实战指南

1. Domino数据库ACL信息查看实战指南在Domino平台的管理工作中,数据库访问控制列表(ACL)的管理堪称系统安全的核心命脉。作为一位经历过多次数据泄露事故的Domino老管理员,我深刻理解快速查看和验证每个库的ACL设置的重要性。本文…

2026/9/11 14:57:18

3步保存微信聊天记录:WeChatMsg(留痕)完整指南

3步保存微信聊天记录:WeChatMsg(留痕)完整指南 【免费下载链接】WeChatMsg 提取微信聊天记录,将其导出成HTML、Word、CSV文档永久保存,对聊天记录进行分析生成年度聊天报告 项目地址: https://gitcode.com/GitHub_Tr…

2026/9/11 14:57:18

G-Helper 快速上手:ROG 笔记本轻量控制实战

G-Helper 快速上手:ROG 笔记本轻量控制实战 【免费下载链接】g-helper Lightweight Armoury Crate alternative for Asus laptops with nearly the same functionality. Works with ROG Zephyrus, Flow, TUF, Strix, Scar, ProArt, Vivobook, Zenbook, Expertbook, …

2026/9/11 14:57:18

2026大模型就业班:RAG与Agent工程实战指南

/* MD / 富文本中的 .toc(含博客园搬家等嵌套结构);.toc-box 在侧栏,不受影响 */#content_views .toc,/* 编辑器常在目录前后插入空 p(:empty 仍占 20px),一并去掉避免顶空隙 */#content_views.markdown_views > p:empty:has(+ .toc),#content_views.markdown_views …

2026/9/11 14:57:18

基于Qlearning强化学习与Parzen窗的图像分割算法及MATLAB仿真

/* MD / 富文本中的 .toc(含博客园搬家等嵌套结构);.toc-box 在侧栏,不受影响 */#content_views .toc,/* 编辑器常在目录前后插入空 p(:empty 仍占 20px),一并去掉避免顶空隙 */#content_views.markdown_views > p:empty:has(+ .toc),#content_views.markdown_views …

2026/9/11 14:52:17

多平台视频自动上传:Social Auto Upload 帮你告别手动搬运

多平台视频自动上传:Social Auto Upload 帮你告别手动搬运 【免费下载链接】social-auto-upload 自动化上传视频到社交媒体:抖音、小红书、视频号、tiktok、youtube、bilibili 项目地址: https://gitcode.com/GitHub_Trending/so/social-auto-upload …

2026/9/10 16:39:38

超人会飞不算本事:系统稳定依赖清晰规则与边界设计

开头先不绕弯子。“#斯坦李吐槽dc 所以超人是无缘无故会飞的嘛哈哈哈哈哈哈哈锤哥真是技术人才啊!#雷神 #复联”这类调侃式短标题,第一波冲击力在于它把两个宇宙的角色塞进同一个吐槽箱里,但细想一下就能发现,它真正碰到的根本不是…

2026/9/10 11:16:38

超人VS蜘蛛侠:拆解超级IP的影响力与传播方法论

把“蜘蛛侠 vs 超人”放在 CSDN 上聊,可能很多人第一反应是走错片场了。但如果把这两个角色看成“两个持续运营了 80 多年的文化产品”,你会发现,这场比较本质上是两个不同 IP 策略的长期结果对比:超人赢在定义了整个超级英雄题材…

2026/9/9 16:31:09

基于CNN的调制信号识别:MATLAB实现时频图分类实战

简介:本资源是一套面向通信工程与信号处理方向学习者、研究者的深度学习实践方案,聚焦调制信号自动检测与识别这一典型无线通信任务,解决传统方法依赖人工特征、低信噪比下性能下降等痛点。压缩包共12个文件(10.73MB)&…

2026/9/10 12:32:02

USB Type-C PCB布局分区设计:电源、高速信号与PD协议全攻略

做硬件这行,Type-C接口算是典型的“看着简单,做起来全坑”的东西。光引脚就24个,高低速信号、电源、控制线全部塞在一个小小的连接器里,如果PCB布局不做规划,打样回来基本就是“插上没反应”、“高速掉线”、“静电一打…

2026/9/10 15:19:50

系统编程学习原型如何补齐稳定性边界

系统编程学习原型如何补齐稳定性边界预算有限时&#xff0c;我先优化明显多余的复制&#xff0c;而不是猜测性地换容器。用借用传递只读数据通常就能减少分配&#xff1a; fn parse(line: &str) -> Result<Item, Error> { /* ... */ }用基准确认热点确实在分配&am…

2026/9/10 15:49:53

雨花区哪家财务公司代理记账比较好?

在雨花区&#xff0c;企业处理财税事务常常面临诸多挑战&#xff0c;选择一家靠谱的财务公司至关重要。湖南巨勤财务管理咨询有限公司就是本地正规实体财税服务机构&#xff0c;深耕本地工商财税行业多年&#xff0c;熟悉当地工商局、税务局最新政策与申报流程。主营公司注册、…

还想了解更多?直接咨询顾问

免费诊断 + 免费方案 + 透明报价。

全国咨询热线400-8866-253
免费获取方案
咨询二维码