Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

itamae-plugin-recipe-munin

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

itamae-plugin-recipe-munin

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Itamae::Plugin::Recipe::Munin

Itamae plugin to install munin-master and munin-node

Installation

Add this line to your itamae's Gemfile:

gem 'itamae-plugin-recipe-munin'

And then execute:

$ bundle

Usage

munin-master

Install munin-master (This recipe does not implement yet.)

Recipe
# your recipe
include_recipe 'munin::master'
Node

Use this with itamae -y node.yml

# node.yml
munin:
  master:
    # TODO

munin-node

Install munin-node

Recipe
# your recipe
include_recipe 'munin::node'
Node

Use this with itamae -y node.yml

ref.) official document

# node.yml
munin:
  node:
    host_name: example-host
    allows:
      - 10.0.0.10
      - 10.0.0.11
    ignore_files:
      - ^README$
    log_level: 4
    log_file: /var/log/munin-node/munin-node.log
    port: 4949
    pid_file: /var/run/munin/munin-node.pid
    background: 1
    host: '*'
    user: root
    group: root
    setsid: 1
    timeout: 1
    global_timeout: 15
Notice

If you enabled SELinux, munin-node may not be able to start.

License

MIT

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/pataiji/itamae-plugin-recipe-munin.

FAQs

Package last updated on 10 Sep 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc