Plugins like this provide extra functionality beyond Pingdom Server Monitor's default monitoring capabilities. This and 90+ other plugins are available via a one-click install in our web interface.
Puppet Last Run

Reports the status of the last Puppet run.
Overview
Reports the status of the last Puppet run. Based on the version of Puppet used, different metrics are reported.
Puppet 3.0 or greater
The following metrics are reported from the last_run_summary.yaml
file:
- Total Events
- Events Failed
- Total Resources
- Resources Failed
- Total Changes
- Minutes since last run
Puppet 2.0
A single metric is reported: success
(1 if the last run was successful, 0 otherwise). This metric is fetched from the recent_runs.yaml
file.
Dependencies
The plugin requires the yaml
gem. To install:
gem install yaml