File monitoring-plugins-puppet_agent.changes of Package monitoring-plugins-puppet_agent
-------------------------------------------------------------------
Wed Jul 30 19:20:13 UTC 2014 - lars@linux-schulserver.de
- Renamed package to monitoring-plugins-puppet_agent
-------------------------------------------------------------------
Sun Apr 13 10:58:57 UTC 2014 - lars@linux-schulserver.de
- update to version 20131209 (using the last log entries inside the
file now):
+ Moved finding lastrunfile to after getopts and made it conditional
to param -s
+ Added option to tell script if puppet agent is started from cron
or as a daemon (-d)
+ Switched to use awk to filter values from lastrunfile and set
them as params
+ Removed bug in search for process (that would previously always
find something because grep find it's processline)
+ "puppet config print lastrunfile" has to be run as root. As
normal user it yields ~/.puppet/var/state.
+ - Puppet --configprint => puppet config print (version 3 has
new way of printing config)
+ Added new pattern to search for process
+ Added test kill -0 to see if process is still there
+ updated a test (removed ! from test)
+ Added sudo to puppet config print pidfile.
+ Issue warning when last_run_report.yaml contain errors.
- added sudoers file in /etc/sudoers.d/ directory
- added check_puppet_agent-use_sudo_for_awk.patch as the last run file
might be not readable for the normal user
-------------------------------------------------------------------
Mon Mar 25 16:16:56 UTC 2013 - lars@linux-schulserver.de
- initial version 1