blob: 18f816113493d28a855195d0a19cdb2b493b2fd9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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';
}
}
|