This file contains 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
/* | |
* Jitter Animation CSS by Steven Swor | |
* (https://gist.github.com/sworisbreathing/5599b41654c8d0692366) is licensed | |
* under a Creative Commons Attribution-ShareAlike 4.0 International License. To | |
* view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/. | |
* | |
* Based on a work at http://www.kingdomofloathing.com/ with permission from | |
* Asymmetric Publications, LLC (http://asymmetric.net/). | |
*/ |
This file contains 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
>>>>>> Converge failed on instance <server-lwrps-ubuntu-1404>. | |
>>>>>> Please see .kitchen/logs/server-lwrps-ubuntu-1404.log for more details | |
>>>>>> ------Exception------- | |
>>>>>> Class: Kitchen::ActionFailed | |
>>>>>> Message: SSH exited (1) for command: [sh -c ' | |
sudo -E /opt/chef/bin/chef-client --local-mode --config /tmp/kitchen/client.rb --log_level debug --force-formatter --no-color --json-attributes /tmp/kitchen/dna.json --chef-zero-port 8889 | |
'] | |
>>>>>> ---------------------- | |
chef-splunk/Berksfile, loading Berkshelf |
This file contains 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
[deployment-client] | |
clientName = SecondaryDeploymentServer | |
reloadDSOnAppInstall = true | |
[target-broker:PrimaryDeploymentServer] | |
targetUri = <deployment_master_fqdn>:<deployment_master_mgmt_port> |
This file contains 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
<form> | |
<label>Splunk Performance</label> | |
<description /> | |
<fieldset submitButton="true"> | |
<input type="time" searchWhenChanged="false" token="time_range"> | |
<label>Time Range</label> | |
<default> | |
<earliestTime>-60m@m</earliestTime> | |
<latestTime>now</latestTime> | |
</default> |
This file contains 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
import java.io.InputStream; | |
import java.io.OutputStream; | |
import java.net.HttpURLConnection; | |
import java.net.Proxy; | |
import java.net.URL; | |
import java.util.concurrent.ExecutorService; | |
import javax.net.ssl.HostnameVerifier; | |
import javax.net.ssl.HttpsURLConnection; | |
import org.apache.pivot.serialization.Serializer; | |
import org.apache.pivot.util.ListenerList; |
This file contains 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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<title>Cucumber Test Reports</title> | |
</head> | |
<body> | |
<script type="text/javascript"> | |
//<![CDATA[ |