logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

munin-plugins-c - a single binary implementing a number of basic Munin plugins

Authors

       Helmut Grohne, Steve Schnepp

unknown                                            2019-02-17                                 MUNIN-PLUGINS-C(1)

Description

       A Munin node runs plugins to gather statistics about the system.  Most of the plugins were originally
       written in Perl or Shell for simplicity.  The munin-plugins-c binary implements a number of the plugins
       as a single binary.  It was written for reduced footprint in terms of system resources.  Similar to the
       busybox utility, it evaluates the name it is called as.

Name

       munin-plugins-c - a single binary implementing a number of basic Munin plugins

Usage

       Discovering available plugins:

        /usr/libexec/munin-c/munin-plugins-c listplugins

       Enabling the cpu plugin:

        ln -s /usr/libexec/munin-c/munin-plugins-c /etc/plugins/cpu

See Also