summaryrefslogtreecommitdiff
path: root/manifests/defaults/plugins.pp
blob: 1df806474e3a12425872d8ff1c43703a7a36cc8b (plain)
1
2
3
4
5
class nagios::defaults::plugins {

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

}