Skip to content

Instantly share code, notes, and snippets.

@jfrost
Created February 11, 2009 19:46
Show Gist options
  • Save jfrost/62202 to your computer and use it in GitHub Desktop.
Save jfrost/62202 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo "$(date) - check_nrpe $*" >> /tmp/nrpe_checks
/var/nagios/bin/checks/check_nrpe_orig $*
exit $?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment