summaryrefslogtreecommitdiff
path: root/manifests/defaults/plugins.pp
blob: abd8b5287b9e01bdab2286476a1a7049aeac9092 (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';
    'check_dnsbl':
      source => 'nagios/plugins/check_dnsbl';
  }
}