2019-01-28 09:07:34 +01:00
2017-01-05 19:59:13 +03:30
2015-09-12 18:36:20 +04:30
2015-10-27 11:22:23 +03:30
2016-08-10 13:14:24 +04:30
2016-04-06 13:08:07 +04:30
2016-11-14 17:00:50 +03:30
2019-01-28 09:07:34 +01:00

Build Status

ifstatd_ munin plugin

Interface statistics plugin for munin with supersampling capability

NOTE: This program depends on libpidutil

Installation

  1. Clone this repo and build using make

  2. Copy ifstatd_ binary to munin plugins directory:

    cp ifstatd_ /usr/local/share/munin/plugins/
    
  3. Make necessary links to active plugins directory :

    ln -s /usr/local/share/munin/ifstatd _/usr/local/etc/munin/plugins/ifstatd_em0
    
  4. Make sure plugin is run as root by adding these lines to munin plugins.conf:

    [ifstatd_*]
    user root
    
  5. Start ifstatd_ as daemon:

    munin-run ifstatd_em0 acquire
    
  6. Restart munin-node service:

    service munin-node restart
    

Compatibility

This plugin builds on FreeBSD, Darwin and Linux, and is tested on FreeBSD. Your milage may vary. Please report if build on other operating systems are broken or does not work as expected.

Description
interface statistics plugin for munin with supersampling capability
Readme 62 KiB
Languages
C 81.7%
Shell 14.2%
Makefile 4.1%