File: munin-get.rst

package info (click to toggle)
munin 2.0.76-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,068 kB
  • sloc: perl: 11,684; java: 1,924; sh: 1,632; makefile: 636; javascript: 365; python: 267
file content (38 lines) | stat: -rw-r--r-- 847 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.. _munin-get:

.. program:: munin-get

=========
munin-get
=========

.. note:: The tool "munin-get" is available since Munin v2.0.52.


Description
===========

The munin plugin helper allows to search, download and use munin plugins from external
repositories easily.

A common source of munin plugins is the 
`contrib <https://github.com/munin-monitoring/contrib>`_ repository (maintained by the munin
project).


Example
=======

Download and enable a plugin (by default: from the
`contrib <https://github.com/munin-monitoring/contrib>`_ repository)::

    munin-get update
    munin-get install traffic
    munin-get enable traffic
    service munin-node restart   # for systemd: systemctl restart munin-node

Add a n external repository::

    munin-get add-repository foo http://example.org/foo.git
    munin-get update
    munin-get list