bundle agent icinga { # Configure Icinga 2 monitoring system and web interface. commands: debian.server.di.installation:: # Install package needed for Icinga Ido-Mysql functionality. # Needs to be done here and not by the tool below (due to debconf use). "DEBIAN_FRONTEND=noninteractive apt-get install -y icinga2-ido-mysql" contain => in_shell; # Run the setup tool. "/usr/share/debian-edu-config/tools/edu-icinga-setup" contain => in_shell; }