This file has been truncated, but you can view the full file.
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
| { | |
| "result": [ | |
| { | |
| "payload": { | |
| "context": "default", | |
| "level": "DEBUG", | |
| "logger": "org.forgerock.am.health.LivenessCheckEndpoint", | |
| "mdc": { | |
| "transactionId": "91e9402d-4660-4b2c-a223-f1d183cd4807-3196054" | |
| }, |
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
| #!/bin/bash | |
| # Count throttles | |
| # The docker stats command maintaines a stream at an interval, | |
| # we are depending on this interval with counters so that we | |
| # do not need a cron or date detection / manipulation. | |
| max=20 | |
| lineNumber=0 | |
| cleanMax=25 | |
| cleanNumber=0 |
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
| /** | |
| * This module uses global declared functions to communicate with the youtube api (iframe) | |
| * Communication to parent (implementation) modules is done with jquery trigger. | |
| * | |
| * basic exsample: | |
| * <div class="video-wrapper"> | |
| * <div id="unique-id-here" | |
| * </div> | |
| * </div> | |
| * |