forked from voxpupuli/puppet-prometheus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Statsd Exporter, Mysqld Exporter, make exporters generic (voxpupu…
…li#27) * add a statsd_exporter * update templates * :update to use a template * fix bug * migrate to using generic service configurations * update node_exporter * update to just daemon * move node_exporter to use a generic daemon * move the statsd_exporter and alert_manager to generic daemon install * update to make the daemon a resource * update * add mysqld_exporter * update default params * update to use different users * update to use newer version of node_exporter fix mysqld_exporter my.cnf location * update systemd daemon * update to use alertmanager instead of alert_manager * update template filename * update version so that alertmanager breaking changes are known * update from review * update systemd files * update readme * the service should be restarted when the configuration is updated * fix bug in params * fix sorting of an array of hashes * add a lockfile for Gems * update documentation and sort params alphabetically * add some tests * add .gitignore file * remove Gemfile.lock * remove fixture modules * fix comments * shellescape options variable * update statsd template * Fixed daemon.systemd template; fixed duplicate definitions of and in daemon.pp; fixed duplicate definition of in alertmanager.pp * Fixed daemon upstart script * Changed statsd mapping code for ruby 1.8.7 compatibility
- Loading branch information
Showing
41 changed files
with
1,138 additions
and
1,231 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Gemfile.lock | ||
spec/fixtures/modules/* |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
test.dispatcher.*.*.* | ||
name="dispatcher_events_total" | ||
processor="$1" | ||
action="$2" | ||
outcome="$3" | ||
job="test_dispatcher" | ||
|
||
*.signup.*.* | ||
name="signup_events_total" | ||
provider="$2" | ||
outcome="$3" | ||
job="${1}_server" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.