Last active
February 15, 2017 12:40
-
-
Save jskarpe/3e7823441a42e22a5d583b6019763966 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
refacter { 'monitoring': | |
patterns => [ | |
'^apache_', | |
], | |
} | |
Service <| title != 'collectd' |> { | |
before +> Class['monitoring::metrics::collectd'], | |
notify +> Refacter['monitoring'] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment