init.pp 191 B

123456789101112131415161718
  1. # == Class: icinga2
  2. #
  3. # This module installs the Icinga 2 monitoring system.
  4. #
  5. # === Parameters
  6. #
  7. # Coming soon...
  8. #
  9. # === Examples
  10. #
  11. # Coming soon...
  12. #
  13. #Our base class.
  14. class icinga2 {
  15. }