Skip to content
This repository was archived by the owner on Jun 11, 2019. It is now read-only.
This repository was archived by the owner on Jun 11, 2019. It is now read-only.

Incompatible with version 1 modules: nagios, munin, firewall ? #5

@jskarpe

Description

@jskarpe

Is the monitoring supposed to integrate with version 1 modules?

It seems to work for monit, but nagios, munin and firweall appears to be missing config.

My config:

include monit
include nagios
include iptables
include munin
include munin::server
class {
    "mysql" :
        puppi => true,
        monitor => true,
        monitor_tool => ["nagios", "monit", "munin"],
        firewall => true,
        firewall_src => ["10.47.0.0/24", "10.54.0.0/24"],
}

monit config /etc/monit.d/mysql_process is created, but no hosts are created in nagios or munin. Also, the iptables list is blank.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions