I hereby claim:
- I am davecozz on github.
- I am davecozz (https://keybase.io/davecozz) on keybase.
- I have a public key ASBnxii__F8S8bvSxMBhPZp7DiplQ99HVcBCUt3dOc3T4Ao
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/sh | |
| # Downloads and installs Nagios4, Plugins, and NRPE | |
| # https://gist.github.com/davecozz/fb94e2e68eb8709c7ff0d654b754e677 | |
| set -e | |
| ## check latest version here: https://sourceforge.net/projects/nagios/files/nagios-4.x/ | |
| NAGIOS_SOURCE_URL=http://downloads.sourceforge.net/project/nagios/nagios-4.x/nagios-4.2.4/nagios-4.2.4.tar.gz | |
| ## check latest version here: https://www.nagios.org/downloads/nagios-plugins/ |