Sha256: c3a475bde1c64b0b0852e2f41ef5ea6fcce4634724059e0a8b3b02ae4cb05234

Contents?: true

Size: 806 Bytes

Versions: 4

Compression:

Stored size: 806 Bytes

Contents

# Example Configurations for Munin Node
# Originally for Ubuntu 10.04, package
# name may be different for your dist

munin-node:
    pkg:
        - installed
    service:
        - running
        - watch:
            - file: core-munin-conf
            - pkg: munin-node-dependancies

# Dependancies for Several Custom Munin Plugins
munin-node-dependancies:
    pkg:
        - installed
        - names:
            - libwww-perl

# Configuration Files & Scripts
munin-node-conf:
    file:
        - recurse
        - source: salt://munin/files/node
        - name: /etc/munin

# Check Permissions of Plugins to Ensure They Are Executible
chmod -R 755 /etc/munin/plugins/:
    cmd:
        - run
        - unless: bash /etc/munin/checkPermissions.sh
        - require:
            - file: core-munin-conf

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
salted-rails-0.0.6 salt/munin/node.sls
salted-rails-0.0.5 salt/munin/node.sls
salted-rails-0.0.4 salt/munin/node.sls
salted-rails-0.0.2 salt/munin/node.sls