Munin

这是 munin master / node / 插件的主存储库。Munin 是一个网络资源监控工具,可以帮助分析资源趋势和“刚刚发生什么事情来扼杀我们的性能?” 问题。Main repository for munin master / node / plugins. Munin is a networked resource monitoring tool that can help analyze resource trends and "what just happened to kill our performance?" problems.

Github stars Tracking Chart

这就是 munin

监控工具 Munin 会检查您所有的电脑,并记住它所看到的一切。 它通过 Web 界面以图表的形式显示所有信息。 它的重点是即插即用功能。 完成安装后,大量的监控插件就可以轻松运行了。

使用 Munin,您可以轻松监控计算机、网络、SAN、应用程序、天气测量以及任何想到的内容的性能。当性能问题突然出现时,它可以很容易地确定“今天有什么不同”。它可以让您轻松了解您在任何资源上的容量方面。

Munin 使用优秀的 RRDTool(由Tobi Oetiker编写),框架是用 Perl 编写的,而插件可以用任何语言编写。 Munin 有一个主/节点架构,主机定期连接所有节点,并要求它们提供数据。然后,它将数据存储在 RRD 文件中,并(如果需要)更新图形。其中一个主要目标是轻松创建新插件(图形)。

您可以轻松开发和提供额外的插件。 请参阅插件库,了解一系列上千个社区支持的插件。

获得 munin

Munin 2.0 在(至少)以下 Linux 发行版的存储库中可用:Debian,Ubuntu,Fedora,Red Hat,Red Hat Enterprise Linux,Mandriva,Gentoo,也可以在FreeBSD 中移植使用。

支持的平台

munin master、node 和大多数核心插件都是用 Perl 编写的,master 需要 perl 5.10 或更新版本。node 节点可以在较旧的 perls 上运行。

Munin 是根据 GNU GPL 版本2发行的。

在北欧神话中,Hugin 和 Munin 是神国王奥丁的乌鸦。 他们为他飞过 Midgard,看到并记住,然后告诉他。 “Munin”意为“记忆”。

Overview

Name With Ownermunin-monitoring/munin
Primary LanguagePerl
Program languagePerl (Language Count: 11)
PlatformLinux
License:Other
Release Count368
Last Release Namedebian/2.0.75-2 (Posted on 2024-02-28 10:26:01)
First Release Name0.9.9r7 (Posted on 2004-01-02 15:18:08)
Created At2012-05-31 18:51:44
Pushed At2024-04-16 09:02:46
Last Commit At2024-01-22 21:08:05
Stargazers Count1.9k
Watchers Count96
Fork Count469
Commits Count8.5k
Has Issues Enabled
Issues Count627
Issue Open Count175
Pull Requests Count730
Pull Requests Open Count24
Pull Requests Close Count210
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

This is Munin

Munin the monitoring tool surveys all your computers and remembers what it saw.
It presents all the information in graphs through a web interface.
Its emphasis is on plug and play capabilities.
After completing a installation a high number of monitoring plugins will be
playing with no more effort.

Additional plugins can be easily developed and contributed.
See the Plugin Gallery <http://gallery.munin-monitoring.org/>_ for a wide
range of more than a thousand community supported plugins.

Munin is distributed under the GNU GPL version 2 <https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html>_. Munin is copyrighted
2002-2020 by its various authors as identified in the source files.

Resources

Note to contributors

By sending us patches, you automatically license the code under the same terms
as Munin.

We also might edit your commits metadata (the comment part) for clarifications,
but we'll leave the diff part intact (except for whitespace edits). So in case
there's a problem with the commit diff, we either commit another patch
thereafter or plainly ask you to rework it. We might eventually squash some of
your commits into one.

Please always rebase your pull requests on a released version tag, one of the
stable branches, or the default branch, master.

If you request a pull against master, your pull will be automatically closed
upon merge. If you request against one of the stable release branches, your pull will be
automatically closed upon the next release.

Information on developing Munin with GitHub, such as how branches are used
and the version numbering scheme, can be found in Munin's GitHub Wiki__.

.. __ : https://github.com/munin-monitoring/munin/wiki/_pages

Building status

stable-2.0 :, build-stable2.0, master :, build-master, coverage-master, docs :, docs-latest, .., build-stable2.0, image:: https://travis-ci.org/munin-monitoring/munin.svg?branch=stable-2.0
:target: https://travis-ci.org/munin-monitoring/munin

.., build-master, image:: https://travis-ci.org/munin-monitoring/munin.svg?branch=master
:target: https://travis-ci.org/munin-monitoring/munin

.., coverage-master, image:: https://coveralls.io/repos/github/munin-monitoring/munin/badge.svg?branch=master
:target: https://coveralls.io/github/munin-monitoring/munin?branch=master

.., docs-latest, image:: https://readthedocs.org/projects/munin/badge/?version=latest
:target: http://guide.munin-monitoring.org/

To the top