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

Description
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.