This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# new 4.0 format. | |
vcl 4.0; | |
import directors; | |
backend app1 { | |
.host = "ndnpappvlp01.loc.gov"; | |
.probe = { | |
.url = "/"; | |
.interval = 60s; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
VERSION=0.9.0 | |
PACKAGE_VERSION=2 | |
all: clean rpm | |
clean: | |
rm -rf *.rpm build/ dist/ *.egg-info/ | |
rpm: | |
curl --fail -LO https://github.com/prometheus/mysqld_exporter/releases/download/v${VERSION}/mysqld_exporter-${VERSION}.linux-amd64.tar.gz |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import os | |
import sys | |
if len(sys.argv) < 2: | |
print("must specify a folder to run against for rename") | |
sys.exit() | |
#lists so they maintain order |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[jscancella@johns-air bagit-java (dependencyCheck)]$ gradle check | |
FAILURE: Build failed with an exception. | |
* What went wrong: | |
Could not determine the dependencies of task ':check'. | |
> Cannot convert org.owasp.dependencycheck.gradle.extension.CheckExtension_Decorated@586b3f34 to a task. | |
The following types/formats are supported: | |
- A String or CharSequence task name or path | |
- A TaskReference instance |