summaryrefslogtreecommitdiff
path: root/manifests/defaults/plugins.pp
blob: 842f9ce69b563a7b43aacbe371cb31d80e360558 (plain)
1
2
3
4
5
6
7
8
9
10
class nagios::defaults::plugins {

  nagios::plugin {
    'check_mysql_health':
      source => 'nagios/plugins/check_mysql_health';
    'check_dns2':
      source => 'nagios/plugins/check_dns2';
  }

}