Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mclarkson/check_puppet_log
Checks /var/log/messages for general puppet-agent problems. The status will not return to 'green' until the problem is fixed.
https://github.com/mclarkson/check_puppet_log
Last synced: 9 days ago
JSON representation
Checks /var/log/messages for general puppet-agent problems. The status will not return to 'green' until the problem is fixed.
- Host: GitHub
- URL: https://github.com/mclarkson/check_puppet_log
- Owner: mclarkson
- Created: 2013-04-05T12:14:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-22T19:51:52.000Z (over 10 years ago)
- Last Synced: 2024-10-19T10:43:25.811Z (27 days ago)
- Language: Shell
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.asciidoc
Awesome Lists containing this project
README
++++
++++Check Puppet Log
----------------Checks /var/log/messages for general puppet-agent problems. The status will not return to 'green' until the problem is fixed.
This plugin checks /var/log/messages for various errors output by the puppet agent. Sometimes this plugin will not show that an error has cleared until the puppet agent has run twice.
For more info see http://exchange.nagios.org/directory/Plugins/Software/check_puppet_log/details[nagios exchange].
*INSTALL*
Example:
----
wget https://raw.github.com/mclarkson/check_puppet_log/master/check_puppet_log.sh
chmod +x check_switch_module
mv check_switch_module /usr/lib64/nagios/plugins/
----