Build precise queries to find exactly what you need
Press ESC to close
@rrobert
Favorites0
Views
Projects0
Ran fine out of the box. As usual with Perl, need it installed.
Reviewed 12 years ago
Hard-coded paths make this difficult to use. There's not always (and probably shouldn't ever) be a link to the puppet binary in /usr/bin. A simpler option is to use the status option of the puppet init script, i.e, /sbin/service pe-puppet status or /etc/init.d/*puppet status.
Works as advertised, which is sweet indeed. Thanks.
Reviewed 14 years ago
Worked fine. Would clean up the grammar a bit. Help should read for example, -x Comma separated list of NFS mounts to exclude from monitoring (default : none) I would like an option to turn off warnings when there are no NFS mounts to monitor, but maybe that's peculiar to my needs.
Comment out the "use warnings;". Ran fine from the command line, but with both that and "use strict;" as a Nagios plug-in it returned the error, "(Service check did not exit properly)."