You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prior to this commit, the documentation stil specified `127.0.0.1` in
the examples. In a previous commit, this was changed to the FQDN of the
master and this commit updates the readme to use an example FQDN.
Copy file name to clipboardExpand all lines: README.md
+26-26Lines changed: 26 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ This module collects metrics provided by the status endpoints of Puppet Enterpri
29
29
30
30
Install this module with `puppet module install puppetlabs-puppet_metrics_collector` or add it to your Puppetfile.
31
31
32
-
To activate this module, classify your Primary Master (aka Master of Masters or MoM) with the `puppet_metrics_collector` class using your preferred classification method.
32
+
To activate this module, classify your Primary Master (aka Master of Masters or MoM) with the `puppet_metrics_collector` class using your preferred classification method. Below is an example when using the `site.pp`.
Since the metrics are compressed every night, you can only search metrics for the current day. To search older metrics, decompress the compressed files into a subdirectory of `/tmp` and run from inside that directory.
@@ -130,36 +130,36 @@ Since the metrics are compressed every night, you can only search metrics for th
0 commit comments