I hereby claim:
- I am ronaldevers on github.
- I am ronaldevers (https://keybase.io/ronaldevers) on keybase.
- I have a public key ASDonTi8oPl1y1j6L4Ke5AxFuCPHGxruHVpvAWJ32AfVVwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| BASE_PATH=/var/opt/gitlab/gitlab-rails/shared/registry/docker/registry/v2/repositories | |
| DRY_RUN=0 | |
| KEEP_LAST_IMAGES=10 | |
| RUN_GARBAGE_COLLECTOR=0 | |
| GITLAB_CTL_COMMAND=`which gitlab-ctl` | |
| # Description: | |
| # This script receives pages in the formats | |
| # /usr/bin/curl -d host="$HOSTALIAS$" -d output="$SERVICEOUTPUT$" -d description="$SERVICEDESC$" -d type=service -d state="$SERVICESTATE$" $CONTACTADDRESS1$ | |
| # /usr/bin/curl -d host="$HOSTNAME$" -d output="$HOSTOUTPUT$" -d type=host -d state="$HOSTSTATE$" $CONTACTADDRESS1$ | |
| # | |
| # Author: | |
| # oremj | |
| # ronaldevers | |
| irc = require('irc') |