Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom plugins are not copied #27

Open
amedee opened this issue Feb 2, 2025 · 0 comments
Open

Custom plugins are not copied #27

amedee opened this issue Feb 2, 2025 · 0 comments

Comments

@amedee
Copy link
Contributor

amedee commented Feb 2, 2025

I have this in my meta/main.yml:

  - role: geerlingguy.munin-node
    munin_node_allowed_ips:
      - '^127\.0\.0\.1$'
      - '^::1$'
      - '^IP_ADDRESS$'
    munin_node_config: {
      "backup_size": {
        "user": "root"
      },
      "mailbox_*": {
        "user": "root",
        "env.mailbox_user": "EMAIL"
      }
    }
    munin_node_install_plugins:
      - src: files/etc/munin/plugins/backup_size
      - src: files/etc/munin/plugins/mailbox_messages
      - src: files/etc/munin/plugins/mailbox_size

My custom plugin scripts are not installed. The config is correct, though.

I am going to assume that there is a simple error at my end, that I got something wrong in the syntax of munin_node_install_plugins. How do I fix this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant